asked 21.8k views
5 votes
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.

asked
User Zoph
by
8.3k points

1 Answer

4 votes

Answer:

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

Explanation:

answered
User Tatsh
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.