Using The Traceroute Command
When you connect to a site, your traffic does not go directly to the server you are attempt to connect to. Instead, it goes through multiple machines on the Internet known as routers.
These machines control how your traffic gets to your destination. If any one connection fails, you will not be able to connect to your destination.
There is a common utility known as traceroute that shows you the path your traffic takes when you attempt to connect to a site.
Windows
- Open on the Start menu
- Click on Run
- Type cmd and press the OK button
- Type tracert your-domain.com and hit the Enter key
To copy the output, right-click anywhere in the window and select Mark. You can press the Enter key to copy all of the output, or select the text you want to copy and right-click with your mouse to copy it. The just hold Ctrl + V to paste the output.
Mac
- Click on the Hard Drive
- Go to Applications
- Go to Utilities
- Go to Network Utility
- Click on Traceroute
- Type the domain or IP address in the appropriate input filed and press Trace
You can also do this from the Terminal prompt:
- Click on the Hard Drive
- Go to Applications
- Go to Utilities
- Click on Terminal
- Type traceroute your-domain.com and hit the Enter key
Linux
- Open a terminal window
- Type traceroute -I your-domain.com and press the Enter key
Related Articles
Sorry, no related entries exist for this article.