Changes

1,931 bytes removed ,  13:28, 10 June 2020
no edit summary
Line 2: Line 2:  
==What is 802.11e WMM?==
 
==What is 802.11e WMM?==
   −
802.11e wireless standard uses Enhanced Distribution Coordination Function (EDCF) to categorize traffic. It provides basic Quality of Service ([[QoS]]) functionality for Wireless networks.  
+
802.11e wireless standard uses Enhanced Distribution Coordination Function (EDCF) to categorize traffic. It provides basic Quality of Service (QoS) functionality for Wireless networks.  
    
The WiFi Multimedia (WMM) specification is a subset of 802.11e. It stipulates traffic with different fixed and random wait times in the four prioritization categories (voice, video, best effort, and background). This is done to ensure that applications, which are less tolerant of packet delays, have a higher priority of network access. The result of this being that devices that can't afford a higher wait time have a better chance to transmit than those that can.  
 
The WiFi Multimedia (WMM) specification is a subset of 802.11e. It stipulates traffic with different fixed and random wait times in the four prioritization categories (voice, video, best effort, and background). This is done to ensure that applications, which are less tolerant of packet delays, have a higher priority of network access. The result of this being that devices that can't afford a higher wait time have a better chance to transmit than those that can.  
Line 10: Line 10:  
Pairs of user priority (UP) values are mapped in accordance with four defined access categories, which specify different treatments of frames over the air. These access categories and their corresponding UP relationships can be seen in the table below:
 
Pairs of user priority (UP) values are mapped in accordance with four defined access categories, which specify different treatments of frames over the air. These access categories and their corresponding UP relationships can be seen in the table below:
   −
{| class="wikitable"
+
<table class="nd-othertables">
|+
+
    <tr>
! style="width: 110px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | USER PRIORITY
+
        <th style="width: 110px">USER PRIORITY</th>
! style="width: 150px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | ACCESS CATEGORY
+
      <th style="width: 150px">ACCESS CATEGORY</th>
! style="width: 150px; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: left;" | DESCRIPTION
+
      <th style="width: 150px">DESCRIPTION</th>
|-
+
    </tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 7
+
    <tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_VO
+
      <td>7</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Voice
+
      <td rowspan="2">AC_VO</td>
|-
+
      <td rowspan="2">Voice</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 6
+
    </tr>
|-
+
    <tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 5
+
      <td>6</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_VI
+
    </tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Video
+
    <tr>
|-
+
      <td>5</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 4
+
      <td rowspan="2">AC_VI</td>
|-
+
      <td rowspan="2">Video</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 3
+
    </tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_BE
+
    <tr>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Best Effort
+
    <td>4</td>
|-
+
    </tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 0
+
    <tr>
|-
+
    <td>3</td>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 2
+
      <td rowspan="2">AC_BE</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | AC_VO
+
      <td rowspan="2">Best Effort</td>
| rowspan="2" style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | Background
+
    </tr>
|-
+
    <tr>
! style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; text-align: left; vertical-align: top; background: white;" | 1
+
    <td>0</td>
|-
+
    </tr>
|}
+
    <tr>
 +
    <td>2</td>
 +
      <td rowspan="2">AC_VO</td>
 +
      <td rowspan="2">Background</td>
 +
    </tr>
 +
    <tr>
 +
    <td>1</td>
 +
    </tr>
 +
</table>
    
==802.11e WMM in RUTxxx routers==
 
==802.11e WMM in RUTxxx routers==
Line 57: Line 65:     
'''NOTE''': WMM is required for 802.11n support.
 
'''NOTE''': WMM is required for 802.11n support.
 +
 +
[[Category:Other Topics]]