I read on a book that the SYN scan in nmap is usually a lot faster than the TCP connect scan, because it doesn't go through all the three way handshake connection. But when i try both scans on the same target, the TCP connect scan takes 2 seconds, while the SYN scan takes 7 minutes at least.
Can anyone tell me what's wrong here ?