Page 1 of 1

The following figure summarized the idea of TCP sliding window mechanism: Question: 1. In the sending process, what kind

Posted: Mon May 09, 2022 5:54 am
by answerhappygod
The following figure summarized the idea of TCP sliding window
mechanism:
The Following Figure Summarized The Idea Of Tcp Sliding Window Mechanism Question 1 In The Sending Process What Kind 1
The Following Figure Summarized The Idea Of Tcp Sliding Window Mechanism Question 1 In The Sending Process What Kind 1 (61.71 KiB) Viewed 27 times
Question:
1. In the sending process, what kind of packets is buffered in
the window (LastByteWritten < LastByteSent)?
2. In the receiving process, what kind of packets is buffered in
the window (LastByteRcvd - NextByteExpected)?
3. The sending process tries to write some data (the size of
these data is denoted by 5) by calling
write(), when is the sending process
blocked? That is when the write() is
blocked?
(a) ) (b) Sending application Receiving application TCP TCP LastByte Written LastByteRead LastByteAcked LastByte Sent NextByte Expected LastByteRcvd