Overview
- ping – Learn how to check network connectivity and latency between two devices.
- tracert (Windows) / traceroute (Linux) – Understand how packets travel across networks and diagnose routing issues.
- nslookup & dig – Learn how to query DNS records to resolve domain names to IP addresses.
- netstat – Explore network connections, listening ports, and routing tables on your system
- tcpdump – Capture and analyze network traffic from the command line.
- Wireshark – A graphical tool for deep packet inspection and network troubleshooting.
- nmap – Scan networks to discover hosts, open ports, and vulnerabilities.