Match each Quality of Service (QoS) mechanism, field, or per-hop behavior on the left to its corresponding operational description or header specification on the right.
- Assured Forwarding (AF31)Uses a 6-bit DSCP value specifying Class 3 traffic with a low drop probability (binary 011010).
- Class of Service (CoS)Utilizes 3 Priority Code Point (PCP) bits located within the IEEE 802.1Q trunking header.
- Traffic ShapingBuffers excess egress packets in memory queues to smooth out traffic bursts and match a defined rate.
- Strict Priority Queuing (PQ)Services delay-sensitive traffic ahead of all other queues, potentially starving non-priority traffic if unpoliced.
Answer
Assured Forwarding (AF31) corresponds to the 6-bit DSCP value specifying Class 3 traffic with low drop probability (011010); Class of Service (CoS) corresponds to the 3-bit PCP field in the IEEE 802.1Q header; Traffic Shaping corresponds to buffering excess egress packets in memory queues to smooth traffic bursts; Strict Priority Queuing corresponds to servicing delay-sensitive traffic ahead of all other queues.
Each term correctly aligns with its exact QoS definition: AF31 represents DSCP value 26 (011010), CoS utilizes the 3-bit 802.1Q header field, Traffic Shaping smooths bursts via packet buffering, and Strict Priority Queuing services high-priority packets ahead of all other queues.
Step-by-Step Solution
Key Concept
QoS Classification, Marking, Queuing, and Traffic Conditioning Mechanics