As a network technician, you need to perform a scan to detect the services running on all the open ports of a server. Additionally, you aim to reduce scan time and network overhead. Which nmap command should you use to BEST meet your requirements?
nmap -O target_ip
nmap -A target_ip
nmap -F target_ip
nmap -sV --version-light target_ip