Answer :
TCP Flow Control - Window Size and Acknowledgments is tcp provides mechanisms for flow control.
What is TCP Flow Control?
Data that is transferred to the recipient side without any acknowledgement is dealt with by flow control. It ensures that the receiver won't be overloaded with information.
It involves some sort of speed synchronization between the sender and receiver.
What method of flow control does TCP employ?
A sliding window is used by Transmission Manage Protocol (TCP) to control flow. Knowing how the TCP sliding window functions is a prerequisite before adjusting any TCP/IP parameters.
The maximum number of bytes, x, that can be sent from one system to another is set by the TCP sliding window.
Learn more about TCP Flow Control
brainly.com/question/13267163
#SPJ4