SóProvas


ID
320410
Banca
CESPE / CEBRASPE
Órgão
INMETRO
Ano
2010
Provas
Disciplina
Redes de Computadores
Assuntos

Caso a tentativa de estabelecimento de uma conexão TCP tenha ocorrido com sucesso, a sequência correta para o threeway handshake será

Alternativas
Comentários
  • 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