51.2k views
5 votes
Random Early Detection (RED) is an example of which of the following (QoS) functions?

A) Traffic shaping
B) Congestion avoidance
C) Priority queuing
D) Link aggregation

User Wil P
by
8.1k points

1 Answer

2 votes

Final answer:

Random Early Detection (RED) is associated with Congestion Avoidance (option B) in Quality of Service (QoS) functions for networks. It proactively prevents congestion by randomly dropping packets before queues overflow, which is distinct from traffic shaping, priority queuing, or link aggregation.

Step-by-step explanation:

Random Early Detection (RED) is an example of a Congestion Avoidance mechanism in network Quality of Service (QoS) functions. Congestion avoidance techniques actively monitor network traffic and behavior, and take proactive steps to prevent the network from becoming too congested. RED works by randomly dropping packets prior to reaching a full queue state, which signals to the sender to slow down transmission before the queue overflows and packet loss occurs due to congestion.


As opposed to traffic shaping, which controls the rate of traffic being sent into the network, or priority queuing, which prioritizes certain types of traffic over others, RED is specifically designed to prevent congestion before it becomes a problem. It is neither concerned with traffic shaping's rate control nor with priority queuing's order of service. Link aggregation, which combines multiple network connections in parallel, is also not related to congestion control directly.

User Brian Gillespie
by
8.7k points