A service provider is implementing QoS on an MPLS network to support voice, video, and data traffic. Which queuing mechanism provides the lowest latency for real-time traffic?
Trap 1: FIFO
FIFO provides no traffic differentiation, leading to unpredictable latency.
Trap 2: WRED
WRED is a congestion avoidance mechanism that drops packets probabilistically, not a queuing mechanism.
Trap 3: CBWFQ
CBWFQ uses class-based weighted fair queuing but does not provide a strict priority queue for real-time traffic.
- A
FIFO
Why wrong: FIFO provides no traffic differentiation, leading to unpredictable latency.
- B
WRED
Why wrong: WRED is a congestion avoidance mechanism that drops packets probabilistically, not a queuing mechanism.
- C
LLQ
LLQ provides a strict priority queue that ensures low latency and jitter for real-time traffic.
- D
CBWFQ
Why wrong: CBWFQ uses class-based weighted fair queuing but does not provide a strict priority queue for real-time traffic.