Dinesh Beniwal
Explain 3 way handshake and how it works?
By Dinesh Beniwal in .NET on Jul 04 2011
  • Manish Kumar Choudhary
    Nov, 2014 25

    A three-way-handshake is primarily used to create a TCP socket connection. It works when:A client node sends a SYN data packet over an IP network to a server on the same or an external network. The objective of this packet is to ask/infer if the server is open for new connection.The target server must have open ports that can accept and initiate new connections. When the server receives the SYN packet from the client node, it responds and returns a confirmation receipt - the ACK packet or SYN/ACK packet.The client node receives the SYN/ACK from the server and responds with an ACK packet.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS