TCP Data Transfer in Computer Networks

Опубликовано: 20 Октябрь 2024
на канале: Animated Study
4,848
63

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:    • Computer Networks  

See Full Playlist on HTML, CSS and JavaScript:
   • HTML, CSS and JavaScript  

See Full Playlist on Data Structures:    • Data Structures  

#DataTransfer #TCP #AnimatedStudy