Section 5.3 Flashcards
Command for DNS search
dig or nslookup
Command to identify all IP addresses on a network
nmap -sn [net/subnet address in CIDR]
Command to display local arp cache
arp -a
Command to list active connections
netstat
Command to show all router hops on its way to the destination
Linux: traceroute
Windows: tracert
Command for a list of all active tcp connections
netstat -t
Command for a list of all active udp connections
netstat -u
Command to display local device’s routing table
Linux: route
Windows: route print
Command to check if a port is open
telnet [IP] [port]
Command to show various information while on a network device
show interface/config/route
What makes Spectrum Analyzers different from WiFi Analyzers?
they can analyze a wider range of frequencies
What tool can be used to do your own network speed test?
iPerf
What are IP Scanners used for?
to discover every device connected to a network
Command to display the device you’re on
hostname
Command to show detailed network information on Windows
ipconfig /all