It shows the path that data packets take from your computer to a destination and also measures the time taken at each hop.
Uses:
Troubleshooting network connectivity issues
Finding where the network is slow or failing
Checking the path taken to reach a server
Detecting if there’s a bottleneck in your network
🔧 Practical Usage
tracert google.com
What It Shows:
Number of hops
Routers in the path
Delay at each hop
🔁 6️⃣ arp
📖 Purpose
Shows the ARP table
ARP table stores the mapping of IP addresses to the MAC address of devices in a LAN
NOTE : It do not include all the devices present in LAN, it only shows the mapping for the devices that your local computer recently communicated with or tried to.
🔧 Practical Usage
arp -a
à Shows the IP address and MAC address of the devices present in LAN
What It Shows:
IP address
Corresponding MAC address
Interface
Used For:
Detecting IP conflicts
Verifying device MAC address
Checking local network communication
🛤 7️⃣ route print
📖 Purpose
The route command is used to view and manipulate the routing table of your computer.
The routing table tells your system where to send network packets based on the destination IP address.
🔧 Practical Usage
route print
It shows the routing table
It shows a list of all the routes (paths) your computer uses to send data packets across networks.
What It Shows:
Network destination
Netmask
Gateway
Interface
Metric
Used For:
Checking default gateway (0.0.0.0)
Diagnosing routing problems
Verifying static routes
🧠 How to Troubleshoot Step-by-Step (Very Important)
If the internet is not working:
1️⃣ ipconfig → Check IP address 2️⃣ ping 127.0.0.1 → Check local TCP/IP 3️⃣ ping default gateway → Check router connectivity 4️⃣ ping 8.8.8.8 → Check internet 5️⃣ nslookup google.com → Check DNS 6️⃣ tracert google.com → Check routing path
🎓 Interview Question
❓ How do you troubleshoot when the internet is not working?
First, I check IP configuration using ipconfig, then verify connectivity using ping, check DNS using nslookup, and analyze routing using tracert and route print.
Refer a friend to our services and get earnings on your next service. Hurry, this offer
won’t be around forever – it’s just a fleeting referral-tunity.