In a connection the value of cwnd is 5500 and the value of
. In a connection, the value of cwnd is 5500 and the value of rwnd is 7000. The host has sent 1000 bytes, which have not been acknowledged. How many more bytes can be sent?
. In a connection, the value of cwnd is 5500 and the value of rwnd is 7000. The host has sent 1000 bytes, which have not been acknowledged. How many more bytes can be sent?
. In a connection, the value of cwnd is 5500 and the value of rwnd is 7000. The host has sent 1000 bytes, which have not been acknowledged. How many more bytes can be sent?
Solution
given :
Congestion window size = 5500 &
Receiver\'s Window size = 7000
Window size = minimum (cwnd ,rwnd).
i.e Window size = minimum (5500 , 7000) = 5500
The number of bytes that can be sent = 5500 1000 = 4500 bytes
ans : 4500 bytes
