CND (312-38) Network Defense Simulation
In this simulation, you will analyze how the Transmission Control Protocol (TCP) maintains network stability. Learn to identify protocol mechanisms that prevent resource exhaustion and ensure reliable data delivery across complex infrastructures.
Network Scenario
An enterprise backup server (Backup-Srv-01) is initiating a multi-terabyte data synchronization to a remote disaster recovery site. The source server is capable of 10Gbps throughput, but the destination node is currently under heavy CPU load due to localized indexing tasks.
- • Source: 10.10.50.22 (Backup-Srv-01)
- • Destination: 172.16.200.5 (DR-Node-Remote)
- • Service: Rsync over SSH (TCP 22)
- • Initial Speed: 850 MB/s
- • Current Speed: 45 MB/s
- • Pattern: Rapid fluctuations in transfer rate
Traffic & Logs
Packet capture summary from the destination interface:
[14:20:01.443] 172.16.200.5 > 10.10.50.22: Flags [.], ack 2461, win 4096, length 0
[14:20:01.445] 10.10.50.22 > 172.16.200.5: Flags [P.], seq 2461:3921, ack 1, win 65535, length 1460
[14:20:01.446] 172.16.200.5 > 10.10.50.22: Flags [.], ack 3921, win 512, length 0
[14:20:01.450] 172.16.200.5 > 10.10.50.22: Flags [.], ack 3921, win 0, length 0 (TCP ZeroWindow)
Question
Which of the following key features used by TCP to regulate the amount of data sent to the host machine to another network?