Which statement best describes the final packet in a standard TCP three-way handshake?

Prepare for the Wireshark Traffic Analysis Exam. Study with flashcards and multiple choice questions, each question includes hints and explanations. Ace your exam!

Multiple Choice

Which statement best describes the final packet in a standard TCP three-way handshake?

Explanation:
In TCP, a three-way handshake uses three packets to establish a connection and synchronize both sides’ sequence numbers. The first is a SYN from the initiator to start the connection. The second is a SYN-ACK from the receiver to acknowledge the request and offer its own sequence number. The final step is an ACK from the initiator, confirming the server’s sequence number and completing the handshake so data transfer can begin. This final ACK carries no new data and simply marks the connection as established. A plain SYN is the initial probe to start the connection, not the last step. A SYN-ACK is the server’s response in the middle of the handshake, not the final confirmation. A FIN is used later to gracefully terminate a connection, not to establish it. In Wireshark, you’d typically see three packets with flags in this order: SYN, SYN-ACK, and ACK.

In TCP, a three-way handshake uses three packets to establish a connection and synchronize both sides’ sequence numbers. The first is a SYN from the initiator to start the connection. The second is a SYN-ACK from the receiver to acknowledge the request and offer its own sequence number. The final step is an ACK from the initiator, confirming the server’s sequence number and completing the handshake so data transfer can begin. This final ACK carries no new data and simply marks the connection as established.

A plain SYN is the initial probe to start the connection, not the last step. A SYN-ACK is the server’s response in the middle of the handshake, not the final confirmation. A FIN is used later to gracefully terminate a connection, not to establish it. In Wireshark, you’d typically see three packets with flags in this order: SYN, SYN-ACK, and ACK.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy