Which of the following Quality of Service (QoS) mechanisms and header fields correctly match their corresponding binary/decimal representations or operational behaviors? Match each QoS term on the left with its correct description on the right.
- Expedited Forwarding (EF) PHBEncoded as DSCP value (), providing a low-latency, low-jitter service class typically assigned to strict priority queues.
- Assured Forwarding 31 (AF31) PHBEncoded as DSCP value (), representing Class traffic with a low drop probability during congestion.
- IEEE 802.1Q Class of Service (CoS)Utilizes a -bit Priority Code Point (PCP) field within the Ethernet frame tag to provide distinct priority levels at Layer 2.
- Traffic Policing MechanismEnforces rate limits by immediately dropping or remarking out-of-profile traffic bursts without using queue buffers.
Answer
Expedited Forwarding (EF) maps to DSCP 46 () for low-latency traffic. Assured Forwarding 31 (AF31) maps to DSCP 26 () representing Class 3 with low drop probability. IEEE 802.1Q CoS maps to the 3-bit PCP field in the Layer 2 Ethernet tag. Traffic Policing maps to rate-limiting that drops or remarks traffic without queuing delay.
Each QoS term accurately matches its technical bit value or functional mechanism: Expedited Forwarding (EF) is DSCP 46 (), Assured Forwarding AF31 is DSCP 26 (), IEEE 802.1Q CoS uses the 3-bit PCP field, and Traffic Policing limits bandwidth by dropping or remarking excess traffic without buffering.
Step-by-Step Solution
Key Concept
QoS Per-Hop Behaviors, Classification, Marking, Queuing, and Traffic Shaping/Policing