engineering computer science MCQ #536

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?

engineering computer science MCQ #536

  1. Question 1

    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?

    • A) 5
    • B) 7
    • C) 12
    • D) 35

    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.