Question
Explain the role of the 'sliding window' in TCP's error and flow control.
Asked by: USER5527
73 Viewed
73 Answers
Responsive Ad After Question
Answer (73)
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.