A sender is using the Go-Back-N protocol with a window size of 7. If the sender sends 10 packets, how many packets will it retransmit if packet 3 is lost?
Q1. A sender is using the Go-Back-N protocol with a window size of 7. If the sender sends 10 packets, how many packets will it retransmit if packet 3 is lost?
Answer: 7 packets
Explanation: In Go-Back-N, if a packet is lost, the sender retransmits that packet and all subsequent packets in the current window, so 7 packets are retransmitted.