fbpx
Wikipedia

IEEE 802.11e-2005

IEEE 802.11e-2005 or 802.11e is an approved amendment to the IEEE 802.11 standard that defines a set of quality of service (QoS) enhancements for wireless LAN applications through modifications to the media access control (MAC) layer.[1] The standard is considered of critical importance for delay-sensitive applications, such as voice over wireless LAN and streaming multimedia. The amendment has been incorporated into the published IEEE 802.11-2007 standard.

Original 802.11 MAC edit

Distributed coordination function (DCF) edit

The basic 802.11 MAC layer uses the distributed coordination function (DCF) to share the medium between multiple stations. (DCF) relies on CSMA/CA and optional 802.11 RTS/CTS to share the medium between stations. This has several limitations:

  • if many stations attempt to communicate at the same time, many collisions will occur which will lower the available bandwidth and possibly lead to congestive collapse.
  • there are no quality-of-service (QoS) guarantees. In particular, there is no notion of high or low priority traffic.

Point coordination function (PCF) edit

The original 802.11 MAC defines another coordination function called the point coordination function (PCF). This is available only in "infrastructure" mode, where stations are connected to the network through an Access Point (AP). This mode is optional, and only very few APs or Wi-Fi adapters actually implement it.[citation needed] APs send beacon frames at regular intervals (usually every 100 TU or 0.1024 second). Between these beacon frames, PCF defines two periods: the Contention Free Period (CFP) and the Contention Period (CP). In the CP, DCF is used. In the CFP, the AP sends Contention-Free-Poll (CF-Poll) packets to each station, one at a time, to give them the right to send a packet. The AP is the coordinator. Although this allows for a better management of QoS, PCF does not define classes of traffic as is common with other QoS systems (e.g. 802.1p and DiffServ).

802.11e MAC protocol operation edit

 
A diagram of the seven-layer OSI model with the modifications made by the 802.11 standard and the 802.11e amendment[2]

The 802.11e enhances the DCF and the PCF, through a new coordination function: the hybrid coordination function (HCF). Within the HCF, there are two methods of channel accessed, similar to those defined in the legacy 802.11 MAC: HCF Controlled Channel Access (HCCA) and Enhanced Distributed Channel Access (EDCA). Both EDCA and HCCA define Traffic Categories (TC). For example, emails could be assigned to a low priority class, and voice over wireless LAN (VoWLAN) could be assigned to a high priority class.

Enhanced distributed channel access (EDCA) edit

EDCA is a supported QoS mechanism in 802.11e. With EDCA, high-priority traffic has a higher chance of being sent than low-priority traffic: a station with high priority traffic waits a little less before it sends its packet, on average, than a station with low priority traffic. This is accomplished through the TCMA protocol, which is a variation of CSMA/CA using a shorter arbitration inter-frame space (AIFS) for higher priority packets.[3] The exact values depend on the physical layer that is used to transmit the data. In addition, EDCA provides contention-free access to the channel for a period called a Transmit Opportunity (TXOP). A TXOP is a bounded time interval during which a station can send as many frames as possible (as long as the duration of the transmissions does not extend beyond the maximum duration of the TXOP). If a frame is too large to be transmitted in a single TXOP, it should be fragmented into smaller frames. The use of TXOPs reduces the problem of low rate stations gaining an inordinate amount of channel time in the legacy 802.11 DCF MAC. A TXOP time interval of 0 means it is limited to a single MAC service data unit (MSDU) or MAC management protocol data unit (MMPDU).

The levels of priority in EDCA are called access categories (ACs). The contention window (CW) can be set according to the traffic expected in each access category, with a wider window needed for categories with heavier traffic. The CWmin and CWmax values are calculated from aCWmin and aCWmax values, respectively, that are defined for each physical layer supported by 802.11e.

Calculation of contention window boundaries
AC CWmin CWmax
Background (AC_BK) aCWmin aCWmax
Best Effort (AC_BE) aCWmin aCWmax
Video (AC_VI) (aCWmin+1)/2-1 aCWmin
Voice (AC_VO) (aCWmin+1)/4-1 (aCWmin+1)/2-1

For a typical of aCWmin=15 and aCWmax=1023, as used, for example, by OFDM (802.11a) and MIMO (802.11n), the resulting values are as following:

Default EDCA parameters for each AC
AC CWmin CWmax AIFSN Max TXOP
Background (AC_BK) 15 1023 7 0
Best Effort (AC_BE) 15 1023 3 0
Video (AC_VI) 7 15 2 3.008ms
Voice (AC_VO) 3 7 2 1.504ms
Legacy DCF 15 1023 2 0

ACs map directly from Ethernet-level class of service (CoS) priority levels:

802.1p 802.11e
Priority Priority code point (PCP) Abbreviation Traffic type Access category (AC) Designation
Lowest 1 BK Background AC_BK Background
2 Spare AC_BK Background
0 BE Best effort AC_BE Best effort
3 EE Excellent effort AC_BE Best effort
4 CL Controlled load AC_VI Video
5 VI Video AC_VI Video
6 VO Voice AC_VO Voice
Highest 7 NC Network control AC_VO Voice

The primary purpose of QoS is to protect high priority data from low priority data. There are also scenarios in which the data needs to be protected from other data of the same class. Admission Control in EDCA address these type of problems. The AP publishes the available bandwidth in beacons. Clients can check the available bandwidth before adding more traffic.

Wi-Fi Multimedia (WMM) is the Wi-Fi Alliance specification which is a subset of IEEE 802.11e. Certified APs must be enabled for EDCA and TXOP. All other enhancements of 802.11e are optional.

HCF controlled channel access (HCCA) edit

The HCF (hybrid coordination function) controlled channel access (HCCA) works a lot like PCF. However, in contrast to PCF, in which the interval between two beacon frames is divided into two periods of CFP and CP, the HCCA allows for CFPs being initiated at almost anytime during a CP. This kind of CFP is called a Controlled Access Phase (CAP) in 802.11e. A CAP is initiated by the AP whenever it wants to send a frame to a station or receive a frame from a station in a contention-free manner. In fact, the CFP is a CAP too. During a CAP, the Hybrid Coordinator (HC)—which is also the AP—controls the access to the medium. During the CP, all stations function in EDCA. The other difference with the PCF is that Traffic Class (TC) and Traffic Streams (TS) are defined. This means that the HC is not limited to per-station queuing and can provide a kind of per-session service. Also, the HC can coordinate these streams or sessions in any fashion it chooses (not just round-robin). Moreover, the stations give info about the lengths of their queues for each Traffic Class (TC). The HC can use this info to give priority to one station over another, or better adjust its scheduling mechanism. Another difference is that stations are given a TXOP: they may send multiple packets in a row, for a given time period selected by the HC. During the CFP, the HC allows stations to send data by sending CF-Poll frames.

HCCA is generally considered the most advanced (and complex) coordination function. With the HCCA, QoS can be configured with great precision. QoS-enabled stations have the ability to request specific transmission parameters (data rate, jitter, etc.) which should allow advanced applications like VoIP and video streaming to work more effectively on a Wi-Fi network.

HCCA support is not mandatory for 802.11e APs. In fact, few (if any) APs currently available are enabled for HCCA.[citation needed] Implementing the HCCA on end stations uses the existing DCF mechanism for channel access (no change to DCF or EDCA operation is needed). Stations only need to be able to respond to poll messages. On the AP side, a scheduler and queuing mechanism is needed.

Other 802.11e specifications edit

In addition to HCCA, EDCA and TXOP, 802.11e specifies additional optional protocols for enhanced 802.11 MAC layer QoS:

Automatic power save delivery edit

In addition to the Power Save Polling mechanism, which was available pre-802.11e, new power save delivery and notification mechanisms have been introduced in 802.11e. APSD (automatic power save delivery) provides two ways to start delivery: ‘scheduled APSD’ (S-APSD) and ‘unscheduled APSD’ (U-APSD). With APSD, multiple frames may be transmitted together by the access point to a power-saving device during a service period. After the end of a service period, the device enters a doze state until next service period. With S-APSD, service periods start according to a predetermined schedule known to the power-saving device, thus allowing the Access Point to transmit its buffered traffic without the need for any signaling. With U-APSD, whenever a frame is sent to the Access Point, a service period is triggered, which allows the access point to send buffered frames in the other direction. U-APSD can take a ‘full’ U-APSD or ‘hybrid’ U-APSD form. With Full U-APSD, all types of frames use U-APSD independently of their priority. With Hybrid U-APSD, either U-APSD or the legacy Power Save Polling mechanism is used, depending on the access category. S-APSD is available for both channel access mechanisms, EDCA and HCCA, while U-APSD is available only for EDCA.[1][4]

APSD is a more efficient power management method than legacy 802.11 Power Save Polling, leading to lower power consumption, as it reduces both the signaling traffic that would otherwise be needed for delivery of buffered frames to power-saving devices by an AP and the collision rate among power-save polls, typically transmitted immediately after the beacon TIM. S-APSD is more efficient than U-APSD because scheduled service periods reduce contention and because transmission between the access point and a power-saving device starts without the need for any signaling. A power-saving device using U-APSD must generate signaling frames to retrieve buffered traffic in the absence of uplink traffic, as for instance in the case of audio, video, or best effort traffic applications found in today's smartphones. U-APSD is attractive for VoIP phones, as data rates are roughly the same in both directions, thus requiring no extra signaling—an uplink voice frame can trigger a service period for the transmission of a downlink voice frame.[5] Hybrid U-APSD is less efficient than Full U-APSD because the Power Save Polling mechanism it employs for some access categories is less efficient than APSD, as explained above. The relative advantages of the various power-save mechanisms have been confirmed independently by simulations.[6][7]

Block acknowledgments edit

Block acknowledgments allow an entire TXOP to be acknowledged in a single frame. This will provide less protocol overhead when longer TXOPs are specified.

NoAck edit

In QoS mode, service class for frames to send can have two values: QosAck and QosNoAck. Frames with QosNoAck are not acknowledged. This avoids retransmission of highly time-critical data.

Direct Link Setup edit

Direct Link Setup allows direct station-to-station frame transfer within a basic service set. This is designed primarily for consumer use, where station-to-station transfer is more commonly used. For example, when streaming video to a television across the living room, or printing to a wireless printer in the same room, it can be more efficient to send Wi-Fi frames directly between the two communicating devices, instead of using the standard technique of always sending everything via the AP, which involves two radio hops instead of one. Also, If the AP is far away in some distant part of the home, sending all the frames to the AP and back may require them to be sent at a lower transmission rate. However, DLS requires participation from the AP to facilitate the more efficient direct communication, and few, if any, APs have the necessary support for this. Tunnelled Direct Link Setup was published as 802.11z (TDLS), allowing devices to perform more efficient direct station-to-station frame transfers without support from the AP. Both DLS and TDLS require that stations be associated with the same AP. Both DLS and TDLS improve the speed and efficiency of communications between members of a basic service set, but they do not facilitate communication between devices that are near to each other but not associated with the same AP.

Nearby communication between devices not associated with the same AP can be performed using technologies like Wi-Fi Direct, but so far Wi-Fi Direct has not seen widespread adoption.

Microsoft's Virtual Wi-Fi initiative was designed to accomplish the same goal as DLS. Virtual Wi-Fi allows gamers to connect wireless while accessing the Internet through an AP by allowing station adapters to have multiple MAC addresses.[8]

References edit

  1. ^ a b M. Benveniste, "WLAN QoS", Chapter 3 in Emerging Technologies in Wireless LANs: Theory, Design, and Deployment, (B. Bing, ed.), Cambridge University Press, 2008, ISBN 978-0-521-89584-2.
  2. ^ "802.11n: Next-Generation Wireless LAN Technology" (PDF). Broadcom Corporation. 21 April 2006.
  3. ^ M. Benveniste, "Tiered Contention Multiple Access' (TCMA), a QoS-Based Distributed MAC Protocol", Proceedings PIMRC 2002, Lisboa, Portugal, September 2002
  4. ^ X.Pérez-Costa, D.Camps-Mur and T.Sashihara. Analysis of the Integration of IEEE 802.11e Capabilities in Battery Limited Mobile Devices. IEEE Wireless Communications Magazine (WirComMag), special issue on Internetworking Wireless LAN and Cellular Networks, Volume 12, Issue 6, December 2005.
  5. ^ M. Benveniste, "Guidelines for Power Management", Doc IEEE 802.11-04/073, January 2004
  6. ^ Pérez-Costa, X.; Camps-Mur, D. (August 2010). "IEEE 802.11e QoS and Power Saving feature: Overview and Analysis of Combined Performance". IEEE Wireless Communications Magazine (WirComMag). Vol. 17, no. 4.
  7. ^ X.Pérez-Costa, D.Camps-Mur and Albert Vidal. On the Distributed Power Saving Mechanisms of Wireless LANs 802.11e U-APSD vs 802.11 Power Save Mode. Elsevier Computer Networks Journal (CN), Volume 51, Issue 9, June 2007.
  8. ^ "Windows 7 adds native Virtual WiFi technology from Microsoft Research". 16 May 2009. Retrieved 7 July 2010.

External links edit

  • Approval from the IEEE RevCom
  • 802.11e TGe Status (finished)
  • 802.11e Amendment

ieee, 2005, this, article, technical, most, readers, understand, please, help, improve, make, understandable, experts, without, removing, technical, details, september, 2010, learn, when, remove, this, template, message, approved, amendment, ieee, standard, th. This article may be too technical for most readers to understand Please help improve it to make it understandable to non experts without removing the technical details September 2010 Learn how and when to remove this template message IEEE 802 11e 2005 or 802 11e is an approved amendment to the IEEE 802 11 standard that defines a set of quality of service QoS enhancements for wireless LAN applications through modifications to the media access control MAC layer 1 The standard is considered of critical importance for delay sensitive applications such as voice over wireless LAN and streaming multimedia The amendment has been incorporated into the published IEEE 802 11 2007 standard Contents 1 Original 802 11 MAC 1 1 Distributed coordination function DCF 1 2 Point coordination function PCF 2 802 11e MAC protocol operation 2 1 Enhanced distributed channel access EDCA 2 2 HCF controlled channel access HCCA 3 Other 802 11e specifications 3 1 Automatic power save delivery 3 2 Block acknowledgments 3 3 NoAck 3 4 Direct Link Setup 4 References 5 External linksOriginal 802 11 MAC editDistributed coordination function DCF edit Main article Distributed coordination function The basic 802 11 MAC layer uses the distributed coordination function DCF to share the medium between multiple stations DCF relies on CSMA CA and optional 802 11 RTS CTS to share the medium between stations This has several limitations if many stations attempt to communicate at the same time many collisions will occur which will lower the available bandwidth and possibly lead to congestive collapse there are no quality of service QoS guarantees In particular there is no notion of high or low priority traffic Point coordination function PCF edit Main article Point coordination function The original 802 11 MAC defines another coordination function called the point coordination function PCF This is available only in infrastructure mode where stations are connected to the network through an Access Point AP This mode is optional and only very few APs or Wi Fi adapters actually implement it citation needed APs send beacon frames at regular intervals usually every 100 TU or 0 1024 second Between these beacon frames PCF defines two periods the Contention Free Period CFP and the Contention Period CP In the CP DCF is used In the CFP the AP sends Contention Free Poll CF Poll packets to each station one at a time to give them the right to send a packet The AP is the coordinator Although this allows for a better management of QoS PCF does not define classes of traffic as is common with other QoS systems e g 802 1p and DiffServ 802 11e MAC protocol operation edit nbsp A diagram of the seven layer OSI model with the modifications made by the 802 11 standard and the 802 11e amendment 2 The 802 11e enhances the DCF and the PCF through a new coordination function the hybrid coordination function HCF Within the HCF there are two methods of channel accessed similar to those defined in the legacy 802 11 MAC HCF Controlled Channel Access HCCA and Enhanced Distributed Channel Access EDCA Both EDCA and HCCA define Traffic Categories TC For example emails could be assigned to a low priority class and voice over wireless LAN VoWLAN could be assigned to a high priority class Enhanced distributed channel access EDCA edit This section s factual accuracy is disputed Relevant discussion may be found on the talk page Please help to ensure that disputed statements are reliably sourced March 2014 Learn how and when to remove this template message EDCA is a supported QoS mechanism in 802 11e With EDCA high priority traffic has a higher chance of being sent than low priority traffic a station with high priority traffic waits a little less before it sends its packet on average than a station with low priority traffic This is accomplished through the TCMA protocol which is a variation of CSMA CA using a shorter arbitration inter frame space AIFS for higher priority packets 3 The exact values depend on the physical layer that is used to transmit the data In addition EDCA provides contention free access to the channel for a period called a Transmit Opportunity TXOP A TXOP is a bounded time interval during which a station can send as many frames as possible as long as the duration of the transmissions does not extend beyond the maximum duration of the TXOP If a frame is too large to be transmitted in a single TXOP it should be fragmented into smaller frames The use of TXOPs reduces the problem of low rate stations gaining an inordinate amount of channel time in the legacy 802 11 DCF MAC A TXOP time interval of 0 means it is limited to a single MAC service data unit MSDU or MAC management protocol data unit MMPDU The levels of priority in EDCA are called access categories ACs The contention window CW can be set according to the traffic expected in each access category with a wider window needed for categories with heavier traffic The CWmin and CWmax values are calculated from aCWmin and aCWmax values respectively that are defined for each physical layer supported by 802 11e Calculation of contention window boundaries AC CWmin CWmaxBackground AC BK aCWmin aCWmaxBest Effort AC BE aCWmin aCWmaxVideo AC VI aCWmin 1 2 1 aCWminVoice AC VO aCWmin 1 4 1 aCWmin 1 2 1For a typical of aCWmin 15 and aCWmax 1023 as used for example by OFDM 802 11a and MIMO 802 11n the resulting values are as following Default EDCA parameters for each AC AC CWmin CWmax AIFSN Max TXOPBackground AC BK 15 1023 7 0Best Effort AC BE 15 1023 3 0Video AC VI 7 15 2 3 008msVoice AC VO 3 7 2 1 504msLegacy DCF 15 1023 2 0ACs map directly from Ethernet level class of service CoS priority levels 802 1p 802 11ePriority Priority code point PCP Abbreviation Traffic type Access category AC DesignationLowest 1 BK Background AC BK Background2 Spare AC BK Background0 BE Best effort AC BE Best effort3 EE Excellent effort AC BE Best effort4 CL Controlled load AC VI Video5 VI Video AC VI Video6 VO Voice AC VO VoiceHighest 7 NC Network control AC VO VoiceThe primary purpose of QoS is to protect high priority data from low priority data There are also scenarios in which the data needs to be protected from other data of the same class Admission Control in EDCA address these type of problems The AP publishes the available bandwidth in beacons Clients can check the available bandwidth before adding more traffic Wi Fi Multimedia WMM is the Wi Fi Alliance specification which is a subset of IEEE 802 11e Certified APs must be enabled for EDCA and TXOP All other enhancements of 802 11e are optional HCF controlled channel access HCCA edit The HCF hybrid coordination function controlled channel access HCCA works a lot like PCF However in contrast to PCF in which the interval between two beacon frames is divided into two periods of CFP and CP the HCCA allows for CFPs being initiated at almost anytime during a CP This kind of CFP is called a Controlled Access Phase CAP in 802 11e A CAP is initiated by the AP whenever it wants to send a frame to a station or receive a frame from a station in a contention free manner In fact the CFP is a CAP too During a CAP the Hybrid Coordinator HC which is also the AP controls the access to the medium During the CP all stations function in EDCA The other difference with the PCF is that Traffic Class TC and Traffic Streams TS are defined This means that the HC is not limited to per station queuing and can provide a kind of per session service Also the HC can coordinate these streams or sessions in any fashion it chooses not just round robin Moreover the stations give info about the lengths of their queues for each Traffic Class TC The HC can use this info to give priority to one station over another or better adjust its scheduling mechanism Another difference is that stations are given a TXOP they may send multiple packets in a row for a given time period selected by the HC During the CFP the HC allows stations to send data by sending CF Poll frames HCCA is generally considered the most advanced and complex coordination function With the HCCA QoS can be configured with great precision QoS enabled stations have the ability to request specific transmission parameters data rate jitter etc which should allow advanced applications like VoIP and video streaming to work more effectively on a Wi Fi network HCCA support is not mandatory for 802 11e APs In fact few if any APs currently available are enabled for HCCA citation needed Implementing the HCCA on end stations uses the existing DCF mechanism for channel access no change to DCF or EDCA operation is needed Stations only need to be able to respond to poll messages On the AP side a scheduler and queuing mechanism is needed Other 802 11e specifications editIn addition to HCCA EDCA and TXOP 802 11e specifies additional optional protocols for enhanced 802 11 MAC layer QoS Automatic power save delivery edit In addition to the Power Save Polling mechanism which was available pre 802 11e new power save delivery and notification mechanisms have been introduced in 802 11e APSD automatic power save delivery provides two ways to start delivery scheduled APSD S APSD and unscheduled APSD U APSD With APSD multiple frames may be transmitted together by the access point to a power saving device during a service period After the end of a service period the device enters a doze state until next service period With S APSD service periods start according to a predetermined schedule known to the power saving device thus allowing the Access Point to transmit its buffered traffic without the need for any signaling With U APSD whenever a frame is sent to the Access Point a service period is triggered which allows the access point to send buffered frames in the other direction U APSD can take a full U APSD or hybrid U APSD form With Full U APSD all types of frames use U APSD independently of their priority With Hybrid U APSD either U APSD or the legacy Power Save Polling mechanism is used depending on the access category S APSD is available for both channel access mechanisms EDCA and HCCA while U APSD is available only for EDCA 1 4 APSD is a more efficient power management method than legacy 802 11 Power Save Polling leading to lower power consumption as it reduces both the signaling traffic that would otherwise be needed for delivery of buffered frames to power saving devices by an AP and the collision rate among power save polls typically transmitted immediately after the beacon TIM S APSD is more efficient than U APSD because scheduled service periods reduce contention and because transmission between the access point and a power saving device starts without the need for any signaling A power saving device using U APSD must generate signaling frames to retrieve buffered traffic in the absence of uplink traffic as for instance in the case of audio video or best effort traffic applications found in today s smartphones U APSD is attractive for VoIP phones as data rates are roughly the same in both directions thus requiring no extra signaling an uplink voice frame can trigger a service period for the transmission of a downlink voice frame 5 Hybrid U APSD is less efficient than Full U APSD because the Power Save Polling mechanism it employs for some access categories is less efficient than APSD as explained above The relative advantages of the various power save mechanisms have been confirmed independently by simulations 6 7 Block acknowledgments edit Block acknowledgments allow an entire TXOP to be acknowledged in a single frame This will provide less protocol overhead when longer TXOPs are specified NoAck edit In QoS mode service class for frames to send can have two values QosAck and QosNoAck Frames with QosNoAck are not acknowledged This avoids retransmission of highly time critical data Direct Link Setup edit Direct Link Setup allows direct station to station frame transfer within a basic service set This is designed primarily for consumer use where station to station transfer is more commonly used For example when streaming video to a television across the living room or printing to a wireless printer in the same room it can be more efficient to send Wi Fi frames directly between the two communicating devices instead of using the standard technique of always sending everything via the AP which involves two radio hops instead of one Also If the AP is far away in some distant part of the home sending all the frames to the AP and back may require them to be sent at a lower transmission rate However DLS requires participation from the AP to facilitate the more efficient direct communication and few if any APs have the necessary support for this Tunnelled Direct Link Setup was published as 802 11z TDLS allowing devices to perform more efficient direct station to station frame transfers without support from the AP Both DLS and TDLS require that stations be associated with the same AP Both DLS and TDLS improve the speed and efficiency of communications between members of a basic service set but they do not facilitate communication between devices that are near to each other but not associated with the same AP Nearby communication between devices not associated with the same AP can be performed using technologies like Wi Fi Direct but so far Wi Fi Direct has not seen widespread adoption Microsoft s Virtual Wi Fi initiative was designed to accomplish the same goal as DLS Virtual Wi Fi allows gamers to connect wireless while accessing the Internet through an AP by allowing station adapters to have multiple MAC addresses 8 References edit a b M Benveniste WLAN QoS Chapter 3 in Emerging Technologies in Wireless LANs Theory Design and Deployment B Bing ed Cambridge University Press 2008 ISBN 978 0 521 89584 2 802 11n Next Generation Wireless LAN Technology PDF Broadcom Corporation 21 April 2006 M Benveniste Tiered Contention Multiple Access TCMA a QoS Based Distributed MAC Protocol Proceedings PIMRC 2002 Lisboa Portugal September 2002 X Perez Costa D Camps Mur and T Sashihara Analysis of the Integration of IEEE 802 11e Capabilities in Battery Limited Mobile Devices IEEE Wireless Communications Magazine WirComMag special issue on Internetworking Wireless LAN and Cellular Networks Volume 12 Issue 6 December 2005 M Benveniste Guidelines for Power Management Doc IEEE 802 11 04 073 January 2004 Perez Costa X Camps Mur D August 2010 IEEE 802 11e QoS and Power Saving feature Overview and Analysis of Combined Performance IEEE Wireless Communications Magazine WirComMag Vol 17 no 4 X Perez Costa D Camps Mur and Albert Vidal On the Distributed Power Saving Mechanisms of Wireless LANs 802 11e U APSD vs 802 11 Power Save Mode Elsevier Computer Networks Journal CN Volume 51 Issue 9 June 2007 Windows 7 adds native Virtual WiFi technology from Microsoft Research 16 May 2009 Retrieved 7 July 2010 External links editApproval from the IEEE RevCom 802 11e TGe Status finished 802 11e Amendment QoX What is It Really Retrieved from https en wikipedia org w index php title IEEE 802 11e 2005 amp oldid 1195403693, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.