Vous êtes sur la page 1sur 6

A Novel MAC Protocol for Wireless Ad Hoc Networks with Power Control

Li Zhitang1, Fan Jun1, Nie Wei2, Wang Li1,Chen Yuan1 School of Computer Science and Technology, Huazhong University of Science and Technology, Wuhan, Hubei, P.R.China 2 School of Automation Engineering, University of Electronic Science and Technology, Chengdu, Sichuan, P.R.China leeying@mail.hust.edu.cn; odbc@tom.com; nwei888@sina.com; wtwl@hust.edu.cn; ychen@smail.hust.edu.cn Abstract
Issues such as the hidden and exposed terminal problems and limited traffic carrying capability still remain unsolved in wireless ad hoc networks. In this paper, we present a novel MAC protocol employing power control. Our design mainly focuses on alleviating the problems of the hidden and exposed terminals and enhancing spatial reuse. We introduce an effective power control scheme to facilitate the power negotiation between the source node and the receiver node. Our protocol can collaborate well with high layer protocols such as AODV in the multi-hop scenarios. We implement our protocol in OPNET environment and study the parameters to optimize its performance. Our preliminary simulation results indicate that, with properly chosen parameters, our protocol works well and achieves considerably high performance in both sparse and dense ad hoc networks. In this paper, we introduce a novel MAC protocol that employs power control for wireless ad hoc networks. The core contribution of our study is as followings. On one hand, we propose an effective power control scheme to facilitate the negotiation of transmission power between the source node and receiver node. On the other hand, we introduce a new scheme to alleviate the problems of the hidden and exposed terminals. As illustrated by the simulation results, our protocol can greatly improve the traffic carrying capacity and is suitable for both sparse and dense ad hoc networks. The rest of the paper is organized as follows. In section 2, we summarize some related works in the area of MAC protocol using power control for ad hoc networks. In section 3, we describe our protocol in detail in all aspects. In section 4, we present the preliminary simulation results and compare with IEEE 802.11 MAC protocol. Finally in section 5, we conclude the paper and highlight some open problems and future research directions.

1. Introduction
Wireless ad hoc networks are formed by autonomous system of mobile hosts connected by wireless links. Without fixed infrastructure, communication in ad hoc networks takes place through the intermediate nodes, acting as hosts and routers in a store-and-forward manner [1]. The goal of medium access control is to enable efficient and fair sharing of the common wireless channel among nodes in ad hoc networks. However, the hidden and exposed terminals are introduced by the distributed nature of wireless communication, making the design of MAC protocol a rather challenging issue. Besides addressing the hidden and exposed terminal problems, medium access control protocol must exercise power control to improve spatial reuse and save energy.

2. Related works
In recent years, quite a few power control MAC protocols have been proposed, which are almost the adaptation of CSMA/CA (especially IEEE 802.11 [2]) for use over power control. The main idea of the proposed protocols is to use the maximum transmission power for RTS-CTS and the minimum necessary transmission power for DATA-ACK [3] [4]. Although multiple power levels can improve spatial reuse, it brings asymmetric links and more collisions. Even worse, nodes with higher power may overwhelm nodes with low power in accessing channel resources and consequently causes unfairness. In PCM [5], the source node periodically transmits the DATA packet at the maximum power level, so that

2007 International Conference on Multimedia and Ubiquitous Engineering(MUE'07) 0-7695-2777-9/07 $20.00 2007

nodes in the carrier sensing range can sense it. However, the drawbacks are the interference caused by such DATA packets and the difficulty in implementing frequent changes in the transmission power levels. PCMA [6] uses two channels, one for data and control packets and the other for busy tones. By sensing the strength of the busy tone signal, a sender node determines a maximum power level that would not interfere with ongoing communication. Although this scheme shows encouraging performance, the additional receiver hardware as well as radio channel causes relative complexity in order to implement it. As analyzed by [6] [7], CSMA/CA is inherently incompatible with power control. In order to guarantee collision-free floor acquisition, RTS-CTS must be transmitted with the largest power. Adversely, sending RTS-CTS at the maximum power yields little benefit over no power control. We think that this dilemma can only be solved by separating the RTS-CTS and DATAACK in different channels, or using a synchronous scheme so as to eliminate the interference between RTS-CTS and DATA-ACK packets, as described in this paper.

which are composed of mini-slots for the assertion signal of CRS (Collision Resolution Signaling), RTS slot, CTS slot and SBT (Sender Busy Tone) slot. We divide the data period into DATA cycle and ACK cycle. In order to avoid the overlap of the control and the data packets, we restrict the transmission and reception of the assertion signal, RTS, CTS, DATA and ACK packets in the responding time slots.

Figure 1. Frame and timeslot organization In order to reduce the overhead, we need to make time interval of time slots as short as possible. However, we must include the synchronization accuracy, propagation delay, detection time, and receive-to-transmit transition time to prevent ambiguity.

3. The proposed protocol


3.1. System model and time slot structure
We assume that an ad hoc network has multi-hop and fully distributed network structure, and is consisted of a number of nodes distributed over a twodimensional space in a Line of Sight (LOS) environment. Our protocol is named SPC-MH (Synchronous Spatial Reuse and Multi-Hop supported), and it has five key assumptions. (1) In order to keep track of time frames and slots, the synchronization among nodes is calibrated by GPS, which can provide a worldwide synchronization to a resolution of approximately 250ns or even higher. When the GPS signal is unavailable, the internal clock can be used. (2) All the nodes use half-duplex radio transceiver, and share a single channel. (3) All the nodes are equipped with omnidirectional antennas. (4) The physical links are bi-directional, so that the handshake procedures can work. (5) The channel status remains stationary in the period of the control and data packet transmissions. Like other TMDA protocols, we divide the radio channel into contiguous transmission slots, which is composed of two periods: the contention period and the data period, as is illustrated in Figure 1. We divide the contention period into multiple contention cycles,

3.2. The channel access mechanism


3.2.1. The CRS/RTS/CTS/SBT handshake Instead of CSMA/CA, we adopt the idea of CRS in our protocol. CRS consists of consecutive signaling phases and assertion signals, and the signaling phase is designed by choosing the number of signaling slots and signal selection probabilities [8][9]. A node survives CRS by surviving all signaling phases. We use 9-phase signaling in our protocol, which can achieve a better than 0.99 probability that just one node will survive signaling for contender densities as many as 450 contenders. In order to avoid the collision of RTS at the receiver node caused by the hidden terminals, we modify the CRS as described in section 3.3. Surviving the CRS, if a short packet (usually routing packet or very small user traffic) comes from higher layer, it will be transmitted without RTS-CTS handshake with Pone-hop (the full power for one-hop range). Since the distance between CRS survivors is 2 two-hop radius (as described in section 3.3.), all the nodes in one-hop range can successfully receive the short packet. If a long packet of user traffic arrives, RTS-CTS handshake will be performed. The source node S, or rather the CRS survivor, transmits the RTS with Pone-hop. Node S also specifies PMax (the maximum transmit power permitted for the source node) in RTS packet. The format of the RTS packet is similar to the

2007 International Conference on Multimedia and Ubiquitous Engineering(MUE'07) 0-7695-2777-9/07 $20.00 2007

IEEE 802.11 RTS, except that the two-byte field containing duration is replaced with PMax. Receiving the RTS, the receiver node R gets PMax and computes the PMin (the minimal transmission power should be used by the source node so that the receiver node can decode successfully, as described in the power control sub-section). If PMin < Pm ax , the transmission solicitation from node S is acceptable. For this transmission will not destroy the registered senderreceiver pairs around the source node. If PMin Pm ax , or the node R is an exposed terminal, or node R is busy, the transmission solicitation from the source node is rejected. We use two types of CTS: the CTS-A (CTSAcceptance) and the CTS-R (CTS-Rejection). The CTS-A informs the source node and neighboring nodes that a new sender-receiver pair has been registered. The format of the CTS-A is similar to the IEEE 802.11 CTS, except the two-byte field containing the duration is replaced with PMin. The CTS-R informs only the source node that the transmission solicitation has been rejected. CTS will be transmitted with Pone-hop in the CTS slot. SBT is a burst similar to the assertion signal, and is transmitted by the source node with power PMin in the SBT cycle. If SBT is received, a node (except the receiver) marks it as an exposed terminal that should not receiver in current transmission slot. 3.2.2. The repeated CRS/RTS/CTS/SBT handshake Since the distance between CRS survivors is twohop radius, the sender-receiver pairs produced in one contention cycle, or rather one CRS/RTS/CTS/SBT handshake, are quite sparse. In order to improve spatial reuse, we have multiple contention cycles in the contention period. In the next contention cycle, except the nodes in the busy status, other nodes can contend for the access of medium in current transmission slot. 3.2.3. DATA/ACK exchange As a result of multiple contention cycles, multiple sender-receiver pairs that do not interfere with each other can be registered. In the last step, the DATAACK exchange of all these sender-receiver pairs will take place simultaneously. The design consideration for SPC-MH is an optimization problem. On one hand, each contention cycle consumes the wireless channel for some amount of time. Therefore it is desirable to minimize the number of contention cycles. On the other hand, the overhead of contention cycles is amortized over the multiple data packets transmitted in data period. We need to balance the length of contention period and the data period.

There are mainly two points in our power control scheme. On one hand, different transmit power level is assigned for the assertion signal, RTS, CTS, SBT, DATA and ACK. On the other hand, a source node decides PMax, while the receiver node decides PMin. From [10], Formula (1) holds. The source node transmits a signal with power Pt, the receiver node receives the signal with power Pr, is the carrier wavelength, d is the distance between transmitter and receiver, n is the path loss coefficient, and gt/gr is the antenna gain, which is 0dB since omni-directional antenna is used in our protocol. n t r (1) Pr = Pt gg 4 d Firstly, we make the assertion signal transmitted with power 8Pone-hop (we assume the path loss coefficient equals to 3), and RTS-CTS transmitted with power Pone-hop. As result, the range of the assertion signaling is two-hop radius. Consequently, the distance between the CRS survivors is two-hop radius, too. Secondly, receiving the RTS, the receiver node computes PMin as Formula (2). The Prcv-rts is the signal strength of the RTS measured by the receiver node, and PD is the power threshold that can satisfy the correct decoding. PMin will be included in the CTS-A. The SBT, DATA and ACK will be transmitted with power PMin.
PM in = Pone h op PD Prcv rts

(2)

Thirdly, we limit the transmit power of the source node so as to protect the registered sender-receiver pairs. If CTS-A is overheard, PMax is computes as Formula (3). The Prcv-cts is the signal strength of the CTS-A measured. If multiple CTS-A are overheard, the PMax should be updated with the smallest value. If no CTS-A is overheard, the default PMax is Pone-hop.
PMa x = Pone hop PD Prcv cts

(3)

3.4. Alleviating the hidden and exposed terminals Problems


3.4.1. Eliminating hidden terminals causing collision of RTS Different from the EI scheme that is quite complex [8], [9], we transmit the assertion signal with higher power level and make the distance between CRS survivors two-hop radius. Only the source node (the CRS survivor) and the receiver node can communication while other nodes keep silent in the RTS/CTS slot. Thus the collision of RTS caused by the hidden terminals at the receiver node can be avoided

3.3. The power control scheme

2007 International Conference on Multimedia and Ubiquitous Engineering(MUE'07) 0-7695-2777-9/07 $20.00 2007

and RTS-CTS handshake can succeed with very high possibility. As illustrated in Figure 2, we assume that the source node S survives the CRS, while other nodes such as A, B, C and R fail. In the following RTS slot, except S, other nodes in the coverage of signaling area ASIG keep silent. Thus the collision of the RTS at receiver node R can be avoided, even in the case that D is a CRS survivor. Similarly, only node R can transmit in the CTS slot in the coverage of signaling area ASIG. It is evident that modified CRS can eliminate the collision of RTS-CTS caused by hidden terminals, and RTS-CTS exchange can succeed with very high possibility.

As illustrated in Figure 4, we assume the source node S and the receiver node R register a senderreceiver pair first. The dotted circles illustrate the onehop range of RTS-CTS, while the shadowed circle illustrates the range of DATA-ACK exchange. Node N3 receives the SBT from node R and recognizes that it is an exposed terminal. As a result, node N3 (the exposed terminal) is not allowed to receive in this transmission slot. However, node N3 can transmit to node N4 in condition that other registered senderreceiver pairs in the vicinity of node N3 will not be interfered.

Figure 4. Alleviating the exposed terminal problem Figure 2. RTS/CTS handshake of CRS survivor 3.4.2. Alleviating the hidden terminal problem in DATA/ACK As illustrated in Figure 3, we assume that the source node S and the receiver node R register a senderreceiver pair first. The dotted circles illustrate one-hop range of RTS/CTS/SBT, while the shadowed circle illustrates range of DATA-ACK exchange. Node N1 receives CTS-A from node R, recognizing it is a hidden terminal and computing PMax. In this transmission slot, node N1s transmit power should not go beyond PMax. By comparing PMax and PMin required by node N2, node N1 (the sender node) decides whether to cancel the transmission solicitation or not. Thus node N1 (the hidden terminal) will not impact the sender-receiver pair of node S and R.

3.5. Collaborate with routing protocol


The routing protocols for ad hoc networks are classified into two categories: on-demand such as AODV and DSR, and proactive such as DSDV and OLSR. The routing traffic is usually quite short. Take AODV as an example, the RREQ has a length of 24 bytes and is the longest among RREQ, RREP and RERR. Consequently, no matter what kind of routing protocol is employed, we can regard that only two kinds of packets come from network layer: the short packet of routing traffic and the long packet of user traffic. In SPC-MH, the short packet of routing traffic (or very short user traffic) is transmitted in the contention period (using the time interval of the RTS/CTS/SBT handshake) and the long packet of user traffic is transmitted in the data period. Thus, we must tune the time interval of the contention cycle to accommodate the routing packets, including the PLCP Preamble and Header as well as the MAC and IP layer overhead. For instance, the frame containing RREQ of AODV takes totally 832 bits. The time interval of one contention cycle (excluding the time interval for CRS) needs to be at least 832 s (at 1 Mbits/sec) to accommodate all the routing traffic of AODV.

Figure 3. Alleviating the hidden terminal problem 3.4.3. Alleviating the exposed terminal problem in DATA/ACK

4. The simulation results

2007 International Conference on Multimedia and Ubiquitous Engineering(MUE'07) 0-7695-2777-9/07 $20.00 2007

4.1. Simulation environment


We use an ad hoc network spreading over an area of 1000m 1000m, and divide the area into M rows and M columns (totally M M squares). In each square we assign a random position for one node. We assume that the one-hop transmission radius is 300m, the synchronization accuracy is 1s, the propagation delay is 1s, the detection time and receive-to-transmit transition time are 18s, the PLCP Preamble and Header is 192 bits and MAC layer overhead 224 bits. We implement our first version of SPC-MH model in OPNET and the detailed parameter values used are shown in Table 1. Table 1. Simulation parameter settings
Parameter Type Data rate Carrier Frequency CRS RTS slot CTS slot SBT slot Contention Cycles DATA Cycle ACK Cycle Transmission Slot interval Parameter Value 1 Mbps 2401~2423 MHz 180 s (Nine 20 s signaling slots) 420s 400s 20s 1~10 8780s 320s Number of CC 1020s+9100 s

the page-limit of this paper, we can only present the results in 4 figures. For the convenience of reading, we summarize the results of simulations in Table 2. From the simulation results, we find some trends as follows. Table 2. Network layer performance
Node Density (nodes/km 2 ) 16 25 36 49 Throughput (Kbits/s) IEEE 802.11 340 280 250 240 SPC-MH 480 520 560 670 Delay (s) IEEE 802.11 0.4 1.7 2.1 3.4 SPC-MH 0.4 0.6 0.7 0.8

We implemented our first version of SPC-MH model in OPNET Modeler environment. Our main objective is to investigate the impact of manipulating three parameters, including node density, traffic generation rate and the number of contention cycles, on the network layer performance in term of throughput and delay in multi-hop scenarios (AODV is used in network layer). In order to check the performance of our protocol, we compare the performance of an ad hoc network employing SPC-MH and IEEE 802.11b (Direct Sequence) DCF protocols in the MAC layer in a fair base.

4.2. Simulation results


We conduct totally 440 simulations employing SPC-MH and IEEE 802.11 in MAC layer. The number of contention cycles (CC) is from 1 to 10, the traffic generation rate in whole network is from 0.08192 to 0.8192 Mbits/s (10~100 packets per second and the user traffic packet length is 1024 bytes), simulation time is 100 seconds, node density is 16, 25, 36, and 49 nodes per squared kilometer. In order to test the effect of mobility, each node is assigned a random speed ranged from 0 to 15 meters per seconds and a random moving direction. If a node goes out of the 1000m1000m area, it will be bounced back. Due to

Firstly, we find from Figure 5~8 that, as traffic generation rate increases, the throughput increases while the delay degrades using SPC-MH and IEEE 802.11 in MAC layer. This is due to the queue delay brought by jam of the wireless channel. Secondly, we find that the optimal number of contention cycles for best performance is different at different node density. CC3~4 is suitable for low node density, CC5~6 is suitable for moderate node density, and CC7~8 is suitable for high node density. Thirdly, node density impacts the network performance significantly. As node density and traffic generation rate increases, with properly chosen parameters, the throughput using SPC-MH is 480 Kbits/s, 520 Kbits/s, 560 Kbits/s and 670 Kbits/s, while the throughput using IEEE 802.11 is 340 Kbits/s, 280 Kbits/s, 250 Kbits/s and 240 Kbits/s. The throughput using SPC-MH is about 141%, 185%, 224% and 279% of that using IEEE 802.11 at node density of 16, 25, 36 and 49 nodes/km2. It is obvious that SPM-MH can achieve much higher performance in term of delay at moderate and high node density. As can be seen from the above simulation results, SPC-MH significantly improves the network layer performance in dense ad hoc network. We believe that the enhancement in the performance is attributed to two points. On the one hand, SPC-MH alleviates the hidden terminals, which is the main cause of collisions. On the other hand, there is much more parallelism in the packets transmissions with the alleviation of the exposed terminal problem and the employment of power control.

2007 International Conference on Multimedia and Ubiquitous Engineering(MUE'07) 0-7695-2777-9/07 $20.00 2007

Figure 5. Network layer performance of 16 nodes/km2 scenarios

control, study of the performance of SPC-MH implementing more routing protocols and extension to SPC-MH by employing directional antennas.

References
[1] IETF MANET Working Group,

http://www.ietf.org/html.charters/manet-charter.html Figure 6. Network layer performance of 25 nodes/km2 scenarios


[2] IEEE 802.11 WG, Wireless Lan Medium Access Control (MAC) and Physical-Layer (PHY) Specifications, 1999; standard. [3] M. B. Pursley, H. B. Russell, and J. S. Wysocarski. Energy-Efficient Transmission and Routing Protocols for Wireless Multiple-hop Networks and Spread-Spectrum Radios. In EUROCOMM 2000, pages 1-5, 2000. [4] J. Gomez, A. T. Campbell, M. Naghshineh, and C. Bisdikian. Conserving Transmission Power in Wireless Ad Hoc Networks. In ICNP'01, November2001. [5] E. S. Jung and N. H. Vaidya, A Power Control MAC Protocol for Ad Hoc Networks, ACM Intl. Conf. Mobile Computing and Networking (MOBICOM), Sept. 2002. [6] J. Monks, V. Bharghavan and W. Hwu, A Power Controlled Multiple Access Protocol for Wireless Packet Networks, IEEE INFOCOM, April 2001. [7] S.-L. Wu, Y.-C. Tseng, and J.-P. Sheu, Intelligent Medium Access for Mobile Ad Hoc Networks with Busy Tones and Power Control, IEEE Journal on Selected Areas in Communications, 18, 9, September 2000. [8] J. Stine, G. de Veciana, K. Grace, and R. Durst, Orchestrating spatial reuse in wireless ad hoc networks using Synchronous Collision Resolution, J. of Interconnection Networks, Vol. 3 No. 3 & 4, September and December 2002, pp. 167~195. [9] J. Stine and G. de Veciana, A paradigm for quality of service in wireless ad hoc networks using synchronous signaling and node states, IEEE J. Selected Areas of Communications, Sep. 2004, pp. 1301-1321. [10] T. Rappaport, Wireless communications principles and practice, Prentice Hall, 2002.

Figure 7. Network layer performance of 36 nodes/km2 scenarios

Figure 8. Network layer performance of 49 nodes/km2 scenarios

5. Conclusion
In this paper, we introduce a MAC protocol that employs power control for wireless ad hoc networks. Our protocol can not only alleviate the hidden and exposed terminal problems, but also greatly improve the spatial reuse. We also propose an effective power control scheme to facilitate transmission power negotiation between the source node and the receiver node. With this feature, although complex, our protocol provides efficient access and achieves high traffic carrying capacity. We evaluate the performance of multi-hop ad hoc network employing SPC-MH and IEEE 802.11 via extensive simulations. Our preliminary performance simulations show that SPC-MH is suitable for both sparse and dense ad hoc network. The results we obtained are promising, and the extent of this performance improvement is even larger in dense network. Future works would include comparison of SPC-MH with the proposed MAC protocol with power

2007 International Conference on Multimedia and Ubiquitous Engineering(MUE'07) 0-7695-2777-9/07 $20.00 2007

Vous aimerez peut-être aussi