How does the sliding window protocol handle situations when the receiver's buffer is almost full?

  • It drops the packets
  • It increases the window size
  • It reduces the window size
  • It sends a request to the sender to stop transmission
The sliding window protocol handles situations when the receiver's buffer is almost full by reducing the window size. This is done to prevent overwhelming the receiver with data it cannot handle, ensuring smooth and efficient data transfer.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *