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

Size: px
Start display at page:

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

Transcription

1 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 511 Rockhill Road, Kansas City, MO 6411 USA {dtf6wc, ABSTRACT This paper describes a scheme, AEDCF-, that allows stations implementing IEEE 82.11e to have varying maximum contention window sizes and persistence factors. The values of these parameters are adjusted using knowledge of the station s collision probability. Our research indicates that stations implementing this scheme experience much lower frame delays and frame dropping probabilities under heavy loads. In addition, this scheme has the benefit of not requiring many modifications within the station. KEY WORDS WLAN, 82.11e, EDCF 1. Introduction Wireless networks based on the IEEE standard are increasingly popular due to their ease of implementation and their interoperability with the Ethernet standard. In spite of their ease of implementation, networks have the following flaws: One of the medium access functions, the Point Coordination Function (PCF), is inefficient. The medium access functions are unable to provide different levels of service to different traffic classes. The medium access control functions use the wireless medium inefficiently. In light of these flaws, the IEEE s working group commissioned a task group, called Task Group E (TgE) to develop a new standard called 82.11e that will provide quality of service over 82.11a and 82.11b networks. The 82.11e standard will provide quality of service primarily by allowing for prioritization of different traffic streams within an network. Quality of Service (QoS) is a term used to define the different characteristics of a traffic flow. Some of these characteristics include frame delay, jitter (the amount of variation in frame delay), frame dropping probability, priority etc. In this document we will evaluate the effects of the different 82.11g parameters on the quality of service that is enjoyed by a traffic class. The rest of this document is laid out as follows. In Section 2 we present an overview of EDCF and its operation. In Section 3 we provide a description of the proposed AEDCF- scheme. In Section 4 we describe our simulation methodology and results. Concluding remarks are provided in Section Overview of EDCF and Its Operation A. EDCF Overview The standard divides time into two types of periods a contention-free period, and a contention period. Together both periods of time are called a superframe. During the contention-free period, stations are polled by the access point (acting as a hybrid coordinator). During the contention period all stations, including the hybrid coordinator, contend for access to the medium. As of December 9, 25, the IEEE had not yet published the final 82.11e standard. As a result the information about the standard was gleaned from several papers on 82.11e, as well as a document from the TgE website. The Enhanced Distributed Coordination Function (EDCF) is used during the contention period of a superframe. EDCF provides prioritization by allowing for different traffic classes called access categories (AC). Each AC has a separate queue within each station along with different contention window parameters. In addition, each access category has to sense the medium for a different interframe space time prior to beginning a transmission. This time value is defined as an Arbitration Interframe Space (AIFS). Each AIFS is equal to a DIFS time + k*aslottime, where k can potentially be zero and DIFS stands for DCF Interframe Space. It should be observed that the lower the value of k, the higher the AC s priority, because the AC would have to sense the medium for a shorter time interval. In addition to the new access functions described above, 82.11e replaces the dot11maxtransmitmsdulifetime parameter with a new

2 variable called dot11msdulifetime. This variable is defined per access category, and it refers to the amount of time that a frame from a given access category can remain queued up. Finally, [1] states that frame losses in 82.11e occur if the number of transmission attempts for a given frame exceeds either the short/long retry limit, or if the queuing delay for the frame exceeds the dot11msdulifetime limit for this traffic class. From [2] it is seen that the 82.11e MAC also has a new variable called TXOPlimit that defines the amount of time that an access category has access to the medium. Once an access category wins access to the medium, it may continue to transmit frames separated by SIFS without sensing the medium for AIFS[AC], as long as the station does not use the medium for a period that exceeds TXOPlimit[AC]. In addition it is seen that the eight priorities defined by the 82.1D standard are mapped to four access categories in 82.11e. Another enhancement of the 82.11e MAC is the fact that stations are now able to communicate directly with each other without necessarily involving the access point. This feature is known as the Direct Link Protocol of 82.11e. From [3] it is seen that if multiple queues within a station count down to zero simultaneously, a virtual collision occurs. If a virtual collision occurs, the transmission opportunity is handed to the AC with the highest priority, while the other AC s execute the backoff algorithm. When a virtual collision occurs, the transmission attempt counter for each frame in the lower priority queues is not incremented to indicate that a collision occurred. The new 82.11e standard also implements one new feature that should help it use the medium more effectively. This feature is called the group acknowledgement mechanism [4]. When this mechanism is used, a station may send several frames without waiting for individual acknowledgement of the frames. After the station has sent a burst of frames it will send out a group acknowledgement request (GroupAckReq). The receiver will respond by sending a GroupAck frame that will list information on all the frames that were correctly received. As with the basic ACK mechanism, both the GroupAckReq and GroupAck frames are separated by an SIFS interval. If the GroupAck frame shows that any frames were not received correctly, the sender will try to resend those frames as long as it can do so (Recall that frames are dropped if the frame retry limit for those frames is exceeded, or if the frames have been in the queue for more than dot11msdulifetime[i].) Figure 1 shows the timing relationships that exist between the interfame spaces under 82.11e. AIFS[j] Immediate access when AIFS[i] Medium is free >= DIFS/AIFS[i] DIFS/AIFS DIFS/AIFS Busy Medium Defer Access PIFS SIFS Contention Window Backoff-Window Slot time Next Frame Select Slot and Decrement Backoff as long as medium is idle Figure 1. Some IFS relationships B. EDCF Operation In the basic access mode a QoS station (QSTA) will have at least four access category queues that will contend for the medium independently. Each AC queue will independently sense that the medium is idle for the AIFS[i] time that is defined for that queue. Next, the AC queue will randomly pick a backoff interval between and the current size of the contention window, CW, and count down to zero. After one slot time (the slot time is a time value that depends on the physical layer being used) the medium is sensed again. If the medium is found to be idle the backoff counter, w, is decremented. If the medium is found to be busy, the backoff counter is frozen until the medium is found to be idle for AIFS[i] time. At this time the backoff counter is resumed. Once the backoff counter reaches zero, the frame is transmitted. If multiple AC queues count down to zero simultaneously, the transmission opportunity is granted to the AC with the highest priority, while the other colliding queues double their contention windows and attempt to sense the medium again. When the receiving station receives the transmitted frame, it verifies that the frame was received correctly, and that no other stations were transmitting at the same time the frame was received. If both of these conditions are true, the destination station sends an acknowledgement (ACK) frame to the sender after a period of time called a Short Interframe Space (SIFS). If the sending station does not receive an ACK frame within an ACKTimeout time, the sending station assumes that a collision took place on the medium. Following a collision, the sending station increases its contention window as follows: CW new = ((CW old +1)*2) 1, as long as CW new is less than or equal to the maximum contention window, CW max, defined for this PHY. In addition to the contention window doubling procedure, the station also increments its retry counter by one to indicate the number of transmission attempts for this frame. 3. Description of Scheme A. Description Our scheme is an extension of the Adaptive EDCF (AEDCF) scheme initially proposed by Romdhani et al. [5]. Unlike standard EDCF that always resets the contention window to CW min following the transmission of a frame, AEDCF resets the contention window based on a station s collision probability. Reference [5] defines the collision probability, f avg, as the ratio of the number of collisions experienced within a period, T update, to the number of frames sent within that same period. In order to minimize the effect of short-term changes in the collision probability, Romdhani et al. propose the use of an Exponentially Weighted Moving Average to smoothen the collision probability. In preliminary investigations, one of the authors observed that under high loads the highest priority traffic

3 class had many retransmission attempts per frame. Based on this observation, it was concluded that if each AC was allowed to pick a backoff counter from a larger interval the collision rate might be reduced. With this motivation, we set out to propose AEDCF- (Adaptive EDCF with Varying CW max and Persistence Factor). Another motivation for our research was to allow stations to select some of their MAC parameters independently. It was our opinion that since EDCF is a distributed function, stations should be able to compute some of their MAC parameters without relying on the hybrid coordinator to broadcast those values. Stations implementing the AEDCF- algorithm operated as shown below. Each station was to check its average collision probability, f avg (j), prior to executing the exponential backoff algorithm. If f avg (j) was greater than some threshold value, γ, the station was allowed to increase CW max [i] temporarily. If f avg (j) was greater than another threshold value, β. the persistence factor the factor, PF, used to increase the contention window was set to 4, otherwise it was set to 2. Our algorithm operated as shown below: f avg (j) = (1-α) * f curr (j) + α * f avg (j-1) MF[i] = min ((1 + (i*2))* f avg,.8) CW new [i] = max (CW min [i], CW old [i] *MF[i]) If (f avg >β) then PF[i] = 4 Else PF[i]= 2 If (a collision occurred) If (f avg > γ) then If ((CW[i]+1) * PF [i]) <= (2 * (CW max [i] + 1)) then CW new [i] = (CW[i]+1) * PF [i] Else If ((CW[i]+1) * PF [i]) <= CW max [i]) then CW new [i] = (CW[i]+1) * PF [i] B. Impact of Changes Adaptive EDCF with varying CW and PF can be implemented at each station with minimal impact. In addition to the four additional registers mentioned in [5] to store the values for α, PF[i], f avg (j-1) and T update, our scheme will require two additional registers to store the values of β and γ. Computing the new persistence factor will take one comparison operation. In the event of a collision, determining whether or not to double CW max will take two comparisons. Choosing to double CW max will take one addition and one multiplication operation. The other multiplication and addition operations are a normal part of the standard EDCF procedure; therefore, they do not add to the complexity of the function. 4. Simulation Results A. Simulation Parameters and Methodology The algorithm described above was simulated using CSIM programs. In the simulations the number of competing stations was held at 2, 25 or 3 stations, while varying the mean frame interarrival time from 1 msec to 1 msec in descending steps of 2 msec. In each of our simulation exercises, at least 25% of the competing stations were marked as having high priority traffic i.e. having traffic from class, at least 5% of the stations were marked as having medium priority traffic, and the rest of the stations were marked as having low priority traffic i.e. traffic from class 2. All the stations were assumed to be within range of each other; therefore, we did not have to account for the hidden terminal problem. Each simulation was run for 3, frame arrivals, following a warm-up period in which 12,5 frames were processed. Our frame sizes were uniformly distributed between 1 and 495 octets, with no fragmentation allowed. In addition the frames were entered into queues of infinite lengths at each station. The simulations used the 82.11g MAC, and it was assumed that all control and data frames were sent over ideal channels at the maximum link rate of 54 Mbps. The simulation parameters shown in table 1 were used in all our simulations, many of which are taken directly from the 82.11g standard. All the parameters marked with an asterisk (*) were drawn from the standard [6]; those with two asterisks came from [6,7] and the HCF group s recommendation [3]. Except for the contention window sizes, the rest of the variables came from [1]. The contention window sizes were chosen such that the highest priority access category had priority over DCF. In addition the contention window sizes were chosen such that each access category had at least two opportunities to back-off prior to attaining its maximum contention window size. Table 1. MAC parameters used in simulations MAC parameter Value CW min [] 15 CW max [] 63 CW min [1] 31 CW max [1] 127 CW min [2] 63 CW max [2] 123 aslottime* 2 µs asifstime* 1 µs adifstime* 5 µs aaifstime[]** 5 µs aaifstime[1]** 7 µs aaifstime[2]** 9 µs ampdumaxlength* 495 octets dot11longretrylimit* 7 dot11msdulifetime[] 6 ms dot11msdulifetime[1] 1 ms dot11msdulifetime[2] 2 ms MAC Header Length* 34 octets PHY Header Length* 24 octets ACK Length* 14 octets

4 In addition, in our simulations we set β = 2*γ, where γ = This value of γ was approximately half of the maximum average weighted collision probability seen in our simulations. B. Discussion Our simulations indicated that the new scheme outperformed both basic EDCF and adaptive EDCF at high loads, as shown in figures 2 and 3. The results also indicate that the performance of AEDCF- improves as the number of stations increases. Observe from figure 2 that the system response time for EDCF levels off at about.32 s. This is a result of EDCF s tendency to drop frames more frequently. In our simulations the system response time was computed only for those frames that were successfully transmitted. As load increases EDCF drops more and more frames, and so there are fewer frames available for the system response time computation. Recall that AEDCF- doubles the CW max, then doubles the persistence factor next. Both of these changes result in the contention window being chosen from a larger interval. As a result, stations have a much lower probability of colliding under AEDCF- than under EDCF. At higher loads, therefore, this gain in performance becomes more apparent. In addition to the new scheme s excellent response time performance under heavy loads, AEDCF- also drops frames at a lower rate than EDCF, as illustrated in figure 4. From this figure we see that at the highest load (.1 ms between frame arrivals) 73% of the class frames are dropped, whereas 99.9% of the class frames are dropped for basic EDCF. Our research [8] indicates that this value was 91.5% for AEDCF. Based on this, we can conclude that the highest priority traffic gains most from the new scheme. It is worth noting, that the other traffic classes also gain from lower frame drop probabilities at the very high loads. AEDCF- does have one flaw it introduces higher jitter values for the traffic under heavy loads. In our simulations, we measured jitter by collecting the variance of the system response time. Our data indicates that AEDCF- starts out having comparable or lower jitter values than both EDCF and AEDCF. Once each of these medium access functions attains its maximum throughput, AEDCF- begins to display poor jitter performance. This degradation in performance is a result of the lower tendency of AEDCF- to drop frames. Since more frames get transmitted, these frames then adversely affect the variance of the system response time. In spite of this flaw, we are of the opinion that AEDCF- is superior to both EDCF and AEDCF since it has much better response times, and lower frame dropping probabilities. Response time/s System Response Time vs Interarrival time for basic EDCF and AEDCF with varying PF and CW max STA EDCF 25 STA EDCF 3 STA EDCF 2 STA AEDCF- 3 STA AEDCF- Figure 2. System Response Time for EDCF vs. AEDCF- Response time/s System Response Time vs Interarrival time for AEDCF and AEDCF with varying PF and CW max STA AEDCF 25 STA AEDCF 3 STA AEDCF 2 STA AEDCF- 3 STA AEDCF- Figure 3. System Response Time for AEDCF vs. AEDCF- Frame drop probability Frame dropping probability vs Interarrival time for EDCF and AEDCF-, 3 stations AEDCF- Class AEDCF- Class 1 AEDCF- Class 2 EDCF Class EDCF Class 1 EDCF Class 2 Figure 4. Frame Dropping Probabilities for EDCF vs. AEDCF-

5 System Response Time variance vs Interarrival time for basic EDCF and AEDCF with varying PF and CW max References Response time variance/s STA EDCF 25 STA EDCF 3 STA EDCF 2 STA AEDCF- 3 STA AEDCF- Figure 5. System Response Time Variance for EDCF vs. AEDCF- 5. Conclusion The new 82.11e standard will allow for prioritization in networks; however, this prioritization comes at the cost of higher collision probabilities. In this paper we presented an algorithm called AEDCF-. This algorithm can help a station deal with temporary instability in the WLAN caused by saturation, plus it has the benefit of being fully distributed. As a result QSTAs can compute values for CW min [i] and AIFS[i] without having to rely on a HC to broadcast these values. In light of the advantages offered by AEDCF-, it is our recommendation that any attempts to offer quality of service in 82.11e LANs focus on CW min, and CW max. Our research [8] indicates that the frame retry limits do not influence frame delay significantly. Our work in this paper may be extended to investigate the effects of starting the AEDCF algorithm with different values for CW min and CW max. In addition, AEDCF s performance needs to be investigated when the group ACK mechanism is used. The AEDCF algorithm may be extended to adapt the packet burst length based on the number of acknowledgements that are received [5]. Finally, some research needs to be done in making the 82.11e MAC fairer. By incorporating the use of different sizes for CW min, CW max and AIFS the 82.11e MAC has become less fair than DCF. One approach to alleviating the unfairness of the 82.11e MAC might be to allow stations to use a given TXOP to transmit data from the queue that won access to the medium as well as another queue other than the queue that originally won access to the medium. The second frame that is transmitted may be chosen by choosing a frame from a queue that has the largest queue length to AIFS length ratio. [1] A. Grilo, M. Macedo, & M. Nunes. A Scheduling Algorithm for QoS Support in IEEE82.11e Networks, IEEE Wireless Communications, 1(3), 23, [2] S. Mangold, S. Choi, G.R. Hiertz, O. Klein, & B. Walke. Analysis of IEEE 82.11e for QoS Support in Wireless LANs, IEEE Wireless Communications, 1(6), 23, 4-5. [3] M. Wentink, S. Choi, & M. Hoeben. HCF Ad Hoc Group Recommendation Normative Text to EDCF Access Category, Mar. 22; s/documentholder/2-241.zip [4] Y. Xiao, IEEE 82.11e: QoS Provisioning at the MAC Layer, IEEE Wireless Communications Magazine 11(3), 24, [5] L. Romdhani, Q. Ni, & T. Turletti Adaptive EDCF: enhanced service differentiation for IEEE wireless ad-hoc networks, Proc. Wireless Communications and Networking Conference, 23, (WCNC 23), [6] IEEE Std , Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, IEEE, [7] IEEE Std g, Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, Amendment 4: Further Higher Data Rate Extension in the 2.4 GHz Band, IEEE, 23. [8] D. Fokum, The Effects of MAC Layer Parameters on Quality of Service Provided by 82.11e, master s thesis, Dept. Computer Science and Electrical Eng., University of Missouri Kansas City, 25.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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 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

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

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

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

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

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

Fair and Effective Transmissions in IEEE e WLAN

Fair and Effective Transmissions in IEEE e WLAN GESTS Int l Trans. Computer Science and Engr., Vol.19, No.1 17 Fair and Effective Transmissions in IEEE 802.11e WLAN Seongcheol Kim 1 and Jinoo Joung 1 1 Software School, Sangmyung University, Seoul, Korea

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

IEEE Wireless LANs

IEEE Wireless LANs Unit 11 IEEE 802.11 Wireless LANs Shyam Parekh IEEE 802.11 Wireless LANs References Standards Basics Physical Layer 802.11b 802.11a MAC Framing Details Management PCF QoS (802.11e) Security Take Away Points

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

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

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

More information

Wireless LANs. ITS 413 Internet Technologies and Applications

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

More information

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

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

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

More information

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

IEEE MAC Sublayer (Based on IEEE )

IEEE MAC Sublayer (Based on IEEE ) IEEE 802.11 MAC Sublayer (Based on IEEE 802.11-1999) Wireless Networking Sunghyun Choi, Associate Professor Multimedia & Wireless Networking Lab. (MWNL) School of Electrical Engineering Seoul National

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

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

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

Wireless Networks (MAC)

Wireless Networks (MAC) 802.11 Wireless Networks (MAC) Kate Ching-Ju Lin ( 林靖茹 ) Academia Sinica 2016.03.18 CSIE, NTU Reference 1. A Technical Tutorial on the IEEE 802.11 Protocol By Pablo Brenner online: http://www.sss-mag.com/pdf/802_11tut.pdf

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

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

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

4.3 IEEE Physical Layer IEEE IEEE b IEEE a IEEE g IEEE n IEEE 802.

4.3 IEEE Physical Layer IEEE IEEE b IEEE a IEEE g IEEE n IEEE 802. 4.3 IEEE 802.11 Physical Layer 4.3.1 IEEE 802.11 4.3.2 IEEE 802.11b 4.3.3 IEEE 802.11a 4.3.4 IEEE 802.11g 4.3.5 IEEE 802.11n 4.3.6 IEEE 802.11ac,ad Andreas Könsgen Summer Term 2012 4.3.3 IEEE 802.11a Data

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

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

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

Outline. CS5984 Mobile Computing. IEEE 802 Architecture 1/7. IEEE 802 Architecture 2/7. IEEE 802 Architecture 3/7. Dr. Ayman Abdel-Hamid, CS5984

Outline. CS5984 Mobile Computing. IEEE 802 Architecture 1/7. IEEE 802 Architecture 2/7. IEEE 802 Architecture 3/7. Dr. Ayman Abdel-Hamid, CS5984 CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Outline IEEE 82 Architecture IEEE 82. Wireless LANs Based on Chapter 4 in Wireless Communications and Networks, William

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

Wireless Communications

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

More information

Wireless Networking & Mobile Computing

Wireless Networking & Mobile Computing Wireless Networking & Mobile Computing CS 752/852 - Spring 2012 Lec #4: Medium Access Control - II Tamer Nadeem Dept. of Computer Science IEEE 802.11 Standards Page 2 Spring 2012 CS 752/852 - Wireless

More information

CHAPTER 7 MAC LAYER PROTOCOLS. Dr. Bhargavi Goswami Associate Professor & Head Department of Computer Science Garden City College

CHAPTER 7 MAC LAYER PROTOCOLS. Dr. Bhargavi Goswami Associate Professor & Head Department of Computer Science Garden City College CHAPTER 7 MAC LAYER PROTOCOLS Dr. Bhargavi Goswami Associate Professor & Head Department of Computer Science Garden City College MEDIUM ACCESS CONTROL - MAC PROTOCOLS When the two stations transmit data

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

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

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

AGOOD medium access control (MAC) protocol for wireless

AGOOD medium access control (MAC) protocol for wireless IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 3, NO. 3, MAY 2004 793 Design of MAC Protocols With Fast Collision Resolution for Wireless Local Area Networks Younggoo Kwon, Yuguang Fang, Senior Member,

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

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

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

Chapter 12 Multiple Access 12.1

Chapter 12 Multiple Access 12.1 Chapter 12 Multiple Access 12.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 12.2 Figure 12.1 Data link layer divided into two functionality-oriented sublayers

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

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

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

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

802.11MAC Fundamentals

802.11MAC Fundamentals Wireless Mesh and Vehicular Networks 802.11MAC Fundamentals Renato Lo Cigno ANS Group locigno@disi.unitn.it http://disi.unitn.it/locigno/teaching-duties/wmvn Copyright Quest opera è protetta dalla licenza:

More information

A SURVEY OF QOS TECHNIQUES IN Drabu, Yasir Department of Computer Science, Kent State University

A SURVEY OF QOS TECHNIQUES IN Drabu, Yasir Department of Computer Science, Kent State University A SURVEY OF QOS TECHNIQUES IN 802.11 Drabu, Yasir Department of Computer Science, Kent State University Contents 1. Abstract 2. Introduction 3. Background 3.1. 802.11 Mac Sub layer 3.2. Distributed Coordination

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

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

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

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

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

International Journal of Emerging Technology and Advanced Engineering Website: (ISSN , Volume 2, Issue 1, January 2012)

International Journal of Emerging Technology and Advanced Engineering Website:   (ISSN , Volume 2, Issue 1, January 2012) Performance Improvement of 802.11 MAC by enhancements in DCF Vikram Jain 1, Siddharth Dutt Choubey 2, Rohit Singh 3, Sandeep Gupta 4 1 Research Scholar, Singhania University, INDIA 2,3,4 ME / MTech (CS

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

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

Experimental Framework and Simulator for the MAC of Power-Line Communications

Experimental Framework and Simulator for the MAC of Power-Line Communications Experimental Framework and Simulator for the MAC of Power-Line Communications Technical Report Christina Vlachou EPFL, Switzerland christinavlachou@epflch Julien Herzen EPFL, Switzerland julienherzen@epflch

More information