Bird
0
0

In a sliding window protocol with window size 3, if the sender has sent frames 1, 2, and 3, and receives an acknowledgment for frame 1, which frames can it send next?

medium📝 Analysis Q4 of 15
Computer Networks - Physical and Data Link Layer
In a sliding window protocol with window size 3, if the sender has sent frames 1, 2, and 3, and receives an acknowledgment for frame 1, which frames can it send next?
AFrames 2 and 3 again
BFrames 4 only
CFrames 4 and 5
DNo frames until acknowledgment for frame 3
Step-by-Step Solution
Solution:
  1. Step 1: Understand sliding window movement

    ACK for frame 1 means window slides forward by one frame.
  2. Step 2: Calculate next frames to send

    Frames 2 and 3 are still unacknowledged; window size is 3, so after sliding forward by one, frames 4 and 5 can be sent.
  3. Final Answer:

    Frames 4 and 5 -> Option C
  4. Quick Check:

    Sliding window advances by ACKed frames [OK]
Quick Trick: ACK moves window, allowing next frames send [OK]
Common Mistakes:
MISTAKES
  • Sending multiple frames beyond window
  • Resending unacknowledged frames unnecessarily
  • Waiting for all ACKs before sending

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Computer Networks Quizzes