Explain the role of the 'sliding window' in TCP's error and flow control.

Responsive Ad Header

Question

Grade: Education Subject: Support
Explain the role of the 'sliding window' in TCP's error and flow control.
Asked by:
73 Viewed 73 Answers
Responsive Ad After Question

Answer (73)

Best Answer
(360)
The sliding window mechanism is used by TCP for both flow control and error control. It determines how much data the sender can transmit without waiting for an acknowledgment. The window size is advertised by the receiver. Error control is enforced by the sender using the window size, and also by the retransmission process to handle losses within the window.