A sender is using a Go-Back-N ARQ protocol with a window size of 8. If the sender sends frames 0 through 7 and receives an ACK for frame 3, what is the next frame it will send?
Q1. A sender is using a Go-Back-N ARQ protocol with a window size of 8. If the sender sends frames 0 through 7 and receives an ACK for frame 3, what is the next frame it will send?
Answer: Frame 4
Explanation: In Go-Back-N, upon receiving an ACK for a frame, the sender can send the next set of frames.