How TCP stablish connection?

Answer Posted / krishnamohan

TCP connection establishment happens in a 3-way handshake
between the connecting peers:
1. Peer1 sends "SYN, seq # i" to Peer 2
2. Peer2 accepts SYN from Peer1 and sends "SYN-ACK i+1, SYN,
Seq # j"
3. Peer1 accepts ACK and sends "ACK j+1"

Here i is starting of sequence for packets going from Peer1
to Peer2.
j is starting of sequence for packets going from Peer2 to Peer1.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does interprocess communication work?

700


How will I know my ip address?

742


How do I stop pid 4 from using port 80?

677


What is difference between port number and ip address?

709


What is thread in computer architecture?

725






How do tcp sockets work?

657


Tell me what is the difference between public and private ip?

720


Is a website solely dedicated to ones ip address?

696


How do I find my servers ip address?

717


Can you explain what is subneting?

718


What osi layer is tcp?

662


How can I see all devices on my network?

782


What is routing protocol?

739


EXplain how the TCP/IP suite addresses name service

2454


What are the two types of semaphore?

702