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
What is the difference between message queue and shared memory?
Can you explain what is subneting?
Do you know what is network address translation?
Desirability of TCP/IP STANDARDS
What is unix port?
How can I tell if my isp is blocking ports?
What is thread in computer architecture?
How can I tell if port 445 is open?
What is ipconfig renew?
How do you find your ip address on windows?
How do you ipconfig all?
What is tcp ip layers?
Explain how is ip carried on a network?
Can ip addresses be shared?
What is the difference between a port address a logical address and a physical address?