38.6k views
3 votes
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.

User Sfstewman
by
6.1k points

1 Answer

5 votes

Answer:

True

Step-by-step 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.

User Mubeen Ali
by
5.9k points