Skip to main content

Three-Way-Handshake


Definition - What does Three-Way-Handshake mean?

A three-way-handshake is a method used in a TCP/IP network to create a connection between a local host/client and server. It is a three-step method that requires both the client and server to exchange SYN and ACK (acknowledgment) packets before actual data communication begins.

A three-way-handshake is also known as a TCP handshake.

Techopedia explains Three-Way-Handshake

A three-way-handshake is primarily used to create a TCP socket connection. It works when: 

Upon completion of this process, the connection is created and the host and server can communicate.

Comments

Popular posts from this blog

Difference Between TCP and UDP?

What is the Difference Between TCP and UDP? TCP and UDP are both protocols used to send data over the internet but they do this in a slightly different way. Transmission Control Protocol (TCP) is the most commonly use protocol on the internet. When information is sent as data packets through TCP, your browser will stitch these packets back together to present you, for example, with a web page that you requested. TCP will make sure that the packets are all received and in the right order before it servers you the page so it guarantees delivery. User Datagram Protocol (UDP) on the other hand, will not perform any of the error checking that TCP does making it significantly faster. This is why UDP is better for video streaming or gaming, for example, while TCP is the go-to protocol for your normal browsing. UDP TCP Reliability: UDP is less reliable as it is a connectionless protocol. When you send a message using UDP internet protocol, it is not guaranteed if it will reach the des...

Functions of Data Link Layer