INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

Size: px
Start display at page:

Download "INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)"

Transcription

1 INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN ISSN (Print) ISSN (Online) Volume 4, Issue 4, May June 2013, pp IAEME: Journal Impact Factor (2013): (Calculated by GISI) IJARET I A E M E MODIFIED RTS/CTS EXCHANGE MECHANISM FOR MANET WITH A MULTI LEVEL COLLISION DOMAIN ARCHITECTURE M ABDUL GAFUR Dept. of Computer Science & Engineering JNTU, Hyderabad Andra Pradesh, India NIRAJ UPADHAYAYA Dept. of Computer Science & Engineering JB Institute of Engineering & Technology, Hyderabad Andra Pradesh, India SYED ABDUL SATTAR Dept. of Computer Science & Engineering Royal Institute of Technology & Science, Hyderabad Andra Pradesh, India ABSTRACT Efficient utilization of available capacity in mobile adhoc network is always a challenge. Capacity is wasted due to the hidden terminal problem and exposed terminal problem. Classic method of virtual carrier sensing make use of an RTS/CTS exchange prior to data exchange depends merely on size of data. This method is too conservative to rely on in adhoc network which is usually applied in emergency situations because it degrades the throughput performance of adhoc networks. Besides, it causes the unnecessary overhead on the nodes and delay in the networks. In this paper we propose a modified RTS/CTS method which overcomes the limitations of the standard method. Besides the size of packet we also consider the traffic around the node to decide for an RTS/CTS exchange. The modified scheme monitors the traffic around every node and avoids the use of RTS/CTS exchange wherever the chance for hidden terminal problem is less irrespective of the packet size. Our scheme is an optimized approach rather than conservative. We analyzed standard RTS/CTS scheme and other advanced proposals and compared with our proposal. We simulated the networks of various numbers of nodes with different traffic rate and analyzed the 27

2 performance. Simulation result shows that our approach provides better performance in heavily loaded network as well as in lightly loaded network. Performance enhancement of our proposed scheme is the result of a realistic assumption of less chance for hidden terminals in a network part of low collision rate rather than pessimistic assumption of omnipresent hidden terminals all over the network. Keywords: Adhoc Networks, Collision, Contention Window, CTS, RTS 1. INTRODUCTION Mobile Ad hoc Network (MANET) is a kind of decentralized wireless network of independent mobile nodes without having a central coordinator. MANETs are widely applied in potential crisis management services applications in civil and military environments, such as responses to hurricane, earthquake, tsunami, terrorism and battlefield conditions where the entire communication infrastructure is destroyed and restoring communication quickly is crucial [1]. As the large scale disasters very frequently happen in these days it is important to have efficient and durable disaster emergency communication systems like Mobile Adhoc networks. In Mobile ad hoc networks sharing of wireless bandwidth among ad hoc nodes must be organized in a decentralized manner as there is no central coordinator. Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) and its' variants are widely used in ad hoc networks. However, all these CSMA/CA based MAC protocols suffer from the well known hidden terminal problem [2]. The hidden terminal problem occurs when the simultaneous transmissions of two transmitters that lie outside carrier-sense (CS) range cause interference at one or both receivers and prevent successful reception. An example is shown in Fig 1. In Fig1 we have three nodes in which we assume A send data to B and C also need to send to B. Transmission range of A and C is shown. From the figure it is clear that node A and node C cannot hear each other. By only sensing the medium, node C will not be able to hear transmissions by node A and start transmission and eventually leads to collision at B. Transmission range of A Transmission range of C A B C Fig 1: Hidden Terminal Problem To overcome the hidden terminal problem adhoc networks usually depends on a virtual sensing mechanism using a pre-data control information exchange. One such virtual sensing mechanism is the Request to Send/Clear to Send (RTS/CTS) exchange resulting in nodes getting exclusive access to the channel for a specific time period. Nevertheless, this mechanism causes some nodes who heard the RTS/CTS exchange to 28

3 refrain from sending data even though they would not have interfered with any ongoing transmission. This problem is termed as exposed terminal problem and Fig 2 illustrates such a situation. In Fig 2 Node A wants to send to node B. Node A sends an RTS and waits for B to send CTS. Assume node D wants to send to node C and D transmits an RTS to C just before A sends the RTS to B. C transmits a CTS as a response to RTS from D. This CTS is also heard by B and refrain from sending the CTS to A even though simultaneous data transmission from A and D would not interfered each other. Exposed terminal problem occurs when two transmitters lie within CS range and are prevented from transmitting simultaneously, even though their transmissions do not mutually interfere [7]. We have to deal with these two issues for achieving improved capacity utilization. Capacity is wasted because of the failed transmissions due to hidden terminals and unexploited transmission opportunities due to exposed terminals. The existence and intensity of hidden and exposed terminals in a given network depends on the topology and on the CS range. In a mobile adhoc network topology cannot be predicted or controlled. We can only control the carrier-sense range. The number of Hidden terminals can be reduced by having a larger CS range, but results in more exposed terminals. On the other hand a smaller CS range results in fewer exposed terminals but more hidden terminals. In short both hidden and exposed terminals cannot be simultaneously eliminated or reduced by adjusting the CS range alone. Although several alternative proposals have been made to address the above mentioned shortcomings of standard RTS/CTS scheme, many of them are not satisfactorily address the key issues of keeping the simplicity of the protocol and avoiding the overhead on the nodes on duty in emergency situations where usually adhoc networks are applied. In this paper we propose a modified RTS/CTS method which overcomes the limitations of the standard method and other related proposals. The basic principle of our scheme is to identify the areas in the network in which chance for the presence of active hidden terminals are more and areas where the packets are smoothly flowed and regulate the use of RTS/CTS control packets accordingly. For this purpose we monitor the traffic around every node and avoid the use of RTS/CTS exchange wherever the chance for hidden terminal problem is less irrespective of the packet size. Our scheme is an optimized approach rather than conservative. Transmission range of A Transmission range of D A B C D Transmission range of B and C Fig 2: Exposed Terminal Problem 29

4 2. DISCUSSION ON RELATED WORK In [2] authors proposed a method of delayed response to RTS from destination nodes. If a node A wants to communicate with the destination node B, firstly A transmits an RTS to ask for agreement. Once the destination node receives RTS, it does not reply CTS immediately, but forwards the RTS to its neighbor nodes to inform the channel states in next slot, then in the third slot replies CTS. Obviously this method makes too much delay in data transmission and wastage of the channel bandwidth. In [3] it uses an approach of calculating the number of hidden nodes around the receiver to decide on the use of RTS/CTS prior to data transmission. But this method is having the overhead of keeping the list of neighboring nodes and finding out number of hidden terminals around the receiver. Since mobility is common in adhoc networks this neighbors and hidden nodes will change frequently. Therefore this list has to be updated time to time. This makes overhead in the network. Another common approach is to tune the CS threshold for having an improved spatial reuse [4, 5]. The main drawback of this approach is the poor fairness due to asymmetric CS ranges. Another approach for better spatial reuse is to control the transmission power [6]. However, hidden and exposed terminals cannot both be eliminated by either adjusting the CS threshold or controlling the transmission power. MACA-P [2] enhances the RTS/CTS mechanism to increase concurrency. The RTS/CTS exchange between a pair of nodes is followed by a control gap during which another pair of nodes can also exchange RTS/CTS messages and synchronize its data transmission with the first node pair. RTS/CTS messages and control gap significantly increase the overhead per data transmission. In [7] The proposed solution consists of two phases. In the first phase, exposed links in the mesh topology are detected through an offline training process. Coordination of simultaneous transmissions over exposed links is then done in the second phase. But detection of exposed link is not easy tasks and causes for extreme overhead. Moreover, as we mentioned before we have to do this detection frequently because of the mobility of nodes. 3. PROPOSED SCHEME The basic principal of our approach is to correctly identify the cases in which RTS/CTS exchange is necessary prior to data transmission and cases in which direct data transmission is desirable thereby to optimize the use of RTS/CTS exchange wherever it is possible without having a cost of high collision of packets due to hidden terminals and hence a performance degrade in the network. This method of optimized use of RTS/CTS yields two benefits simultaneously. It reduces unnecessary overhead and delay in the network and reduces the chance for exposed terminal problems. In other words performance enhancement of our approach is the direct impact of reduced overhead and delay in packet transmission and avoidance of the case of leaving the channel unused due to exposed terminals Categorizing the Network in to Multilevel Collision Domains According to our proposed scheme the decision on whether an RTS/CTS is to be used is taken adaptively taking in to account the current scenario of the shared medium and collisions encountered by the nodes. Based on the result of traffic analysis network is virtually divided into different collision domains CD 1, CD 2 CD n where n is the number of 30

5 collision domains in the network. Rate of packet collision in each CD i (RCD i ) is less than that of CD i +1. i.e. R CD1 <R CD2 <R CD3 < R CDn Initially all the nodes in the network (say N) will be in lowest collision domain. i.e. N CD 1 Each node keeps track of its success and failure rate of data transmission. Based on this success and failure rate the node will move from one collision domain to another. Unlike initial case after some time of network activities total number of nodes will split into different collision domains depends on the success and failure rate of data transmission of each node. i.e. N 1 CD 1, N 2 CD 2 N n CD n where N i N, Depends on the collision intensity of each collision domains we broadly classify them into two zones namely Red zone and Green zone. Red zone contains the entire collision domain above a threshold called RTS threshold by which we start using RTS/CTS prior to every data transmission. On the other hand Green zone contains all the collision domain under the RTS threshold where direct data transmission without a prior RTS/CTS exchange is possible. RTS threshold by which we start using RTS/CTS virtual carrier sensing is defined in terms of collision intensity experienced by the nodes and packet size rather than mere packet size. When a data packet is ready to send, the node first check the intensity of traffic around the node. If the intensity is below the pre-defined level the node can transmit data immediately without a preceding virtual carrier sensing using RTS/CTS irrespective of the size of the data. Otherwise the node should perform the RTS/CTS exchange prior to data transmission. Flow chart in Fig 3 explains the working of our proposed scheme. As we show in the flow chart if there is a collision experienced by the packet from the node after a direct transmission (without preceding RTS/CTS) due to low collision intensity around the node, collision counter is incremented. If the value of the collision counter crosses the pre-defined Collision Threshold (Col threshold ) the node will move to Red zone of higher collision henceforth the node start using virtual carrier sensing. On the other hand if there is no collision even after a direct transmission collision counter will be decremented. If the collision counter comes under the Col threshold the node will move to Green zone hence forth no need of RTS/CTS exchange prior to data transmission. 3.2 Value addition of Contention Window Since behavior of node on transmission fully depends on the collision domain in which node belongs, analyzing the collision intensity is most important in our scheme. We can introduce a counter associated with each node to count number of collisions occurred during data transmission from each node. Based on the value of this counter we can correctly analyze the collision intensity around the nodes. But keeping a separate counter with each node is highly inefficient especially in mobile devices. To solve this issue we use the size of contention window as an indicator of the collision intensity around the node [8]. This is only possible by a reasonably varying adjustment of contention window(cw) that correctly reflect the collision intensity of the nodes. Therefore we cannot rely on standard 31

6 contention window adjust mechanism using Binary exponential Backoff (BEB) since CW adjustment(increment or decrement)in BEB is not in proportion of failure or success in data transmission. Fig 3. Flow chart of the Proposed Scheme In the BEB scheme, each node doubles its contention window, CW, up to the maximum contention window (CW max ) after a collision occurs and resets its CW to the minimum value (CW min ) after a single successful transmission: CW = min(2.cw;cw max ) ; upon a collision CW = CW min ; upon a success Where CW max and CW min are the maximum and minimum value of CW respectively. CW max and CWmin are defined to avoid the contention window from growing too large and shrinking too small. The values of the CW min and CW max are pre-determined based on the expected range of the number of active nodes and the traffic load of the network[9,10]. Because of the exponential expansion of CW on collision and a sudden fall to the minimum value of CW on a single transmission success current CW size cannot be taken as an indicator of the packet collision. To support our proposed scheme with a Contention Window which correctly reflects the collision intensity around the nodes we make use of our recently proposed backoff scheme called Collision Based Contention Protocol. As per this scheme if a collision happens, the rate of expansion of CW depends on the current size of CW. If the current CW size is CWmin then it slightly increase its size. As the size at the time of collision increases the rate of expansion also increases. On the other hand, on a success of data transmission, as the CW size at the time of transmission increases the rate of contraction of CW size decreases. This method of Contention Window adjustment mechanism not only solve the fairness issues and poor performance of standard BEB scheme but also provide a value added Contention Window which also can be used as a perfect indicator of collisions associated with each node. Interested readers will get more about this protocol in [8]. 3.3 Handling of Hidden terminals and exposed terminals As we discussed before two main problems in an adhoc network which degrades its performance are hidden terminal problem (HTP) and exposed terminal problem. Exposed terminal problem arises as a byproduct of the solution to hidden terminal problem. In other 32

7 words, exposed terminal problem is the result of RTS/CTS exchange mechanism employed in MANETs. From this it is clear that exposed terminal problem can be mitigated by reducing RTS/CTS exchange. But this reduction of RTS/CTS exchange causes for the frequent hidden terminal problem. Our approach successfully overcomes this issue. When the nodes are in the low collision domain packets from them experience less number of collisions. From this we can reasonably assume that hidden terminal problem is very less for a node under low collision domain otherwise the node would have suffered lot of transmission failure and moved to higher collision domain due to the above mentioned inherent property of our approach. Because of this less number of HTP or a best case of absence of HTP in low collision domain we completely avoid the RTS/CTS exchange in this region. This way we avoid unnecessary delay and overhead and effectively solve the issue of exposed terminal problems. As a result better performance is obtained. Our approach also works well in a worst case of sudden topology changes in the network due to node movement and several hidden terminals in the previously mentioned low collision domain. Because of the no RTS/CTS exchange surely packets will collide. But due to this collision the respective nodes will immediately move to higher collision domain and start sending RTS/CTS. In this way our scheme effectively deals with hidden terminal problems and exposed terminal problem. 4. PERFORMANCE EVALUATION AND RESULT 4.1 Simulation Analysis Evaluation and comparison of proposed scheme with standard scheme is made using network simulator Ns-2. Ns-2 is a powerful network simulator. Ns-2 is extensively used by the networking research community. It provides substantial support for simulation of TCP, routing, multicast protocols over wired and wireless (local and satellite) networks, etc. The simulator suite also includes a graphical visualizer called network animator (nam) to assist the users get more insights about their simulation by visualizing packet trace data. AWK, a text processing utility has been used to extract desired information from ns trace file. We have used Linux Operating System to run our simulation code. We choose networks of varying number of nodes in an area 500m x 500m. The random way point motion pattern is adopted. We used the CBR traffic and packet size of 1500 bytes. The performance is evaluated by adding new nodes in the network as time varies or expedited arrival of several nodes simultaneously. Sufficient time is given for running the simulation in order to get chances for every node to participate in the network activity of transmission or reception. 4.2 Performance Metrics Firstly we measured the Packet Delivery Ratio (PDR). It is the ratio of the number of delivered data packet to the data packet actually sent to the destination. ie. Number of packet receive/ Number of packet send Fig 3 shows that PDR from our novel scheme is higher than the standard scheme in lightly loaded network as well as heavy one. This performance gain is resulted from the relatively congestion free network due to less control overhead. Then we measured throughput at various instant in the networks of different number of nodes. This metric is helpful to analyze the behavior of our protocol when new nodes are entering the network as time goes. For this we made a simulation with nodes entering the network one by one rather than all the 33

8 nodes simultaneously. Fig 4 and Fig 5 show the Throughput performance of our protocol compared to standard scheme in lightly loaded network with 20 nodes and heavily loaded network with 80 numbers of nodes respectively. Table 1 Simulation Parameters Parameters Values Number of nodes Varying Simulation time Varying Simulation 500x500 Area(m) Random Topology wireless Phy 1500 Packet size 500 Queue length 10µs SIFS 50µs DIFS Free Space ProType Omni Antenna type directional CW min 15 or 31 CW max 1023 Fig 4. Packet Delivery Ratio Fig 5. Throughput Comparison with 20 nodes 34

9 Fig 6. Throughput Comparison with 80 nodes From the above two graphs it is clear that our protocol provide better throughput in the network of small number of nodes as well as large number of nodes. Performance enhancement is more in lightly loaded network. In lightly loaded network chance for hidden terminals are less compared to heavy loaded one. Therefore we can avoid or reduce the use of RTS/CTS exchange in this case without having fear of packet collision. This is effectively done in our protocol and hence we get a best result in lightly loaded network. Besides, when more and more nodes enter to the network our protocol starts using RTS/CTS exchange and avoids collisions due to hidden terminals. Therefore our protocol also provides higher aggregate throughput both in the case of smaller and larger networks. Fig 6 shows a comparison of aggregate throughput of our protocol with standard protocol for networks of various numbers of nodes. As we mentioned before this throughput gain is achieved with a controlled use of RTS/CTS rather than a conservative use with a pessimistic assumption of hidden terminals anywhere anytime. Because of the conservative approach against collision in the standard scheme collisions are less compared to our scheme. But this will not result in gain in throughput because of the bandwidth wastage due to exposed terminal issues and over usage of control message for virtual carrier sensing. Our approach of controlled use of RTS/CTS results in a slight increase in collision in the low collision domain as a cost for reduced use of virtual carrier sensing. But this creates better utilization of available bandwidth by preventing exposed terminal issues and reduced use of control message. In other words, our approach provides a considerable gain in aggregate throughput with a cost of slight increase in collision only on low collision domain. Fig 7 shows a comparison of gain in throughput against increase in collision. It is clear that increment in collision is negligible to the resulted throughput gain. Fig 7. Aggregate Throughput Comparison for different networks 35

10 5. CONCLUSION Fig 8. Throughput gain v/s Increase in collision In this paper, we proposed a modified pre-data handshake mechanism with a controlled exchange of RTS/CTS in Mobile Adhoc Networks. We have analyzed various proposals presented to overcome the drawback of the standard pre-data control scheme. Our solution presents a better approach for getting an increased throughput with an improved spatial reuse and reduced occurrence of exposed terminal problem. According to our scheme instead of having a conservative approach of sending RTS and CTS prior to every data transmission an optimized approach is adopted on pre-data control messages. The proposed scheme monitors the traffic around every node and categorizes them into different collision domains depends on the collision rate on the packets from each node. The very purpose of this dynamic grouping of nodes is to avoid the use of RTS/CTS exchange wherever the chance for hidden terminal problem is less irrespective of the packet size. Performance of the scheme is evaluated using the Ns-2.33 network simulator. The simulation result shows that our proposed scheme outperforms the standard method of pre-data handshake mechanism in network of small number of nodes and large number of nodes. Performance enhancement is more in lightly loaded network because in lightly loaded network chance for hidden terminals are less compared to heavy loaded one and reduced use of pre-data control message will not create packet collision. REFERENCE [1] M.B Yassein, S. Manseer, A.A Hassan, Z.A Taye, A New Probabilistic Linear Exponential Backoff Scheme for MANETs, IEEE International Symposium on Parallel & Distributed Processing 2010, pp 1-6 [2] N. Zhang, N. Liu, Q. Yu, Improved RTS-CTS Algorithm to Solve Mobile Hidden Station Problem in MANET, Cross Strait Quad- Regional Radio Science and Wireless Technology Conference (CSQRWC), 2011, pp [3] T.Shigeyasu, M.Akimoto, H. Matsuno, Throughput Improvement of IEEE802.11DCF with Adaptive RTS/CTS Control On the Basis of Existence of Hidden Terminals, International Conference on Complex, Intelligent, and Software Intensive Systems 2011, pp

11 [4] H. Zhai, Y. Wang, Physical Carrier Sensing and Spatial Reuse in Multirate and Multihop Wireless Ad Hoc Networks, In Infocom, Barcelona, Spain, Apr [5] J. Zhu, B. Metzler, X. Guo, Y. Liu, Adaptive CSMA for Scalable Network Capacity in High-Density WLAN a Hardware Prototyping Approach, In Infocom, Barcelona, Spain, Apr [6] M. Cesana, D. Maniezzo, P. Bergamo, M. Gerla, Interference Aware (IA) MAC: an Enhancement to IEEE b DCF, In Vehicular Technology Conference (VTC), Orlando, FL, Oct [7] K. Mittal, E.M. Belding, RTSS/CTSS: Mitigation of Exposed Terminals in Static Based Mesh Networks, 2nd IEEE Workshop on Wireless Mesh Networks, 2006, pp 3 12 [8] M.A. Gafur, N. Upadhayaya, S.A Sattar, Achieving Enhanced Throughput In Mobile Adhoc Network using Collision Aware Mac Protocol, International Journal of Ad hoc, Sensor & Ubiquitous Computing (IJASUC) Vol.2, No.1, March 2011 [9] D. Jium, H.C. Chao, H.H Chen, Slow Start Backoff Algorithm for Ad-Hoc Wireless Networks, IEEE Global Telecommunications Conference, 2010, pp 1-5. [10] L.P.K. Wong, D.J.Yin, Throuhput Analysis of CSMA Protocol with Exponential backoff, In in the proc. of Conference on Wireless and Optical Communications, 2010, pages 1 5. [11] Rambabu.V, Dr. A.N. Gaikwad and Bhooshan Humane, Throughput Improvement in Medical Ad-Hoc Sensor Networks: A Review, Challenges and Future Scope for Research, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp , ISSN Print: , ISSN Online:

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

Performance Evaluation of Efficient MAC in Mobile Ad Hoc Wireless Networks

Performance Evaluation of Efficient MAC in Mobile Ad Hoc Wireless Networks www.ijcsi.org 299 Performance Evaluation of Efficient MAC in Mobile Ad Hoc Wireless Networks [1] Soni Sweta [1] Prof.Arun Nahar [2] Sanjeev Sharma [3] SOIT, Rajiv Gandhi Proudyogiki Vishwavidyalaya,Bhopal

More information

A Survey on Modified RTS/CTS Mechanism

A Survey on Modified RTS/CTS Mechanism A Survey on Modified RTS/CTS Mechanism Prachi Srivastava Computer Science and Engineering, MMMEC, Gorakhpur prachi.srivastava.itm@gmail.com Dayashankar Singh Computer Science and Engineering, MMMEC, Gorakhpur

More information

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem

A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for Mitigating the Directional Hidden Node Problem 2012 IEEE 23rd International Symposium on Personal, Indoor and Mobile Radio Communications - (PIMRC) A Directional MAC Protocol with the DATA-frame Fragmentation and Short Busy Advertisement Signal for

More information

CSE 461: Wireless Networks

CSE 461: Wireless Networks CSE 461: Wireless Networks Wireless IEEE 802.11 A physical and multiple access layer standard for wireless local area networks (WLAN) Ad Hoc Network: no servers or access points Infrastructure Network

More information

Mohamed Khedr.

Mohamed Khedr. Mohamed Khedr http://webmail.aast.edu/~khedr Tentatively Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12 Week 13 Week 14 Week 15 Overview Packet Switching IP addressing

More information

Wireless MACs: MACAW/802.11

Wireless MACs: MACAW/802.11 Wireless MACs: MACAW/802.11 Mark Handley UCL Computer Science CS 3035/GZ01 Fundamentals: Spectrum and Capacity A particular radio transmits over some range of frequencies; its bandwidth, in the physical

More information

Dynamic Power Control MAC Protocol in Mobile Adhoc Networks

Dynamic Power Control MAC Protocol in Mobile Adhoc Networks Dynamic Power Control MAC Protocol in Mobile Adhoc Networks Anita Yadav Y N Singh, SMIEEE R R Singh Computer Science and Engineering Electrical Engineering Computer Science and Engineering Department Department

More information

Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks -IV

Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks -IV Medium Access Control (MAC) Protocols for Ad hoc Wireless Networks -IV CS: 647 Advanced Topics in Wireless Networks Drs. Baruch Awerbuch & Amitabh Mishra Department of Computer Science Johns Hopkins University

More information

AN ANALYSIS OF THE MODIFIED BACKOFF MECHANISM FOR IEEE NETWORKS

AN ANALYSIS OF THE MODIFIED BACKOFF MECHANISM FOR IEEE NETWORKS AN ANALYSIS OF THE MODIFIED BACKOFF MECHANISM FOR IEEE 802.11 NETWORKS Marek Natkaniec, Andrzej R. Pach Department of Telecommunications University of Mining and Metallurgy al. Mickiewicza 30, 30-059 Cracow

More information

Delayed ACK Approach for TCP Performance Improvement for Ad Hoc Networks Using Chain Topology

Delayed ACK Approach for TCP Performance Improvement for Ad Hoc Networks Using Chain Topology Delayed ACK Approach for TCP Performance Improvement for Ad Hoc Networks Using Chain Topology Prashant Kumar Gupta M.Tech. Scholar, Computer Networks, Bhilai Institute of Technology, Durg (C.G.), India

More information

Strengthening Unlicensed Band Wireless Backhaul

Strengthening Unlicensed Band Wireless Backhaul be in charge Strengthening Unlicensed Band Wireless Backhaul Use TDD/TDMA Based Channel Access Mechanism WHITE PAPER Strengthening Unlicensed Band Wireless Backhaul: Use TDD/TDMA Based Channel Access Mechanism

More information

N-BEB: New Binary Exponential Back-off Algorithm for IEEE

N-BEB: New Binary Exponential Back-off Algorithm for IEEE N-BEB: New Binary Exponential Back-off Algorithm for IEEE 802.11 Mohammad Shurman 1, Bilal Al-Shua'b 2 (1) Jordan University of Science and Technology/Network Engineering and Security Department, Irbid,

More information

CS 348: Computer Networks. - WiFi (contd.); 16 th Aug Instructor: Sridhar Iyer IIT Bombay

CS 348: Computer Networks. - WiFi (contd.); 16 th Aug Instructor: Sridhar Iyer IIT Bombay CS 348: Computer Networks - WiFi (contd.); 16 th Aug 2012 Instructor: Sridhar Iyer IIT Bombay Clicker-1: Wireless v/s wired Which of the following differences between Wireless and Wired affect a CSMA-based

More information

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks

An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks An Efficient Bandwidth Estimation Schemes used in Wireless Mesh Networks First Author A.Sandeep Kumar Narasaraopeta Engineering College, Andhra Pradesh, India. Second Author Dr S.N.Tirumala Rao (Ph.d)

More information

Empirical Study of Mobility effect on IEEE MAC protocol for Mobile Ad- Hoc Networks

Empirical Study of Mobility effect on IEEE MAC protocol for Mobile Ad- Hoc Networks Empirical Study of Mobility effect on IEEE 802.11 MAC protocol for Mobile Ad- Hoc Networks Mojtaba Razfar and Jane Dong mrazfar, jdong2@calstatela.edu Department of Electrical and computer Engineering

More information

Intelligent Transportation Systems. Medium Access Control. Prof. Dr. Thomas Strang

Intelligent Transportation Systems. Medium Access Control. Prof. Dr. Thomas Strang Intelligent Transportation Systems Medium Access Control Prof. Dr. Thomas Strang Recap: Wireless Interconnections Networking types + Scalability + Range Delay Individuality Broadcast o Scalability o Range

More information

The MAC layer in wireless networks

The MAC layer in wireless networks The MAC layer in wireless networks The wireless MAC layer roles Access control to shared channel(s) Natural broadcast of wireless transmission Collision of signal: a /space problem Who transmits when?

More information

An Efficient Scheduling Scheme for High Speed IEEE WLANs

An Efficient Scheduling Scheme for High Speed IEEE WLANs An Efficient Scheduling Scheme for High Speed IEEE 802.11 WLANs Juki Wirawan Tantra, Chuan Heng Foh, and Bu Sung Lee Centre of Muldia and Network Technology School of Computer Engineering Nanyang Technological

More information

MAC protocols. Lecturer: Dmitri A. Moltchanov

MAC protocols. Lecturer: Dmitri A. Moltchanov MAC protocols Lecturer: Dmitri A. Moltchanov E-mail: moltchan@cs.tut.fi http://www.cs.tut.fi/kurssit/tlt-2616/ OUTLINE: Problems for MAC to deal with; Design goals; Classification of MAC protocols Contention-based

More information

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols

Medium Access Control. MAC protocols: design goals, challenges, contention-based and contention-free protocols Medium Access Control MAC protocols: design goals, challenges, contention-based and contention-free protocols 1 Why do we need MAC protocols? Wireless medium is shared Many nodes may need to access the

More information

Subject: Adhoc Networks

Subject: Adhoc Networks ISSUES IN AD HOC WIRELESS NETWORKS The major issues that affect the design, deployment, & performance of an ad hoc wireless network system are: Medium Access Scheme. Transport Layer Protocol. Routing.

More information

CSMA based Medium Access Control for Wireless Sensor Network

CSMA based Medium Access Control for Wireless Sensor Network CSMA based Medium Access Control for Wireless Sensor Network H. Hoang, Halmstad University Abstract Wireless sensor networks bring many challenges on implementation of Medium Access Control protocols because

More information

Simulation Based Analysis of the Impact of Hidden Terminal to the TCP Performance in Mobile Ad Hoc Networks

Simulation Based Analysis of the Impact of Hidden Terminal to the TCP Performance in Mobile Ad Hoc Networks Simulation Based Analysis of the Impact of Hidden Terminal to the TCP Performance in Mobile Ad Hoc Networks Abstract The hidden terminal is classified as the sending hidden terminal and receiving hidden

More information

ICE 1332/0715 Mobile Computing (Summer, 2008)

ICE 1332/0715 Mobile Computing (Summer, 2008) ICE 1332/0715 Mobile Computing (Summer, 2008) Medium Access Control Prof. Chansu Yu http://academic.csuohio.edu/yuc/ Simplified Reference Model Application layer Transport layer Network layer Data link

More information

SENSOR-MAC CASE STUDY

SENSOR-MAC CASE STUDY SENSOR-MAC CASE STUDY Periodic Listen and Sleep Operations One of the S-MAC design objectives is to reduce energy consumption by avoiding idle listening. This is achieved by establishing low-duty-cycle

More information

Pessimistic Backoff for Mobile Ad hoc Networks

Pessimistic Backoff for Mobile Ad hoc Networks Pessimistic Backoff for Mobile Ad hoc Networks Saher S. Manaseer Department of computing science Glasgow University saher@dcs.gla.ac.uk Muneer Masadeh Department of Computer Science Jordan University of

More information

CSE 461: Multiple Access Networks. This Lecture

CSE 461: Multiple Access Networks. This Lecture CSE 461: Multiple Access Networks This Lecture Key Focus: How do multiple parties share a wire? This is the Medium Access Control (MAC) portion of the Link Layer Randomized access protocols: 1. Aloha 2.

More information

IEEE Medium Access Control. Medium Access Control

IEEE Medium Access Control. Medium Access Control IEEE 802.11 Medium Access Control EECS3214 3 April 2018 Medium Access Control reliable data delivery access control MAC layer covers three functional areas: security 2 1 MAC Requirements To avoid interference

More information

CMPE 257: Wireless and Mobile Networking

CMPE 257: Wireless and Mobile Networking CMPE 257: Wireless and Mobile Networking Katia Obraczka Computer Engineering UCSC Baskin Engineering Lecture 3 CMPE 257 Winter'11 1 Announcements Accessing secure part of the class Web page: User id: cmpe257.

More information

Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE networks

Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE networks Expanding the use of CTS-to-Self mechanism to improving broadcasting on IEEE 802.11 networks Christos Chousidis, Rajagopal Nilavalan School of Engineering and Design Brunel University London, UK {christos.chousidis,

More information

ECEN 5032 Data Networks Medium Access Control Sublayer

ECEN 5032 Data Networks Medium Access Control Sublayer ECEN 5032 Data Networks Medium Access Control Sublayer Peter Mathys mathys@colorado.edu University of Colorado, Boulder c 1996 2005, P. Mathys p.1/35 Overview (Sub)networks can be divided into two categories:

More information

Multiple Access Protocols

Multiple Access Protocols Multiple Access Protocols Computer Networks Lecture 2 http://goo.gl/pze5o8 Multiple Access to a Shared Channel The medium (or its sub-channel) may be shared by multiple stations (dynamic allocation) just

More information

LECTURE PLAN. Script. Introduction about MAC Types o ALOHA o CSMA o CSMA/CD o CSMA/CA

LECTURE PLAN. Script. Introduction about MAC Types o ALOHA o CSMA o CSMA/CD o CSMA/CA Course- B.Sc. Applied Physical Science (Computer Science) Year- IIIrd, Sem- Vth Subject Computer Science Paper- XVIIth, Computer Networks Lecture -11 Lecture Title- Medium Access Layer Script Today in

More information

Multi-Channel MAC for Ad Hoc Networks: Handling Multi-Channel Hidden Terminals Using A Single Transceiver

Multi-Channel MAC for Ad Hoc Networks: Handling Multi-Channel Hidden Terminals Using A Single Transceiver Multi-Channel MAC for Ad Hoc Networks: Handling Multi-Channel Hidden Terminals Using A Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois

More information

A Backoff Algorithm for Improving Saturation Throughput in IEEE DCF

A Backoff Algorithm for Improving Saturation Throughput in IEEE DCF A Backoff Algorithm for Improving Saturation Throughput in IEEE 80.11 DCF Kiyoshi Takahashi and Toshinori Tsuboi School of Computer Science, Tokyo University of Technology, 1404-1 Katakura, Hachioji, Tokyo,

More information

IEEE , Token Rings. 10/11/06 CS/ECE UIUC, Fall

IEEE , Token Rings. 10/11/06 CS/ECE UIUC, Fall IEEE 802.11, Token Rings 10/11/06 CS/ECE 438 - UIUC, Fall 2006 1 Medium Access Control Wireless channel is a shared medium Need access control mechanism to avoid interference Why not CSMA/CD? 10/11/06

More information

Concurrent-MAC: Increasing Concurrent Transmissions in Dense Wireless LANs

Concurrent-MAC: Increasing Concurrent Transmissions in Dense Wireless LANs Concurrent-MAC: Increasing Concurrent Transmissions in Dense Wireless LANs Ghazale Hosseinabadi and Nitin Vaidya Department of ECE and Coordinated Science Lab. University of Illinois at Urbana-Champaign

More information

Link Layer II: MACA and MACAW

Link Layer II: MACA and MACAW Link Layer II: MACA and MACAW COS 463: Wireless Networks Lecture 5 Kyle Jamieson [Parts adapted from J. Kurose, K. Ross, D. Holmar] Medium access: Timeline Packet radio Wireless LAN Wired LAN ALOHAnet

More information

The MAC layer in wireless networks

The MAC layer in wireless networks The MAC layer in wireless networks The wireless MAC layer roles Access control to shared channel(s) Natural broadcast of wireless transmission Collision of signal: a time/space problem Who transmits when?

More information

Collisions & Virtual collisions in IEEE networks

Collisions & Virtual collisions in IEEE networks Collisions & Virtual collisions in IEEE 82.11 networks Libin Jiang EE228a project report, Spring 26 Abstract Packet collisions lead to performance degradation in IEEE 82.11 [1] networks. The carrier-sensing

More information

H-MMAC: A Hybrid Multi-channel MAC Protocol for Wireless Ad hoc Networks

H-MMAC: A Hybrid Multi-channel MAC Protocol for Wireless Ad hoc Networks H-: A Hybrid Multi-channel MAC Protocol for Wireless Ad hoc Networks Duc Ngoc Minh Dang Department of Computer Engineering Kyung Hee University, Korea Email: dnmduc@khu.ac.kr Choong Seon Hong Department

More information

Multiple Access Links and Protocols

Multiple Access Links and Protocols Multiple Access Links and Protocols Two types of links : point-to-point PPP for dial-up access point-to-point link between Ethernet switch and host broadcast (shared wire or medium) old-fashioned Ethernet

More information

Performance evaluation of Cooperative MAC and ZRP in Cooperative Communication Networking Environment

Performance evaluation of Cooperative MAC and ZRP in Cooperative Communication Networking Environment Performance evaluation of Cooperative MAC and ZRP in Cooperative Communication Networking Environment N Charan 1, Dr. Sreerangaraju M.N 2, Nagesh R 3 P.G. Student, Department of Electronics & Communication

More information

Media Access Control in Ad Hoc Networks

Media Access Control in Ad Hoc Networks Media Access Control in Ad Hoc Networks The Wireless Medium is a scarce precious resource. Furthermore, the access medium is broadcast in nature. It is necessary to share this resource efficiently and

More information

Addressing Asymmetric Link in Wireless Mesh Networks

Addressing Asymmetric Link in Wireless Mesh Networks Vol.2, Issue.1, Jan-Feb 2012 pp-499-503 ISSN: 2249-6645 Addressing Asymmetric Link in Wireless Mesh Networks Ashok Kumar. S*, Krishnammal. N** *II M.E CSE, Sri Shakthi Institute Of Engineering and Technology,

More information

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 4, July - August 2018, pp. 77 83, Article ID: IJARET_09_04_007 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=4

More information

Rahman 1. Application

Rahman 1. Application Data Link layer Overview of IEEE 802.11 Application Presentation Session Transport LLC: On transmission, assemble data into a frame with address and CRC fields. On reception, disassemble frame, perform

More information

A Comparative Analysis on Backoff Algorithms to Optimize Mobile Network

A Comparative Analysis on Backoff Algorithms to Optimize Mobile Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.771

More information

Announcements: Assignment 4 due now Lab 4 due next Tuesday Assignment 5 posted, due next Thursday

Announcements: Assignment 4 due now Lab 4 due next Tuesday Assignment 5 posted, due next Thursday ECE/CS 372 introduction to computer networks Lecture 15 Announcements: Assignment 4 due now Lab 4 due next Tuesday Assignment 5 posted, due next Thursday Credit for lecture slides to Professor Bechir Hamdaoui

More information

Lecture 12 December 04, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy

Lecture 12 December 04, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy Lecture 12 December 04, 2017 Wireless Access Graduate course in Communications Engineering University of Rome La Sapienza Rome, Italy 2017-2018 Random Medium Access Control Part II - CSMA and Collision

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 1 An Analytical Approach: Bianchi Model 2 Real Experimentations HoE on IEEE 802.11b Analytical Models Bianchi s Model Simulations ns-2 3 N links with the

More information

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION

Keywords: Medium access control, network coding, routing, throughput, transmission rate. I. INTRODUCTION Performance Analysis of Network Parameters, Throughput Optimization Using Joint Routing, XOR Routing and Medium Access Control in Wireless Multihop Network 1 Dr. Anuradha M. S., 2 Ms. Anjali kulkarni 1

More information

Wireless Medium Access Control Protocols

Wireless Medium Access Control Protocols Wireless Medium Access Control Protocols Telecomunicazioni Undergraduate course in Electrical Engineering University of Rome La Sapienza Rome, Italy 2007-2008 Classification of wireless MAC protocols Wireless

More information

Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks

Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks Dodda Sunitha Dr.A.Nagaraju Dr. G.Narsimha Assistant Professor of IT Dept. Central University

More information

CSMA/CA BASED AD-HOC NETWORK USING MAC PROTOCOL

CSMA/CA BASED AD-HOC NETWORK USING MAC PROTOCOL CSMA/CA BASED AD-HOC NETWORK USING MAC PROTOCOL Er. Prabhnoor Bachhal 1, Er. Shivani Kwatra 2 1M.Tech(CSE Deptt) GGGI, Dinarpur, Ambala 1Assistant Professor (CSE Deptt), GGGI, Dinarpur Ambala -----------------------------------------------------------------------------------***-------------------------------------------------------------------------------

More information

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter Lecture 4: Wireless LANs and IEEE Part II

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter Lecture 4: Wireless LANs and IEEE Part II Introduction to Wireless Networking CS 490WN/ECE 401WN Winter 2007 Lecture 4: Wireless LANs and IEEE 802.11 Part II This lecture continues the study of wireless LANs by looking at IEEE 802.11. I. 802.11

More information

Ferry Route Design with MAC Protocol in Delay Tolerant Networks

Ferry Route Design with MAC Protocol in Delay Tolerant Networks Ferry Route Design with MAC Protocol in Delay Tolerant Networks Chaitra T K 1, Dr A S Poornima Ph.D 2 1 Student, Department of Computer Science and Engineering, Siddaganga Institute of Technology, Tumkur

More information

High Performance Distributed Coordination Function for Wireless LANs

High Performance Distributed Coordination Function for Wireless LANs High Performance Distributed Coordination Function for Wireless LANs Haithem Al-Mefleh and J. Morris Chang Dept. of Electrical and Computer Engineering Iowa State University, Ames, IA 511, USA {almehai,morris}@iastate.edu

More information

Research Article Simulation of Efficiency in Mobile Ad Hoc Networks using OMNeT++

Research Article Simulation of Efficiency in Mobile Ad Hoc Networks using OMNeT++ Research Journal of Applied Sciences, Engineering and Technology 10(10): 1192-1196, 2015 DOI: 10.19026/rjaset.10.1887 ISSN: 2040-7459; e-issn: 2040-7467 2015 Maxwell Scientific Publication Corp. Submitted:

More information

Achieving MAC Fairness in Wireless Ad-hoc Networks using Adaptive Transmission Control

Achieving MAC Fairness in Wireless Ad-hoc Networks using Adaptive Transmission Control Achieving MAC Fairness in Wireless Ad-hoc Networks using Adaptive Transmission Control Zhifei Li School of Computer Engineering Nanyang Technological University Singapore, 639798 Sukumar Nandi Dept. of

More information

04/11/2011. Wireless LANs. CSE 3213 Fall November Overview

04/11/2011. Wireless LANs. CSE 3213 Fall November Overview Wireless LANs CSE 3213 Fall 2011 4 November 2011 Overview 2 1 Infrastructure Wireless LAN 3 Applications of Wireless LANs Key application areas: LAN extension cross-building interconnect nomadic access

More information

Comparison of pre-backoff and post-backoff procedures for IEEE distributed coordination function

Comparison of pre-backoff and post-backoff procedures for IEEE distributed coordination function Comparison of pre-backoff and post-backoff procedures for IEEE 802.11 distributed coordination function Ping Zhong, Xuemin Hong, Xiaofang Wu, Jianghong Shi a), and Huihuang Chen School of Information Science

More information

Performance Analysis for Channel Utilization in Wireless LAN

Performance Analysis for Channel Utilization in Wireless LAN Performance Analysis for Channel Utilization in Wireless LAN Shweta Singh Naresh Chandra Arun Kumar Tripathi ABSTRACT Wireless network plays an important role in field of communication. Now a days people

More information

Logical Link Control (LLC) Medium Access Control (MAC)

Logical Link Control (LLC) Medium Access Control (MAC) Overview of IEEE 802.11 Data Link layer Application Presentation Session Transport LLC: On transmission, assemble data into a frame with address and CRC fields. On reception, disassemble frame, perform

More information

A Performance Analysis of IEEE Networks in the Presence of Hidden Stations

A Performance Analysis of IEEE Networks in the Presence of Hidden Stations A Performance Analysis of IEEE 802.11 Networks in the Presence of Hidden Stations Marek Natkaniec, Andrzej R. Pach University of Mining and Metallurgy, Department of Telecommunications, Cracow, Poland

More information

On exploiting spatial reuse in wireless ad hoc networks

On exploiting spatial reuse in wireless ad hoc networks University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2008 On exploiting spatial reuse in wireless ad hoc networks Ziguang

More information

Wireless Networks (CSC-7602) Lecture 6 (08 Oct. 2007) Seung-Jong Park (Jay) Wireless MAC

Wireless Networks (CSC-7602) Lecture 6 (08 Oct. 2007) Seung-Jong Park (Jay)  Wireless MAC Wireless Networks (CSC-7602) Lecture 6 (08 Oct. 2007) Seung-Jong Park (Jay) http://www.csc.lsu.edu/~sjpark 1 Wireless MAC 2 1 Wireless MAC CSMA as wireless MAC? Hidden and exposed terminal problems make

More information

OPPORTUNISTIC RADIO FOR MULTI-CHANNEL USAGE IN WLAN AD HOC NETWORKS

OPPORTUNISTIC RADIO FOR MULTI-CHANNEL USAGE IN WLAN AD HOC NETWORKS OPPORTUNISTIC RADIO FOR MULTI-CHANNEL USAGE IN WLAN AD HOC NETWORKS Soamsiri Chantaraskul; Klaus Moessner (Centre for Communication Systems Research (CCSR), University of Surrey, Guildford, Surrey, United

More information

Performance Comparison of Ad Hoc Routing Protocols over IEEE DCF and TDMA MAC Layer Protocols

Performance Comparison of Ad Hoc Routing Protocols over IEEE DCF and TDMA MAC Layer Protocols Performance Comparison of Ad Hoc Routing Protocols over IEEE 82.11 DCF and TDMA MAC Layer Protocols Govind. P. Gupta Computer Science Department R.K.G.I.T, Ghaziabad (India) er_gpgupta@yahoo.com A. K.

More information

Congestions control through cloud computing with MANET

Congestions control through cloud computing with MANET Congestions control through cloud computing with MANET Ajey Singh 1, Maneesh Shrivastava 2 Department of Information Technology 1,2 Lakshmi Narain College of Technology Bhopal, India 1,2 Abstract Adhoc

More information

B. Bellalta Mobile Communication Networks

B. Bellalta Mobile Communication Networks IEEE 802.11e : EDCA B. Bellalta Mobile Communication Networks Scenario STA AP STA Server Server Fixed Network STA Server Upwnlink TCP flows Downlink TCP flows STA AP STA What is the WLAN cell performance

More information

Enhancing the DCF mechanism in noisy environment

Enhancing the DCF mechanism in noisy environment Enhancing the DCF mechanism in noisy environment 1 LICP EA 2175 Université de Cergy-Pontoise 3 Av Adolph Chauvin 9532 Cergy-Pontoise France Email: {adlen.ksentini, mohamed.naimi}@dept-info.u-cergy.fr Adlen

More information

Figure.2. Hidden & Exposed node problem

Figure.2. Hidden & Exposed node problem Efficient Throughput MAC Protocol in Ad-hoc Network s Rahul Mukherjee, HOD and Assistant Professor, Electronics & Communication Department, St. Aloysius Institute of Technology (SAIT), Jabalpur, Rajiv

More information

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs

Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Vorlesung Kommunikationsnetze Research Topics: QoS in VANETs Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen

More information

An Approach for Improving Performance of Back off Algorithm

An Approach for Improving Performance of Back off Algorithm International Journal of Computer Applications (975 8887) Volume 46 No.5, May 212 An Approach for Improving Performance of Back off Algorithm Swati Bhagoria Computer Engineering Department Shri G.S. Institute

More information

Medium Access Control. IEEE , Token Rings. CSMA/CD in WLANs? Ethernet MAC Algorithm. MACA Solution for Hidden Terminal Problem

Medium Access Control. IEEE , Token Rings. CSMA/CD in WLANs? Ethernet MAC Algorithm. MACA Solution for Hidden Terminal Problem Medium Access Control IEEE 802.11, Token Rings Wireless channel is a shared medium Need access control mechanism to avoid interference Why not CSMA/CD? 9/15/06 CS/ECE 438 - UIUC, Fall 2006 1 9/15/06 CS/ECE

More information

A Multi-channel MAC Protocol for Ad Hoc Wireless Networks

A Multi-channel MAC Protocol for Ad Hoc Wireless Networks A Multi-channel MAC Protocol for Ad Hoc Wireless Networks Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois at Urbana-Champaign Email: jso1@uiuc.edu Nitin

More information

An Enhanced Aloha based Medium Access Control Protocol for Underwater Sensor Networks

An Enhanced Aloha based Medium Access Control Protocol for Underwater Sensor Networks An Enhanced Aloha based Medium Access Control Protocol for Underwater Sensor Networks Abdul Gaffar. H 1, a and P.Venkata Krishna 2,b 1 School of Computer Science and Engineering, VIT University, Vellore,

More information

Lecture 16: QoS and "

Lecture 16: QoS and Lecture 16: QoS and 802.11" CSE 123: Computer Networks Alex C. Snoeren HW 4 due now! Lecture 16 Overview" Network-wide QoS IntServ DifServ 802.11 Wireless CSMA/CA Hidden Terminals RTS/CTS CSE 123 Lecture

More information

Journal of Electronics and Communication Engineering & Technology (JECET)

Journal of Electronics and Communication Engineering & Technology (JECET) Journal of Electronics and Communication Engineering & Technology (JECET) JECET I A E M E Journal of Electronics and Communication Engineering & Technology (JECET)ISSN ISSN 2347-4181 (Print) ISSN 2347-419X

More information

Aloha and slotted aloha

Aloha and slotted aloha CSMA 2/13/06 Aloha and slotted aloha Slotted aloha: transmissions are synchronized and only start at the beginning of a time slot. Aloha sender A sender B collision sender C t Slotted Aloha collision sender

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN

ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN I J I T E ISSN: 2229-7367 3(1-2), 2012, pp. 19-24 ENHANCING THE PERFORMANCE OF MANET THROUGH MAC LAYER DESIGN 1 R. MANIKANDAN, 2 K. ARULMANI AND 3 K. SELVAKUMAR Department of Computer Science and Engineering,

More information

Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired

Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired Power-efficient Communication Protocol for Social Networking Tags for Visually Impaired Problem Social Networking Tags System for Visually Impaired is an project aims to utilize electronic id technology

More information

Performance analysis of Internet applications over an adaptive IEEE MAC architecture

Performance analysis of Internet applications over an adaptive IEEE MAC architecture Journal of the Franklin Institute 343 (2006) 352 360 www.elsevier.com/locate/jfranklin Performance analysis of Internet applications over an adaptive IEEE 802.11 MAC architecture Uthman Baroudi, Mohammed

More information

Ad Hoc WLAN Throughput Improvement by Reduction of RTS Range Emilia Weyulua, Taro Iwabuchib, Misu Takeshic, Masaki Hanadad, Moo Wan Kime

Ad Hoc WLAN Throughput Improvement by Reduction of RTS Range Emilia Weyulua, Taro Iwabuchib, Misu Takeshic, Masaki Hanadad, Moo Wan Kime 247 Ad Hoc WLAN Throughput Improvement by Reduction of RTS Range Emilia Weyulua, Taro Iwabuchib, Misu Takeshic, Masaki Hanadad, Moo Wan Kime acde b Graduate School of Informatics, Tokyo University of Information

More information

Computer Network Fundamentals Spring Week 3 MAC Layer Andreas Terzis

Computer Network Fundamentals Spring Week 3 MAC Layer Andreas Terzis Computer Network Fundamentals Spring 2008 Week 3 MAC Layer Andreas Terzis Outline MAC Protocols MAC Protocol Examples Channel Partitioning TDMA/FDMA Token Ring Random Access Protocols Aloha and Slotted

More information

EBA: An Enhancement of IEEE DCF via Distributed Reservation

EBA: An Enhancement of IEEE DCF via Distributed Reservation EBA: An Enhancement of IEEE 802.11 DCF via Distributed Reservation Jaehyuk Choi, Joon Yoo, Sunghyun Choi, Member, IEEE, and Chongkwon Kim, Member, IEEE Abstract The IEEE 802.11 standard for Wireless Local

More information

Data Communications. Data Link Layer Protocols Wireless LANs

Data Communications. Data Link Layer Protocols Wireless LANs Data Communications Data Link Layer Protocols Wireless LANs Wireless Networks Several different types of communications networks are using unguided media. These networks are generally referred to as wireless

More information

Review of Medium Access Control protocol for MANET

Review of Medium Access Control protocol for MANET Review of Medium Access Control protocol for MANET Khushboo Agarwal Department of CSE&IT, Madhav Institute of Technology and Science, Gwalior 474005 ka.agarwal5@gmail.com Abstract: The mobile Adhoc network

More information

Wireless LANs. ITS 413 Internet Technologies and Applications

Wireless LANs. ITS 413 Internet Technologies and Applications Wireless LANs ITS 413 Internet Technologies and Applications Aim: Aim and Contents Understand how IEEE 802.11 wireless LANs work Understand what influences the performance of wireless LANs Contents: IEEE

More information

Enhancements and Performance Evaluation of Wireless Local Area Networks

Enhancements and Performance Evaluation of Wireless Local Area Networks Enhancements and Performance Evaluation of Wireless Local Area Networks Jiaqing Song and Ljiljana Trajkovic Communication Networks Laboratory Simon Fraser University Burnaby, BC, Canada E-mail: {jsong,

More information

Data and Computer Communications. Chapter 13 Wireless LANs

Data and Computer Communications. Chapter 13 Wireless LANs Data and Computer Communications Chapter 13 Wireless LANs Wireless LAN Topology Infrastructure LAN Connect to stations on wired LAN and in other cells May do automatic handoff Ad hoc LAN No hub Peer-to-peer

More information

original standard a transmission at 5 GHz bit rate 54 Mbit/s b support for 5.5 and 11 Mbit/s e QoS

original standard a transmission at 5 GHz bit rate 54 Mbit/s b support for 5.5 and 11 Mbit/s e QoS IEEE 802.11 The standard defines a wireless physical interface and the MAC layer while LLC layer is defined in 802.2. The standardization process, started in 1990, is still going on; some versions are:

More information

Embedded Internet and the Internet of Things WS 12/13

Embedded Internet and the Internet of Things WS 12/13 Embedded Internet and the Internet of Things WS 12/13 4. MAC Protocols Prof. Dr. Mesut Güneş Distributed, embedded Systems (DES) Institute of Computer Science Freie Universität Berlin Prof. Dr. Mesut Güneş

More information

A Measurement Study of Multiplicative Overhead Effects in Wireless Networks

A Measurement Study of Multiplicative Overhead Effects in Wireless Networks A Measurement Study of Multiplicative Overhead Effects in Wireless Joseph Camp, Vincenzo Mancuso, Omer Gurewitz, and Edward W. Knightly INFOCOM 2008 http://networks.rice.edu System: Large-scale, Multi-tier

More information

A new MAC protocol for reducing effect of needless transmission deferment induced by missed RTS/CTS handshake

A new MAC protocol for reducing effect of needless transmission deferment induced by missed RTS/CTS handshake Mobile Information Systems 5 (009) 3 DOI 0.333/MIS-009-0070 IOS Press A new MAC protocol for reducing effect of needless transmission deferment induced by missed / handshake Tetsuya Shigeyasu a, Daishi

More information

EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS

EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN Bhurewal, Prof. Ms. Sujata G. Tuppad, Journal Impact Factor (215): 8.9958 (Calculated by GISI) MULTICHANNEL MOBILE ADHOC NETWORKS Mayur N. Bhurewal 1, Prof.

More information

Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks

Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks Jinfang Zhang, Zbigniew Dziong, Francois Gagnon and Michel Kadoch Department of Electrical Engineering, Ecole de Technologie Superieure

More information