Flow Control in TCP



Flow Control in TCP

Flow Control in TCP

Flow control is important functionality of Transport Layer in TCP/IP model of Computer Networks. The sender should know how much free space is available on the receiving side before sending bytes. Receiver TCP uses parameter like window size in the header to tell the sender about its capacity to receive data. In this video this is explained with example how sender and receiver windows are adjusted during the client server communication on the Internet.

See Full Playlist on Computer Networks: https://www.youtube.com/playlist?list=PLS1rTZkO2Djbwp9AL1zKkGQMPWELEmndA

See Full Playlist on HTML, CSS and JavaScript:
https://www.youtube.com/playlist?list=PLS1rTZkO2DjYC9WZ9qoeg55avIyh5001g

See Full Playlist on Data Structures: https://www.youtube.com/playlist?list=PLS1rTZkO2DjZiSUk_vc7UYfkC0jT1-CKi

#FlowContol #TCP #AnimatedStudy .

Comments are closed.