400-007 · Question #217
You are designing the QoS policy for a company that is running many TCP-based applications. The company is experiencing tail drops for these applications. The company wants to use a congestion…
The correct answer is B. weighted random early detection. WRED is the QoS congestion avoidance technique designed specifically for TCP-based traffic to prevent tail drops by proactively discarding packets before queues fill completely.
Question
You are designing the QoS policy for a company that is running many TCP-based applications. The company is experiencing tail drops for these applications. The company wants to use a congestion avoidance technique for these applications. Which QoS strategy can be used to fulfill the requirement?
Options
- Aweighted fair queuing
- Bweighted random early detection
- Cfirst-in first-out
- Dlow-latency queuing
How the community answered
(26 responses)- A12% (3)
- B77% (20)
- C8% (2)
- D4% (1)
Why each option
WRED is the QoS congestion avoidance technique designed specifically for TCP-based traffic to prevent tail drops by proactively discarding packets before queues fill completely.
Weighted Fair Queuing (WFQ) is a scheduling algorithm that distributes bandwidth fairly among traffic flows, but it does not proactively discard packets to prevent congestion and is not classified as a congestion avoidance technique.
Weighted Random Early Detection (WRED) is a congestion avoidance mechanism that selectively and randomly discards packets as queue depth increases, before the queue reaches maximum capacity. This proactive dropping signals TCP senders to invoke their built-in congestion control algorithms, reducing transmission rates and preventing the sudden loss of all queued packets known as tail drop. WRED supports differentiated drop thresholds per traffic class, making it ideal for environments running multiple TCP-based applications.
First-In First-Out (FIFO) processes packets in arrival order with no prioritization or congestion management, which actually worsens tail drop behavior under sustained congestion.
Low-Latency Queuing (LLQ) is a strict priority queuing mechanism designed to minimize delay and jitter for real-time traffic such as voice and video, not a congestion avoidance technique for TCP applications.
Concept tested: WRED congestion avoidance for TCP tail drop
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_conavd/configuration/xe-16/qos-conavd-xe-16-book/qos-conavd-wred-cfg.html
Topics
Community Discussion
No community discussion yet for this question.