closed by
608 views
0 votes
0 votes
closed with the note: Got clarity

To find an appropriate value for w we need to know how many frames can fit
inside the channel as they propagate from sender to receiver. This capacity is determined
by the bandwidth in bits/sec multiplied by the one-way transit time, or
the bandwidth-delay product of the link. We can divide this quantity by the
number of bits in a frame to express it as a number of frames. Call this quantity
BD. Then w should be set to 2BD + 1. Twice the bandwidth-delay is the number
of frames that can be outstanding if the sender continuously sends frames when
the round-trip time to receive an acknowledgement is considered. The ‘‘+1’’ is
because an acknowledgement frame will not be sent until after a complete frame
is received.

Can anyone tell why we add one to the max. window size?Does bandwidthn delay product means that time it takes first  bit to reach receiver to the first frame to reach receiver?Please help

closed by

Related questions

2 votes
2 votes
1 answer
2
5 votes
5 votes
1 answer
3