Bird
0
0

How does the sliding window protocol improve efficiency compared to stop-and-wait in high latency networks?

hard📝 Application Q9 of 15
Computer Networks - Physical and Data Link Layer
How does the sliding window protocol improve efficiency compared to stop-and-wait in high latency networks?
ABy reducing the frame size to speed up transmission
BBy allowing multiple frames to be sent before waiting for acknowledgments
CBy increasing the timeout interval for acknowledgments
DBy compressing data before sending
Step-by-Step Solution
Solution:
  1. Step 1: Compare stop-and-wait and sliding window

    Stop-and-wait sends one frame and waits; sliding window sends multiple frames.
  2. Step 2: Understand effect on high latency

    Sending multiple frames keeps the link busy, improving efficiency despite delays.
  3. Final Answer:

    By allowing multiple frames to be sent before waiting for acknowledgments -> Option B
  4. Quick Check:

    Sliding window sends multiple frames for efficiency [OK]
Quick Trick: Multiple frames sent before ACK improves efficiency [OK]
Common Mistakes:
MISTAKES
  • Thinking frame size affects efficiency
  • Confusing timeout with efficiency
  • Assuming compression is flow control

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Computer Networks Quizzes