Assume a TCP sender receives an acknowledgement (ACK), that is, a TCP segment with the ACK flag set, where the acknowledgement number is set to 34567 and the window size is set to 2048. Which sequence numbers can the sender transmit?
What will be an ideal response?
The sender can transmit packets with sequence numbers ranging from 34567 to 36614 depending on the number of byte received.
SeqNo = AckNo, AckNo+1, …, AckNo+WinSize-1. : 34567, …., 34567+2048-1.
Computer Science & Information Technology
You might also like to view...
Suppose you wanted to run a Web server or FTP server from your home. What type of IP address would you want?
A. Dynamic B. Static C. TCP D. Broadband
Computer Science & Information Technology
A long-standing methodology used to develop information systems is the
a. System Development Life Cycle b. Service Delivery Life Cycle c. System Development Life Chain d. none of the above
Computer Science & Information Technology