What Is Tcp Handshake?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TCP Handshake is a set of steps which are used to establish a connection between two computers over the Internet. It involves exchanging messages between the two computers, known as the client and the server. The steps in the TCP Handshake include the following: 1) The Client sends a SYN (synchronize) message to the Server. 2) The Server responds with a SYN–ACK (synchronize acknowledge) message. 3) The Client acknowledges the Server‘s SYN–ACK with an ACK (acknowledge) message. 4) Once the handshake is complete, data can be transferred between the two computers.