For a TCP Reno congestion control and a TCP connection in the Congestion Avoidance (CA) phase with following parameters:
Posted: Sat May 14, 2022 3:00 pm
For a TCP Reno congestion control and a TCP connection in the Congestion Avoidance (CA) phase with following parameters: • cwnd = 8; • ssthresh = 4; (slow-start threshold) • ndup = 1; (ndup is the number of duplicat Ack). All answers should be integers. Assume, we receive a duplicates Ack, and we incremented ndup = 2. What is the window size: Again, we receive a duplicates Ack, and we incremented ndup = 3. What is the window size: Again, we receive a duplicates Ack, and we incremented ndup = 4. What is the window size: If later on, we receive a new ACK, what will be the window size?