tcp provides mechanisms for flow control. flow control helps maintain the reliability of tcp transmission by adjusting the rate of data flow between source and destination for a given session. flow control is accomplished by limiting the amount of data segments forwarded at one time and by requiring acknowledgments of receipt prior to sending more. the first thing that tcp determines (to accomplish flow control) is the amount of data segments that the destination device can accept. the tcp header includes a 16-bit field called the window size. this is the number of bytes that the destination device of a tcp session is able to accept and process at one time. at first ,during the session startup ,the initial window size is agreed upon the 3-way handshake between source and destination. once agreed upon, the source device must limit the amount of data segments sent to the destination device based on the window size. only after the source device receives an acknowledgement that the data segments have been received, can it continue sending more data for the session.

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