300-420 · Question #53
300-420 Question #53: Real Exam Question with Answer & Explanation
The correct answer is C: WRED. {"question_number": 9, "question": "Which QoS feature responds to network congestion by dropping lower priority packets?", "correct_answer": "C", "explanation": "WRED (Weighted Random Early Detection) is a congestion avoidance mechanism that begins dropping packets before the que
Question
Which QoS feature responds to network congestion by dropping lower priority packets?
Options
- ACBWFQ
- Btail drop
- CWRED
- Dstrict priority
Explanation
{"question_number": 9, "question": "Which QoS feature responds to network congestion by dropping lower priority packets?", "correct_answer": "C", "explanation": "WRED (Weighted Random Early Detection) is a congestion avoidance mechanism that begins dropping packets before the queue is completely full. It uses IP Precedence or DSCP markings to assign drop probabilities - lower-priority packets have a higher probability of being dropped earlier, while higher-priority packets are protected. This prevents global synchronization of TCP flows and preferentially protects high-priority traffic. Tail drop (B) drops all packets equally once the queue is full, without regard to priority. CBWFQ (A) guarantees minimum bandwidth per class but does not selectively drop lower-priority packets. Strict priority (D) ensures high-priority traffic is always sent first but does not itself drop lower-priority packets based on congestion.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.