Consider the Go-back-N protocol with a sender window of size 4 and, for simplicity, assume infinite sequence numbers that never wrap. Suppose that at time T the next in-order packet that the receiver is expecting has a sequence number of K. Assume that the underlying channel may lose or corrupt packets but does not reorder them.
(a)What are the possible sets of sequence numbers inside the sender’s window at time T? Justify your answer.
(b) What are all possible values of the ACK field in all possible messages currently propagating back to the sender at time T? Justify your answer.
1. [K-1, K-4]
2. [K, K-4]
Now,
Get Answers For Free
Most questions answered within 1 hours.