In a sliding window protocol with a window size of 7 and a packet loss, what is the minimum number of packets that need to be resent?
Q1. In a sliding window protocol with a window size of 7 and a packet loss, what is the minimum number of packets that need to be resent?
Answer: 1
Explanation: In a Go-Back-N protocol, only the lost packet needs to be resent in the best case.