3,124 views
3 votes
3 votes
Compute approximate optimal window size when packet size is 53 bytes, the RTT is 60 micro seconds and bottleneck bandwidth is 155 Mbps?

1 Answer

0 votes
0 votes

BD product= RTT*Bandwidth

=155∗106∗60∗10−6=155*60

packet size 53*8

so optimal window size=(155*60)/(53*8)=21.93

=22

Related questions

111
views
0 answers
0 votes
tbhaxor asked Apr 5
111 views
While reading computer networking, I am confused between link and channel and seen people using this interchangeably (which often bugs me).Language written in books and f...
169
views
0 answers
0 votes
Yashdeep2000 asked Mar 2
169 views
Going through the concept of LBA (Limited Broadcasting) and DBA (Directed Broadcast Address), if i consider two casesCase 1 : when host A (10.1.2.3) want to send the pack...
388
views
1 answers
0 votes
222
views
1 answers
0 votes
gateranker asked Jan 13
222 views
If window receiver size is 64 KB and The round trip time of a connection is 50 msec and maximum segment size used is 4 KB.In slow start phase the current congestion windo...