Pregunta de entrevista de Secureworks

Explain the TCP three-way handshake.

Respuesta de la entrevista

Anónimo

9 feb 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