command line tools Flashcards
-Also called ICMP echo request/replies
-Determines whether the host can be reached and how long it took the host to send a return packet
-Troubleshooting problems with remote hosts
-Time in ms
ping
-Verify entries on a DNS server
-Lookup IP address on a domain
-Reverse lookup using an ip address to find the domain or host
NSLOOKUP
-non windows alternative to NSLOOKUP
DIG
-determines the route a packet takes to its destination
-Verify route to a remote host
-Returns IP addresses the packet was routed through to reach the destination
-Includes the # of hops
-Useful for detecting malfunctioning or overloaded router
TRACERT windows
traceroute linux macos
used to determine what a mac address when you know ip address
view the local table that shows ip and mac address
arp -a
network statistics
netstat
display host name of machine
hostname
view routing table
route print