Ask Question
23 December, 07:10

Assume that a TCP sending sliding window is of size 6 and currently includes bytes 4, 5, 6, 7, 8, and 9. The next byte to be sent is byte 4. Show the sender sliding window (only) and state what sequence number (if any) will be sent after each step in the following sequence of events.

+2
Answers (1)
  1. 23 December, 08:47
    0
    TCP is byte stream protocol because every data byte that are sent are counted. In TCP every byte is given a specific number based on their sequence. Sequence number of any segment is nothing but the number given to first byte in segment. Acknowledge number is always the next byte number that receiver expects the sender to send next.

    a). initial condition window : 4,5,6,7,8,9

    b). Sends a segments with 3 bytes window: 7,8,9,10,11,12
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Assume that a TCP sending sliding window is of size 6 and currently includes bytes 4, 5, 6, 7, 8, and 9. The next byte to be sent is byte ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers