How does a TCP SYN scan differ from a normal TCP connection when an open port replies with SYN-ACK?
The scanner sends ACK and immediately begins application data transfer
The scanner sends RST instead of the final ACK, so the connection is not fully established
The scanner never sends a SYN packet
The target always sends RST before the scanner receives any reply