Section 5.3 Flashcards
1
Q
Command for DNS search
A
dig or nslookup
2
Q
Command to identify all IP addresses on a network
A
nmap -sn [net/subnet address in CIDR]
3
Q
Command to display local arp cache
A
arp -a
4
Q
Command to list active connections
A
netstat
5
Q
Command to show all router hops on its way to the destination
A
Linux: traceroute
Windows: tracert
6
Q
Command for a list of all active tcp connections
A
netstat -t
7
Q
Command for a list of all active udp connections
A
netstat -u
8
Q
Command to display local device’s routing table
A
Linux: netstat -r
Windows: route print
9
Q
Command to check if a port is open
A
telnet [IP] [port]
10
Q
Command to show various information while on a network device
A
show interface/config/route