Multiple choice Which Nmap scan is does not completely open a TCP connection? SYN stealth scan TCP connect XMAS tree scan ACK scan Reveal answer Fill a bubble to check yourself A Correct answer Explanation A SYN stealth scan (half-open scan) sends a SYN packet to the target. If a SYN/ACK is received, the port is open, but the scanner sends an RST packet instead of completing the handshake, thus avoiding a full connection.