Content deleted Content added
m WP:BHGbot 6 (List 3): eponymous category first, per MOS:CATORDER; fixed sort key; WP:GENFIXES |
→Sliding Window: Fixed a couple of typos. Tags: Mobile edit Mobile web edit |
||
Line 42:
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.
Sliding window flow control has
Sliding window flow control is a point to point protocol assuming that no other entity tries to communicate until the current data transfer is complete. The window maintained by the sender indicates which frames
=== Go Back N ===
|