Question
Which flow control technique allows the receiver to
inform the sender about its buffer status?Solution
Sliding Window is a flow control technique where the receiver maintains a window that indicates the range of acceptable sequence numbers. The receiver uses acknowledgments to inform the sender about its buffer’s status.
More IT Networking Questions