Which statement best describes the meaning of a TCP SYN scan being 'half-open'?

Prepare for the Penetration Testing and Vulnerability Analysis Test with a range of challenging questions. Study with multiple choice format, hints, and detailed explanations to ace your next exam!

Multiple Choice

Which statement best describes the meaning of a TCP SYN scan being 'half-open'?

Explanation:
Half-open means the handshake is never completed. In TCP, a normal connection uses three steps: SYN, SYN-ACK, then ACK to establish it. A SYN scan sends a SYN to a port and watches the response. If the port is open, the host replies with SYN-ACK, but the scanner does not send the final ACK; it often tears the connection down with a reset. If the port is closed, the host typically replies with a reset to the SYN. Because the final step of establishing a full connection is never performed, the connection remains half-open. This method lets you determine port status without fully opening TCP sessions, making it faster and less conspicuous. The other statements either reference different protocols, claim a full handshake, or describe actions unrelated to the scan.

Half-open means the handshake is never completed. In TCP, a normal connection uses three steps: SYN, SYN-ACK, then ACK to establish it. A SYN scan sends a SYN to a port and watches the response. If the port is open, the host replies with SYN-ACK, but the scanner does not send the final ACK; it often tears the connection down with a reset. If the port is closed, the host typically replies with a reset to the SYN. Because the final step of establishing a full connection is never performed, the connection remains half-open. This method lets you determine port status without fully opening TCP sessions, making it faster and less conspicuous. The other statements either reference different protocols, claim a full handshake, or describe actions unrelated to the scan.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy