QuestionQ264

Service Design

You are designing a QoS policy for a company that runs many TCP-based applications. The company is experiencing tail drops for these applications and wants to use a congestion-avoidance technique. Which QoS strategy can fulfill this requirement?

  • A weighted fair queuing
  • B weighted random early detection
  • C first-in first-out
  • D low-latency queuing
Explanation

Weighted Random Early Detection (WRED) performs probabilistic early packet drops as queue depth increases, signaling TCP senders to reduce their transmission rates before the queue becomes full. This avoids the queue-overflow tail drops associated with TCP traffic.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!