Which statement best describes the purpose of a TCP handshake?

Study for the Tanium Technical Account Manager Interview Test. Prepare with flashcards and multiple choice questions, each with hints and explanations. Ace your interview with confidence!

Multiple Choice

Which statement best describes the purpose of a TCP handshake?

Explanation:
The handshake’s purpose is to establish a reliable connection before any data is exchanged. In TCP, the three-step exchange (SYN, SYN-ACK, ACK) lets both ends synchronize their sequence numbers and confirm each side is ready to receive data. This setup ensures that every byte can be tracked, acknowledged, and, if needed, retransmitted, so data arrives in order and without loss. It also negotiates initial parameters like flow control, so both sides know how much data can be in flight. This isn’t about encryption, which is handled by separate security layers, nor about mapping hostnames to IP addresses, which is DNS’s job. It’s also not about ending a connection—that happens later with a termination sequence. The handshake specifically primes the connection for reliable data transfer by aligning sequence numbers and acknowledgments.

The handshake’s purpose is to establish a reliable connection before any data is exchanged. In TCP, the three-step exchange (SYN, SYN-ACK, ACK) lets both ends synchronize their sequence numbers and confirm each side is ready to receive data. This setup ensures that every byte can be tracked, acknowledged, and, if needed, retransmitted, so data arrives in order and without loss. It also negotiates initial parameters like flow control, so both sides know how much data can be in flight.

This isn’t about encryption, which is handled by separate security layers, nor about mapping hostnames to IP addresses, which is DNS’s job. It’s also not about ending a connection—that happens later with a termination sequence. The handshake specifically primes the connection for reliable data transfer by aligning sequence numbers and acknowledgments.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy