What is the standard sequence of packets in the TCP three-way handshake?

Study for the Wireshark Block 5 Exam. Prepare with flashcards and multiple choice questions, each offering hints and explanations. Ace your exam with the best resources!

Multiple Choice

What is the standard sequence of packets in the TCP three-way handshake?

Explanation:
TCP connection setup relies on a three-way handshake. The client starts by sending a segment with the SYN flag set to begin the connection and to choose an initial sequence number. The server replies with a segment that has both SYN and ACK flags set, acknowledging the client’s request and providing its own initial sequence number. The client then sends a final segment with the ACK flag set to acknowledge the server’s sequence number, completing the handshake and enabling data transfer. This sequence—SYN, SYN-ACK, ACK—is what establishes the connection. Fin usage appears later for termination, not during setup. Other options try to insert FIN or misorder the flags, which doesn’t match how TCP actually establishes a connection.

TCP connection setup relies on a three-way handshake. The client starts by sending a segment with the SYN flag set to begin the connection and to choose an initial sequence number. The server replies with a segment that has both SYN and ACK flags set, acknowledging the client’s request and providing its own initial sequence number. The client then sends a final segment with the ACK flag set to acknowledge the server’s sequence number, completing the handshake and enabling data transfer. This sequence—SYN, SYN-ACK, ACK—is what establishes the connection. Fin usage appears later for termination, not during setup. Other options try to insert FIN or misorder the flags, which doesn’t match how TCP actually establishes a connection.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy