retagged by
611 views
1 votes
1 votes
On a TCP connection, current congestion window size is Congestion Window = 8 KB. The window size advertised by the receiver is Advertise Window = 10 KB. The last byte sent by the sender is LastByteSent = 18476 and the last byte acknowledged by the receiver is LastByteAcked = 12112. The current window size at the sender is _____________
retagged by

1 Answer

Best answer
3 votes
3 votes

Sender's Window = min(Advertised Window , Congestion Window)

                          =min(8KB , 10KB )

                          = 8KB =8192B

Unacknowledged Bytes =18476B - 12112B = 6364B

Total Number of Bytes can sender sends = 8192 - 6364 = 1828 B

selected by

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
0 answers
3
MonuKhan asked Jan 16, 2023
421 views
Q: Consider the Transmission of a 10000 bit frame on 10 Mbps channel with a propagation delay of 250 ms. The sender window size is 7 and probability of error in single fr...