edited by
286 views
–1 votes
–1 votes
Assume a scenario where the size of congestion window of a TCP connection be 40 KB when a timeout occurs. The maximum segment size (MSS) be 2 KB. Let the propagation delay be 200 msec. The time taken by the TCP connection to get back to 40 KB congestion window is _________ msec.
edited by

1 Answer

0 votes
0 votes

lets convert everything in MSS...

Mss is of size=2Kb.....

SO given window size=40...convert into MSS=40/2=20..

So new threshold=20/2=10.

now our Aim is to reach upto MSS as 20 again...

ALGO STARTS

(slow start)1|2|4|8|9|10|(congestion avoidance phase)11|12|13|14|15|16|17|18|19|20..

reached.

total transmission are vertical lines=15.

so time required=15*RTT=15*400=6000 ms.

Related questions

2 votes
2 votes
1 answer
2
Markzuck asked Jan 10, 2019
927 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 votes
1 votes
0 answers
3
Markzuck asked Dec 26, 2018
791 views
I am getting answer as 9, someone please post their solution stepwise, that would be of great help to identify the mistake.