• 沒有找到結果。

A jamming-based MAC protocol to improve the performance of wireless multihop ad-hoc networks

N/A
N/A
Protected

Academic year: 2021

Share "A jamming-based MAC protocol to improve the performance of wireless multihop ad-hoc networks"

Copied!
10
0
0

加載中.... (立即查看全文)

全文

(1)

Wirel. Commun. Mob. Comput. 2004; 4:75–84 (DOI: 10.1002/wcm.170)

A jamming-based MAC protocol to improve the performance

of wireless multihop ad-hoc networks

Shiang-Rung Ye,*,yYou-Chiun Wang and Yu-Chee Tseng

Department of Computer Science and Information Engineering, National Chiao Tung University, Hsin-Chu 30050, Taiwan, ROC

Summary

One critical issue in multihop ad-hoc networks is the medium access control (MAC). The IEEE 802.11 MAC protocol is originally designed for fully connected, one-hop ad-hoc networks but not for multihop ad-hoc networks. In addition to the well known hidden-terminal problem, we found that IEEE 802.11 also suffers from an erroneous reservation problem which occurs when RTS-CTS exchange fails but the channel is incorrectly reserved. In this paper, we propose a jamming-based MAC (JMAC) protocol that is not only free from both the hidden-terminal and the erroneous reservation problems but also allows more concurrent transmission/receipt activities for stations within each other’s transmission range. The idea behind the JMAC is to separate source stations’ traffic from destination stations’ traffic into different channels (i.e. dividing the shared medium into two channels), and explicitly signal the channel status by jamming the channels. Simulation results show that although the channel division incurs some cost, the advantages of being free from the erroneous reservation and the hidden-terminal problems, and the benefits of more concurrent transmissions will compensate the cost and provide higher channel utilization when data frame size is median or large. Copyright # 2004 John Wiley & Sons, Ltd.

KEY WORDS: medium access control (MAC); mobile ad-hoc network; wireless communication

1. Introduction

An ad-hoc network is a spontaneous network that consists solely of mobile stations without base sta-tions. It can be applied in many contexts such as military communication, disaster rescue and outdoor/ indoor activities due to its features of convenience in deployment and flexibility in reconfiguration. Depending on configurations, an ad-hoc network can be classified as fully connected or multihop. In this work, we focus on multihop ad-hoc networks.

One of the issues in multihop ad-hoc networks is the medium access control (MAC). Traditional MAC protocols such as ALOHA [1] and CSMA [2] all suffer from the well-known hidden-terminal problem. The hidden-terminal problem occurs when some sta-tions are hidden from the source stasta-tions but transmit while their neighbors are receiving data. In the litera-ture, many methods have been proposed to solve the problem [3–12]. The BTMA [3] first proposed using busy tone to avoid the hidden-terminal problem in an infrastructure network. In the BTMA, the whole

*Correspondence to: Shiang-Rung Ye, Department of Computer Science and Information Engineering, National Chiao Tung University, Hsin-Chu 30050, Taiwan, ROC.

yE-mail: shiarung@csie.nctu.edu.tw

Contract/grant sponsor: MOE Program for Promoting Academic Excellence of Universities; contract/grant number: A-91-H-FA07-1-4, 89-E-FA04-1-4.

(2)

bandwidth is divided into a data channel and a busy-tone channel. When a base station detects carrier on the data channel, it transmits busy-tone signal (a sine wave) to indicate the busy state of the data channel. Any mobile station that detects the busy-tone signal will defer its transmission until the end of the busy tone. The disadvantages of using busy tone are the cost of bandwidth for the busy tone and the cost of time to detect busy-tone signal which is no longer negligible on a narrow-band channel and must be accounted for [3].

In the receiver-initiated busy-tone multiple protocol [4], a receiver will transmit a busy tone after it receives a request frame from a sender. This busy tone not only serves as a response to the request but also prevents other stations from accessing the chan-nel since any attempting source that detects the busy tone will postpone their transmissions. However, in a multihop ad-hoc network, a sender may overhear neighboring stations’ busy tone, and it is difficult to tell whether it is its receiver or other stations turning on the busy tone.

Based on the RTS–CTS–DATA dialogue, the DBTMA protocol [10,11] uses two busy tones to convey channel states. It divides the communication bandwidth into a control channel, a data channel and two busy tones (BTtand BTr). RTS and CTS frames

are exchanged on the control channel, and if the exchange succeeds, a source station will transmit its data on the data channel and turn on the BTtbusy tone

to prevent neighboring stations from interfering its communication. Similarly, while a destination is wait-ing for or receivwait-ing data, it turns on the BTrto avoid

possible collision.

Another branch of MAC design is based on the RTS–CTS exchange. The MACA protocol [5] first introduces the RTS–CTS exchange to prevent the hidden-terminal problem. In this scheme, a source station transmits a RTS frame to destination station for request of transmission. If the intended destination correctly receives the RTS frame, it will admit the transmission by sending a CTS frame. Other stations that hear the RTS or CTS frame are required to reschedule their transmissions at later time for pre-venting frame collision. In contrast to MACA, the MACA-BI [7] which is a receiver-oriented protocol tries to improve the channel utilization by removing the RTS part of RTS/CTS handshake. A destination station sends a RTR (ready-to-receive) frame to invite a source station to transmit data. The RTR frames are transmitted at a rate that matches the source station’s incoming traffic according to backlog information of

the source station, which is piggybacked in the sour-ce’s data frames, for helping the destination to predict the source station’s traffic. However, this method is not suitable for networks with unpredictable traffic such as burstiness traffic.

The MACAW [5] protocol suggests a new frame exchange of RTS–CTS–DS–DATA–ACK. A DS (data-sending) frame is transmitted by a source station to confirm the use of the medium after it receives a CTS frame. However, since a DS frame may collide with frames of other stations, neighboring stations may not correctly receive the DS frame. The ACK frame is transmitted after a receiver correctly receives a data frame. This acknowledgement scheme im-proves the reliability of a wireless link, and avoids the long recovery cost at the upper layer (e.g. TCP).

The FAMA [8,9] suggests that a station must acquire a channel before transmission of data. One way to acquire the channel is through the RTS–CTS exchange. Two variants of FAMA (FAMA–NCS and FAMA–NPS) are discussed and they are similar to the MACA and IEEE 802.11 [12] respectively.

The IEEE 802.11 standard adopts the RTS–CTS– DATA–ACK exchange sequence when the size of a data frame is larger than a threshold. In fact, in a large-scale network or in situations where the hidden-terminal problem is unavoidable, this exchange se-quence is suggested to be used in most cases [13]. As in the MACAW, the RTS and CTS may collide in IEEE 802.11 so the hidden-terminal problem remains unavoidable (but will be reduced). Besides, in this work, we observe that IEEE 802.11 also suffers from an erroneous reservation problem which occurs when a RTS/CTS exchange fails but the medium has been incorrectly reserved by the RTS and/or CTS frames. During this reserved period, all stations in the reserved area are suppressed from transmission even though the channel is idle.

In this paper, we propose a jamming-based MAC (JMAC) protocol that can satisfactorily solve the erroneous reservation problem and the hidden term-inal problem. In addition, the proposed JMAC proto-col also allows more concurrent transmission pairs in the physical area, thus further increasing the channel utilization. The basic idea behind the JMAC is to separate source stations’ traffic from destination sta-tions’ traffic by dividing the shared medium into two different channels, and explicitly signal the channel status by jamming the channels. Although the division of the shared medium into two channels incurs some cost, as shown in simulation results, the advantages of being free from the erroneous reservation and the

(3)

hidden-terminal problems, and the benefits of more concurrent transmissions will compensate the cost and provide higher channel utilization when data frame size is median or large.

The rest of this paper is organized as follows. In Section 2, we review the IEEE 802.11 standard and some deficiencies of IEEE 802.11 when it is applied to a multihop ad-hoc network. In Section 3, we describe the operations of the proposed JMAC protocol. Simu-lation results are shown in Section 4, and conclusions are drawn in Section 5.

2. Deficiencies of IEEE 802.11 in Multihop Ad-Hoc Networks

The basic access method of IEEE 802.11 is the distributed coordination function (DCF). It specifies how to determine channel states and how to backoff when transmission fails. Two kinds of carrier senses are defined in the DCF: physical carrier sense and virtual carrier sense. The former is supported by the physical layer, while the latter is conducted by the MAC layer. The virtual carrier sense is carried out by the network allocation vector (NAV), which is set according to the ID/duration field of data/control frames. The ID/duration field contains the information of a time period during which some stations will use the medium. By this information, stations are able to know the future use of the medium and schedule their transmissions to avoid collision.

IEEE 802.11 also adopts the RTS–CTS–DATA– ACK as one of frame exchange sequences. When the size of a data frame is larger than 3000 bits (a default value) [12], this exchange sequence is recom-mended to be used. The functions of RTS and CTS frames are twofold. First, they are used to probe the channel state so as to prevent collision of large data frames. Second, they contain NAV information to prevent the hidden-terminal problem. However, since RTS/CTS frames may collide with other frames, the hidden terminal may still occur.

Besides, the use of RTS/CTS in 802.11 also causes an erroneous reservation problem, which may occur when RTS/CTS exchange fails but the channel is reserved by the RTS/CTS frames. This inhibits neigh-boring stations from accessing the medium even though the medium is idle. Such ‘holding-while-wait-ing’ scenario may waste much bandwidth when the traffic load is high. The erroneous reservation may occur under the following conditions: busy destina-tion, frame collision, transmission error and the

problem itself. For example, in Figure 1(a), assume that stations A and B have successfully completed RTS/CTS exchange and started their transmission. In the meanwhile, if station D transmits a RTS to C, the circle centered at D will be incorrectly reserved. Similarly, if E sends a RTS to F, the circle centered at E will be incorrectly reserved too.

Frame collision may also cause erroneous reserva-tions. Figure 1(b) shows that if the CTS_Timeout interval is smaller than the length of a CTS frame, the erroneous reservation may occur. In the example, A and C transmit RTS frames at the same time. The RTS frame from A is collided with that from C, but the RTS frame from C is successfully transmitted to D. While D responds with a CTS frame to C, if A retries to send a RTS frame, the CTS frame is collided at C and the circle centered at D is erroneously reserved.

Figure 1(c) demonstrates that transmission errors can also cause erroneous reservations. In the figure, B successfully receives the RTS from A, but A fails to receives the CTS from B due to transmission error. Then the circles centered at both A and B will be incorrectly reserved. It is also possible that after a station incorrectly reserves the channel, this incorrect reservation causes another reservation. In Figure 1(d), Fig. 1. Erroneous reservations caused by: (a) busy destina-tion, (b) frame collision, (c) transmission error and (d) the

(4)

after A incorrectly reserves the channel, D also in-correctly reserves the channel.

Note that the duration of an erroneous reservation may vary depending on different cases. If a RTS is received, a station will set its NAV according to the corresponding frame length. However, if the station fails to hear any frame after a timeout period, the NAV will be reset and the length of erroneous reservation interval would be shorten. The examples in Figure 1(a) and (d) fall into this case. For a station hearing a CTS, the NAV cannot be reset. In this case, the erroneous reservation interval would be much longer. The exam-ples in Figure 1(b) and (c) fall into this case.

3. The Proposed MAC Protocol

In this section, we describe the proposed MAC pro-tocol, called JMAC, that is derived based on the concept of traffic separation and jamming mechanism. In JMAC, the medium is divided into two channels: S channel and R channel. RTS and DATA frames (source stations’ traffic) are transmitted on the S channel and CTS and ACK frames (destination sta-tions’s traffic) are transmitted on the R channel. It is assumed that each station is equipped with two radio devices, one tuned to the S channel and the other tuned to the R channel. The ratio of bandwidth allocated to the R and S channels is assumed to be  :ð1  Þ, where 0 <  < 1. How to choose an appropriate  will be further discussed in Section 3.2.

3.1. Protocol Behaviors

In JMAC, a source station always transmits RTS/DATA frames on the S channel but receives CTS/ACK frames on the R channel. It also transmits jamming signal on the S channel while waiting or receiving a CTS/ACK frame on the R channel. For a destination station, while it is waiting or receiving a DATA frame on S channel, it jams the R channel to prevent neighboring stations from transmitting RTS frames on the S channel. Jam-ming signal is the one with sufficient energy causing the medium to become busy. No data is carried in jamming signal and there is no need to decode its content. The overlapping of a jamming signal and a data signal is considered as a jamming signal too, and thus cannot be correctly recognized.

The procedures and the timing diagram of trans-mission and receipt of RTS, CTS, DATA, and ACK frames in JMAC are shown in Figures 2 and 3 respectively. Before transmitting a RTS frame on the

S channel, a source station first senses the R channel. If it is idle for a DIFS period, the source station sends a RTS on the S channel, and then listens to the R channel for a CTS frame. If a station detect R channel to be busy before sending a RTS frame, this implies that some neighbors may be receiving data from other stations that are two hops way so the source station is not allowed to access the medium. While waiting for the CTS frame from a intended destination, the source station is required to jam the S channel. The purpose of jamming the S channel is similar to the reservation function of RTS in 802.11, but the difference is that the medium is jammed as long as needed, depending on the result of RTS–CTS exchange. If the RTS–CTS Fig. 2. The procedures of transmission and receipt of control/data frames in jamming-based medium access

con-trol (JMAC).

Fig. 3. The timing diagram of transmission of control/data frames.

(5)

exchange fails (indicated by a CTS_Timeout), the sender will stop jamming the S channel and will start the backoff procedure as in 802.11.

After the destination station receives the RTS from the S channel, it responds with a CTS frame on the R channel, and then listens to the S channel for a DATA frame. While it is waiting for the DATA frame, it also jams the R channel to prevent neighbors from trans-mitting RTS frames. If unfortunately, the DATA frame fails to appear after timeout, it will stop jamming the R channel.

The rest of access procedure is similar. After receiving the CTS, the source transmits its DATA frame, and then jams the S channel while waiting for an ACK on the R channel. For the destination, after receiving the data frame successfully, it will respond with an ACK on the R channel. Note that although we adopt the RTS–CTS–DATA–ACK frame exchange sequence, stations may also apply the DATA–ACK sequence directly to transmit data frames. The risk is a higher penalty in case that data frames from two sources collide.

In JMAC, the backoff procedure starts after the R channel becomes idle for one DIFS period, and it is independent of the status of the S channel. This is because the transmission of a RTS on the S channel does not interfere with neighboring stations’ reception of CTS/ACK frames on the R channel, but the recep-tion of RTS/DATA frames on the S channel.

Figure 4 illustrates the exchange of RTS, CTS, DATA and ACK frames in a network that stations are arranged in a line. The double circles, in the example, represent the stations that are currently transmitting RTS, CTS, DATA or ACK frames. Figure 4(a) and (b) show that A is transmitting a RTS frame to B and then jamming the S channel respectively. Since

the RTS frame is transmitted by broadcasting, F also hears the RTS frame. After receiving the RTS frame, B responds with a CTS frame and then jams the R channel in Figure 4(b) and (c) respectively. This will prevent the hidden-terminal problem and erroneous reservation problem. Assume that if C misses the CTS frame from B due to collision or transmission error, C will not be a hidden terminal since it will detect the busy R channel and know that some of neighboring stations are receiving data. Also, since B will stop jamming the R channel if it does not receive a DATA frame after timeout, the erroneous reservation pro-blem will not occur in JMAC. After A receives the CTS frame from B, it transmits a DATA frame and jams the S channel in Figure 4(d). It can be easily observed that the jamming signal transmitted by A also protects its receipt of the ACK frame from B. We comment that if F does not successfully receive the RTS frame from A in Figure 4(a), since A will transmit RTS/DATA frames and jamming signal on the S channel during the time period of RTS–CTS– DATA–ACK exchange, any RTS frame sent to F will be collided at F. Therefore, F will not transmit any CTS or ACK frame during this time period.

JMAC allows more concurrent transmission/receipt activities for stations within each other’s transmission range. Taking Figure 4(b) as an example, JMAC allows D and F to concurrently request transmission to C and E, respectively. After C and E receive RTS frames from E and F, they can safely reply with CTS frames without collision. This is shown in Figure 5(a) and (b).

3.2. Tuning the Factor 

In this section, we discuss how to choose the ratio  that determines the bandwidths of the S channel and R channel. Let the system transmission rate be r. After dividing the total bandwidth into two sub-channels, the transmission rates for the S channel and R channel are assumed to be  r and ð1  Þ  r respectively. The basic idea is to find a value of  such that the time

Fig. 4. An example of frame exchange and the transmission of jamming signal in the JMAC protocol.

Fig. 5. An example of concurrent transmissions in the JMAC protocol.

(6)

of a RTS–CTS–DATA–ACK exchange, denoted by fðÞ, is minimized. The f ðÞ can be expressed as follows:

fðÞ ¼RTSþ DATA

 r þ

CTSþ ACK

ð1  Þ  r ð1Þ

Differentiating fðÞ with respect to , we have

dfðÞ d ¼ 2 ðCTS þ ACKÞ ð1  Þ2  ðRTS þ DATAÞ 2 ð1  Þ2 r ð2Þ

Set Equation (2) to zero, we have the optimal value ^,

^  ¼RTSþ DATA  ffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffi ðRTS þ DATAÞ  ðCTS þ ACKÞ p RTSþ DATA  CTS  ACK ð3Þ Since 0 < ^ < 1, ^  ¼RTSþ DATA  ffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffi ðRTS þ DATAÞ  ðCTS þ ACKÞ p RTSþ DATA  CTS  ACK ð4Þ Although the sizes of RTS, CTS and ACK frames are all fixed, the size of data frames may vary. Figure 6 shows the relation of the optimum values of ^ and the sizes of data frames, s. The optimal ^ tends to increase as the frame size increases. In other words, a larger data frame would require more bandwidth to be assigned to the S channel. The figure also shows that there is no globally optimal ^ for all frame sizes. So we turn to search a approximation to the global

optimal for the range of frame sizes specified in 802.11. In Figure 7, we plot the frame exchange time of IEEE 802.11 and JMAC for different data frame sizes and different  values. Note that for JMAC, the curve of f(optimal) represents the ideal case where the data frame size is always known and we can always choose the best ^ to minimize the frame exchange time. As can be seen in the figure, ¼ 0.7–0.8 is a good approximation to the curve of f(optimal) when the frame size falls in the range of 128–2048 bytes.

The frame-exchange time of RTS–CTS–DATA– ACK in 802.11 is also shown in Figure 7. Since 802.11 fully utilizes channel bandwidth, its frame-exchange time is shorter than that of JMAC. This reflects the cost incurred by JMAC due to channel division. However the above analysis is under the ideal assumption that IEEE 802.11 always success-fully completes its frame exchange. As discussed earlier, IEEE 802.11 may suffer from the hidden terminal and erroneous reservation problems. Thus, such an advantage may be offset by these factors.

4. Performance Evaluation

In this section, we present our simulation results and compare the performance of JMAC to that of IEEE 802.11. Parameters in Tables I–III are used in the simulation. In the simulation, N stations are uniformly placed in a 120 m 120 m area. The transmission range of each station is R¼ 30 m and the transmission rate is 1 Mbps. In each individual simulation run, the data frame size is assumed to be fixed, and the movement of a station follows a two-state model in which each station transits from the moving state to the still state with probability PS and from the still Fig. 6. Data frame size versus the optimum alpha ^.

Fig. 7. Frame exchange time in IEEE 802.11 and in JMAC for different data frame sizes and different .

(7)

state to the moving state with probability PM. When transiting from the still to the moving state, a station chooses one of eight directions and moves in that direction with a constant speed of 1 m/s. The total simulation time is 50 min in each simulation run, and frames are assumed to arrive at each station according to the Possion process. As to the bandwidth of the S channel and R channel, we choose ¼ 0:78, which is the optimal  for the frame size of 1024 bytes.

Figures 8 and 9 show the aggregate throughput and mean throughput of JMAC and IEEE 802.11 under different traffic loads. At light loads (form 1 to 5 frames/s), the mean throughputs of JMAC and IEEE 802.11 are very close. However as the traffic load increases, unless for small N (such as N ¼ 20), the throughputs of JMAC will outperform the

throughputs of IEEE 802.11. This implies that at this stage, the hidden terminal and erroneous reserva-tion problems start to degrade the performances of IEEE 802.11. On the contrary, JMAC is quite resistant to such effects, and thus can still perform very well. As classic multiple access protocols such as ALOHA and CSMA, IEEE 802.11 also exhibits instability on channel throughput. Therefore, after reaching the overload condition, the performance of 802.11 start to degrade. For the case of N¼ 20, since the traffic load is still light, the network is not saturated yet and the throughputs of JMAC and 802.11 are quite the same. But as traffic load increases, shown in Figure 10, the similar behavior can also be observed.

Figures 10 and 11 further demonstrate the satura-tion throughputs under different network sizes N. Although, saturation throughput decrease with the increase of N in both JMAC and 802.11, JMAC still shows much better performance than 802.11. The saturation throughput may be affected by many fac-tors: the number of stations in the network, the maximum backoff window, retry count and the hid-den-terminal problem [13,14]. In this simulation, the

Table I. MAC layer parameters.

MAC parameters Transmission rate (r) 1 (Mb/s) RTS 20 octets CTS 14 octets ACK 14 octets DATA 1024 octets Retry_Count 7 CWmin 31 CWmax 1023 CTS_Timeout SIFSþ 2   Data_Timeout SIFSþ 2   ACK_Timeout SIFSþ 2  

Duration/ID (for RTS) CTSþ DATA þ ACK þ 3  aSIFSTimeþ 3  

Duration/ID (for CTS) DATAþ ACK þ 2  aSIFSTime þ 

Table II. Physical layer parameters.

DSSS PHY specification for 2.4 G band

AslotTime 20 ms

ASIFSTime 10 ms

ADIFSTime 50 ms

PLCP preamble 24 octets

PLCP header 6 octets

Table III. Parameters of the simulated wireless network. Simulated environment

Bandwidth ratio () 0.784

Propagation delay ( ) 1 (ms) Transmission range (R) 30 (m) Simulated area (A) 4R 4R (m2

)

Moving speed (v) 1 (m/s)

Still probability (PS) 0.1

Moving probability (PM) 0.9

Fig. 8. Aggregate throughput versus frame arrival rate.

(8)

same parameters are used for both JMAC and 802.11, which may imply that the hidden-terminal problem and the erroneous reservation problem are two causes of degradation of the performance of 802.11. This also justifies value of the central design of our JMAC protocol by separating traffics into two channels and explicitly signaling channel status.

In the above simulations, the data frame size is fixed at 1024 bytes. In this part, we vary the data frame size to observe its effect. As Figures 12 and 13 show, both JMAC and 802.11 benefit from larger data frames due to less control overheads incurred by RTS, CTS and ACK frames. The results also show that smaller frames will favor 802.11, but larger frames will favor JMAC. For 802.11, the impact of the hidden-terminal problem will become more ser-ious for larger data frames (due to higher penalties caused by collisions). On the contrary, JMAC does not suffer from such a problem and can thus benefit from this factor. Hence, JMAC is more efficient than IEEE 802.11 for transmitting medium or large data frames (>512 bytes/frame).

Figure 14 presents mean access delay of data frames versus frame arrival rate. The access delay increases with frame arrival rate. Under low-traffic load, the acc-ess delay of JMAC is longer than that of 802.11. This is because the time to complete the frame exchange sequence is longer than that in 802.11. But as traffic load increases, 802.11 will suffer from more collision, and thus its access delay dramatically increases. Fig. 10. Saturation aggregate throughput versus network

density.

Fig. 11. Saturation mean throughput versus network density.

Fig. 12. Aggregate throughput versus frame size.

Fig. 13. Mean throughput versus frame size.

(9)

5. Conclusions

Besides the well-known hidden-terminal problem, the IEEE 802.11 also suffers from the erroneous reserva-tion problem. In this paper, we propose a JMAC protocol which is free from both the hidden terminal and erroneous reservation problems, and thus pro-vides higher channel utilization than IEEE 802.11 for medium or large frame sizes. JMAC separates source stations’ traffic from destination stations’ traffic into different channels, and explicitly signals the channel status by jamming the channels. We also discuss how to choose a proper ratio for determining the band-widths of the channels. It is shown that, the optimal ratio changes with the data frame size so there is no global optimal value for all sizes. But the values in the range of 0.7 and 0.8 would be a good approxima-tion for frame size ranging from 128 to 2048 bytes. It is also shown that channel division incurs some cost in terms of the transmission time of a RTS–CTS– DAT–ACK exchange sequence; however from simu-lation results, the advantages of being free from the erroneous reservation and the hidden-terminal pro-blems and the benefit of more concurrent transmis-sions of JMAC can compensate the cost of channel division and provide higher throughput than IEEE 802.11.

References

1. Abramson N. The aloha system—another alternative for com-puter communication. In AFIPS Conference Proceedings 1970; pp. 281–285.

2. Tobagi FA, Kleinrock L. Packet switching in radio channels: part I—carrier sense multiple-access modes and their through-put-delay characteristics. IEEE Transactions on Communica-tion 1975; com-23(12): 1400–1416.

3. Tobagi FA, Kleinrock L. Packet switching in radio channels: part II—the hidden terminal problem in carrier sense multiple-access modes and the busy-tone solution. IEEE Transactions on Communication 1975; com-23 (12): 1417–1433. 4. Wu C, Li VOK. Receiver-initiated busy-tone multiple access in

packet radio networks. In ACM SIGCOMM 87 Workshop: Frontiers in Computer Communications Technology, August 1987.

5. Karn P. MACA—a new channel access method for packet radio. In ARRL CRRL Amateur Radio 9th Computer Network-ing Conference, April 1990; pp. 134–140.

6. Bharghavan V, Demers A, Shenker S, Zhang L. MACAW: a media access protocol for wireless LAN’s. In ACM SIGCOMM’94, 1994; pp. 212–225.

7. Talucci F, Gerla M, Fratta L. MACABI (MACA by invitation): a receiver oriented access protocol for wireless multiple net-works. In PIMRC’97, 1994; pp. 1–4.

8. Fullmer CL, Garcia-Luna-Aceves JJ. Floor acquisition multiple access (FAMA) for packet-radio networks. In Proceedings of ACM SIGCOMM 95, August 1995; pp. 262–273.

9. Fullmer CL, Garcia-Luna-Aceves JJ. Solutions to hidden terminal problems in wireless networks. In IEEE ICC, 1997; pp. 55–579.

10. Deng J, Haas ZJ. Dual busy tone mulitple access (DBTMA): a new medium access control for packet radio networks. In IEEE ICUPC, 1998; 973–977.

11. Haas ZJ, Deng J. Dual busy tone multiple access (DBTMA)— performance evaluation. In IEEE VTC, 1999; pp. 314–319. 12. LAN MAN Standards Committee of the IEEE Computer

Society. IEEE Std 802.11-1999, Wireless LAN Medium Ac-cess Control (MAC) and Physical Layer (PHY) specifications. IEEE, 1999.

13. Bianchi G. Performance analysis of the ieee 802.11 distributed coordination function. IEEE Journal on Selected Areas in Communications 2000; 18(3): 535–547.

14. Bianchi G, Fratta L, Oliveri M. Performance analysis of ieee 802.11 csma/ca medium access control protocol. In IEEE PIMRC 96, October 1996; 2: 407–411.

Authors’ Biographies

Shiang-Rung Yereceived the B.S.

degree in the Comupter Science and

Information Engineering from

Tatung University, Taiwan, 1997, and the M.S. in the Comupter Science and Information Engineer-ing form Fu Jen Catholic Univer-sity, Taiwan, 1999. He is currently pursuing Ph.D. in the Comupter Science and Information Engineer-ing in National Chiao Tung Univer-sity, Taiwan. His research interests include medium access control, Quality of Services and performance anyalysis.

You-Chiun Wang received the

B.S. and M.S. degrees in Computer Science from National Chung-Cheng University and National Chiao-Tung University in 2001 and 2003 respectively. He is

cur-rently pursuing Ph.D. in the

Department of Computer Science

and Information Engineering,

National Chiao-Tung University.

His research interests include

mobile computing and wireless communication.

Yu-Chee Tseng received his B.S.

and M.S. degrees in Computer Science from the National Taiwan

University and the National

Tsing-Hua University in 1985 and 1987 respectively. He worked for the D-LINK Inc. as an engineer in 1990. He obtained his Ph.D. in Computer and Information Science from the Ohio State University in January of 1994. From 1994 to 1996, he was an associate professor at the Department of Computer Science, Chung-Hua

(10)

University. He joined the Department of Computer Science and Information Engineering, National Central University in 1996, and has become a full professor since 1999. Since Aug. 2000, he has become a full professor at the Department

of Computer Science and Information Engineering,

National Chiao-Tung University, Taiwan. Dr. Tseng has served as a Program Chair in the Wireless Networks and Mobile Computing Workshop, 2000 and 2001, as an associ-ate editor for The Computer Journal, as a guest editor for ACM Wireless Networks’ special issue on ‘Advances in Mobile and Wireless Systems’, as a guest editor for IEEE Transactions on Computers’ special on ‘Wireless Internet’, as a guest editor for Journal of Internet Technology’s special

issue on ‘Wireless Internet: Applications and Systems’, as a guest editor for Wireless Communications and Mobile Computing’s special issue on ‘Research in Ad-Hoc Net-working, Smart Sensing, and Pervasive Computing’, as an editor for Journal of Information Science and Engineering, and as a guest editor for Telecommunication Systems’ special issue on ‘Wireless Sensor Networks’. He received the Outstanding Research Award, 2001–2002, from the National Science Council, ROC. His research interests include mobile computing, wireless communication, net-work security and parallel and distributed computing. Dr. Tseng is a senior member of the IEEE.

數據

Fig. 3. The timing diagram of transmission of control/data frames.
Fig. 4. An example of frame exchange and the transmission of jamming signal in the JMAC protocol.
Fig. 7. Frame exchange time in IEEE 802.11 and in JMAC for different data frame sizes and different .
Table III. Parameters of the simulated wireless network. Simulated environment
+2

參考文獻

相關文件

CAST: Using neural networks to improve trading systems based on technical analysis by means of the RSI financial indicator. Performance of technical analysis in growth and small

CAST: Using neural networks to improve trading systems based on technical analysis by means of the RSI financial indicator. Performance of technical analysis in growth and small

“Ad-Hoc On Demand Distance Vector Routing”, Proceedings of the IEEE Workshop on Mobile Computing Systems and Applications (WMCSA), pages 90-100, 1999.. “Ad-Hoc On Demand

• As RREP travels backwards, each node sets pointer to sending node and updates destination sequence number and timeout entry for source and destination routes.. “Ad-Hoc On

To enhance availability of composite services, we propose a discovery-based service com- position framework to better integrate component services in both static and dynamic

[3] Haosong Gou, Hyo-cheol Jeong, and Younghwan Yoo, “A Bit collision detection based Query Tree protocol for anti-collision in RFID system,” Proceedings of the IEEE

Abstract— This paper has analyzed link probability, expected node degree, expected number of links, and expected area collectively covered by a finite number of nodes in wireless ad

[23] Tiantong You, Hossam Hassanein and Chi-Hsiang Yeh, “PIDC - Towards an Ideal MAC Protocol for Multi-hop Wireless LANs,” Proceedings of the IEEE International Conference