engineering computer science MCQ #445

In a sliding window protocol, the sender's window size is 7. What is the maximum number of packets that can be sent before an ACK is required?

engineering computer science MCQ #445

  1. Question 1

    Q1. In a sliding window protocol, the sender's window size is 7. What is the maximum number of packets that can be sent before an ACK is required?

    • A) 7
    • B) 8
    • C) 6
    • D) None of these

    Answer: 7

    Explanation: The sender can send as many packets as the window size before needing an ACK, so the maximum is 7 packets.