A Generic Mobile Node Architecture for Multi-Interface Heterogenous Wireless Link Layer

Size: px
Start display at page:

Download "A Generic Mobile Node Architecture for Multi-Interface Heterogenous Wireless Link Layer"

Transcription

1 A Generic Mobile Node Architecture for Multi-Interface Heterogenous Wireless Link Layer Rafaa TAHAR HANA Research Group University of Manouba, Tunisia Abdelfettah BELGHITH HANA Research Group University of Manouba, Tunisia Rafik BRAHAM Prince Research Unit University of Sousse, Tunisia Abstract In this paper, we first propose a new and open architecture for mobile wireless nodes using multiple interfaces. This modular and flexible architecture aims to offer to industrial and research communities several possibilities to investigate and simulate multiple wireless protocol aspects, algorithms and issues. To validate our architecture and to show its advantages, we choose to implement a multiple interface WLAN protocol in the widely used OMNeT++ Discrete Event Simulator [1] based on the MMAC Protocol [2] and its derivatives [3]. While using multiple interfaces leads certainly to an enhancement of the entire network performance, the question remains to specify algorithms and mechanisms that realize a compromise between power consumption and performance efficiency (Throughput, End-to-End Delay). Secondly, we present a modified version of the PSM-MMAC Protocol [3] that we called the Adaptive ATIM Multi-Interface MAC Protocol (AA-MIMP). Using our proposed open architecture, we show that AA-MIMP realizes a substantial enhancement of QoS parameters and performances, yet demonstrating a substantial improvement of power consumption. I. INTRODUCTION /12/$31.00 c 2012 IEEE In the last few years the deployment of wireless technologies, especially WLANs based on the IEEE standard [4], [5], has grown exponentially. However, this technology still suffers from certain inefficiencies such as low throughput, inefficient power conservation, lack of real time consideration for peer-to-peer and interactive applications including VoIP, VoD, Streaming, etc. Several recent research works tried to propose enhancements and thrived to offer some solutions. Of particular interest to our present work are those based on the efficient use of the available frequency spectrum instead of just being limited to a unique radio channel as currently deployed. The major contribution of this work is to propose a new architecture of a mobile node that permits the design and implementation of algorithms and protocols allowing the enhancement of wireless communication. We also demonstrate how the new architecture could implement a multi-interface protocol for IEEE WLANs. This paper is organized as follow. In the first section we present details and key features of the new architecture. In the second section we show how to implement a modified version of the PSM-MMAC Protocol [3] that we call Adaptive ATIM Multi-Interface MAC Protocol (AA-MIMP). In the last section we will conduct a performance evaluation to show the enhancement of QoS parameters (throughput and end-to-end data delay) and a substantial improvement of power consumption. II. MOTIVATIONS AND RELATED WORK Many works dealt with the multi-channel / multi-interface wireless communications [6], [7], [8]. Some of them proposed to set up virtualization techniques at the Link layer (MAC and LLC) [9]. These techniques aim to maintain specific data structures in order to realize suitable mapping between the logical information of the Network Layer and the physical information of the Link and Physical layers. Some works deal with multi-channel / multi-interface heterogeneous wireless communications issues, but to the best of our knowledge, only the Hyacinth [10] architecture tried to propose a multi channel hybrid technology IEEE /IEEE [11] integration. The Hyacinth architecture proposes to use multiple IEEE channels to define aggregate coverage areas for mobile nodes and uses IEEE or IEEE technologies to ensure the connectivity of these areas to wired network. But this architecture did not deal with nodes that combine multiple technologies which is the case nowadays with mobile nodes having multiple built-in wireless technologies: IEEE , IEEE p [12] and IEEE 1609.x (VANET), IEEE [13],... In this paper, we will focus solely on the multi-interface approach for several reasons. The NIC (Network Interface Card) has a low cost and still decreasing. This approach offers more flexibility in implementation and a relative relaxation from the constrained aspects of synchronization between clocks. Research and implementations already conducted at HANA Research Group showed the advantages of the Multi-interface approach [14], [15], [16]. III. PROPOSED MULTI INTERFACE NODE ARCHITECTURE FOR WIRELESS NETWORKS In order to take advantage of the available frequency spectrum within a wireless network, and regarding the low cost of wireless NIC, a simple idea consists of equipping each mobile node with multiple NICs. But this NIC multiplicity will induce many complex issues. The most important of them are : NIC management (especially for heterogeneous NICs), use of multiple wireless technologies, overhead optimization, power conservation, clocks drift, interface selection and traffic

2 distribution. To solve these problems, we propose a new mobile node architecture that must also guarantee that protocol modifications should be minimal and flexible to authorize future works for both industrial and research communities. The key features of our model could be resumed in these points: The implementation of a Layer-2 virtualization technique called VML (Virtual MAC Layer) by derivation/overloading of the LLC sub-layer. Indeed this VML will ensure an abstraction of the NIC multiplicity regarding upper layers (IP and upper layers); An interface is represented by a PM-Bloc composed of a Physical and MAC layer which makes our architecture physically aware (no modification of the Physical Layer); We implement necessary but not exhaustive data structures and algorithms for interface selection policies, NIC status identification (sender, receiver, inactive); Our implementation is integrated and tested within the widely used OMNeT++ Discrete Event Simulator v4.1. A. Multi Interface Mobile Node Architecture In mostly used network discrete event simulators (NS-2, J-SIM, OMNeT++,...), a classic mobile node is composed of : A Physical layer, A MAC sub-layer that implements the protocol state machine, A Management sub-layer (LLC) that implements management procedures, complementary modules that implement wireless communications specific aspects such as : mobility, propagation models, cross-layering features,... and upper layers modules (IP, Transport, Applications). When we deal with efficient use of different orthogonal wireless channels there are mainly two modes : multi-channel and multi-interface. The difference between these two modes could be resumed as follows: Multi-interface mode allows the simultaneous use of the total frequency spectrum Multi-channel mode reduces channel noise and interference Since every interface is tuned to a given channel, multiinterface MAC layer management is more flexible and easy because it does not need channel switch, scan,... Multi-interface LLC layer management is more complex since other procedures are necessary such as : multiple MAC address management, power conservation,... Since multi-interface mode is more efficient, we conducted a complete study and we propose a new mobile node architecture, as shown in Figure 1. It is composed of : PM-BLOCs that associate a MAC sub-layer state machine and a physical module A VML (Virtual MAC Layer) that substitute the LLC sub-layer. Notice that our architecture could also be generalized to cover multi-channel issues by introducing switching time between channels and activating only one PM-Bloc at a time. Fig. 1: New Mobile Node Architecture 1) Physical and MAC Sub-Layer BLOC (PM-Bloc): The hard coupling between the physical layer and the MAC sublayer is due to two objective constraints. They are : MAC sub-layer is a logical representation of the physical underlying layer by means of MAC protocol state machine; There is no more distinction between the modules since in the multi-interface mode each NIC is tuned to a specific channel. Recall that since we choose to implement the PSM-MMAC protocol, some modifications are introduced to the control PM- Bloc. Other blocs are left as-is. 2) VML : Virtual MAC Layer: To handle the multiplicity of NICs (PM-Blocs), it is necessary to derive/overload the LLC sub-layer in order to deal with: The abstraction (virtualization) of multiple NICs regarding upper layers; Multiple NICs management (Management Frames like ATIM, channels identification, PSM,...); Traffic distribution. Our new architecture which combines VML and PM-Blocs to describe a multi-interface mobile node could be used to study multiple scenarios such as Wireless Distribution Systems (WDS) [15], [16], multi-interface Ad-hoc WLANs and VANET. As an application of this architecture, we choose to implement and enhance the PSM-MMAC protocol [3] based on both the MMAC [2] and the DCA protocol [17]. Since this protocol family is based on the idea that all nodes must at least have 2 NICs (one dedicated to control and the others are for data), we introduced solely some modifications to the control PM-Bloc. Data PM-blocs are not modified. IV. ADAPTIVE ATIM MULTI-INTERFACE MAC PROTOCOL (AA-MIMP) We now propose an improved version of the PSM-MMAC in the quest to enhance power saving and improve overall performances. We implement the AA-MIMP using the proposed new architecture. The AA-MIMP enhances the PSM-MMAC protocol [3] and is based on both the MMAC [2] and the DCA protocol [17] in order to enhance QoS parameters and

3 to reduce power consumption. The AA-MIMP is dedicated to WLAN in which nodes are in Line of Sight (LoS) and could be heterogeneous (number of NICs varies from a node to another). Unlike the PSM-MMAC Protocol that uses a complex probabilistic model to estimate the size of the ATIM Window, our protocol is based on the standard DCF function and uses control channel sensing to decide or not if the ATIM / ATIM-ACK Frames exchange is terminated or not. Data structures maintained and information exchanged between the control PM-Bloc and VML allow us to determine the exact state of all the network during the current Beacon Interval in a fully distributed manner. Like the DCA Protocol, our protocol is receiver side channel selection oriented but does not add the RES frame to indicate to neighbors which channel is selected for the transmission. Instead, it piggybacks this decision in the ATIM-ACK frame. Our Protocol is based on the standard timing structure proposed in the PSM and tries to solve the following problems : Dynamic ATIM Window Size estimation regarding the submitted traffic; Interface selection regarding a traffic distribution specific policy (random, load balancing, threshold,...); QoS parameters enhancement; Power conservation. Unlike the complex probabilistic model for ATIM Window Size Estimation proposed in the PSM-MMAC Protocol based on Active Links (AL) and which suppose that traffic loads submitted to the network are constant, our estimation algorithm is most adaptive and is based on the observation of Packet s Queue Size at each start of a Beacon Interval and we did not make any assumption on traffic loads which is the case of WLANs, WDS,... So our algorithm is based on the following key features : At the start of every Beacon Interval, all control PM- Blocs are awake and still awake for at least the rest of the ATIM Window; Only nodes that have traffic will send an ATIM Frame using the DCF function. So in the ATIM Frame body a mobile node will send the following information: Packet Number (actual Queue Size), Mean Packet Size and available Data Channel List; Receiver node selects the data channel regarding a predefined selection policy (common for all nodes during the current Beacon Interval, in our case a load balancing policy) and transmits the selected channel number in the ATIM-ACK Frame from the common subset channels with the sender. The choice of this receiver oriented selection policy is due to the fact that sender and receiver mobile nodes may have heterogeneous capabilities; When the sender receives the ATIM-ACK Frame it will immediately send its traffic on the dictated data channel. If the dictated channel is the control PM-Bloc, the sender must delay transmission until the end of the ATIM Window Estimation Algorithm; Estimated ATIM Window Size is decided when an amount of slot time equal to the upper bound of the size of the current contention interval, that we have called backof f F actor, without sensing any activity on the control channel or when the bound maximal value of the ATIM Interval, as mentioned in the PSM standard equal to 0.02 sec, is reached; At the end of the ATIM Estimated period, all nodes know exactly the status of every channel and which PM-Blocs are active and those which must go into doze mode. V. PERFORMANCE EVALUATION A. Definitions and notations We now discuss the AA-MIMP QoS parameters, namely the throughput and the end-to-end delay. We also discuss Duty Cycle and Per bit Power Consumption formally defined as follows : Throughput : The quantity of information per time unit delivered successfully to all destination stations. That is : nbp ckt pcktsize T hroughput = (1) simduration where nbpckt denotes the number of packets received successfully by all destination stations. pcktsize denotes the size of a packet and simduration denotes the simulation duration in seconds. End-to-end delay : The average end-to-end delay of all packets delivered successfully to all destination stations. That is : Delay = DestArriveT ime SrcGenerationT ime (2) where DestArriveTime denotes the time at which the packet arrives at the destination station and SrcGenerationTime denotes the generation time of this packet at the source station. Duty Cycle : We define duty cycle as the average amount of unused transmission time periods of active channels per beacon interval. That is: dutycycle = BeaconT ime() LastP ackett ime() (3) where BeaconTime() denotes the current beacon time and LastPacketTime() denotes the time at which the last DATA or ACK packet is sent or received. Per bit Power Consumption : We define it as the average quantity of energy consumed by all node channels divided by the network throughput. We assume that a node has four energy states: Idle (1.0 W), transmission (1.8 W), receive (1.3 W) and doze (0.05 W). B. Simulation scenario Table I presents general parameters for our simulation.

4 TABLE I: General Parametrs Parameter PYH and MAC bitrate Data channel number Beacon Interval ATIM Max Value Flow Number Packet Size Packet tic Simulation Time Transmission range Value 2 Mbps 1, 2 and 4 channels 0.1 sec 0.02 sec 1, 5, 10, 15 and 20 Flows 512 Bytes 0.01 sec 200 sec (2000 Beacon Periods) 300 meters Fig. 4: Throughput vs. Flow Number phenomenon in the PSM-MMAC protocol but for a number of flows equal or higher than 4. Fig. 2: Estimated ATIM Window Size vs. Flow Number E. ATIM Window Size Estimation vs. Throughput To validate our ATIM Window Size estimation regarding the throughput parameter we measure the Throughput function of ATIM Window Size. So we will consider 10 flows with 1 data channel (10 packets per beacon interval) and we will vary the ATIM Window Size from sec to sec. As we can C. ATIM Window Size Estimation Figure 2 illustrates the Estimated ATIM Window size vs. Number of flows and shows that our estimation is independent of the number of data channels. The figure Fig 3 shows the number of ATIM / ATIM-ACK frame exchange succeeded during the ATIM Interval. This number decreases while number of flows increases which is due to high control channel contention. Fig. 5: Throughput vs. ATIM Window Size see in the Figure 5, the maximal throughput is obtained for an ATIM Window Size value equal to sec, which is the value obtained by our estimation as shown by Figure 2. F. End-to-End Delay parameter Figure 6 shows the End-To-End DATA Delay vs. Number of flows. We notice that with 4 interfaces, End-To-End DATA Fig. 3: Correctly received ATIM D. Throughput Parameter Figure 4 shows Throughput vs. Number of flows. By comparison with the PSM-MMAC protocol we notice that our protocol gives better performance with 1 and 2 data channels for 10 flows and 10 packets/beacon interval and same performance with 4 data channels. We notice that when the number of flows is equal or higher than 15, a degradation is noticed. This could be explained by both the increasing number of unsuccessful ATIM / ATIM-ACK frame exchange, as shown by Figure 3, and DATA Collision number that increases due to large channel contention.we notice the same Fig. 6: End-to-End Delay vs. Flow Number Delay is less than 100 ms for 10 flows (exactly ms). This means that multimedia communications are possible. Figure 7 is a zoom for 1 and 5 flows for more clarity.

5 2 data channels. For a high network load (number of flows greater than or equal to 15), energy cost per bit is minimal for 4 data channels. This means that our intelligent power consumption approach realizes a good compromise between QoS parameters and power consumption and outperforms the PSM-MMAC Protocol. Fig. 7: End-to-End Delay vs. Flow Number (Zoom) G. Duty Cycle Parameter Figure 8 shows the duty cycle vs. the flow number. We VI. CONCLUSION Adaptive ATIM Multi-Interface MAC Protocol (AA-MIMP) shows that our new architecture of mobile node is valid, flexible and open to other additions and improvements. Our Protocol realizes a good compromise between QoS parameters (Network Throughput and End-to-End DATA Delay) and power consumption by intelligent turning on used and off unused interfaces. This result is confirmed by extensive simulations which show that the AA-MIMP outperforms the PSM-MMAC protocol in terms of QoS parameters and power consumption. While the duty cycle parameter investigation shows that AA-MIMP could be enhanced but needs further research work. More investigations are also underway to extend the current work to multi-hop. We will also derive our architecture for VANET communication to demonstrate its validity and its generic character as well. REFERENCES Fig. 8: Duty Cycle vs. Flow Number notice that when the number of flows increases and the number of channels is reduced the duty cycle decreases, which means that channel s capacity is consumed. But we notice a waste of time when the number of data channels increases. This is due to unsuccessful transmissions and also to the fact that the Beacon Interval is miss-sized for current transmissions. This could be solved by a good estimation of the Beyond ATIM Window Size. H. Per bit Power Consumption Figure 9 shows better power consumption performance obtained by correct powering on used and off unused interfaces. We notice that for a low network load (number of flows less Fig. 9: Per bit Power consumption vs. Flow Number than or equal to 5), the per bit power cost is minimal for 1 data channel. For a medium network load (number of flows between 5 and 10), the energy cost of a bit is minimal for [1] The omnet++ community v-4.1, Tech. Rep. [2] J. So and N. H. Vaidya, Multi-channel mac for ad hoc networks : Handling multi-channel hidden terminals using a single transceiver, In Proc. of Mobihoc, Roppongi, Japan, [3] J. Wang, Y. Fang, and D. Wu, A power-saving multi-radio multi-channel mac protocol for wireless local area networks, In Proc. of Mobihoc, Roppongi, Japan, [4] IEEE, Ieee : Part 11 : Wireless lan medium access control mac and physical layer phy specifications, Tech. Rep. [5], Ieee b : Part 11 : Wireless lan medium access control mac and physical layer phy specifications : Higher-speed physical layer extension in the 2.4 ghz band, Tech. Rep. [6] J. So and N. H. Vaidya, Routing and channel assignment in multichannel multi-hop wireless networks with single-nic devices, Tech. Rep. [7] A. Raniwala, K. Gopalan, and T. cker Chiueh, Centralized channel assignment and routing algorithms for multi-channel wireless mesh networks, ACM Mobile Computing and Communications Review (MC2R), vol. 8, no. 2, [8] J. So, Design and evaluation of multi-channel multi-hop wireless network, Ph.D. dissertation, Urbana University, Illinois, USA, [9] R. Chandra, P. Bahl, and P. Bahl, Multinet: Connection multiple ieee networks using a single wireless card, IEEE INFOCOM, [10] A. Raniwala and T. cker Chiueh, Architecture and algorithms for an ieee based multi-channel wireless mesh network, IEEE INFOCOM, [11] IEEE, Ieee : Ieee standard for local and metropolitan area networks part 16: Air interface for broadband wireless access systems, Tech. Rep. [12], Ieee p-2010 : Ieee standard for information technology telecommunications and information exchange between systems local and metropolitan area networks specific requirements part 11: Wireless lan medium access control (mac) and physical layer (phy) specifications amendment 6: Wireless access in vehicular environments, Tech. Rep. [13], Ieee : Ieee standard for information technology local and metropolitan area networks specific requirements part 15.4: Wireless medium access control (mac) and physical layer (phy) specifications for low rate wireless personal area networks (wpans), Tech. Rep. [14] A. Dhraief, N. Montavont, J. Bonnin, and A. Belghith, Ns-2 based simulation framework to evaluate the performance of wireless distribution system, 10th Communications and Networking Simulation Symposium located with Spring Simulation Multiconference (SpringSim 07), 2007.

6 [15] R. Tahar, A. Belghith, and R. Braham, Performance evaluation of ieee multi-interface based wireless distribution system mi-wds, The 7th ACS/IEEE International Conference on Computer Systems and applications (AICCSA09), Rabat, Morocco, [16] A. Belghith, R. Tahar, and R. Braham, Enhancing qos parameters using an ieee multi-interface based wireless distribution system (miwds), The Global Information Infrastructure Symposium (IEEE-GIIS 2009), Hammamet, Tunisia, [17] S.-L. Wu, C.-Y. Lin, Y.-C. Tseng, and J.-P. Sheu, A multi-channel mac protocol with power control for multi-hop mobile ad hoc networks, THE COMPUTER JOURNAL, 2002.

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

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

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

Improving IEEE Power Saving Mechanism

Improving IEEE Power Saving Mechanism 1 Improving IEEE 82.11 Power Saving Mechanism Eun-Sun Jung 1 and Nitin H. Vaidya 2 1 Dept. of Computer Science, Texas A&M University, College Station, TX 77843, USA Email: esjung@cs.tamu.edu 2 Dept. of

More information

TCP performance evaluation over multihomed networks

TCP performance evaluation over multihomed networks TCP performance evaluation over multihomed networks Rafaa Tahar HANA Research Group University of Manouba, Tunisia Email: rafaa.tahar@hanalab.org Rafik Braham Prince Research Unit University of Sousse,

More information

Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network

Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network ENSC 85: High-Performance Networks Spring 2008 Implementation of a Multi-Channel Multi-Interface Ad-Hoc Wireless Network Chih-Hao Howard Chang howardc@sfu.ca Final Project Presentation School of Engineering

More information

Enhanced Power Saving Scheme for IEEE DCF Based Wireless Networks

Enhanced Power Saving Scheme for IEEE DCF Based Wireless Networks Enhanced Power Saving Scheme for IEEE 802.11 DCF Based Wireless Networks Jong-Mu Choi, Young-Bae Ko, and Jai-Hoon Kim Graduate School of Information and Communication Ajou University, Republic of Korea

More information

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL)

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL) Qos of Network Using Advanced Hybrid Routing in WMN, Abstract - Maximizing the network throughput in a multichannel multiradio wireless mesh network various efforts have been devoted. The recent solutions

More information

Collision Free and Energy Efficient MAC protocol for Wireless Networks

Collision Free and Energy Efficient MAC protocol for Wireless Networks 110 IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.9, September 2007 Collision Free and Energy Efficient MAC protocol for Wireless Networks Muhammad Ali Malik, Dongha Shin

More information

TMMAC: A TDMA Based Multi-Channel MAC Protocol using a Single. Radio Transceiver for Mobile Ad Hoc Networks

TMMAC: A TDMA Based Multi-Channel MAC Protocol using a Single. Radio Transceiver for Mobile Ad Hoc Networks : A TDMA Based Multi-Channel MAC Protocol using a Single Radio Transceiver for Mobile Ad Hoc Networks Jingbin Zhang, Gang Zhou, Chengdu Huang, Ting Yan, Sang H. Son, John A. Stankovic Department of Computer

More information

Investigating MAC-layer Schemes to Promote Doze Mode in based WLANs

Investigating MAC-layer Schemes to Promote Doze Mode in based WLANs Investigating MAC-layer Schemes to Promote Doze Mode in 802.11-based WLANs V. Baiamonte and C.-F. Chiasserini CERCOM - Dipartimento di Elettronica Politecnico di Torino Torino, Italy Email: baiamonte,chiasserini

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

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

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network Improving the Data Scheduling Efficiency of the IEEE 802.16(d) Mesh Network Shie-Yuan Wang Email: shieyuan@csie.nctu.edu.tw Chih-Che Lin Email: jclin@csie.nctu.edu.tw Ku-Han Fang Email: khfang@csie.nctu.edu.tw

More information

Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes?

Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes? Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes? By: Jing Deng, Yunghsiang S. Han, and Sanjeev R. Kulkarni. J. Deng, Y. S. Han, and S. R. Kulkarni, "Can Multiple Subchannels

More information

Multi-channel MAC with Dynamic Channel Selection for Ad Hoc Networks

Multi-channel MAC with Dynamic Channel Selection for Ad Hoc Networks Multi-channel MAC with Dynamic Channel Selection for Ad Hoc Networks Asis Nasipuri and Jai Mondhe Department of Electrical & Computer Engineering The University of North Carolina at Charlotte Charlotte,

More information

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver

A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver 1 A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois

More information

STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK

STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK 1 Arpita Singh, 2 Navendu Nitin, 3 Neelesh Agrawal, 4 Arvind Kumar Jaiswal 1 PG student, SHIATS-DU,

More information

CSCD 433 Network Programming Fall Lecture 7 Ethernet and Wireless

CSCD 433 Network Programming Fall Lecture 7 Ethernet and Wireless CSCD 433 Network Programming Fall 2016 Lecture 7 Ethernet and Wireless 802.11 1 Topics 802 Standard MAC and LLC Sublayers Review of MAC in Ethernet MAC in 802.11 Wireless 2 IEEE Standards In 1985, Computer

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

Reliable Multicast Scheme Based on Busy Signal in Wireless LANs

Reliable Multicast Scheme Based on Busy Signal in Wireless LANs Journal of Modern Science and Technology Vol.2 No.1 March 2014. Pp.18-25 Reliable Multicast Scheme Based on Busy Signal in Wireless LANs Sunmyeng For unicast transmissions, the IEEE 802.11 WLAN MAC (Medium

More information

Mobile Communications Chapter 7: Wireless LANs

Mobile Communications Chapter 7: Wireless LANs Characteristics IEEE 802.11 PHY MAC Roaming IEEE 802.11a, b, g, e HIPERLAN Bluetooth Comparisons Prof. Dr.-Ing. Jochen Schiller, http://www.jochenschiller.de/ MC SS02 7.1 Comparison: infrastructure vs.

More information

The Challenges of Robust Inter-Vehicle Communications

The Challenges of Robust Inter-Vehicle Communications The Challenges of Robust Inter-Vehicle Communications IEEE VTC2005-Fall Marc Torrent-Moreno, Moritz Killat and Hannes Hartenstein DSN Research Group Institute of Telematics University of Karlsruhe Marc

More information

Maximum Traffic Scheduling and Capacity Analysis for IEEE High Data Rate MAC Protocol

Maximum Traffic Scheduling and Capacity Analysis for IEEE High Data Rate MAC Protocol Maximum Traffic Scheduling and Capacity Analysis for IEEE 80..3 High Data Rate MAC Protocol Yi-Hsien Tseng, Eric Hsiao-kuang Wu and Gen-Huey Chen Department of Computer Science and Information Engineering,

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

6.9 Summary. 11/20/2013 Wireless and Mobile Networks (SSL) 6-1. Characteristics of selected wireless link standards a, g point-to-point

6.9 Summary. 11/20/2013 Wireless and Mobile Networks (SSL) 6-1. Characteristics of selected wireless link standards a, g point-to-point Chapter 6 outline 6.1 Introduction Wireless 6.2 Wireless links, characteristics CDMA 6.3 IEEE 802.11 wireless LANs ( wi-fi ) 6.4 Cellular Internet Access architecture standards (e.g., GSM) Mobility 6.5

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

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

MAC in /20/06

MAC in /20/06 MAC in 802.11 2/20/06 MAC Multiple users share common medium. Important issues: Collision detection Delay Fairness Hidden terminals Synchronization Power management Roaming Use 802.11 as an example to

More information

A QoS Enabled MAC Protocol for Wireless Ad hoc Networks with Power Control

A QoS Enabled MAC Protocol for Wireless Ad hoc Networks with Power Control Proceedings of the World Congress on Engineering and Computer Science 28 WCECS 28, October 22-24, 28, San Francisco, USA A QoS Enabled MAC Protocol for Wireless Ad hoc Networks with Power Control Mahasweta

More information

Local Area Networks NETW 901

Local Area Networks NETW 901 Local Area Networks NETW 901 Lecture 4 Wireless LAN Course Instructor: Dr.-Ing. Maggie Mashaly maggie.ezzat@guc.edu.eg C3.220 1 Contents What is a Wireless LAN? Applications and Requirements Transmission

More information

Department of Electrical and Computer Systems Engineering

Department of Electrical and Computer Systems Engineering Department of Electrical and Computer Systems Engineering Technical Report MECSE-6-2006 Medium Access Control (MAC) Schemes for Quality of Service (QoS) provision of Voice over Internet Protocol (VoIP)

More information

Interference avoidance in wireless multi-hop networks 1

Interference avoidance in wireless multi-hop networks 1 Interference avoidance in wireless multi-hop networks 1 Youwei Zhang EE228A Project Report, Spring 2006 1 Motivation Wireless networks share the same unlicensed parts of the radio spectrum with devices

More information

Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks

Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks Directional Antenna based Time Division Scheduling in Wireless Ad hoc Networks Li Shaohua and Dong-Ho Cho School of Electrical Engineering and Computer Science Korea Advanced Institute of Science and Technology

More information

Multichannel Outage-aware MAC Protocols for Wireless Networks

Multichannel Outage-aware MAC Protocols for Wireless Networks Submitted - the 4th IEEE Conference on Industrial Electronics and Applications (ICIEA 29) Multichannel Outage-aware MAC Protocols for Wireless Networks Hyukjin Lee and Cheng-Chew Lim School of Electrical

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

Wireless Local Area Network (IEEE )

Wireless Local Area Network (IEEE ) Wireless Local Area Network (IEEE 802.11) -IEEE 802.11 Specifies a single Medium Access Control (MAC) sublayer and 3 Physical Layer Specifications. Stations can operate in two configurations : Ad-hoc mode

More information

Transmission Control Protocol over Wireless LAN

Transmission Control Protocol over Wireless LAN Global Journal of Computer Science and Technology Network, Web & Security Volume 12 Issue 17 Version 1.0 Year 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION

PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION PROPOSAL OF MULTI-HOP WIRELESS LAN SYSTEM FOR QOS GUARANTEED TRANSMISSION Phuc Khanh KIEU, Shinichi MIYAMOTO Graduate School of Engineering, Osaka University 2-1 Yamada-oka, Suita, Osaka, 565-871 JAPAN

More information

Joint PHY/MAC Based Link Adaptation for Wireless LANs with Multipath Fading

Joint PHY/MAC Based Link Adaptation for Wireless LANs with Multipath Fading Joint PHY/MAC Based Link Adaptation for Wireless LANs with Multipath Fading Sayantan Choudhury and Jerry D. Gibson Department of Electrical and Computer Engineering University of Califonia, Santa Barbara

More information

Guide to Wireless Communications, Third Edition. Objectives

Guide to Wireless Communications, Third Edition. Objectives Guide to Wireless Communications, Third Edition Chapter 7 Low-Speed Wireless Local Area Networks Objectives Describe how WLANs are used List the components and modes of a WLAN Describe how an RF WLAN works

More information

Cellular Learning Automata-based Channel Assignment Algorithms in Mobile Ad Hoc Network

Cellular Learning Automata-based Channel Assignment Algorithms in Mobile Ad Hoc Network ISBN 978-1-84626-xxx-x Proceedings of 2009 International Conference on Machine Learning and Computing Perth, Australia, 10-12 July, 2009, pp. xxx-xxx Cellular Learning Automata-based Channel Assignment

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

Solutions to Performance Problems in VoIP Over a Wireless LAN

Solutions to Performance Problems in VoIP Over a Wireless LAN Solutions to Performance Problems in VoIP Over a 802.11 Wireless LAN Wei Wang, Soung C. Liew, and VOK Li, Solutions to Performance Problems in VoIP over a 802.11 Wireless LAN, IEEE Transactions On Vehicular

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #6: Medium Access Control QoS and Service Differentiation, and Power Management Tamer Nadeem Dept. of Computer Science Quality of Service (802.11e)

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

Mobile & Wireless Networking. Lecture 7: Wireless LAN

Mobile & Wireless Networking. Lecture 7: Wireless LAN 192620010 Mobile & Wireless Networking Lecture 7: Wireless LAN [Schiller, Section 7.3] [Reader, Part 6] [Optional: "IEEE 802.11n Development: History, Process, and Technology", Perahia, IEEE Communications

More information

Wireless and WiFi. Daniel Zappala. CS 460 Computer Networking Brigham Young University

Wireless and WiFi. Daniel Zappala. CS 460 Computer Networking Brigham Young University Wireless and WiFi Daniel Zappala CS 460 Computer Networking Brigham Young University Wireless Networks 2/28 mobile phone subscribers now outnumber wired phone subscribers similar trend likely with Internet

More information

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2

Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 Implementation of an Adaptive MAC Protocol in WSN using Network Simulator-2 1 Suresh, 2 C.B.Vinutha, 3 Dr.M.Z Kurian 1 4 th Sem, M.Tech (Digital Electronics), SSIT, Tumkur 2 Lecturer, Dept.of E&C, SSIT,

More information

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Veselin Rakocevic School of Engineering and Mathematical Sciences City University London EC1V HB, UK V.Rakocevic@city.ac.uk

More information

Mobile Ad-hoc Networks - Analysis of Dynamic Channel Allocation and Load Balancing

Mobile Ad-hoc Networks - Analysis of Dynamic Channel Allocation and Load Balancing Mobile Ad-hoc Networks - Analysis of Dynamic Channel Allocation and Load Balancing D.Bhadru 1, G.R.Ramadevi 2, ShankarNayak Bhukya 3 1,2,3 Associate Professor, Dept.CSE,SVIT, Hyderabad, TS, India ABSTRACT

More information

Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1

Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1 Wireless Local Area Networks (WLANs)) and Wireless Sensor Networks (WSNs) Computer Networks: Wireless Networks 1 Wireless Local Area Networks The proliferation of laptop computers and other mobile devices

More information

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs Yung-Chang Lin Cheng-Han Lin Wen-Shyang Hwang Ce-Kuen Shieh yaya80306@hotmail.com jhlin5@cc.kuas.edu.tw wshwang@cc.kuas.edu.tw

More information

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS

OPNET based Performance Evaluation of WIMAX Network with WIMAX Management using Different QoS 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. 6, June 2014, pg.862

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part I Almost all wireless LANs now are IEEE 802.11

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

Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer. Computer Networks: Wireless LANs

Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer. Computer Networks: Wireless LANs Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer 1 Wireless Local Area Networks (WLANs) The proliferation of laptop computers and other mobile devices (PDAs and cell phones)

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

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

HTSMA: a Hybrid Temporal-Spatial Multi-Channel Assignment Scheme in Heterogeneous Wireless Mesh Networks

HTSMA: a Hybrid Temporal-Spatial Multi-Channel Assignment Scheme in Heterogeneous Wireless Mesh Networks : a Hybrid Temporal-Spatial Multi-Channel Assignment Scheme in Heterogeneous Wireless Mesh Networks Yan Jin, Ju-Yeon Jo, Mei Yang, Yoohwan Kim, Yingtao Jiang, John Gowens Department of Electrical and Computer

More information

An Adaptive Self-Organization Protocol for Wireless Sensor Networks

An Adaptive Self-Organization Protocol for Wireless Sensor Networks An Adaptive Self-Organization Protocol for Wireless Sensor Networks Kil-Woong Jang 1 and Byung-Soon Kim 2 1 Dept. of Mathematical and Information Science, Korea Maritime University 1 YeongDo-Gu Dongsam-Dong,

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

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

Energy Management Issue in Ad Hoc Networks

Energy Management Issue in Ad Hoc Networks Wireless Ad Hoc and Sensor Networks - Energy Management Outline Energy Management Issue in ad hoc networks WS 2010/2011 Main Reasons for Energy Management in ad hoc networks Classification of Energy Management

More information

Wireless networks. Wireless Network Taxonomy

Wireless networks. Wireless Network Taxonomy Wireless networks two components to be considered in deploying applications and protocols wireless links ; mobile computing they are NOT the same thing! wireless vs. wired links lower bandwidth; higher

More information

MAC Sublayer(1) Principal service of the Medium Access Control Sublayer: Allocating a single broadcast channel (mostly a LAN) among competing users

MAC Sublayer(1) Principal service of the Medium Access Control Sublayer: Allocating a single broadcast channel (mostly a LAN) among competing users MAC Sublayer(1) Principal service of the Medium Access Control Sublayer: Allocating a single broadcast channel (mostly a LAN) among competing users Static Channel Allocation: Frequency Division Multiplexing

More information

Fair Time Sharing Protocol: a Solution for IEEE b Hot Spots

Fair Time Sharing Protocol: a Solution for IEEE b Hot Spots Fair Time Sharing Protocol: a Solution for IEEE 802.11b Hot Spots Anelise Munaretto 1,2, Mauro Fonseca 1,4, Khaldoun Al Agha 2,3, and Guy Pujolle 1 1 LIP6 Laboratory, University of Paris VI, 75015 Paris,

More information

Literature Review on Characteristic Analysis of Efficient and Reliable Broadcast in Vehicular Networks

Literature Review on Characteristic Analysis of Efficient and Reliable Broadcast in Vehicular Networks International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 6, Number 3 (2013), pp. 205-210 International Research Publication House http://www.irphouse.com Literature Review

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

Distributed power control over multiple channels for ad hoc wireless networks

Distributed power control over multiple channels for ad hoc wireless networks WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. (2012) Published online in Wiley Online Library (wileyonlinelibrary.com)..2266 RESEARCH ARTICLE Distributed power control over multiple

More information

Methods for Channel Assignment in Infrastructure based WLAN-A Survey

Methods for Channel Assignment in Infrastructure based WLAN-A Survey Methods for Channel Assignment in Infrastructure based WLAN-A Survey Mrs. Sandhya Tanpure tanpure.sandhya@gmail.com Prof. Sujata Kadam sujatamane@yahoo.com Mrs. Mrunalini Gavfale mrunalyg@gmail.com Abstract:

More information

Junseok Kim Wireless Networking Lab (WINLAB) Konkuk University, South Korea

Junseok Kim Wireless Networking Lab (WINLAB) Konkuk University, South Korea Junseok Kim Wireless Networking Lab (WINLAB) Konkuk University, South Korea http://usn.konkuk.ac.kr/~jskim 1 IEEE 802.x Standards 802.11 for Wireless Local Area Network 802.11 legacy clarified 802.11 legacy

More information

Energy Management Issue in Ad Hoc Networks

Energy Management Issue in Ad Hoc Networks Wireless Ad Hoc and Sensor Networks (Energy Management) Outline Energy Management Issue in ad hoc networks WS 2009/2010 Main Reasons for Energy Management in ad hoc networks Classification of Energy Management

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

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

An Enhanced Multi-channel MAC for Vehicular Ad Hoc Networks

An Enhanced Multi-channel MAC for Vehicular Ad Hoc Networks 13 IEEE Wireless Communications and Networking Conference (WCNC): MAC An Enhanced Multi-channel MAC for Vehicular Ad Hoc Networks Duc Ngoc Minh Dang, Hanh Ngoc Dang, Cuong The Do and Choong Seon Hong Department

More information

Dynamic bandwidth management for multihop wireless ad hoc networks

Dynamic bandwidth management for multihop wireless ad hoc networks Dynamic bandwidth management for multihop wireless ad hoc networks Sofiane Khalfallah Email: sofiane.khalfallah@insa-lyon.fr Cheikh Sarr Email: Cheikh.Sarr@insa-lyon.fr Isabelle Guerin Lassous Email: Isabelle.Guerin-Lassous@inrialpes.fr

More information

Delivering Voice over IEEE WLAN Networks

Delivering Voice over IEEE WLAN Networks Delivering Voice over IEEE 802.11 WLAN Networks Al Petrick, Jim Zyren, Juan Figueroa Harris Semiconductor Palm Bay Florida Abstract The IEEE 802.11 wireless LAN standard was developed primarily for packet

More information

Mitigating starvation in Wireless Ad hoc Networks: Multi-channel MAC and Power Control

Mitigating starvation in Wireless Ad hoc Networks: Multi-channel MAC and Power Control Mitigating starvation in Wireless Ad hoc Networks: Multi-channel MAC and Power Control Duc Ngoc Minh Dang Department of Computer Engineering Kyung Hee University, Korea dnmduc@khu.ac.kr Phuong Luu Vo Department

More information

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

Wireless Networks. CSE 3461: Introduction to Computer Networking Reading: , Kurose and Ross

Wireless Networks. CSE 3461: Introduction to Computer Networking Reading: , Kurose and Ross Wireless Networks CSE 3461: Introduction to Computer Networking Reading: 6.1 6.3, Kurose and Ross 1 Wireless Networks Background: Number of wireless (mobile) phone subscribers now exceeds number of wired

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

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

Scheduling of real-time traffic in IEEE networks

Scheduling of real-time traffic in IEEE networks Scheduling of real-time traffic in IEEE 802.11 networks Afonso, José A. Neves, Joaquim E. Universidade do Minho, Departamento de Electrónica Industrial Campus de Azurém, 4800-058 Guimarães, ortugal jose.afonso@dei.uminho.pt

More information

Strategies and Guidelines for Improving Wireless Local Area Network Performance

Strategies and Guidelines for Improving Wireless Local Area Network Performance Strategies and Guidelines for Improving Wireless Local Area Network Performance Dr Nurul Sarkar Associate Professor School of Computing and Mathematical Sciences nurul.sarkar@aut.ac.nz 2 Outline of Talk

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

Introduction to IEEE

Introduction to IEEE Introduction to IEEE 802.11 Characteristics of wireless LANs Advantages very flexible within the reception area Ad hoc networks without previous planning possible (almost) no wiring difficulties more robust

More information

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology

CSC344 Wireless and Mobile Computing. Department of Computer Science COMSATS Institute of Information Technology CSC344 Wireless and Mobile Computing Department of Computer Science COMSATS Institute of Information Technology Wireless Local Area Networks (WLANs) Part II WiFi vs 802.11 IEEE 802.11 Features Hidden Node

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

A Channel Hopping Multi-Channel MAC Protocol for Mobile Ad Hoc Networks

A Channel Hopping Multi-Channel MAC Protocol for Mobile Ad Hoc Networks A Channel Hopping Multi-Channel MAC Protocol for Mobile Ad Hoc Networks Chih-Min Chao and Hsien-Chen Tsai Department of Computer Science and Engineering National Taiwan Ocean University, Taiwan E-mail:

More information

Improving Channel Scanning Procedures for WLAN Handoffs 1

Improving Channel Scanning Procedures for WLAN Handoffs 1 Improving Channel Scanning Procedures for WLAN Handoffs 1 Shiao-Li Tsao and Ya-Lien Cheng Department of Computer Science, National Chiao Tung University sltsao@cs.nctu.edu.tw Abstract. WLAN has been widely

More information

Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes?

Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes? Can Multiple Subchannels Improve the Delay Performance of RTS/CTS-based MAC Schemes? Jing Deng, Member, IEEE, Yunghsiang S. Han, Member, IEEE, and Sanjeev R. Kulkarni, Fellow, IEEE Abstract We analyze

More information

Routing and Interface Assignment in Multi-Channel Multi-Interface Wireless Networks

Routing and Interface Assignment in Multi-Channel Multi-Interface Wireless Networks Routing and Interface Assignment in Multi-Channel Multi-Interface Wireless Networks Technical Report, October 2004 Pradeep Kyasanur Dept. of Computer Science, and Coordinated Science Laboratory, University

More information

Parallel Rendezvous Protocol with Improved Broadcast Mechanism for Ad-Hoc Networks

Parallel Rendezvous Protocol with Improved Broadcast Mechanism for Ad-Hoc Networks IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 02 July 2015 ISSN (online): 2349-6010 Parallel Rendezvous Protocol with Improved Broadcast Mechanism for Ad-Hoc

More information

Wireless Communications

Wireless Communications 4. Medium Access Control Sublayer DIN/CTC/UEM 2018 Why do we need MAC for? Medium Access Control (MAC) Shared medium instead of point-to-point link MAC sublayer controls access to shared medium Examples:

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

Advanced Networking Technologies

Advanced Networking Technologies Advanced Networking Technologies Chapter 4 Medium Access Control Protocols (Acknowledgement: These slides have been prepared by Prof. Dr. Holger Karl) Advanced Networking (SS 16): 04 Medium Access Control

More information

Advanced Computer Networks WLAN

Advanced Computer Networks WLAN Advanced Computer Networks 263 3501 00 WLAN Patrick Stuedi Spring Semester 2014 1 Oriana Riva, Department of Computer Science ETH Zürich Last week Outlook Medium Access COPE Short Range Wireless Networks:

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

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Sayantan Choudhury and Jerry D. Gibson Department of Electrical and Computer Engineering University of Califonia, Santa Barbara

More information