279 views
0 votes
0 votes

My solution: As reciever's window is 36 KB (also 18 MSS as MSS is 2KB), so threshold is 1/2(18 MSS)=9MSS.

Now the algorithm will execute like this:

1MSS->2MSS->4MSS->8MSS->9MSS->10MSS->11MSS->12MSS->13MSS->14MSS->15MSS->16MSS->17MSS->18MSS

So. total time is 13RTT's ie 65ms.

Where am I doing mistake??

1 Answer

0 votes
0 votes
In the question given that there is no congestion. So that initially sender starts with 2mss

(2->4->8->16->32)->36. so there are 4 gaps(RTT) to reach 36. 4*5ms=20ms

Related questions

0 votes
0 votes
0 answers
2
54Y4N asked Oct 9, 2023
237 views
A 1 kilometer long CSMA/CD (not 802.3) has a propagation speed of 200m/ìsec. Repeaters are not allowed in this system Data frames are 256 bits long, including 32 bits of...
0 votes
0 votes
1 answer
4