retagged by
27,682 views
49 49 votes
Consider a $\textsf{TCP}$ connection between a client and a server with the following specifications; the round trip time is $6$ ms, the size of the receiver advertised window is $50$ KB, slow-start threshold at the client is $32$ KB, and the maximum segment size is $2$ KB. The connection is established at time $t=0$. Assume that there are no timeouts and errors during transmission. Then the size of the congestion window (in $\text{KB}$) at time $t+60$ ms after all acknowledgements are processed is _______

7 Answers

0 0 votes
Answer: 44

$$\text{Given, Receiver window size = 50 KB}$$

$$\text{Slow Start Threshold = 32 KB}$$

$$\text{Maximum Segment Size = 2 KB}$$

 

$$\text{The AIMD algorithm runs as follows:}$$

$$\text{2KB |} _{t+6}\text{ 4KB |}_{t+12}\text{ 8KB |}_{t+18}\text{ 16KB }|_{t+24}\text{ 32KB (Th) }|_{t+30}\text{ 34KB }|_{t+36}\text{ 36KB }| _{t+42}\text{ 38KB }|_{t+48}\text{ 40KB }|_{t+54}\text{ 42KB }|_{t+60}\text{ 44KB}$$

 

$$\text{At time t+60 after processing acknowledgement, the congestion window increments from 42KB to 44KB.}$$

Answer:
Position:
Show:

Related questions

59 59 votes
4 answers 4 answers
24.8k
24.8k views
Arjun asked Feb 12, 2020
24,808 views
Consider a double hashing scheme in which the primary hash function is $h_1(k)= k \text{ mod } 23$, and the secondary hash function is $h_2(k)=1+(k \text{ mod } 19)$. Ass...
15 15 votes
4 4 answers
3.0k
3.0k views
gatecse asked Feb 23
2,992 views
Consider a new TCP connection between a sender and a receiver. The receiver advertised window is constant at $48$ KB, the maximum segment size (MSS) is $2$ KB, and the sl...
28 28 votes
4 4 answers
20.9k
20.9k views
Arjun asked Feb 16, 2024
20,932 views
Consider a $\text{TCP}$ connection operating at a point of time with the congestion window of size $12$ $\text{MSS}$ (Maximum Segment Size), when a timeout occurs due to ...
117 117 votes
13 answers 13 answers
55.9k
55.9k views
go_editor asked Sep 26, 2014
55,925 views
Let the size of congestion window of a TCP connection be $32$ KB when a timeout occurs. The round trip time of the connection is $100$ msec and the maximum segment size u...