In a connection, the value of cwnd is 3000 and the value of rwnd is 5000. The host has sent 2000 bytes, which have not been acknowledged. How many more bytes can be sent?
Answers
Answered by
0
Explanation:
In a connection, the value of cwnd is 3000 and the value of rwnd is 5000. The host has sent 2000 bytes, which have not been acknowledged. How many more bytes can be sent? Therefore the sender window size = min(3000, 5000)= 3000.
Answered by
1
Answer:
Given that cwnd or congestion window size =3000 and the receiver window size is =5000
• Sender window size = minimum( congestion window, receiver window)
• Therefore the sender window size = min(3000, 5000)= 3000.
• The sender can send 3000 bytes of data through the channel.
Similar questions