Is tcp connection flow chart is 3-way handshaking

Asked By 30 points N/A Posted on -
qa-featured

Hello, 

Hope you are doing good. I was reading a magazine of networking and a doubt comes in my mind that is tcp connection flow chart has 3-way handshaking. I have a confusion on the last part, At the end does client sends an acknowledgement to server or not. Thanks.

SHARE
Best Answer by Cyril L Edmonds
Best Answer
Best Answer
Answered By 80 points N/A #168485

Is tcp connection flow chart is 3-way handshaking

qa-featured

Greetings Marc A White,

 

Let's assume you are sending me a mail over TCP. Here's how it works. In order for you to send me something you first need to check if I'm on the address. Therefore first you send a check-mail. So

 

Marc sends a check-mail (it's called SYN) to Cyril.

Cyril receives check-mail (SYN)

Cyril sends check-mail (SYN) and mail (ACK) that he is here.

Marc receives check-mail (SYN) and mail (ACK).

Marc now sends mail (ACK) to Cyril.

Cyril receives mail (ACK).

 

Maybe the check-mail, mail example isn't so good but I hope you understand how it works.

Hope this helps you,

Regards.

Answered By 30 points N/A #168486

Is tcp connection flow chart is 3-way handshaking

qa-featured

Dear Marc A White,

Thanks for asking a basic but very important question whoever wants to understand networking clearly. As my fellow expert already described you the step by step process very nicely I will not waste too much time of yours. But I just like to add a picture which I hope gives you more clarity on the issue.

I hope above picture will help you in removing any confusion. The picture shows that Client infact sends an acknowledgement to server for full fledge connection establishment.

Thanks & Regards,

DBD

 

Related Questions