cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
492
Views
0
Helpful
1
Replies

TCP 3-Way Handshake

Anwar Safian
Level 1
Level 1

Hi expert

 

I would like to know about TCP 3-Way Handshake process.

Let say I want to download some file from internet.

So the TCP 3-Way Handshake only occur at first frame before I download the file or every frame until I finish download it?

1 Reply 1

Cristian Matei
VIP Alumni
VIP Alumni

Hi,

 

   It's like when you meet someone new; you handshake at start for HELLO and handshake at the end for BYE. The same goes for TCP, where the TCP session is build via a handshake and torn down via another form oh handshake (for a graceful connection closeup). What happens in between the session being established (at start) and session being closed (at the end), it's just data transfer. Here's a close look un session establishment and session closing:

 

https://support.microsoft.com/en-gb/help/172983/explanation-of-the-three-way-handshake-via-tcp-ip

 

  Think about it, if when you meet someone you'll constantly and continuously perform handshake, there will be no time to do anything else, so the 3-way handshake is what brings the session up at start, what happens after is data being transmitted back and forward, while in the end the session gets terminated by a 4-way handshake.

 

Regards,

Cristian Matei.

Review Cisco Networking for a $25 gift card