-
GABARITO B!
.
.
TCP uses a three-way handshake to establish a reliable connection. The connection is full duplex, and both sides synchronize (SYN) and acknowledge (ACK) each other. The exchange of these four flags is performed in three steps—SYN, SYN-ACK, and ACK.
-
Estabelecimento de Conexão
- Three Way Handshake é o mecanismo utilizado pelo TCP para estabelecimento de uma conexão.
- Solicitação de abertura de conexão – SYN;
- O destino confirma a abertura de conexão – SYN+ACK;
- A origem confirma a conexão – ACK
Alternativa: B
-
GAB.: B
Estabelecimento as flags são (syn, syn-ack e ack)
Encerramento as flags são (fin;fin-ack;ack). A mensagem fin-ack pode ser dividida em 2.
-
GABARITO B
Three Way Handshake:
Estabelecimento de conexão :
Cliente ----> SYN --> servidor
cliente <---- SYN /ACK--- servidor
Cliente------ACK------------> servidor
---------------------------------------------------
SYN= sincronizar
ACK= confirmação