Networking Tools Flashcards
(11 cards)
Ping
Sends ICMP echo requests to a target host to test connectivity and measure round-trip time for messages sent to the target device
Traceroute (Unix/Linux)
tracert (Windows)
Traces the path packets take from the source to the destination, showing each hop along the route.
traceroute Unix/Linux
tracert Windows
nslookup
Queries DNS servers to find the IP address associated with a hostname
tcpdump
Command-line packet analyzer; captures or filters TCP/IP packets that are received or transmitted over a network
dig
Powerful command-line tool used for querying DNS servers.
Retrieves detailed info about DNS records such as A, AAAAA, CNAME, MX, NS
Diagnoses DNS issues by providing insights into domain name resolution and server responses.
Netstat
Displays network connections (incoming and outgoing), routing tables, and a number of network interface statistics.
ipconfig (Windows)
ifconfig (Old Linux)
ip (Modern Linux)
Displays or configures the network configuration of a device.
arp
Displays or modifies the IP-to-MAC address translation tables used by the ARP
nmap
Tool that discovers devices and servers on a network by sending packets and analyzing the responses.
LLDP
Vendor-neutral protocol used to discover and share information between network devices on the same local network segment
Exchanges info about device identity, capabilities, and neighbors
Provides detailed network topology
CDP
Cisco proprietary protocol similar to LLDP