80 views
0 votes
0 votes
Assume a TCP implementation over a 10Gbps link with one way dealy of 80ms if TCP receiver window size is 2MB and TCP send 1KB packet then how many RTT does it take until slow start phase open the congesion windows of 2MB. Assume no congestion and no loss of packet.

a) 11 RTT b) 10 RTT c) 12 RTT d) 13 RTT

1 Answer

Best answer
5 votes
5 votes

The transmission from sender and receiver will look like this :

 

 

After the $11^{th}$ RTT sender will send 2MB of data and hence sender will open congesion

windows of 2MB.


 

Option A, is Correct Answer.

selected by

Related questions

920
views
1 answers
1 votes
akmishra_1947 asked Nov 26, 2018
920 views
Suppose you are using TCP to transfer a 4 MB file over a network. The receiver advertises a receive window of 4 MB. Assume that the retransmission timers ... are saved by the fact that your TCP implements fast retransmit and fast recovery?
984
views
1 answers
2 votes
Markzuck asked Jan 10, 2019
984 views
here TOTAL 2000 segments need to be sent, and after x RTT, it will send 2001 segments but for total we shall take count of addition of all the previous also na?
1.1k
views
2 answers
2 votes
Markzuck asked Jan 7, 2019
1,056 views
Please help, I am getting total number of transmission to get BACK TO 38 as 14 and NOT 15.after 14th, it would have became 38, so no need to consider 15th segment right?
1.1k
views
1 answers
0 votes
Souvik33 asked Dec 14, 2022
1,106 views
Consider the following Statements: Statement I. If there is no congestion, initially, the ssthres (slow start threshold) is set as high as the ... I and II is correctOnly statement II is correct.Only statement I is correct.