Nmap (Network Mapper) is an open-source network scanning tool used to discover hosts, identify open ports, detect running services, and gather detailed information about systems on a network.

UDP scan works by sending a UDP packet to every targeted port

(NULL scan) is an Nmap technique that sends TCP packets with no flags set to identify open or filtered ports based on target response behavior.

-sn is used for host discovery only - it checks which systems are alive without performing any port scanning.

-v stands for verbose mode, which makes Nmap display more detailed output during the scan.
