In a sliding window protocol, what is the purpose of the window size?
Q1. In a sliding window protocol, what is the purpose of the window size?
Answer: To determine the number of packets that can be sent before an ACK is received
Explanation: The window size determines the number of packets that can be sent before an ACK is received, improving efficiency.