Question: What are the steps involved in the three-way handshake process in TCP communications? a. The steps involved in the three-way handshake process in TCP communications
What are the steps involved in the three-way handshake process in TCP communications?
a. The steps involved in the three-way handshake process in TCP communications are:
1) The client sends an ACK packet to the server,
2) The server responds with a SYN packet, and
3) The client sends a FIN packet to the server.
b. The steps involved in the three-way handshake process in TCP communications are:
1) The client sends a SYN packet to the server,
2) The server responds with a SYN-ACK packet, and
3) The client responds to the server with an ACK packet to acknowledge the receipt of the SYN-ACK.
c. The steps involved in the three-way handshake process in TCP communications are:
1) The server sends a SYN packet to the client
, 2) The client responds with an ACK packet, and
3) The server sends a RST packet to the client.
d. The steps involved in the three-way handshake process in TCP communications are:
1) The client sends a RST packet to the server,
2) The server responds with a FIN packet, and
3) The client sends a SYN-ACK packet to the server.