Ask Question
13 September, 18:50

True or False? Regarding TCP connections, a three-way handshake that doesn't complete because the client fails to send the final ACK to the server results in a closed connection.

+1
Answers (1)
  1. 13 September, 19:18
    0
    True

    Explanation:

    Transmission control protocol (TCP) is a transport layer protocol which must establish a connection between server and client before packets are shared, in other words, it is connection oriented.

    The server and client must go through a three way handshake to establish connection.

    The client send request for a client-server connection.

    The server received the request and send an ACK and a request for a server - client connection.

    The client, at this stage must send ACK to the server to complete the three way handshake for an open connection.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “True or False? Regarding TCP connections, a three-way handshake that doesn't complete because the client fails to send the final ACK to the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers