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
How does interprocess communication work?
How will I know my ip address?
How do I stop pid 4 from using port 80?
What is difference between port number and ip address?
What is thread in computer architecture?
How do tcp sockets work?
Tell me what is the difference between public and private ip?
Is a website solely dedicated to ones ip address?
How do I find my servers ip address?
Can you explain what is subneting?
What osi layer is tcp?
How can I see all devices on my network?
What is routing protocol?
EXplain how the TCP/IP suite addresses name service
What are the two types of semaphore?