 |
|
 |
 |
On a wired network, stations use CSMA-CD (Carrier Sense Multiple Access with Collision Avoidance) to improve communications performance. On an 802.11 network, a similar mechanism, known as the distributed coordination function (DCF), is used. When a wireless station wants to transmit, it selects a random backoff time and listens for contention. After a default 3-millisecond interframe space (IFS), the station starts the countdown of its backoff timer; when the backoff timer reaches zero, the station transmits. Using this mechanism, all stations are equal in the competition for the wireless media, which can cause delay-sensitive applications such as VoWLAN to exhibit poor Quality of Service characteristics.
WMM, on the other hand, defines four access category (AC) queues:
- Background
- Best effort
- Video
- Voice
For each queue, four parameters are defined:
- AIFSN, Arbitration IFS Number, the default time before countdown. This is similar to the IFS in DCF.
- CW minimum (CWmin), the minimum contention window.
- CW maximum (CWmax), the maximum contention window.
Transmit Ops (TXOP), the opportunity to transmit. This is the time during which a station that has won the control of the shared medium can retain it.
For example, the AC queue for voice has smaller values for contention, so that WiFi phones can gain the control of the radio more easily.
» Return to top

|
 |
 |
|
 |
 |
WiFi Multimedia is supported on the ProCurve Wireless Edge Services Module (WESM). When you enable WMM:
- Radios can place traffic into the four queues according to 802.1p priority. (You can also specify DSCP priority.)
- WMM-enabled stations can use QoS marking to queue traffic as well; otherwise, traffic goes to the Best Effort
queue by default.
» Return to top
3.1 Activate WMM
To activate WMM for a WLAN:
- Go to the web interface of the Wireless Edge Services Module. In the Network Setup > WLAN Setup > Edit
screen, go to the Advanced section and choose Automatic/WMM:

- Click OK to accept Automatic/WMM as the Access Category. Wireless traffic is placed in the four queues
according to its 802.1p priority (default) or DSCP value. The default mapping is as follows:

» Return to top
3.2 Change WMM mapping
To change the WMM mapping:
- Go to the WMM menu, select a Queue for a particular WLAN to get to the WLAN Setup window, and click QoS Mappings. You see the QoS Mappings window, where you can change mapping:

- Click OK to accept any changes.
» Return to top
3.3 Modify WLAN prioritization mode and AC queue parameters
You can also modify the prioritization mode and AC queue parameters for the WLAN.
- For instance, by default the prioritization mode is 802.1p (Layer-2 priority) but you can also set it to DSCP. To modify this setting:
- To modify the WMM parameter for an access category, highlight the category and click Edit at the bottom left of the screen. You see the Edit WMM window:

- From the same window you can also configure the QoS parameters: AIFSN, Transmit Ops, CW Minimum, CW
Maximum
» Return to top
3.4 Configure admission control
Finally, you can configure admission control, to limit the number of wireless stations that can use the same QoS settings at the same time. (This is for Voice and Video categories only.)
To configure Admission Control:
- Select Network Setup > WLAN Setup and click the WMM tab.
- Select the queue for which you want to alter the settings, and then click the Edit button. The Edit WMM screen is displayed:

- Enable the Admission Control check box, and enter the number of stations. Then click OK to accept the new settings.
» Return to top
3.5 General configuration tips
- Low AIFSN and low CWmin will provide low latency, high throughput.
- By default, high-priority queues on the radio port use AIFSN=1ms; high-priority queues on stations use AIFSN= 2ms.
- If Transmit Ops is too high, a station can use the medium for a long time and other traffic may be delayed. Generally Transmit Ops is best set to a maximum of 100ms.
- Increasing CWmax can decrease the number of collisions.
- CWmax must always be higher than CWmin.
» Return to top
|
 |
 |
|
 |
 |
U-APSD (Unscheduled Automatic Power Save Delivery) has been adopted by the WiFi Alliance, where it is known as WMM Power Save. This technology allows saving battery power and fine-tuning the power consumption of wireless stations on WMM-enabled wireless networks. WMM Power Save Certification is a part of the WMM certification as defined by the WiFi Alliance.
With U-APSD, data destined to a wireless station such as a PDA or phone can be transmitted in a shorter time period, while allowing the device to stay longer in a low-power sleep mode. When the device wakes up, the client sends a trigger frame to the access point to obtain the data. The application, not the device driver, decides when the client will communicate with the access point, allowing more granularity in adapting the power save mechanism to the application use (e.g., to voice traffic).
To take advantage of U-APSD, both the AP and the client must have WMM enabled. U-APSD can coexist with legacy devices and networks. Improvements in battery life range from 15 percent to 40 percent.
» Return to top
|
 |
|