For a TCP Reno congestion control and a TCP connection in the Congestion Avoidance (CA) phase with following parameters:
Posted: Sat May 14, 2022 2:58 pm
For a TCP Reno congestion control and a TCP connection in the Congestion Avoidance (CA) phase with following parameters: . cwnd - 6 ssthresh = 3; (slow-start threshold) ndup = 1; Indup 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?