TCP Data Transfer in Computer Networks



TCP Data Transfer in Computer Networks

TCP Data Transfer in Computer Networks

TCP (Transmission Control Protocol) is reliable protocol in the data communication so it’s acknowledges each segment once it receives. Therefore after connection is established using 3 Way handshake process client and server can transfer data in both the direction by adding sequence number and acknowledgement number in TCP header of the segment. Here along with acknowledgement sender can add the data in the segment known as piggybacking. All these things are explain with animated example in the video.

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

#DataTransfer #TCP #AnimatedStudy .

Comments are closed.