TCP Connection Establishment by 3 Way Handshake



TCP Connection Establishment by 3 Way Handshake

TCP Connection Establishment by 3 Way Handshake

TCP or Transmission Control Protocol establish the connection using Three-way handshaking, in that client can initiate the connection by sending SYN segment which is acknowledged by server, server is also send the SYN for synchronization altogether known as SYN + ACK segment, after getting this segment by client, it send ACK segment as acknowledgement to the server. This process is explained in this video with example, so you can understand how the initial sequence number and acknowledgement number is set by the TCP using animated example. Not only that this video also practically explain how Three Way Handshaking works using packet capturing tools like WireShark in the Computer Network.

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

#ThreeWayHandshake #ConnectionEstablishment #AnimatedStudy .

Comments are closed.