Network Commands Flashcards
ping
sends Internet Control Message Protocol (ICMP) echo request to host and listens for reply.
traceroute/tracert
Traces the route of a packet to its destination
tracepath
similar to traceroute, but can be used by all users.
ipconfig
provides user with IP, subnet mask, and default gateway
ifconfig
configures kernel network interfaces
ARP
Address Resolution Protocol. Displays IP to physical (MAC) address mappings for hosts in the cache. Host must be on local network.
netstat
Network statistics. Displays info about active ports.
nslookup
Name Server Lookup. Displays DNS and IP address mappings.
dig
Domain Information Groper. Query DNS name servers. Replaced nslookup.
whois
used to lookup who owns domain or block of IP addresses. Can be hidden with privacy options.
route
Displays current route tables on host.
scp
Secure Copy Protocol. Securely copies files between servers. Uses SSH for authentication and encryption.
ftp
File Transfer Protocol. Data is unencrypted. Copies files from one host to another.
finger
displays info about user on remote system
nmap
Network Mapper. Scans networks to find hosts and open ports. Finds what is deployed on network for vulnerability analysis.