In a sliding window protocol, the sender's window size is 7 and the receiver's window size is 5. What is the maximum number of frames that can be sent before an ACK is required?
Q1. In a sliding window protocol, the sender's window size is 7 and the receiver's window size is 5. What is the maximum number of frames that can be sent before an ACK is required?
Answer: 7
Explanation: The sender's window size determines the maximum number of frames that can be sent before an ACK is required, which is 7 in this case.