352-001 · Question #529
You are solving a design failure on a massive Hadoop cluster network that has an application with TCP incast behavior (also known as TCP Throughput collapse) affecting its many-to-one communications w
The correct answer is D. Buffer utilization. TCP incast collapse is caused by simultaneous burst traffic overwhelming switch buffers at the last-hop device, so buffer utilization is the critical metric to measure and tune to restore performance.
Question
You are solving a design failure on a massive Hadoop cluster network that has an application with TCP incast behavior (also known as TCP Throughput collapse) affecting its many-to-one communications with packet loss at the last-hop network device. Which metric must be measured to ensure that the network provides the best performance for this application?
Options
- AAvailability
- BBandwidth utilization
- CJitter values
- DBuffer utilization
How the community answered
(35 responses)- A6% (2)
- B14% (5)
- C29% (10)
- D51% (18)
Why each option
TCP incast collapse is caused by simultaneous burst traffic overwhelming switch buffers at the last-hop device, so buffer utilization is the critical metric to measure and tune to restore performance.
Availability measures whether the network is reachable and does not capture the micro-burst buffer saturation that drives incast collapse.
Bandwidth utilization reflects average throughput but not the instantaneous burst that fills switch buffers during many-to-one incast events.
Jitter measures packet delay variation and is relevant to latency-sensitive real-time traffic, not to buffer-overflow-induced TCP throughput collapse.
TCP incast occurs when many servers respond concurrently to a single requestor, filling the ingress buffer of the last-hop switch and causing tail-drop packet loss. This triggers TCP retransmit timeouts, collapsing throughput. Measuring buffer utilization at the aggregation switch identifies whether buffers are saturating and guides QoS or buffer tuning to mitigate the issue.
Concept tested: TCP incast and switch buffer utilization in HPC
Source: https://www.cisco.com/c/en/us/solutions/data-center-virtualization/hadoop-performance-design-guide.html
Topics
Community Discussion
No community discussion yet for this question.