NMAP is a command that is used to identify servers/computers/devices on the network
nmap -sn -n 192.168.0.*
to check for 1000 ports
nmap -n 192.168.0.1
to check for 100 ports
nmap -Fn 192.168.0.1
nmap -p 80 -n 192.168.0.1