890 views
3 votes
3 votes
Compute approx. optimal window size, when packet size is 53 B, RTT is 60 micro-sec and bottleneck bandwidth is 155Kbps.

1 Answer

0 votes
0 votes
We use 1+2A only when it is given that there is full utilization of channel.

If nothing is mentioned then use this, Bw * RTT / Packet size

= ( 155 * 10^3 * 60 * 10^-3 ) / 53 * 8
= 21.93
= Take ceil(21.93) = 21

Related questions

0 votes
0 votes
1 answer
1
iarnav asked Nov 8, 2018
1,942 views
Sender Window Size is 7 and every 3rd packet is lost/corrupted. So, how to find channel utilization!?
1 votes
1 votes
0 answers
3
anoop yadav 2 asked Nov 16, 2017
355 views
why sender window size is equal to 1+2a in sliding window.
5 votes
5 votes
3 answers
4