A sender transmits data using a go-back-N protocol with a window size of 5. If a packet is lost, how many packets are retransmitted?
Q1. A sender transmits data using a go-back-N protocol with a window size of 5. If a packet is lost, how many packets are retransmitted?
Answer: 5
Explanation: In go-back-N, all packets from the lost packet to the end of the window are retransmitted, so 5 packets are retransmitted.