Content deleted Content added
m Undid revision 833741215 by 14.139.184.25 (talk) Clean up Reverting vandalism or test edit |
→Sliding Window: Fixed typo. Tags: Mobile edit Mobile web edit |
||
Line 37:
{{Main | Sliding Window Protocol}}
A method of flow control in which a receiver gives a transmitter permission to transmit data until a window is full. When the window is full, the
Sliding-window flow control is best utilized when the buffer size is limited and pre-established. During a typical communication between a sender and a receiver the receiver allocates buffer space for ''n'' frames (''n'' is the buffer size in frames). The sender can send and the receiver can accept ''n'' frames without having to wait for an acknowledgement. A sequence number is assigned to frames in order to help keep track of those frames which did receive an acknowledgement. The receiver acknowledges a frame by sending an acknowledgement that includes the sequence number of the next frame expected. This acknowledgement announces that the receiver is ready to receive n frames, beginning with the number specified. Both the sender and receiver maintain what is called a window. The size of the window is less than or equal to the buffer size.
|