Fair and Effective Transmissions in IEEE e WLAN

Size: px
Start display at page:

Download "Fair and Effective Transmissions in IEEE e WLAN"

Transcription

1 GESTS Int l Trans. Computer Science and Engr., Vol.19, No.1 17 Fair and Effective Transmissions in IEEE e WLAN Seongcheol Kim 1 and Jinoo Joung 1 1 Software School, Sangmyung University, Seoul, Korea {sckim, Abstract. The goal of the Enhanced DCF (EDCF) is to provide a distributed access approach that can support service differentiation in IEEE e Wireless LAN. In this paper we propose a control mechanism to support fair and effective transmissions in IEEE e Wireless LAN. Since the proposed mechanism transmits packets using the link states and transmitted contents, higher transmission efficiency can be obtained by reducing unnecessary bandwidth usage. Fairness among mobile hosts also will be considered in this paper. The proposed algorithm uses short-term and long-term transmission times of each traffic classes to control their CW min for fairness. 1 Introduction With the tremendous growth of Internet applications over wireless networks, wireless access will be considered as an important communication path. As in wired networks wireless communication should be able to support quality-of-service (QoS), because many applications have QoS requirements like throughput, delay, and bandwidth. So the medium access control (MAC) protocol in wireless networks has to support an efficient scheme to provide the requirements of applications. The IEEE standard has been widely used in most wireless local-area networks (WLANs) products available in the market. The IEEE MAC specifies two different MAC schemes in WLANs: the contention-based Distributed Coordination Function (DCF) and the polling-based Point Coordination Function (PCF). The contention-based DCF mechanism is based on the Carrier Sense Medium Access with Collision Avoidance (CSMA/CA) protocol. In a network with CSMA/CA MAC protocol, a node first senses the channel to transmit packet whether the channel is in use. If the channel is sensed to be idle for an interval greater than the Distributed Inter-Frame Space (DIFS), the node is allowed to send packet. But, if the channel is sensed as busy, then the node defers packet transmission. The node then starts the backoff procedure by selecting a random backoff count. While the medium stays idle, the backoff counter is being decremented every slot time, and when the counter reaches zero, the node sends packets. For better transmission efficiency, many researches considering network traffic have been done[1,2,3,4,5,6,7,8,9]. Link adaptation mechanisms for IEEE WLAN were studied by many researchers. But these studies have some limitations. Some of

2 18 Fair and Effective Transmissions in IEEE e WLAN them use the transmission rate. But they use the rate in a manner that the system performance is not optimized. The reason is because that the rate is based on the result of timing function and the number of unsuccessful transmissions. So those mechanisms cannot react quickly when the wireless channel condition changes. Furthermore some studies assume some kind of link condition or network condition, or some studies require some change in the MAC layer. In [9] the authors propose a novel link adaptation algorithm, which aims to improve the system throughput by adapting the transmission rate to the current link condition. The suggested algorithm selects the best rate for a particular frame transmission based on the Received Signal Strength measurements. With the measurements senders select one of the transmission rates among 1, 2, 5.5, and 11 Mbps. With this mechanism higher throughput can be obtained. But this mechanism is not fit in the following case. For example, if bandwidth limited application traffic like MPEG 2 is to be sent with the mechanism. In that case even the required bandwidth cannot be provided, the sender will send its data with the predefined transmission rate. But the transmitted data will be discarded at the receiver, because insufficient data is not useful. This wastes link bandwidth consequently. The proposed mechanism in this paper considers this situation. In other word, if a node cannot get enough bandwidth through link adaptation, the node will defer packet transmission. The mechanism in [1] also considers the network conditions. It adjusts the Contention Window (CW) size according to traffic class and provides relative priorities. But the mechanism also has a problem, in which the performance of the mechanism is affected by parameters used. In this paper we propose an enhanced EDCF mechanism supporting fair and effective transmissions in IEEE e WLANs. The proposed mechanism is adaptive to the link conditions. If a traffic class can not get sufficient bandwidth due to the bad link conditions, the traffic class doesn't try to send its packet even though it has chance to use the medium. The fairness in this paper is based on the transmission time each node used, according to the long and short terms. The rest of this paper is organized as follows: Section 2 introduces the Enhanced DCF (EDCF) and the details of the proposed mechanism are presented in Section 3. Section 4 presents and discusses the simulation results, and the paper concludes with Section The IEEE e EDCF In IEEE e a new access method, Hybrid Coordination Function (HCF), is introduced, which combines functions from the DCF and PCF mechanism. The EDCF is the contention-based channel access protocol. The goal of this mechanism is to enhance the DCF access mechanism of IEEE 802,11 and to provide a distributed access that can support service differentiation. The mechanism provides up to eight types of Traffic Classes or categories (TCs). It assigns smaller CW (Contention Window) sizes for higher priority classes and larger sizes to low priority classes,

3 GESTS Int l Trans. Computer Science and Engr., Vol.19, No.1 19 giving high priority classes can transmit before the low priority ones. IEEE e also uses different inter frame space (IFS) according to the priority of each TC. In other words, Instead of DIFS used in DCF, an arbitration inter-frame space (AIFS) would be used for each TC. The AIFS for a given class should be a DIFS plus some time slots. The relationship of IFS is shown in Figure 1. The TC with the smallest AIFS has the highest priority. A big difference between DCF and EDCF is that when the medium is detected as idle for a period of AIFS, the backoff counter is reduced by one at the beginning of the last slot interval of the AIFS period. The EDCF operates only during the Contention Period (CP). Every station may implement up to eight transmission queues which can be thought of as virtual stations inside a station with different QoS parameters that determine their priorities. Each TC within the stations contends for a Transmission Opportunity (TXOP) independently. The backoff process is carried out individually after detecting if the medium is idle for a time equal to its AIFS. Fig. 1. The EDCF IFS relationship With EDCF, after each successful transmission of TC i, the corresponding CW i will be `set to CW min. If a transmission fails, then the CW i will be calculated as follows: CW = min{ CW, CW PF } i i,max i i Where PF i is the persistent factor of TC i. After waiting for AIFS i, each backoff timer is set to a random number from [1, CW i +1]. 3. The proposed Enhanced EDCF mechanism The idea of the proposed scheme in this paper is based on the following. The EDCF parameters such as (CW min, CW max, AIFS) are sent through beacon frame from AP (Access Point) to each station. And AP can change these parameters according to the network traffics dynamically. Each traffic class receiving these values from the AP will compete with each other as an independent EDCF sender. So if the link becomes idle, each traffic

4 20 Fair and Effective Transmissions in IEEE e WLAN class decreases their backoff counter and tries to send frame. The propose protocol operate as follows. 1) An AP transmits EDCF parameters and transmission rate according to link states to each station. All receivers calculate their transmission rate. Each station compares its estimated rate and the required QoS. 2) If the estimated bandwidth is less than the required bandwidth, the traffic class freezes their backoff counter even if the link is idle. The traffic class will join the competition again when enough bandwidth is provided. 3) Even if the backoff counter is 0 but the estimated bandwidth is not sufficient for required QoS, then the traffic class puts off its transmission. Since the proposed protocol considers network traffics and the applications requirements to send data, not only unnecessary bandwidth consumption can be reduced but also link utilization can be increased. 4. Fairness As discussed previously, DIFS, maximum packet size, and CW min, are used to provide service differentiation in the IEEE DCF and the IEEE e EDCF protocol. As in [10], if we use larger frame, then higher throughput can be obtained. But the results also say that using different size of frames, we cannot get delay differentiation. Furthermore, using different value of DIFS, we also cannot get enhanced throughput for TCP traffic. But throughput can be adjusted with different CW min, value. If a node increases its CW min, then the node will get reduced chance to transmit packet. So throughput will be decreased. Based on this fact, traffic classes that used more transmission time than allowed time should increase their CW min. On the other hand traffic classes that used less transmission time than allowed should decrease their CW min, to get chance to transmit packet. So fairness can be enhanced among the competing nodes. That is a basic idea of this paper to support fairness among traffic classes and to enhance throughput. To support fairness among the traffic classes, we use the same modeling in [11]. There are K different traffic classes and each traffic class requires different QoS. And we assume that K mobile hosts generate K traffic classes and a station k generates traffic class. The expected bandwidth for class-k stations is given as in [11]. ρ k = Lk p EI [ ] + EC [ ] + ES [ ] sk, (1) In the above equation, let E[I], E[C], E[S], be the sum of the expected length of all idle periods, all unsuccessful periods, and the expected length of a successful period,

5 GESTS Int l Trans. Computer Science and Engr., Vol.19, No.1 21 respectively. And let L k be the expected proportional of bits a class-k packet will be transmitted in a successful period. Finally, let P s,k be the probability of successful transmission of class k packet. So the total packet cycle will be the sum of E[I], E[C], and E[S]. We can get the maximum throughput when E[C]=0. This means that we can get the maximum throughput without collisions. As we know the average backoff time is given by [12]. CWmin EI [ ] = 2 (2) If we assume that IEEE a PHY, MAC parameters, and 16-QAM 3/4 PHY modulation are used, then our transmission rate will be 36 Mbps[6]. Figure 1 shows the channel time allocation in case of maximum throughput. Fig. 2. Ideal channel occupancy times In this case we get transmission throughput as follows. Tpkt _ trans T = 36Mbps ( 34μs+ 68μs+ 16μs+ 44μs+ T ) pkt _ trans (3) In the above equation is the packet transmission time. The equation says that the throughput increase as the packet size is increased. This is the same result as in [8]. In the propose protocol time window is used to measure the amount of time each traffic class used during the fixed successful transmission time. The used time of the each traffic class means that the wireless medium stay in busy state for data transmission. During this time transmission may successful or not. Since the EDCF mechanism uses the CSMA/CA medium access protocol, each station can detect whether the medium is in busy or not. If a wireless link is used for data transmission, NAV's of all stations will be set as busy. And each station can measure its successful transmission time through beacon interval. The adequate transmission time of each traffic class according to its priority can be obtained as follow. Let φ i be the weight allocated to the traffic class i and be one

6 22 Fair and Effective Transmissions in IEEE e WLAN transmission cycle. And we assume that φ 1 > φ 2 > φ 3 > > φ N is satisfied, then we get the following relationship for i and T C TC φ < i φ j (4) The higher priority traffic class gets more transmission time than the lower priority traffic class. If a traffic class used less transmission time than its allocated time, then the traffic class can use more time to transmit packet in the future. And a traffic class used more transmission time than its allocated time, then the traffic class should reduce its transmission time for fairness. But a time window can affect on determining whether a traffic class increases its transmission time or not. A traffic class may decide its transmission time be increased in short term time. But its transmission time may be fair in long-term time. Figure 2 shows the short-term and long-term average time a node used. When short-term transmission time is higher than that of long-term transmission time, the traffic class should reduce its transmission time. And when short-term transmission time is lower than that of longterm transmission time, the traffic class can increase its transmission time. Fig. 3. long-term and short-term average transmission time As we described before, throughput depends on CW min (i). So we can get fairness among traffic classes by adjusting their CW min (i) value according to their allocated transmission time. To support fairness among the traffic classes, the proposed algorithm operates as follow. - fair transmission time of each traffic class is T C φ i - each traffic class estimates its long term/short term time T C (i) - compare the long-term time T C,L to the short-term time T C,S 1) T C,L > T C,S In this case traffic class can increase its transmission time by decreasing CW min (i) value. 2) T C,L < T C,S

7 GESTS Int l Trans. Computer Science and Engr., Vol.19, No.1 23 In this case traffic class i should decrease its transmission time by increasing CW min (i) value. 5. Simulation Results To verify our protocol we used the same parameters in [1][8]. In the network model we assume that each node generates three traffics, High, Medium, and Low. These three traffics belong to the three classes of services: Audio (high priority), Video (medium priority), Background traffic(low priority). In the simulation the weight value for each class is chosen to be φ 1 : φ 2 : φ 3 = 1: 0.4: 0.2. And the ratio of the shotterm average and the long-term average is also chosen to be 1:100. The values are selected big enough to get reliable results. The network loads can be changed in this simulation as the number of nodes increase. All the results are averaged over 7 simulations. Figure 4 shows the medium utilization according to the number of nodes in AEDCF mechanism and in our mechanism. The proposed mechanism provides higher value in high network load. This is because each node sends its packet adequately in the proposed mechanism and doesn't try to send packet when it gets not enough bandwidth. Bandwidth will not be lost in the proposed mechanism as in the AEDCF mechanism. But two mechanisms show the same medium utilization in the low traffic loads. AEDCF Proposed Medium utilization[%] No. of Nodes Fig. 4. The comparison of link utilization As shown in Fig. 4, the delay of high class traffic of the proposed protocol is higher in the high load region than that of AEDCF mechanism. The reason is that as the number of nodes in the network increases, the allocated bandwidth to each traffic class will be decreased. So high class traffic may lose its chance to send its packet. If the high class traffic tries to send its packet in that case, the transmitted packet may useless at the receiver side. This makes bandwidth wastes. But in the low traffic region, the difference of delay between two mechanisms is trivial.

8 24 Fair and Effective Transmissions in IEEE e WLAN AEDCF Proposed Delay[ms] No. of Nodes Fig. 5. The delay of high class traffic Figure 6 shows the comparison of the low traffic throughput. When the number of nodes is more than 25, the proposed protocol provides better throughput of low traffic class. This is because when the network traffic is high, then the allocated bandwidth to the nodes is decreased. So high class traffic will get less chance to send its packets due to the insufficient bandwidth. On the other hand low traffic class gets more chance to transmit its packets. AEDCF Proposed Throughput[Kbps] No. of Nodes Fig. 6. The throughput of low class traffic 5. Conclusions In this paper we propose an enhanced EDCF mechanism supporting fair and effective transmissions in IEEE e WLANs. The proposed mechanism is adaptive to the link conditions. If a traffic class can not get sufficient bandwidth due to the bad link conditions, the traffic class doesn't try to send its packet even though it has chance to use the medium. In other words, the bandwidth-limited applications may not be transmitted in the proposed protocol when the link condition is bad. Avoiding the unnecessary transmissions can save bandwidth waste. But a high priority traffic class may put off its transmission according to the link states, the average delay of the traffic class may increase. And we consider supporting fairness among different kind of traffic classes. We use the long-term and short-term average transmission time

9 GESTS Int l Trans. Computer Science and Engr., Vol.19, No.1 25 each traffic classes used and the allocation times to traffic classes. According to the differences between these measured values and the allocation time, we adjust the CW min to provide fairness among the traffic classes. Our protocol shows good performances compared to the other studies. References [1] Lamia Romdhani, Qiang Ni, and Thierry Turletti, "Adaptive EDCF: Enhanced Service Differentiation for IEEE Wireless Ad-Hoc Networks," IEEE WCNC 2003 (Wireless Communications and Networking Conference), New Orleans, Louisiana, USA, March 16-20, [2] Daqing Gu, Jinyun Zhang, "QoS enhancement in IEEE wireless local area networks," IEEE Communications Magazine, Volume: 41 Issue: 6, Page(s): , June [3] Priyank Garg, Rushabh Doshi, Russell Greene, Mary Baker, Majid Malek and Maggie Cheng, "Using IEEE e MAC for QoS over Wireless," IPCCC'03, [4] Sunghyun Choi, Javier del Prado, Sai Shankar N, and Stefan Mangold, "IEEE e Contention-Based Channel Access (EDCF) Performance Evaluation, in Proc. IEEE ICC'03, Anchorage, Alaska, USA, May [5] Sunghyun Choi, "IEEE e MAC-Level FEC Performance Evaluation and Enhancement," in Proc. IEEE GLOBECOM'02, Taipei, Taiwan, November [6] D. Qiao and S. Choi, "Goodput Enhancement of IEEE a Wireless LAN via Link Adaptation", in Proc. IEEE International Conference on Communications ICC'01, Helsinki, Finland, June 11~14, [7] Grilo and M. Nunes, "Performance Evaluation of IEEE e," The 13th IEEE International Symposium on Personal, Indoor and Mobile Radio Communications, vol.1, pp , Sept [8] H. Zhu, G. Cao, A. Yener and A. D. Mathias "EDCF-DM: A Novel Enhanced Distributed Coordination Function for Wireless Ad Hoc Networks ", IEEE ICC, Paris, France, June [9] Javier del Prado Pavon and Sunghyun Choi, "Link Adaptation Strategy for IEEE WLAN via Received Signal Strength Measurement," IEEE ICC'03. Volume: 2, pp , May 2003 [10] Vasilos A. Siris and Matina Kavouridou, "Achieving Service Differentiation and High Utilization in IEEE ," Proc. of Personal Wireless Communications (PWC) 2003, Venice, Italy, September [11] Yu-Liang Kuo, Chi-Hung Lu at al, "An Admission Control Strategy for Differentiated Service in IEEE ," GLOBECOM IEEE Global Telecommunications Conference, no. 1, pp , Dec

10 26 Fair and Effective Transmissions in IEEE e WLAN [12] D.Qiao and K.G. Shin, "Achieving Efficient Channel Utilization and Weighted Fairness for Data Communications in IEEE WLAN under the DCF", in Proc.The Tenth International Workshop on Quality of Service (IWQoS'2002), May 15~17, Biography Seong Cheol Kim Address: 7 HonhJi Dong, Chongro-Ku, Seoul Korea, [ ] Ph.D in EE, Polytechnic University [ ] Samsung Electronics [1997-present] Sangmyung University Tel: sckim@smu.ac.kr Jinoo Joung Address: 7 HonhJi Dong, Chongro-Ku, Seoul Korea, [ ] Ph.D in EE, Polytechnic University [ ] Samsung Electronics [2005-present] Sangmyung University Tel: jjoung@smu.ac.kr

Project Report: QoS Enhancement for Real-Time Traffic in IEEE WLAN

Project Report: QoS Enhancement for Real-Time Traffic in IEEE WLAN Project Report: QoS Enhancement for Real-Time Traffic in IEEE802.11 WLAN Abstract A key issue in IEEE802.11 WLAN MAC is how to provide QoS support, especially for time-bounded traffic. Although much work

More information

EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE WIRELESS NETWORKS

EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE WIRELESS NETWORKS MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.com EVALUATION OF EDCF MECHANISM FOR QoS IN IEEE802.11 WIRELESS NETWORKS Daqing Gu and Jinyun Zhang TR-2003-51 May 2003 Abstract In this paper,

More information

IEEE e QoS for Wireless LAN:

IEEE e QoS for Wireless LAN: IEEE 802.11e QoS for Wireless LAN: A Research Direction James Yu 12/09/2003 TDC Network Seminar 1 IEEE 802.11 MAC Layer Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA) Different from CAMA/CD

More information

Adaptive Fair Channel Allocation for QoS Enhancement in IEEE Wireless LANs

Adaptive Fair Channel Allocation for QoS Enhancement in IEEE Wireless LANs Adaptive Fair Channel Allocation for QoS Enhancement in IEEE 82.11 Wireless LANs Mohammad Malli, Qiang Ni, Thierry Turletti, Chadi Barakat Projet Planète, INRIA-Sophia Antipolis, France E-mail: mmalli,

More information

An Analytical Model for the IEEE le EDCF

An Analytical Model for the IEEE le EDCF An Analytical Model for the IEEE 802.1 le EDCF Extended Abstract Zhifeng Tao, Shivendra S. Panwar Department of Electrical and Computer Engineering Polytechnic University Brooklyn, New York 11201 Abstract

More information

QoS Enhancement in IEEE Wireless Local Area Networks

QoS Enhancement in IEEE Wireless Local Area Networks MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.com QoS Enhancement in IEEE802.11 Wireless Local Area Networks Daqing Gu and Jinyun Zhang TR-2003-67 July 2003 Abstract In this article, a

More information

A new Traffic Separation Mechanism (TSm) in Wireless e Networks: A simulation study

A new Traffic Separation Mechanism (TSm) in Wireless e Networks: A simulation study A new Traffic Separation Mechanism (TSm) in Wireless 802.11e Networks: A simulation study Ricardo Moraes 1, Francisco Vasques 1, Paulo Portugal 1, José Alberto Fonseca 2 1 Faculdade de Engenharia Universidade

More information

QOS EVALUATION OF EDCF MEDIUM ACCESS SCHEME

QOS EVALUATION OF EDCF MEDIUM ACCESS SCHEME 4 th Int. Conf. CiiT, Molika, Dec.11-14, 2003 255 QOS EVALUATION OF EDCF MEDIUM ACCESS SCHEME Z. Dimitrovski 1, L. Gavrilovska 2 1 KJP "Niskogradba"-Bitola, Bul. 1vi Maj bb, PO Box 183, 7000 Bitola, Macedonia

More information

Adaptive EDCF: Enhanced Service Differentiation for IEEE Wireless Ad-Hoc Networks

Adaptive EDCF: Enhanced Service Differentiation for IEEE Wireless Ad-Hoc Networks Adaptive : Enhanced Service Differentiation for IEEE 82.11 Wireless Ad-Hoc Networks Lamia Romdhani, Qiang Ni, and Thierry Turletti INRIA Sophia Antipolis, 24 Route des Lucioles, BP-93, 692 Sophia Antipolis,

More information

A SCHEME FOR IMPROVED DELAY AND FRAME DROP PROBABILITIES IN e NETWORKS

A SCHEME FOR IMPROVED DELAY AND FRAME DROP PROBABILITIES IN e NETWORKS A SCHEME FOR IMPROVED DELAY AND FRAME DROP PROBABILITIES IN 82.11e NETWORKS Daniel Fokum and Cory Beard School of Computing and Engineering, University of Missouri Kansas City 534 Robert H. Flarsheim Hall

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

Notes on the Inefficiency of e HCCA

Notes on the Inefficiency of e HCCA Notes on the Inefficiency of 802.e HCCA C. Casetti, C.-F. Chiasserini, M. Fiore and M. Garetto Dipartimento di Elettronica, Politecnico di Torino - Italy E-mail: {casetti,chiasserini,fiore,garetto}@polito.it

More information

QoS Traffic in Wireless LAN Overlapping Cells

QoS Traffic in Wireless LAN Overlapping Cells QoS Traffic in Wireless LAN Overlapping Cells Rastin Pries 1, Klaus Heck 2, Phuoc Tran-Gia 1, Thomas Wirth 1 1 University of Würzburg, Deptartment of Distributed Systems, Würzburg, Germany. e-mail: {pries

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

A Novel Framework for Radio Resource Management in IEEE Wireless LANs

A Novel Framework for Radio Resource Management in IEEE Wireless LANs Dublin Institute of Technology ARROW@DIT Conference papers Communications Network Research Institute 2005-01-01 A Novel Framework for Radio Resource Management in IEEE 802.11 Wireless LANs Mark Davis Dublin

More information

QoS Analysis of IEEE /802.11e MAC Protocols

QoS Analysis of IEEE /802.11e MAC Protocols Australian Journal of Basic and Applied Sciences, 4(9): 4553-4563, 2010 ISSN 1991-8178 QoS Analysis of IEEE 802.11/802.11e MAC Protocols 1 Shahzad A. Malik, Ammar Abbas, 2 Madad Ali Shah 1 COMSATS Institute

More information

A Hybrid Distributed Coordination Function for Scalability and Inter-operability in Large-scale WLANs

A Hybrid Distributed Coordination Function for Scalability and Inter-operability in Large-scale WLANs A Hybrid Distributed Coordination Function for Scalability and Inter-operability in Large-scale WLANs Nakjung Choi, Seongil Han, Yongho Seok, Yanghee Choi and Taekyoung Kwon School of Computer Science

More information

PLUS-DAC: An Admission Control Scheme for IEEE e Wireless LANs

PLUS-DAC: An Admission Control Scheme for IEEE e Wireless LANs PLUS-DAC: An Admission Control Scheme for IEEE 802.11e Wireless LANs KIRAN KUMAR GAVINI Kanwal Rekhi School of Information Technology Indian Institute of Technology, Bombay M Tech. Project Presentation

More information

Saturation Throughput of IEEE e EDCA Based on Mean Value Analysis

Saturation Throughput of IEEE e EDCA Based on Mean Value Analysis Saturation Throughput of IEEE 80.11e EDCA Based on Mean Value Analysis Yuxia Lin and Vincent W.S. Wong Department of Electrical and Computer Engineering The University of British Columbia 33 Main Mall,

More information

Providing Throughput Guarantees in IEEE e Wireless LANs

Providing Throughput Guarantees in IEEE e Wireless LANs Providing Throughput Guarantees in IEEE 802.11e Wireless LANs Albert Banchs a, Xavier Pérez-Costa a, Daji Qiao b a Network Laboratories, NEC Europe Ltd., Heidelberg, Germany b Real-Time Computing Laboratory,

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

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

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

Fairness in the IEEE network. Shun Y. Cheung

Fairness in the IEEE network. Shun Y. Cheung Fairness in the IEEE 802.11 network Shun Y. Cheung Simple FIFO queueing High data rate flow Output queue (infinite size) Low data rate flow Packets from low data rate flow experience excessive queueing

More information

Call Admission Control for IEEE Contention Access Mechanism

Call Admission Control for IEEE Contention Access Mechanism Call Admission Control for IEEE 82.11 Contention Access Mechanism Dennis Pong and Tim Moors School of Electrical Engineering and Telecommunications, The University of New South Wales, Australia Email:

More information

Prioritization scheme for QoS in IEEE e WLAN

Prioritization scheme for QoS in IEEE e WLAN Prioritization scheme for QoS in IEEE 802.11e WLAN Yakubu Suleiman Baguda a, Norsheila Fisal b a,b Department of Telematics & Communication Engineering, Faculty of Electrical Engineering Universiti Teknologi

More information

CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA)

CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA) 92 CHAPTER 4 CALL ADMISSION CONTROL BASED ON BANDWIDTH ALLOCATION (CACBA) 4.1 INTRODUCTION In our previous work, we have presented a cross-layer based routing protocol with a power saving technique (CBRP-PS)

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

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

Performance Evaluation of IEEE e

Performance Evaluation of IEEE e Performance Evaluation of IEEE 802.11e 1 Sandeep Kaur, 2 Dr. Jyotsna Sengupta 1,2 Dept. of Computer Science, Punjabi University, Patiala, India Abstract Providing QoS requirements like good throughput

More information

Performance evaluation of IEEE e

Performance evaluation of IEEE e IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.7, July 2011 159 Performance evaluation of IEEE 802.11e Sandeep kaur 1, Dr.jyotsna sengupta 2 Department of Computer Science,

More information

On the Performance Enhancement of Wireless LAN - A Multi-polling Mechanism with Hidden Terminal Solution

On the Performance Enhancement of Wireless LAN - A Multi-polling Mechanism with Hidden Terminal Solution MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com On the Performance Enhancement of Wireless LAN - A Multi-polling Mechanism with Hidden Terminal Solution Yue Fang, Daqing Gu, A. Bruce McDonald,

More information

Wireless Local Area Networks (WLANs) Part I

Wireless Local Area Networks (WLANs) Part I Wireless Local Area Networks (WLANs) Part I Raj Jain Professor of CSE Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are available on-line at: http://www.cse.wustl.edu/~jain/cse574-08/

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

COLLISION-AWARE ADAPTION OF CONTENTION WINDOW IN E WIRELESS LAN

COLLISION-AWARE ADAPTION OF CONTENTION WINDOW IN E WIRELESS LAN COLLISION-AWARE ADAPTION OF CONTENTION WINDOW IN 802.11E WIRELESS LAN Shih-Wei Pan, Jung-Shyr Wu and Ming-Wei You Department of Communication Engineering, National Central University, JhungLi City, Taiwan

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

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

ECE442 Communications Lecture 3. Wireless Local Area Networks

ECE442 Communications Lecture 3. Wireless Local Area Networks ECE442 Communications Lecture 3. Wireless Local Area Networks Husheng Li Dept. of Electrical Engineering and Computer Science Spring, 2014 Wireless Local Networks 1 A WLAN links two or more devices using

More information

Performance Comparison of IEEE e EDCA and b DCF Under Non- Saturation Condition using Network Simulator

Performance Comparison of IEEE e EDCA and b DCF Under Non- Saturation Condition using Network Simulator Research Journal of Applied Sciences, Engineering and Technology 4(22): 4748-4754, 212 ISSN: 24-7467 Maxwell Scientific Organization, 212 Submitted: April 3, 212 Accepted: April 23, 212 Published: November

More information

Lesson 2-3: The IEEE x MAC Layer

Lesson 2-3: The IEEE x MAC Layer Module 2: Establishing Wireless Connectivity Lesson 2-3: The IEEE 802.11x MAC Layer Lesson Overview This lesson describes basic IEEE 802.11x MAC operation, beginning with an explanation of contention schemes

More information

QoS issues in Wi-Fi-WMM based triple play home networks

QoS issues in Wi-Fi-WMM based triple play home networks QoS issues in Wi-Fi-WMM based triple play home networks Yun Tao Shi Jean-Marie Bonnin Gilles Straub Thomson, France INRIA/IRISA, France Thomson, France yun-tao.shi@thomson.net jm.bonnin@enst-bretagne.fr

More information

Analysis of IEEE e for QoS Support in Wireless LANs

Analysis of IEEE e for QoS Support in Wireless LANs Analysis of IEEE 802.11e for QoS Support in Wireless LANs Stefan Mangold, Sunghyun Choi, Guido R. Hiertz, Ole Klein IEEE Wireless Communications, December 2003 Presented by Daeseon Park, Student No.2005-30231

More information

Fairness and Transmission Opportunity Limit in IEEE802.11e Enhanced Distributed Channel Access

Fairness and Transmission Opportunity Limit in IEEE802.11e Enhanced Distributed Channel Access Fairness and Transmission Opportunity Limit in IEEE802.11e Enhanced Distributed Channel Access by Anni Matinlauri Instructor: Jouni Karvo Supervisor: Professor Raimo Kantola Agenda Background Research

More information

A survey of QoS enhancements for IEEE wireless LAN

A survey of QoS enhancements for IEEE wireless LAN WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2004; 4:547 566 (DOI: 10.1002/wcm.196) A survey of QoS enhancements for IEEE 802.11 wireless LAN Qiang Ni*,y,, Lamia Romdhani and

More information

Fairness Enhancement Scheme for Multimedia Applications in IEEE e Wireless LANs

Fairness Enhancement Scheme for Multimedia Applications in IEEE e Wireless LANs Fairness Enhancement Scheme for Multimedia Applications in IEEE 802.11e Wireless LANs Young-Woo Nam, Sunmyeng Kim, and Si-Gwan Kim Department of Computer Software Engineering Kumoh National Institute of

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 Class-Based Queueing Service for IEEE e Wireless Networks

A Class-Based Queueing Service for IEEE e Wireless Networks A Class-Based Queueing Service for IEEE 82.11e Wireless Networks Chyouhwa Chen, Huei-Wen Ferng, Jun-Chuan Chen, Hao-Lun Chin, and David Shiung Department of Computer Science and Information Engineering

More information

A Finite State Model for IEEE Wireless LAN MAC DCF

A Finite State Model for IEEE Wireless LAN MAC DCF First International Conference on Emerging Trends in Engineering and Technology A Finite State Model for IEEE 802.11 Wireless LAN MAC DCF Dillip Kumar Puthal and Bibhudatta Sahoo Department of Computer

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

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

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

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

Performance anomaly of b

Performance anomaly of b Laboratoire LSR Logiciels Systèmes Réseaux Software, Systems, Networks Performance anomaly of 802.11b Andrzej Duda LSR-IMAG Andrzej.Duda@imag.fr Joint work with Martin Heusse, Franck Rousseau, Gilles Berger-Sabbatel

More information

Analysis of Throughput and Energy Efficiency in the IEEE Wireless Local Area Networks using Constant backoff Window Algorithm

Analysis of Throughput and Energy Efficiency in the IEEE Wireless Local Area Networks using Constant backoff Window Algorithm International Journal of Computer Applications (975 8887) Volume 6 No.8, July Analysis of Throughput and Energy Efficiency in the IEEE 8. Wireless Local Area Networks using Constant backoff Window Algorithm

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

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

Performance Evaluation of MAC DCF Scheme in WLAN

Performance Evaluation of MAC DCF Scheme in WLAN International Conference on Wireless Technology: Current Issues and Applications 14th July 27, Regional College of Management Bhubaneswar India Performance Evaluation of MAC DCF Scheme in WLAN Dillip Kumar

More information

standard. Acknowledgement: Slides borrowed from Richard Y. Yale

standard. Acknowledgement: Slides borrowed from Richard Y. Yale 802.11 standard Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale IEEE 802.11 Requirements Design for small coverage (e.g. office, home) Low/no mobility High data rate applications Ability to

More information

Analysis of the IEEE e EDCA Under Statistical Traffic

Analysis of the IEEE e EDCA Under Statistical Traffic Analysis of the IEEE 82.11e EDCA Under tatistical Traffic Juki Wirawan Tantra, Chuan Heng Foh Centre for Multimedia and Network Technology chool of Computer Engineering Nanyang Technological University

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

CSMA/IC: A New Class of Collision free MAC Protocols for Ad Hoc Wireless Networks

CSMA/IC: A New Class of Collision free MAC Protocols for Ad Hoc Wireless Networks CSMA/IC: A New Class of Collision free MAC Protocols for Ad Hoc Wireless Networks Tiantong You (you@cs.queensu.ca) Department of Computing and Information Science Chi-Hsiang Yeh (yeh@ece.queensu.ca) Department

More information

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview

Certified Wireless Network Administrator (CWNA) PW Chapter Medium Access. Chapter 8 Overview Certified Wireless Network Administrator (CWNA) PW0-105 Chapter 8 802.11 Medium Access Chapter 8 Overview CSMA/CA vs. CSMA/CD Distributed Coordination Function (DCF) Point Coordination Function (PCF) Hybrid

More information

Collision Probability in Saturated IEEE Networks

Collision Probability in Saturated IEEE Networks in Saturated IEEE 80.11 Networks Hai L. Vu Centre for Advanced Internet Architectures (CAIA) ICT Faculty, Swinburne University of Technology Hawthorn, VIC 31, Australia h.vu@ieee.org Taka Sakurai ARC Special

More information

Enhanced Fair Scheduling for IEEE e Wireless LANs *

Enhanced Fair Scheduling for IEEE e Wireless LANs * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 23, 1707-1721 (2007) Enhanced Fair Scheduling for IEEE 802.11e Wireless LANs * KUN-NAN TSENG, KUOCHEN WANG + AND HUNG-CHENG SHIH Department of Computer Science

More information

Performance and QoS Issues in

Performance and QoS Issues in Performance and QoS Issues in 802.11 Shashi Kumar Chinthakindi shashic@clemson.edu Clemson University,Clemson,SC 29631 ABSTRACT 802.11 is the IEEE standard for wireless LANs. The paper discusses issues

More information

The Impact of Transmit Buffer on EDCF with Frame-Bursting Option for Wireless Networks

The Impact of Transmit Buffer on EDCF with Frame-Bursting Option for Wireless Networks The Impact of Transmit Buffer on EDCF with Frame-Bursting Option for Wireless Networks S. Selvakennedy School of Information Technologies Madsen Bldg. F9, University of Sydney NSW 26, Australia. skennedy@it.usyd.edu.au

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

Admission Region of Multimedia Services for EDCA in IEEE e Access Networks

Admission Region of Multimedia Services for EDCA in IEEE e Access Networks Admission Region of Multimedia Services for EDCA in IEEE 802.11e Access Networks Rosario G. Garroppo, Stefano Giordano, Stefano Lucetti, and Luca Tavanti Dept. of Information Engineering, University of

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

Remarks On Per-flow Differentiation In IEEE

Remarks On Per-flow Differentiation In IEEE Remarks On Per-flow Differentiation In IEEE 82.11 Imad Aad and Claude Castelluccia PLANETE project, INRIA Rhône-Alpes ZIRST - 655, Avenue de l Europe - Montbonnot. 38334 Saint Ismier Cedex - France [imad.aad,

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

A Novel Contention Window Control Scheme Based on a Markov Chain Model in Dense WLAN Environment

A Novel Contention Window Control Scheme Based on a Markov Chain Model in Dense WLAN Environment 05 Third International Conference on Artificial Intelligence, Modelling and Simulation A Novel Contention Window Control Scheme Based on a Markov Chain Model in Dense WLAN Environment Yoshiaki Morino,

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

Performance Evaluation of MAC DCF Scheme in WLAN

Performance Evaluation of MAC DCF Scheme in WLAN Performance Evaluation of MAC DCF Scheme in WLAN Dillip Kumar Puthal* and Prof. Bibhudatta Sahoo** Developed as a simple and cost-effective wireless technology for best effort services, IEEE 82.11 has

More information

3.1. Introduction to WLAN IEEE

3.1. Introduction to WLAN IEEE 3.1. Introduction to WLAN IEEE 802.11 WCOM, WLAN, 1 References [1] J. Schiller, Mobile Communications, 2nd Ed., Pearson, 2003. [2] Martin Sauter, "From GSM to LTE", chapter 6, Wiley, 2011. [3] wiki to

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

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

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

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

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

Research Article A Scalable MAC Protocol Supporting Simple Multimedia Traffic QoS in WSNs

Research Article A Scalable MAC Protocol Supporting Simple Multimedia Traffic QoS in WSNs International Journal of Distributed Sensor Networks Volume, Article ID 957, pages doi:.55//957 Research Article A Scalable MAC Protocol Supporting Simple Multimedia Traffic QoS in WSNs JeongSeok On, HahnEarl

More information

MC-CDMA Based IEEE Wireless LAN

MC-CDMA Based IEEE Wireless LAN MC-CDMA Based IEEE 802.11 Wireless LAN Georgios Orfanos Jörg Habetha Ling Liu Aachen Univ. of Technology D-52074 Aachen, Germany Philips Research Laboratories, D-52066 Aachen, Germany Aachen Univ. of Technology

More information

Converging Voice, Video and Data in WLAN with QoS Support

Converging Voice, Video and Data in WLAN with QoS Support Research Online ECU Publications Pre. 211 28 Converging Voice, Video and Data in WLAN with QoS Support Hushairi Zen Daryoush Habibi Justin Wyatt Iftekhar Ahmad 1.119/WOCN.28.4542485 This article was originally

More information

Enhanced Distributed Coordination Function to IEEE AdHoc Networks

Enhanced Distributed Coordination Function to IEEE AdHoc Networks Enhanced Distributed Coordination Function to IEEE 80. AdHoc Networks Tiago T. da ilva, Cláudia J.. Abbas University of rasilia (Un), Dept. Electrical Engineering Faculty of Technology 70900, rasilia,

More information

A Sustained QoS Solution by Contention Adaptation in IEEE e Wireless LANs

A Sustained QoS Solution by Contention Adaptation in IEEE e Wireless LANs A Sustained QoS Solution by Contention Adaptation in IEEE 802.11e Wireless LANs Chia-Chuan Liang 1, Shih-Wei an 2, and Jung-Shyr Wu 3 1 Department of Electrical Engineering 2,3 Department of Communication

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Performance Evaluation of IEEE 82.11e QOS Enhancements Deep Kaur

More information

Improving the performance of Wireless LANs with MAC Adaptation

Improving the performance of Wireless LANs with MAC Adaptation Improving the performance of 82.11 Wireless LANs with MAC Adaptation Dorothy A. Rambim 1, Mjumo Mzyece 2 and Karim Djouani 2 Department of Electrical Engineering French South Africa Technical Institute

More information

Enhanced Controlled-Access and Contention-Based Algorithms for IEEE e Wireless LANs

Enhanced Controlled-Access and Contention-Based Algorithms for IEEE e Wireless LANs Enhanced Controlled-Access and Contention-Based Algorithms for IEEE 82.11e Wireless LANs Yaser Pourmohammadi Fallah and Hussein M. Alnuweiri Dept. of Electrical Engineering, University of British Columbia,

More information

VoIP over wireless networks: a packet scheduling approach to provide QoS using Linux

VoIP over wireless networks: a packet scheduling approach to provide QoS using Linux VoIP over 82.11 wireless networks: a packet scheduling approach to provide QoS using Linux Terrence van Valkenhoef and Mishar Mahboob December 13, 25 Abstract In this work, we propose a layer three scheduler

More information

Time-Division Access Priority in CSMA/CA

Time-Division Access Priority in CSMA/CA Time-Division Access Priority in CSMA/CA Andrea Vesco Control and Computer Engineering Department Politecnico di Torino Torino, Italy Email andrea.vesco@polito.it Riccardo Scopigno Networking Lab Istituto

More information

. 14 Byte for Acks. Due to this fact, the overhead is more relevant if the data contained in packets is sent to high rates:

. 14 Byte for Acks. Due to this fact, the overhead is more relevant if the data contained in packets is sent to high rates: QoS in IEEE 802.11 Issues Some issues are important for quality of service: the first one mentioned is the difference of performances expired by nodes based on their position in the network. Indeed, considering

More information

Optimal CWmin Selection for Achieving Proportional Fairness in Multi-Rate e WLANs: Test-bed Implementation and Evaluation

Optimal CWmin Selection for Achieving Proportional Fairness in Multi-Rate e WLANs: Test-bed Implementation and Evaluation Optimal CWmin Selection for Achieving Proportional Fairness in Multi-Rate 80.11e WLANs: Test-bed Implementation and Evaluation Vasilios A. Siris and George Stamatakis Institute of Computer Science, FORTH

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

Unit 7 Media Access Control (MAC)

Unit 7 Media Access Control (MAC) Unit 7 Media Access Control (MAC) 1 Internet Model 2 Sublayers of Data Link Layer Logical link control (LLC) Flow control Error control Media access control (MAC) access control 3 Categorization of MAC

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

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

A Tool for Simulating IEEE e Contention-based Access

A Tool for Simulating IEEE e Contention-based Access A Tool for Simulating IEEE 802.11e Contention-based Access Andreas Floros 1 and Theodore Karoubalis 2 1 Dept. of Informatics, Ionian University, Plateia Tsirigoti 7, 49 100 Corfu, Greece floros@ionio.gr

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

A New Framework For Qos Provisioning In Wireless Lans Using The P-persistent Mac Protocol

A New Framework For Qos Provisioning In Wireless Lans Using The P-persistent Mac Protocol University of Central Florida Electronic Theses and Dissertations Doctoral Dissertation (Open Access) A New Framework For Qos Provisioning In Wireless Lans Using The P-persistent Mac Protocol 2010 Kiran

More information

MAC. Fall Data Communications II 1

MAC. Fall Data Communications II 1 802.11 MAC Fall 2005 91.564 Data Communications II 1 RF Quality (ACK) Fall 2005 91.564 Data Communications II 2 Hidden Terminal (RTS/CTS) Fall 2005 91.564 Data Communications II 3 MAC Coordination Functions

More information