1. What Nmap Solves for Defenders
The core questions Nmap answers are simple: which hosts are up, which ports are open, what services are running, and what changed since the last scan. Those are not simple problems in practice — network diagrams go stale, CMDB entries drift, and deployed services accumulate without documentation.
When documentation disagrees with reality, Nmap is the direct observation method. You scan and see what is actually reachable, which is often different from what the diagram says.
The strongest recurring use is not one-off discovery — it is change detection over time. A new open port, a changed banner, or a newly reachable host can mean drift, a misconfiguration, shadow IT, or a deployment someone forgot to document.