A sender is using a sliding window protocol with a window size of 5. If the sender transmits 10 packets, how many ACKs are expected?
Q1. A sender is using a sliding window protocol with a window size of 5. If the sender transmits 10 packets, how many ACKs are expected?
Answer: 10
Explanation: The sender expects an ACK for every packet transmitted, so the number of ACKs expected is equal to the number of packets transmitted, which is 10.