retagged by
173 views
0 votes
0 votes
Even through B's browser has only viewed the first 80 bytes,
its stack has received up to byte 600 in sequence from A.
What will be the ACK and window in TCP header that B next
sends to A?
Note: If ACK is X and window in TCP header is Y then
write answer as X+Y.
retagged by

1 Answer

0 votes
0 votes

In TCP (Transmission Control Protocol), the ACK (Acknowledgment) field in the TCP header acknowledges the receipt of data. The window size represents the amount of data, in bytes, that the receiver is willing to accept.

Given the information provided:

  • B's browser has only viewed the first 80 bytes.
  • B's stack has received up to byte 600 in sequence from A.

This implies that B has received bytes up to 600 from A but has only processed/viewed up to 80 bytes.

So, the ACK field (X) would be 81 (the next byte expected from A), and the window size (Y) would be the remaining space in B's buffer, which is the difference between the last byte received (600) and the last byte processed/viewed (80), so 600 - 80 = 520.

Therefore, the answer is X + Y = 81 + 520 = 601.

Related questions

934
views
1 answers
1 votes
LRU asked Oct 10, 2021
934 views
What will be the length of maximum burst in sec where the capacity of the router is 10MB. The maximum output rate of the router is 20 MBPS and the token rate is 12 MBPS.
1.8k
views
1 answers
3 votes
LRU asked Oct 8, 2021
1,777 views
Suppose TCP uses congestion control without slow start.The first transmission start with 1 MSS, Assuming cwnd increases by 3 MSS every time a batch of ACKs is ... many total round trip time requires to reach the window size of 20 MSS.
1.2k
views
2 answers
2 votes
LRU asked Oct 8, 2021
1,242 views
In the TCP connection, the maximum segment size used by the connection is 1000 bytes. What is the congestion window(in bytes) after the 4th transmission and receives acks for all of them? Assume the connection uses only slow-start ?
1.7k
views
1 answers
2 votes
LRU asked Oct 8, 2021
1,666 views
Suppose TCP uses AIMD for its congestion control without slow start. Assuming cwnd increases by 2 MSS every time a batch of ACKs is received and assuming approximately ... cwnd to increase from 4 MSS to 12 MSS (assuming no loss events)?