Drag and drop each congestion avoidance mechanism on the left to its matching method on the right.
Drag a concept onto its matching description — or click a concept then click the description.
Drops all arriving packets when the queue is full
Drops packets probabilistically based on average queue depth before the queue is full
Drops packets probabilistically with different thresholds per IP precedence or DSCP value
Marks packets instead of dropping them when RED is enabled and endpoints support ECN
Drops packets based on a per-class drop threshold but still drops all when threshold exceeded
Why these pairings
Tail-drop drops all packets when queue is full; RED starts dropping packets probabilistically before queue full; WRED uses IP precedence or DSCP to vary drop probability per class.