632 views
2 votes
2 votes
Assume all frames have size F bits, and the propagation delay on the link is P sec, and the bandwidth is B bps. Assume also that the receiver piggybacks acknowledgements on frames going to the sender.

What should the window size n (in frames) be at the sender in order to effectively use the bandwidth?

(A) 2+2PB/F

(B) 1+2PB/F

(C) 2PB/F

(D) 1+PB/F

1 Answer

Best answer
4 votes
4 votes

For effective utilization, Bandwidth will be utilized fully 

so, window size = How much capacity to send / Frame Size

=> Bandwidth * RTT / F

=> B * ( 2 PT + 2 TT ) / F

=> 2 + 2PB / F (Option A)

selected by

Related questions

1 votes
1 votes
1 answer
2
amitarp818 asked Sep 18, 2023
587 views
Consider a sliding window protocol that uses Selective Repeat, the sender sliding window size is 32. The sequence number of the frame to be sent after sending 200 frames ...