Pregunta de entrevista de Amazon

Explain a basic TCP connection establishment, data transfer an closing session

Respuesta de la entrevista

Anónimo

16 sept 2019

To establish a connection tcp uses a three-way handshake. Before a client attempts to connect with a server, the server must first bind to and listen at a port to open it up for connections: this is called a passive open. SYN-ACK. In response, the server replies with a SYN-ACK.