A security analyst runs the following Nmap command: nmap -sS -sV -O -p 22,80,443,3389 192.168.1.0/24. Which of the following BEST describes what this scan will accomplish?
Select one:
The trap here is that candidates confuse `-sS` (SYN scan) with a full connect scan (`-sT`) or mistak...