CCNP ONT Notes

4 Apr 2008

Chapter 8: Wireless LAN QoS Implementation

Wireless LANs use Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA) as the MAC mechanism.

Collision avoidance is performed by Distributed Coordinated Function (DCF), which employs Inter-Frame Spacing (IFS) and random back-off windows to minimize collisions.

Wireless LAN QoS

WLAN QoS is defined in IEEE 802.11e.

Wireless Multimedia (WMM) was released prior to 802.11e as an interim standard.

WMM provides four access categories, or queues:

  • Platinum - Voice
  • Gold - Video
  • Silver - Best effort (default)
  • Bronze - Background

802.11e provides eight priority levels, 0 through 7.

802.11e priorities can be mapped to WMM access categories for backward compatibility:

WMM 802.11e
Platinum 6 and 7
Gold 4 and 5
Silver 0 and 3
Bronze 1 and 2

802.11e and WMM use Enhanced DCF (EDCF) to provide proportional back-off window sizes for each class.

Split-MAC Architecture

The split-MAC architecture separates MAC services to real-time and non-real-time functions.

Real-time functions are performed by Lightweight Access Points (LAPs):

  • Beacon generation
  • Probe transmission/response
  • Power management
  • 802.11e/WMM QoS
  • Encryption/decryption
  • Control frame processing
  • Packet buffering

Non-real-time functions are handled by a centralized Wireless LAN Controller (WLC):

  • Client association/disassociation
  • 802.11e/WMM resource reservation
  • 802.1x EAP
  • Key management

Lightweight Access Point Protocol (LWAPP) provides tunneling between LAPs and a WLC.

802.11e/WMM QoS values are translated to DSCP values on the LWAPP packet header to ensure end-to-end QoS.

Leave a comment

(optional, will not be published)
(optional)

Comment Tips

  • You can use Markdown syntax for decoration. (Cheat sheet)
  • Links: [Google](http://google.com) or <http://google.com>
  • Use backticks around commands: `ip address 127.0.0.1`
  • Use indentations (tabs) for preformatted text (code blocks)