Featured Functions |
The IEEE Std 802.1D, 1998 Edition priority marking scheme assigns an IEEE 802.1p priority level between 0 and 7 to each frame. This determines the level of service that type of traffic should receive. Refer to the table below for an example of how different traffic types can be mapped to the eight IEEE 802.1p priority levels.
IEEE 802.1p Priority Level | IEEE 802.1D Traffic Type |
0 | Best Effort (default) |
1 | Background |
2 | Standard (spare) |
3 | Excellent Effort (business critical) |
4 | Controlled Load (streaming multimedia) |
5 | Video (interactive media); less than 100 milliseconds |
| of latency and jitter |
6 | Voice (interactive voice); less than 10 milliseconds of |
| latency and jitter |
7 | Network Control Reserved traffic |
Even though the IEEE 802.1D standard is the most widely used prioritization scheme in the LAN environment, it still has some restrictions:
yIt requires an additional
yThe tag is part of the IEEE 802.1Q header, so to implement QoS at layer 2, the entire network must implement IEEE 802.1Q VLAN tagging.
It is only supported on a LAN and not across routed WAN links, since the IEEE 802.1Q tags are removed when the packets pass through a router.
Differentiated Services (DiffServ) Traffic MarkingDiffServ is a Layer 3 marking scheme that uses the DiffServ Code Point (DSCP) field in the IP header to store the packet priority information. DSCP is an advanced intelligent method of traffic marking because you can choose how your network prioritizes different types of traffic. DSCP uses 64 values that map to
Advantages of DiffServ over IEEE 802.1D are:
yConfigure how you want your switch to treat selected applications and types of traffic by assigning various grades of network service to them.
yNo extra tags are required in the packet.
yDSCP uses the IP header of a packet and therefore priority is preserved across the Internet.
yDSCP is backward compatible with IPV4 TOS, which allows operation with existing devices that use a layer 3 TOS enabled prioritization scheme.
Traffic PrioritizationEDS classifies traffic based on layer 2 of the OSI 7 layer model, and the switch prioritizes received traffic according to the priority information defined in the received packet. Incoming traffic is classified based upon the IEEE 802.1D frame and is assigned to the appropriate priority queue based on the IEEE 802.1p service level value defined in that packet. Service level markings (values) are defined in the IEEE 802.1Q
1.A packet received by the EDS may or may not have an 802.1p tag associated with it. If it does not, then it is given a default 802.1p tag (which is usually 0). Alternatively, the packet may be marked with a new 802.1p value, which will result in all knowledge of the old 802.1p tag being lost.