IEEE 802.11 Based MAC Improvements For MANET: Ajay Dureja Aman Dureja Meha Khera
IEEE 802.11 Based MAC Improvements For MANET: Ajay Dureja Aman Dureja Meha Khera
MANETs, 2010
54
IJCA Special Issue on “Mobile Ad-hoc Networks”
MANETs, 2010
There are no Quality of Service (QoS) guarantees. In 3. MAC IN IEEE 802.11 IN MULTIHOP
particular, there is no notion of high or low priority
SCENARIO
traffic.
The IEEE 802.11 MAC is designed for wireless LANs. The
Once a station "wins" access to the medium, it may requirements of multihop ad-hoc networks are more challenging
keep the medium for as long as it chooses. If a station than those of wireless LANs. We will investigate the operation of
has a low bit rate (1 Mbit/s, for example), then it will IEEE 802.11 MAC in centralized multihop ad-hoc networks. The
take a long time to send its packet, and all other terms station and node are used interchangeably throughout the
stations will suffer from that. thesis. Multihop cooperative wireless ad-hoc networks will be
1.2 PCF simply referred to as multihopnetworks
The original 802.11 MAC defines another coordination function
called the Point Coordination Function (PCF): this is available
only in "infrastructure" mode, where stations are connected to the
network through an Access Point (AP). This mode is optional,
and only very few APs or Wi-Fi adapters actually implement it.
APs send "beacon" frames at regular intervals (usually every 0.1
second). Between these beacon frames, PCF defines two periods:
the Contention Free Period (CFP) and the Contention Period
(CP). In CP, the DCF is simply used. In CFP, the AP sends
Contention Free-Poll (CF-Poll) packets to each station, one at a
time, to give them the right to send a packet. The AP is the
coordinator. This allows for a better management of the QoS.
Unfortunately, the PCF has limited support and a number of . Figure 3: Multihop Scenario
limitations (for example, it does not define classes of traffic).
Consider a multihop centralized scenario, as shown in the figure
1.3 802.11e MAC protocol Operation 4.1. For convenience, the stations inside the network are
The 802.11e enhances the DCF and the PCF, through a new classified into following categories: Central station is the central
coordination function: the Hybrid Coordination Function (HCF). controlling station. Most of the traffic in the network is directed
Within the HCF, there are two methods of channel access, towards it. Inner stations are within one hop boundary of the
similar to those defined in the legacy 802.11 MAC: HCF central station. Boundary stations are at one hop boundary of the
Controlled Channel Access (HCCA) and Enhanced Distributed central station. These stations act as relaying stations for the
Channel Access (EDCA). Both EDCA and HCCA define Traffic stations outside the reach of central node. Outer stations are
Categories (TC). For example, emails could be assigned to a low outside the communication range of central node.
priority class, and Voice over Wireless LAN (VoWLAN) could 3.1 IEEE 802.11 Operations in Multihop
be assigned to a high priority class.
Networks
Standard has been extended to support 2 Mb/s for Frequency
Hopping and 5.5 and 11 Mb/s for Direct Sequence (802.11b). The 802.11 MAC with DCF mode of operation is the simplest
choice in multihop ad-hoc networks. The reason for the choice of
DCF is that it does not require any prior infrastructure. Two or
more stations can come together and form an BSS. This nature of
DCF is very suitable for ad-hoc networks as the ad-hoc networks
are simply formed by as set of stations coming together. In this
section we discuss the operation of 802.11 MAC in multihop
networks, especially centralized multihop ad-hoc networks In a
centralized multihop network, as shown in Figure 4, the node
density in central region is higher than in the outer region. Most
of the traffic is directed toward the central node and boundary
stations act as relaying stations. Therefore, the traffic near the
central station and its one hop neighbors is very high. Since the
DCF is a contention based distributed protocol, it performs badly
in high load conditions. The poor performance of DCF is due to
fact that the collisions increase as more and more stations try to
access the medium at the same time. It is well known that the
polling
The most suitable choice for the polling MAC would be PCF
mode of 802.11, as it is an extension of the DCF mode. Ebert et.
Figure 2 MAC Layer all [8] have shown that the PCF mode performs better than DCF
when the number of stations in WLAN cell is very high.
55
IJCA Special Issue on “Mobile Ad-hoc Networks”
MANETs, 2010
Therefore, we make the central node as Point Coordinator (PC), and 5 that are equipped with dual MACs. One of the MACs uses
and it polls all the inner and boundary nodes during CFP period. the PCF and is termed as PCF MAC. The second MAC uses the
This differs from conventional PCF operation in WLANs where DCF and is termed as DCF MAC.
PC resides within AP. The outer stations still perform DCF since The PCF MAC communicates with the PC, and the DCF MAC
the traffic in those regions is not high. The outer stations can communicates with the outer nodes. The exposed and hidden
send their data in contention period (CP) as all the stations node problems in central region are eliminated as follows:
perform DCF during CP. We refer this combination of PCF and
DCF as hybrid operation as shown in figure 4. • Boundary stations use the PCF and the DCF on different
channels. Therefore, the transmission of outer node does not
The hybrid operation seems to be an ideal choice in multihop collide with that of PC, and vice versa.
networks, but it gives rise to following problems:
• The DCF MAC in the dual node can receive from outer nodes
• The stations that are polled by the Point Coordinator (PC) keep even when the NAV of PCF MAC is set during CFP period,
their NAV set during the CFP period, and therefore, can not thereby eliminating exposed node problem.
receive from outer stations. It can also be said that the boundary
nodes become exposed to PC. 4.1 Architecture of Dual MAC
56
IJCA Special Issue on “Mobile Ad-hoc Networks”
MANETs, 2010
6. REFERENCES
[1]Charles E. Perkins et. all, Mobile Ad Hoc Networking
Working Group, Ad hoc On-Demand Distance Vector (AODV)
Routing,http://www.ietf.org/internet-drafts/draft-ietf-manet-
aodv-12.txt.
[2]Andreas Kopsel, Jean-Pierre Ebert, A Performance
Comparision of Point and Distributed Coordination Function
of an IEEE 802.11 WLAN in the presence of Real-Time
Requirements, Proc. of 7th Intl. Workshop on Mobile
Multimedia Communications (MoMuC2000), October 23-26,
2002.
[3] Shugong Xu, Tarek Saadawi Does IEEE 802.11 MAC
Protocol Work Well in Multihop Wireless Ad Hoc Networks?,
IEEE Communications Magazine, p.130-137, June 2001.
[4] J. Deng, and Z. J. Haas, Dual Busy Tone Multiple Access
(DBTMA): A New Medium Access Control for Packet Radio
Networks, IEEE ICUPC’98, Florence, Italy, October 5-9,
1998.
Figure 6 Operation of Dual MAC
[5] A. Nasipuri, and S. R. Das. A Multichannel CSMA protocol
for multi-hop wireless networks, Proc. of IEEE Wireless
5. CONCLUSION Communications and Networking Conference (WCNC’99),
The design of a MAC that meets the demand of a multihop September 1999.
wireless network is great challenge. The restrictions like limited
bandwidth, low power, and limited transmission range make this
challenge even greater. Further, the hidden and exposed node
problem offer even more difficulties by increasing the chance of
collision. In this work, we have investigated the usefulness of
IEEE 802.11 MAC protocol using the PCF and DCF
mechanisms. We find that without modifications, the PCF and
DCF are not very useful in multihop networks. The dual MAC
was designed to eliminate exposed and hidden node problems in
the central region of a centralized multihop network.
57