Secureworks Interview Question

Explain the TCP three-way handshake.

Interview Answer

Anonymous

Feb 9, 2016

The normal process of establishing a connection between a TCP client and server involves three steps: the client sends a SYN message; the server sends a message that combines an ACK for the client’s SYN and contains the server’s SYN; and then the client sends an ACK for the server’s SYN.

1