A Tool for Simulating IEEE e Contention-based Access

Size: px
Start display at page:

Download "A Tool for Simulating IEEE e Contention-based Access"

Transcription

1 A Tool for Simulating IEEE e Contention-based Access Andreas Floros 1 and Theodore Karoubalis 2 1 Dept. of Informatics, Ionian University, Plateia Tsirigoti 7, Corfu, Greece floros@ionio.gr 2 ATMEL Hellas S.A., Stadiou str., Platani, Patras, Greece tkaroubalis@athens.atmel.com Abstract In this paper, a simulation tool is presented, suitable for evaluating the performance of the e contention-based access e is a very recent amendment to the IEEE standard, describing the MAC layer enhancements required for Quality of Service (QoS) provision. Aim of the developed simulator is to provide an accurate and efficient tool for evaluating significant parameters of the e protocol, mainly in terms of traffic differentiation for QoS support. To evaluate the accuracy and demonstrate the use of the simulation tool, a number of simulations are performed, following the basic e interoperability test procedures. I. INTRODUCTION During the recent years, the wireless local area networks (WLAN) technology [1] has met a widespread market adoption, which is significantly increased due to the reduction of the wireless equipment cost and the continuous ratification of enhanced protocols and mechanisms for higher transmission rates and advanced security protection. However, provided the market trends for real-time multimedia traffic delivery, one of the major weaknesses of the networks is the lack of Medium Access Control (MAC) mechanisms with efficient Quality of Service (QoS) features. Towards this aim, the e amendment [2] is focusing on enhancing the MAC layer with advanced mechanisms for QoS support. As it will be explained in detail later in this paper, this is achieved following two different approaches: traffic prioritization and centralized, controlled access. In both cases, these enhancements significantly extend the development and the final wireless applications capabilities. As the main challenge is to optimize these new capabilities through the development of efficient QoS schemes, the development of new simulation tools and testbeds for QoS over WLAN represents a very critical and significant task. In this work, a novel software platform is presented that allows the fast and accurate simulation and evaluation of the e mechanisms that are realized using contention-based access and traffic differentiation. The rest of the paper is organized as follows: Section II presents a short overview of the protocol. In Section III, the e QoS enhancements are presented, focusing on the contention-based features, while Section IV provides the general description of the proposed simulation platform. Section V presents a test methodology for verifying the accuracy of the simulation tool and also includes a case study with the use of the platform. Finally, Section VI concludes and presents the future plans with respect to this work. II. IEEE CHANNEL ACCESS MECHANISM It is well-known that the IEEE specification defines the Distribution Coordination Function (DCF) as the mandatory wireless medium access mechanism. DCF represents a listen-before-talk mechanism, where each station (STA) is considered as an independent backoff entity that senses the medium during a DCF interframe space (DIFS). If the medium is idle, the STA additionally waits for a random time B. The backoff value B is randomly chosen in the interval [0, CW), where CW is the Contention Window with values in the range CW min CW CW max. CW min and CW max are constants defined by the protocol. If B=0, a packet transmission is initiated. Upon a successful transmission, a new backoff value is selected and the contention window is set to CW min, otherwise the CW value is doubled up to the CW max value. On the other hand, if the medium gets busy while a STA is decreasing the backoff timer, the backoff procedure is paused and is resumed after the medium is sensed to be idle for DIFS. Since more than one STAs may concurrently gain access to the medium, collisions may occur. Upon a collision detection obtained by an acknowledgment scheme, the CW value is doubled up to CW max and a new backoff value is selected. Upon traffic congestion or heavy link quality degradation, the collision rate is increased, resulting into significant throughput and delay degradation. In order to overcome these conditions, the specification also defines the Point Coordination Function (PCF). Under PCF, the transmissions are centrally coordinated using a polling scheme by the Point Coordinator (PC), located into the Access Point (AP), which has higher access priority, as it detects the medium status for PCF interframe space (PIFS), with PIFS<DIFS. Upon a poll reception, a STA may transmit a pending data packet. However, although the centralized nature of PCF introduces basic QoS features, a number of problems it raises, such as unpredictable beacon delays and unknown transmission durations [3], render it insufficient for practical QoS implementations. III. OVERVIEW OF E QOS ENHANCEMENTS In order to achieve true QoS performance, the e specification, apart from the legacy DCF and PCF, also defines an additional access coordination scheme termed as Hybrid Coordination Function (HCF), which consists of: a) the Enhanced Distributed Channel Access (EDCA), for differentiated, distributed access to the wireless

2 medium and b) The Hybrid Controlled Channel Access (HCCA) for parameterized, controlled access. Both access methods result into Transmission Opportunities (TXOPs) used by the QoS stations (QSTAs) for data transmissions. As EDCA is only considered here, a description of the HCCA channel access is out of the scope of this work, but can be found in [4]. A. EDCA Overview EDCA contention-based access achieves traffic differentiation by mapping 8 user priorities to 4 Access Categories (ACs), namely AC_VO (Voice), AC_VI (Video), AC_BK (Background) and AC_BE (Best effort). Each AC can be considered as an independent backoff entity that contend for medium access, using a set of EDCA parameter values (i.e. arbitration interframe space - AIFS, contention window - CW, maximum transmission length TXOP Limit) shown in Table I, under the legacy DCF rules. TABLE I DEFAULT EDCA PARAMETER VALUES AC CW min CW max AIFSN TXOP Limit b a/g AC_BK AC_BE AC_VI ms 3.008ms AC_VO ms 1.504ms The EDCA parameters are defined and announced by the Hybrid Coordinator (HC). For AC differentiation, it is very important that the same values are used by all backoff entities that are mapped to a specific AC. An EDCA TXOP is granted to an AC, provided that the medium is detected to be idle for: AIFS[AC] = AIFSN[AC] x aslottime+sifs (1) and that it s backoff counter B[AC] is zero. aslottime and SIFS are time intervals defined by the protocol. The backoff counter value B[AC] is randomly chosen following the normal DCF rules described in Section II, using the modified CW min and CW max values shown in Table I. A collision between two or more ACs belonging to different QSTAs is treated as in legacy DCF. On the other hand, in the case that two or more ACs within the same QSTA gain access to the medium, an internal collision occurs and the TXOP is granted to the highest priority AC. Due to the statistical, distributed nature of the EDCA channel access, in case of excessive data load and traffic congestion, no QoS guarantees can be practically conformed. In order to overcome this problem, as defined in [2], the EDCA-based transmissions may be subject to certain access restrictions in the form of an admission control mechanism for providing guarantees on the amount of time an admitted traffic will access the wireless medium. These requirements are defined by the serviced traffic upon admission in a Traffic Specification (TSPEC) element. The EDCA admission control scheme employed is a very significant parameter that directly affects the overall system performance, especially in the case of heavy traffic load and/or wireless channel degradation. It is generally applied on a) the QoS AP (QAP) side, providing guarantees on the amount of time an admitted traffic will access the wireless medium and b) the QSTA side, for monitoring whether the AC transmissions have exceeded the admitted time. Although the minimum functionality of the EDCA admission control is analytically defined in [2], the employment of advanced, adaptive admission control schemes can preserve the allocated EDCA access guarantees, even under unpredictable, time varying channel conditions. The description of an enhanced, effective admission control scheme that overcomes instantaneous channel degradations can be found in [5]. B. TXOP Continuation In order to improve the overall EDCA bandwidth management, the e specification defines an optional TXOP continuation scheme. Under TXOP continuation, a TXOP winner AC retains the right to access the wireless medium and may transmit additional packets consecutively. In any case, TXOP continuation is allowed, provided that the following four rules are satisfied: a) The previous packet transmission was successful. b) There is at least one packet available in the AC transmission queue. c) The duration of the next packet to be transmitted (including all overheads) must conform to the admission control limitations and rules. d) The total length of all consecutive transmissions allowed does not exceed the TXOP Limit value defined in Table I. In this Table, a zero value indicates that TXOP continuation is not permitted. If all the above conditions are satisfied, then a QSTA may commence transmission for a specific AC at SIFS after the completion of the immediately preceding frame exchange sequence. It must be noted that TXOP continuation is only permitted for the transmission of a packet belonging to the same AC, as the AC that was granted the initial TXOP. IV. SIMULATION PLATFORM DESCRIPTION Based on the previous description of the EDCA function, it is clear that the choice of the admission control type significantly affects the EDCA QoS performance. This performance can be further improved using the TXOP continuation mechanism. Hence, an important issue is the development of a tool that will help wireless product developers to design effective EDCA admission control and TXOP continuation schemes. This was the primary motivation for developing the EDCA simulation tool proposed in this work. The wireless EDCA simulator is a MS Windows-based application that simulates and evaluates the performance of typical wireless, contention-based channel access scenarios, including scheduling schemes and admission control strategies, based on the IEEE802.11e draft v.13.0 standard [2]. From the very early design stage, the following basic requirements were considered: user friendly, windows - based interface that will allow the fast definition of simulation scenarios, without requiring the knowledge of special description languages (such as TCL/TK). hybrid event and time driven simulation core for handling all protocol signaling and for improved simulation execution times.

3 support of all mandatory EDCA procedures including MAC-layer introduced transmission overheads. traffic source modeling based on TSPEC parameters (including burst modeling) defined by the Wireless Fidelity Alliance (WFA) in [6]. parameterized wireless channel error modeling. graphical interface for plotting measured averaged and instant throughput. performance evaluation using legacy and advanced QoS-related networking criteria. In order to perform a simulation, a scenario must be defined, using the graphical user interface shown in Fig. 1. A typical simulation scenario consists of: a) a number of activated QSTAs and their traffic streams (TSs) requesting service from the QAP. Currently up to 10 QSTAs and 4 TSs per QSTA are supported. A QSTA is activated when at least a TS is defined using the window shown in Fig. 2. As mentioned previously, the default TSPEC values are obtained from [6], however, the user is allowed to alter any of these default values. In the same window, the TS buffer length can be also set and the traffic source burst model can be activated. Fig. 3. QAP properties window After executing a simulation scenario, a detailed analysis can be reviewed (see Fig. 4) which contains information about the TXOPs granted (including all beacon transmissions), such as whether an external (or internal) collision has occurred and the updated relative backoff values, the TXOP starting time and length, the portion of TXOP employed for transmissions and the amount of data queued in the corresponding TS buffer. The instantaneous aggregated bandwidth value admitted for service is also appeared after every successful TS admission. All the above mentioned information can be exported in html format for easy future reference. Fig. 1. The wireless EDCA simulator application window Fig. 2. Traffic Stream properties window b) a QAP device. The QAP properties, including the EDCA parameter values described in Section III, the admission control type, as well as the QAP radio type can be defined using the window shown in Fig. 3. Apart from the admission control selection, the user can determine the total or per AC admission control limits (that is the % portion of the total bandwidth offered for admitted services only). c) various simulation parameters, such as the total duration and the channel error model in terms of packet loss probability. Fig. 4. Simulation analysis window Moreover, a number of metrics are calculated in per AC, TS and QSTA basis (see Fig. 5). Apart from the wellknown throughput and packet delay measurements, these include the amount of data overflowed, the number of TXOPs granted, the total collisions occurred and the service interval violations observed. The last metric represents a valuable QoS-related criterion representing the ability of EDCA to guarantee data transmissions, before the TS service interval defined in the TSPEC element expires. Fig. 5. Simulation statistics window

4 V. RESULTS A. EDCA traffic differentiation and fairness assessment In order to verify the wireless EDCA simulator accuracy, a sequence of tests was simulated, which are defined by the WFA for determining basic interoperability between different vendor products and for providing appropriate certification to commercial wireless equipment. The detailed test description is provided in [7]. Generally, the aim of the tests is to ensure that a) traffic differentiation is achieved among different ACs and b) access fairness between equal priority ACs is offered under any networking conditions. For the traffic differentiation test, two TSs belonging to different ACs and QSTAs were defined, as shown in Table II. According to the test definition, the high priority traffic does not exceed the link capacity, while the low priority stream provides enough traffic load, saturating the wireless link. The physical (PHY) transmission rate was set to 1Mbps for all cases, while two wireless link cases were considered: a) ideal wireless channel and b) nonideal wireless channel with 30% packet loss probability. Table II also shows the results obtained using the wireless EDCA simulator for both link quality cases. The ThroughputRatio parameter appeared in this Table is defined as the (%) ratio of the achieved throughput to the corresponding mean data rate. From these results, the following conclusions can be drawn: 1. Due to the channel saturation, the total number of TXOPs obtained by the QSTAs is almost constant in both wireless link cases. 2. In both cases, the high priority stream gets the bandwidth it needs to achieve is intended load, while the low priority traffic gets only the bandwidth left. 3. The high priority traffic packet delay is very low, even in the case of non-ideal wireless channel. Hence, taking into account the corresponding throughput performance, it is clear that the wireless EDCA simulator achieves the required traffic differentiation. TABLE II TRAFFIC DIFFERENTIATION TEST RESULTS Traffic G.711 CD-quality Voice Audio Mean/Total User priority 6 (VO) 2 (BK) - Mapping AC AC_VO AC_BK - MeanDataRate 166kbps 800kbps 966kbps Ideal wireless channel TXOPs granted Throughput 165.9kbps 669.4kbps 835kbps ThroughputRatio 99.99% 83.68% 86.48% Packet delay 0.158ms ms ms Non-ideal wireless channel TXOPs granted Throughput 165.9kbps 449.5kbps 616kbps ThroughputRatio 99.99% 56.19% 63.72% Packet delay 1.265ms ms ms For the AC fairness test, two identical traffic flows mapped to equal AC priorities were defined, as it is shown in Table III. The total intended load exceeded the channel capabilities, while the simulations were again performed for ideal and non-ideal wireless channel (with 30% packet loss probability). From these results it is clear that the wireless EDCA simulator additionally demonstrates the desired AC fair handling, as both streams get half of the link effective bandwidth. The same trends are observed in the non-ideal wireless channel case, although the throughput and packet delay performance is significantly degraded. TABLE III AC FAIRNESS TEST RESULTS Traffic CD-quality CD-quality Audio Audio Mean/Total User priority 5 (VI) 5 (VI) - Mapping AC AC_VI AC_VI - MeanDataRate 500kbps 500kbps 1Mbps Ideal wireless channel Throughput 420.1kbps 417.9kbps 838kbps ThroughputRatio 84.02% 83.58% 83.80% Packet delay ms ms ms Non-ideal wireless channel Throughput 308.5kbps 310.0kbps 619kbps ThroughputRatio 61.72% 62.00% 61.86% Packet delay ms ms ms B. TXOP Continuation performance estimation In order to assess the effect of TXOP continuation, a typical wireless scenario was defined, consisting of 3 QSTAs. The list of TSs hosted within each QSTA is shown in Table IV. The definition of these TSs, as well as the corresponding TSPECs can be found in [6]. Assuming a PHY rate equal to 11Mbps for all TSs, the total aggregated bandwidth value admitted for service (including all transmission overheads) for this scenario was equal to 98%, very near to complete saturation of the wireless medium, while all AC_VI and AC_VO streams were successfully admitted by the QAP. TABLE IV TYPICAL WIRELESS SCENARIO SETUP FOR TXOP CONTINUATION INVESTIGATION QSTA 1 QSTA 2 QSTA 3 Traffic Type Mean data rate (kbps) User Priority AC G.711 Voice AC_VO CD-quality Audio AC_VO G.711 Voice AC_VI CD-quality Audio AC_VI G.711 Voice AC_VO CD-quality Audio AC_VO G.711 Voice AC_VI CD-quality Audio AC_VI SDTV AC_VI Video Conference AC_BK It should be noted that, in practice, the selection of a high PHY rate (11Mbps) is necessary for realizing TXOP continuation, due to the limited allowable TXOP duration (see Table I). More specifically, if PHY is 1Mbps, the transmission of an AC_VO 288-byte packet would require 2.666ms (including all MAC and protocol overheads). Given that the TXOP limit for AC_VO is 3.264ms, no further TXOP continuation is allowed. However, if the PHY rate is set to 11Mbps, only 0.251ms are required to transmit a single packet, hence, provided that the rest 3 rules described in Section III are valid, continuation can be allowed. Table V shows the results obtained when an ideal wireless channel is considered. From this Table, the following results can be obtained: 1. Using TXOP continuation, the measured overall throughput is significantly increased (the mean ThroughputRatio is increased by 26.8%). The additional throughput corresponds to lower priority ACs (AC_VI), as the higher priority AC (AC_VO) originally obtains the

5 resources required to transmit all the packets generated, even when no TXOP continuation is allowed. This can be also verified by the increment of the number of TXOPs granted to AC_VI. 2. An increment of the packet delay is observed when TXOP continuation is applied, due to the extended duration of the TXOPs granted to the winner ACs. This increment is very low for AC_VI and AC_VO, but for AC_BK (which does not employ admission control), it is significantly high. 3. The total number of medium collisions is significantly decreased in the case of TXOP continuation, as the per-packet basis contention and the relative back off operation is decreased. TABLE V MEASURED RESULTS (IDEAL WIRELESS CHANNEL) With TXOP Continuation AC_BK AC_VI AC_VO Mean/Total TXOPs granted Time granted (ms) Throughput (kbps) ThroughputRatio 78.07% 93.81% 99.98% 94.40% Collisions Packet delay (ms) Without TXOP Continuation TXOPs granted Time granted (ms) Throughput (kbps) ThroughputRatio 99.99% 60.86% % 67.60% Collisions Packet delay (ms) The same trends can be observed if the non-ideal channel model with packet loss probability set to 30% is applied (see Table VI). In this case, due to packet retransmissions, the throughput increment with TXOP continuation is lower than in the ideal wireless channel case, but it is still significant. Moreover, the packet delay also slightly increases. TABLE VI MEASURED RESULTS (NON-IDEAL WIRELESS CHANNEL) With TXOP Continuation AC_BK AC_VI AC_VO Mean/Total TXOPs granted Time granted (ms) Throughput (kbps) Convergence 83.62% 76.19% 97.03% 79.49% Collisions Packet delay (ms) Without TXOP Continuation TXOPs granted Time granted (ms) Throughput (kbps) Convergence 99.89% 52.20% 98.06% 60.13% Collisions Packet delay (ms) times and accurate MAC layer modeling, according to the latest e draft. The simulation results are stored in an easy-to-process way and can be exported in many wellestablished file formats. The wireless EDCA simulator accuracy was verified using a number of tests defined by the WFA for certifying interoperable wireless equipment. From these tests, it became obvious that the developed simulation tool efficiently realizes both fundamental properties of EDCA channel access, that is traffic differentiation and AC fairness. Finally, using the wireless EDCA simulator, the TXOP continuation mechanism was analytically investigated. It was found that TXOP continuation significantly improves the overall throughput performance, as the additional transmission time gained due to the reduction of the transmission overheads is granted to lower priority ACs that normally (i.e. without TXOP continuation) demonstrate lower throughput performance. Moreover, TXOP continuation significantly decreases the medium collisions, as the back off-based contention is limited. On the other hand, the main drawback of TXOP continuation is the small increment of the measured packet delay due to the longest TXOPs periods. Especially for high priority ACs, this increment is very low, but for low priority ACs it is very high. Hence, apart from advanced throughput performance, TXOP continuation can be considered as an additional technique for enhancing traffic differentiation. Future plans and extensions of the wireless EDCA simulator include the adaptation to the forthcoming final e specification, as well as the implementation and test of optional e features (such as power save and direct link transmissions). REFERENCES [1] IEEE Std , IEEE Standard for Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, Nov. 1997, P [2] IEEE WG, IEEE802.11E/D13.0, IEEE Standard for Information Technology - Telecommunications and information exchange between systems Local and metropolitan area networks Specific requirements - Part 11: Wireless Medium Access Control (MAC) and Physical Layer (PHY) specifications: Amendment 7: Medium Access Control (MAC) Quality of Service (QoS) Enhancements, January [3] S. Mangold, S. Choi, G. R. Hiertz, O. Klein, B. Walke, Analysis of IEEE e for QoS Support in Wireless LANs, IEEE Wireless Communications, Vol. 10, pp. 2-12, December [4] A. Floros, T. Karoubalis and S. Koutroubinas, Bringing Quality in the Wireless Arena, Broadband Wireless and WiMax IEC Comprehensive Report, ISBN: x, January [5] A. Floros, T. Karoubalis, CARMEN: Mechanisms for enhancing performance and bandwidth management of Wireless contention based Quality of Service, U.S patent application document, July [6] WiFi Alliance, WFA Interoperability TSPEC List version 0.7, May 24, [7] Wireless Fidelity Alliance, Wireless Multimedia Extension Test Plan draft, Dec VI. CONCLUSIONS In this paper, a novel software tool is presented for simulating the EDCA contention-based access of the e specification. The proposed application realizes a user friendly interface for defining the simulation scenarios, while it provides fast simulation execution

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

An evaluation tool for Wireless Digital Audio applications

An evaluation tool for Wireless Digital Audio applications An evaluation tool for Wireless Digital Audio applications Nicolas-Alexander Tatlas 1, Andreas Floros 2, and John Mourjopoulos 3 1 Audiogroup, Electrical Engineering and Computer Technology Department,

More information

Simulating coexistence between y and h systems in the 3.65 GHz band An amendment for e

Simulating coexistence between y and h systems in the 3.65 GHz band An amendment for e Simulating coexistence between 802.11y and 802.16h systems in the 3.65 GHz band An amendment for 802.11e IEEE 802.16 Presentation Submission Template (Rev. 8.3) Document Number: C802.16h-07/050 Date Submitted:

More information

IEEE e Enhanced QoS

IEEE e Enhanced QoS IEEE 802.11e Enhanced QoS 國立中興大學資工系曾學文 Tel : (04)22840497 ext 908 E-mail: hwtseng@nchu.edu.tw Outlines Introduction Traffic Differentiation Hybrid Coordination Function (HCF) Contention-Based Channel Access

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Table of Contents 1 WLAN QoS Configuration 1-1

Table of Contents 1 WLAN QoS Configuration 1-1 Table of Contents 1 WLAN QoS Configuration 1-1 WLAN QoS Overview 1-1 Terminology 1-1 WMM Protocol Overview 1-2 Protocols and Standards 1-4 WMM Configuration 1-4 Configuration Prerequisites 1-4 Configuring

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

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

. 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

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

QoS Support for Time-Constrained Multimedia Communications in IEEE WLANs: A Performance Evaluation

QoS Support for Time-Constrained Multimedia Communications in IEEE WLANs: A Performance Evaluation QoS Support for Time-Constrained Multimedia Communications in IEEE 8. WLANs: A Performance Evaluation José Villalón Francisco Micó Pedro Cuenca Luis Orozco-Barbosa Department of Computer Engineering, Universidad

More information

Optimized WLAN MAC Protocol for Multimedia Applications

Optimized WLAN MAC Protocol for Multimedia Applications Research Online ECU Publications Pre. 2011 2008 Optimized WLAN MAC Protocol for Multimedia Applications Hushairi Zen Daryoush Habibi Alexander Rassau Iftekhar Ahmad 10.1109/WOCN.2008.4542484 This article

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

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

Efficient Transmission of H.264 Video over WLANs

Efficient Transmission of H.264 Video over WLANs Efficient Transmission of H.264 Video over WLANs Yaser P. Fallah March 2007 UBC 1 Multimedia Communications Multimedia applications are becoming increasingly popular Video on mobile devices (cell phones,

More information

Dynamic Admission Control in IEEE e EDCA-based Wireless Home Network

Dynamic Admission Control in IEEE e EDCA-based Wireless Home Network This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the IEEE CCNC 2006 proceedings. Dynamic Admission Control in IEEE 802.11e

More information

Low Energy Priority Oriented Adaptive Control with QoS Guarantee for Wireless Networks

Low Energy Priority Oriented Adaptive Control with QoS Guarantee for Wireless Networks 12th Annual Symposium of the IEEE/CVT, Nov. 3, 2005, Enschede, the Netherlands 1 Low Energy Priority Oriented Adaptive Control with QoS Guarantee for Wireless Networks T. D. Lagkas, G. I. Papadimitriou,

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

Dynamic Traffic Prioritization and TXOP Allocation in e Based Multihop Wireless Networks

Dynamic Traffic Prioritization and TXOP Allocation in e Based Multihop Wireless Networks IJCSNS International Journal of Computer Science and Network Security, VOL.12 No.2, February 2012 33 Dynamic Traffic Prioritization and TXOP Allocation in 802.11e Based Multihop Wireless Networks Dongho

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

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

Comparison of the Quality of Service (QoS) on the IEEE e and the g Wireless LANs

Comparison of the Quality of Service (QoS) on the IEEE e and the g Wireless LANs ENSC 427: COMMUNICATION NETWORKS Comparison of the Quality of Service (QoS) on the IEEE 802.11e and the 802.11g Wireless LANs Spring 2010 Final Report Group 5 Yalda Hakki (yha17@sfu.ca) Rosy Johal (rja2@sfu.ca)

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

Providing Quality of Service Guarantees in Wireless LANs compliant to e

Providing Quality of Service Guarantees in Wireless LANs compliant to e Providing Quality of Service Guarantees in Wireless LANs compliant to 802.11e Thanasis Korakis and Leandros Tassiulas Computer Engineering and Telecommunications Department University of Thessaly Volos,

More information

Understanding e contention-based prioritization mechanisms and their coexistence with legacy stations

Understanding e contention-based prioritization mechanisms and their coexistence with legacy stations Understanding 802.11e contention-based prioritization mechanisms and their coexistence with legacy 802.11 stations Giuseppe Bianchi (+), Ilenia Tinnirello ( ), Luca Scalia ( ) (+) Università degli Studi

More information

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1

Announcements : Wireless Networks Lecture 11: * Outline. Power Management. Page 1 Announcements 18-759: Wireless Networks Lecture 11: 802.11* Please mail survey team information» Can include topic preferences now if you have them Submit project designs through blackboard Homework 2

More information

Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks

Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks Gabriel Lazar, Virgil Dobrota, Member, IEEE, Tudor Blaga, Member, IEEE 1 Agenda I. Introduction II. Reliable Multimedia

More information

Wireless Communication

Wireless Communication Wireless Communication Systems @CS.NCTU Lecture 9: MAC Protocols for WLANs Instructor: Kate Ching-Ju Lin ( 林靖茹 ) 1 Reference 1. A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner online:

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

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

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

Understanding e Contention-Based Prioritization Mechanisms and Their Coexistence with Legacy Stations

Understanding e Contention-Based Prioritization Mechanisms and Their Coexistence with Legacy Stations Understanding 802.11e Contention-Based Prioritization Mechanisms and Their Coexistence with Legacy 802.11 Stations Giuseppe Bianchi, Universita degli Studi di Roma Tor Vergata Ilenia Tinnirello and Luca

More information

Adaptive Channel Occupation for Wireless Video Delivery

Adaptive Channel Occupation for Wireless Video Delivery Adaptive Channel Occupation for Wireless Video Delivery Ismail Djama and Toufik Ahmed CNRS-LaBRI Lab, University of Bordeaux-1. 351 Cours de la Libération, F-3345 Talence - France Tel: +33 5 4 35 47, Fax:

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

WLAN QoS. Mathilde Benveniste a

WLAN QoS. Mathilde Benveniste a 3 Mathilde Benveniste a With both the enterprise and residential sectors embracing voice over IP (VoIP) at an accelerating pace, and the pervasive use of wireless local area networks (WLANs), the natural

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

WiNG 5.x Feature Guide QoS

WiNG 5.x Feature Guide QoS Configuration Guide for RFMS 3.0 Initial Configuration XXX-XXXXXX-XX WiNG 5.x Feature Guide QoS April, 2011 Revision 1.0 MOTOROLA SOLUTIONS and the Stylized M Logo are registered in the US Patent & Trademark

More information

Two-Tier WBAN/WLAN Healthcare Networks; Priority Considerations

Two-Tier WBAN/WLAN Healthcare Networks; Priority Considerations Two-Tier WBAN/WLAN Healthcare Networks; Priority Considerations Saeed Rashwand Department of Computer Science University of Manitoba Jelena Mišić Department of Computer Science Ryerson University Abstract

More information

MAC PARAMETR TUNING FOR BEST EFFORT TRAFFIC IN e CONTENTION-BASED NETWORKS

MAC PARAMETR TUNING FOR BEST EFFORT TRAFFIC IN e CONTENTION-BASED NETWORKS MAC PARAMETR TUNING FOR BEST EFFORT TRAFFIC IN 802.11e CONTENTION-BASED NETWORKS (a) Luca Scalia, (b) Ilenia Tinnirello and (c) Giuseppe Bianchi (a),(b) Universita degli Studi di Palermo, Dipartimento

More information

Samsung Smart WLAN Solution

Samsung Smart WLAN Solution Whitepaper Samsung Smart WLAN Solution Smart Capacity & Security for Smarter Mobility Voice Optimization Introduction In our modern world, enterprises are in constant need to provide their employees with

More information

Wireless Networks and Protocols

Wireless Networks and Protocols WNP-MPR-qos 1 Wireless Networks and Protocols MAP-Tele Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto WNP-MPR-qos 2 Topics Scheduled for Today Quality of Service» Characterization and

More information

Quality of Service (QoS) Settings on AP541N Access Point

Quality of Service (QoS) Settings on AP541N Access Point Quality of Service (QoS) Settings on AP541N Access Point Objective Quality of Service (QoS) is a technique used to achieve better performance for a computer network and is also used to enhance the quality

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

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

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

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

IEEE e/802.11k wireless LAN: spectrum awareness for distributed resource sharing

IEEE e/802.11k wireless LAN: spectrum awareness for distributed resource sharing WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2004; 4:881 902 Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/wcm.261 IEEE 802.11e/802.11k wireless

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

MAC. OSI Layer 2 (Data Link) OSI Layer 1 (Physical)

MAC. OSI Layer 2 (Data Link) OSI Layer 1 (Physical) 教育部資通訊科技人才培育先導型計畫 無線區域網路媒體存取控 制層協定 任課老師 : 陳懷恩 助理教授兼任資訊工程研究所所長電算中心資訊網路組組長 國立宜蘭大學 Email: wechen@niu.edu.tw 1 Outline Introduction ti to IEEE 802.11 Frame Format Medium Access Control Protocol MAC Access

More information

A Proposal of Real-Time Publish-Subscribe Scheme Compatible with e Wireless Networks

A Proposal of Real-Time Publish-Subscribe Scheme Compatible with e Wireless Networks A Proposal of Real-Time Publish-Subscribe Scheme Compatible with 802.11e Wireless Networks Raimundo Viégas Jr Federal University of Pará Faculty of Computer Science Belém - Brazil Email:rviegas@ufpa.br

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

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

Supporting Real-time Traffic with QoS in IEEE e Based Home Networks

Supporting Real-time Traffic with QoS in IEEE e Based Home Networks MERL A MITSUBISHI ELECTRIC RESEARCH LABORATORY http://www.merl.com Supporting Real-time Traffic with QoS in IEEE 8.e Based Home Networks Dongyan Chen, Daqing Gu and Jinyun Zhang TR--6 February Abstract

More information

Using Dynamic PCF to Improve the Capacity for VoIP Traffic in IEEE Networks

Using Dynamic PCF to Improve the Capacity for VoIP Traffic in IEEE Networks Using Dynamic PCF to Improve the Capacity for VoIP Traffic in IEEE 802.11 Networks Takehiro Kawata NTT Email: kawata.takehiro@lab.ntt.co.jp Sangho Shin, Andrea G. Forte Henning Schulzrinne Columbia University

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

Saturated Throughput Analysis of IEEE e EDCA

Saturated Throughput Analysis of IEEE e EDCA Saturated Throughput Analysis of IEEE 80.e EDCA Lixiang Xiong, Guoqiang Mao School of Electrical and Information Engineering The University of Sydney, Sydney, NW 006, Australia Abstract IEEE 80.e standard

More information

Wireless Networks and Protocols

Wireless Networks and Protocols WNP-MPR-qos 1 Wireless Networks and Protocols MAP-Tele Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto WNP-MPR-qos 2 Topics Scheduled for Today Quality of Service» Characterization and

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

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

EDCA LIMITATION WITH HIGH TRAFFIC REAL TIME APPLICATIONS

EDCA LIMITATION WITH HIGH TRAFFIC REAL TIME APPLICATIONS EDCA LIMITATION WITH HIGH TRAFFIC REAL TIME APPLICATIONS 1 AHMED ABU-KHADRAH, 2 ZAHRILADHA ZAKARIA, 3 MOHDAZLISHAH OTHMAN 1,2,3 Centre for Telecommunication Research and Innovation (CeTRI), Faculty of

More information

Qos Parameters Performance Analysis of VoIP and Video traffic in a network using IEEE e EDCA. Azzarà Andrea Faina Alessio Leboffe Antonio

Qos Parameters Performance Analysis of VoIP and Video traffic in a network using IEEE e EDCA. Azzarà Andrea Faina Alessio Leboffe Antonio Qos Parameters Performance Analysis of VoIP and Video traffic in a network using IEEE 802.11e EDCA Azzarà Andrea Faina Alessio Leboffe Antonio Introduction This work makes QoS parameters performances analysis

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

Abstract. 1 Introduction. 2 Wireless LAN

Abstract. 1 Introduction. 2 Wireless LAN Abstract Speaking of Wireless LAN, the general thought is about data transfer while using applications such as web browser, e-mail client, etc. As the technology is advancing, Wireless LANs are now also

More information

MAC LEVEL BASED QUALITY OF SERVICE MANAGEMENT IN IEEE NETWORKS

MAC LEVEL BASED QUALITY OF SERVICE MANAGEMENT IN IEEE NETWORKS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVII (LXI), Fasc. 4, 2011 SecŃia ELECTROTEHNICĂ. ENERGETICĂ. ELECTRONICĂ MAC LEVEL BASED QUALITY

More information

arxiv: v2 [cs.ni] 27 May 2016

arxiv: v2 [cs.ni] 27 May 2016 Traffic Differentiation in Dense Collision-free WLANs using CSMA/ECA Luis Sanabria-Russo and Boris Bellalta Department of Information and Communication Technologies Universitat Pompeu Fabra Edifici Tanger

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

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 Frame Aggregation Scheduler for IEEE n

A Frame Aggregation Scheduler for IEEE n A Frame Aggregation Scheduler for IEEE 802.11n Selvam T AU-KBC Research Centre MIT campus of Anna University Chennai, India selvam@au-kbc.org Srikanth S AU-KBC Research Centre MIT Campus of Anna University

More information

Experimental Evaluation of Asymmetric QoS in IEEE g Wireless Networks

Experimental Evaluation of Asymmetric QoS in IEEE g Wireless Networks Experimental Evaluation of Asymmetric QoS in IEEE 802.11g Wireless Networks Qi Gang (William) Hu School of ICT Southern Alberta Institute of Technology & University of Calgary Calgary, Canada william.hu@sait.ca

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : PW0-300 Title : Certified Wireless Network Expert Vendors : CWNP Version : DEMO Get Latest

More information

Priority-based Transmission in IEEE Networks

Priority-based Transmission in IEEE Networks Priority-based Transmission in IEEE 802.11 Networks Tomasz Janczak and Józef Wozniak janczak @ eti.pg. gda.pl., jowoz @pg. gda.pl Technical University of Gdansk Faculty of Electronics, Telecommunications

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

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

Cisco Unified Wireless QoS Tech Note

Cisco Unified Wireless QoS Tech Note Cisco Unified Wireless QoS Tech Note Document ID: 116056 Contributed by Nick Tate and Nicolas Darchis, Cisco TAC Engineers. Apr 29, 2013 Contents Introduction QoS Checklist WMM CoS and DSCP Switch Operation

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

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

On the impact of Wi-Fi multimedia power save mode on the VoIP capacity of WLANs

On the impact of Wi-Fi multimedia power save mode on the VoIP capacity of WLANs University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 On the impact of Wi-Fi multimedia power save mode on the VoIP capacity

More information

Low-cost QoS-enabled Wireless Network with Interworked WLAN and WiMAX

Low-cost QoS-enabled Wireless Network with Interworked WLAN and WiMAX Low-cost -enabled Wireless Network with Interworked WLAN and WiMAX Humaira Haffajee and H. Anthony Chan University of Cape Town, South Africa humaira.haffajee@accenture.com; h.a.chan@ieee.org Abstract

More information

Institutionen för systemteknik Department of Electrical Engineering

Institutionen för systemteknik Department of Electrical Engineering Institutionen för systemteknik Department of Electrical Engineering Examensarbete An adaptive solution for power efficiency and QoS optimization in WLAN 802.11n Master thesis performed at NEC Laboratories

More information

B. Bellalta Mobile Communication Networks

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

More information

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

Overview of Emerging IEEE Protocols for MAC and Above

Overview of Emerging IEEE Protocols for MAC and Above Overview of Emerging IEEE 802.11 Protocols for MAC and Above Sunghyun Choi Multimedia & Wireless Networking Laboratory (MWNL) School of Electrical Engineering Seoul National University schoi@snu.ac.kr

More information

Research Article. August 2017

Research Article. August 2017 International Journals of Advanced Research in Computer Science and Software Engineering ISSN: 2277-128X (Volume-7, Issue-8) a Research Article August 2017 Intra-flow Contention Scheme for Improving QoS

More information

Performance Evaluation of WLAN Scenarios in OPNET Modeler

Performance Evaluation of WLAN Scenarios in OPNET Modeler Performance Evaluation of 802.11 WLAN Scenarios in OPNET Modeler Kritika Sharma Lecturer Lyallpur Khalsa College Jalandhar Nitin Bhatia Assistant Professor D.A.V. College Jalandhar Namarta Kapoor Lecturer

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

Design and analysis of MAC protocols for wireless networks

Design and analysis of MAC protocols for wireless networks Graduate Theses and Dissertations Graduate College 2009 Design and analysis of MAC protocols for wireless networks Haithem Al-mefleh Iowa State University Follow this and additional works at: http://lib.dr.iastate.edu/etd

More information