TCP Tahoe:
Initial congestion window(cwnd) = 1 MSS
1st RTT:
cwnd = 2 MSS
2nd RTT:
cwnd = 4 MSS
3rd RTT:
cwnd = 8 MSS
4th RTT:
cwnd = 16 MSS
ssthresh reached.
5th RTT:
cwnd = 17 MSS
6th RTT:
cwnd = 18 MSS
7th RTT:
cwnd = 19 MSS
8th RTT:(timeout)
cwnd = 20 MSS
9th RTT:
cwnd = 1 MSS
ssthresh = 10 MSS
10th RTT:
cwnd = 2 MSS
11 th RTT:
cwnd = 4 MSS.
12 th RTT:(3 dup Acks)
cwnd = 8 MSS
13th RTT:
cwnd = 1 MSS
ssthresh = 4 MSS
14th RTT:
cwnd = 2 MSS
15th RTT:
cwnd = 4 MSS
TCP Reno:
Initial congestion window(cwnd) = 1 MSS
1st RTT:
cwnd = 2 MSS
2nd RTT:
cwnd = 4 MSS
3rd RTT:
cwnd = 8 MSS
4th RTT:
cwnd = 16 MSS
ssthresh reached.
5th RTT:
cwnd = 17 MSS
6th RTT:
cwnd = 18 MSS
7th RTT:
cwnd = 19 MSS
8th RTT:(timeout)
cwnd = 20 MSS
9th RTT:
cwnd = 1 MSS
ssthresh = 10 MSS
10th RTT:
cwnd = 2 MSS
11 th RTT:
cwnd = 4 MSS.
12 th RTT:(3 dup Acks)
cwnd = 8 MSS
13th RTT:
cwnd = 4 MSS
ssthresh = 4 MSS
14th RTT:
cwnd = 5 MSS
15th RTT:
cwnd = 6 MSS
c) Assume that there are two parallel TCP transmissions in the network, one using TCP tahoe...
6. Figure 1 shows an example variation of congestion window for TCP Reno. Assume that TCP segment size is 1500 bytes and average RTT is 150 msec. i) What is the average throughput (in bits/sec) during transmission rounds starting from round 6 until round 10 starts. ii) What are the values of ssthresh at the 18th and 24th transmission rounds? iii) Suppose TCP Tahoe is used (instead of TCP Reno), and there is a timeout event at 22nd round. How...
Networking I need help for g-k
Problem 1: Consider the following figure. Assuming TCP Reno is the protocol experiencing the behavior shown above, answer the following questions. In all cases, you should provide a short discussion justifying your answer Note: this problem is counted for 10 points 45 40 35 2 30 n 25 2 20 c 15 b 10 0 2 468 10 12 14 16 18 20 22 24 26 Transmission round g. What is the value of...
Assume the initial ssthresh value is 64 MSS, the advertised receiver window size in ACKs is 135 MSS unless otherwise specified, and each segment is sized one MSS. The cwnd is 5 MSS at present. Assume there is no segment loss unless otherwise specified. Provide the answers to the following questions and separate them with comma. Each question should be considered independent of others. What is the TCP window size after 34 new ACKs have been received in a row?...
1. For TCP end-to-end flow control, suppose the capacity of the
receiver buffer is 10 packets. Suppose the packets that are being
queued in the receiver buffer are packets 4, 5, 6, 7, 8, 10, 11.
What is the advertised window size the receiver sent to the sender?
Suppose packet 12 is the last packet sent by the sender. What’s the
effective window size at the sender? Can the sender send out packet
13 at this moment? How about packet...