The difference between nmap and netstat

netstatnmap

I am trying to learn a little about networking and I was hoping to get some help.

Does anyone know the difference between nmap and netstat?

I kind of know how to use them and how to check ports but I would like to know the differences too 🙂

Best Answer

Nmap is a Network mapping tool. That means it's used to discover informations about hosts on a network (their ip, open ports, etc). Whereas Netstat is a network statistic tool used to list active connections from and to your computer. See https://en.wikipedia.org/wiki/Netstat.

Related Question