Trace Route
Trace Route
com/app/answers/answer_view/a_id/1088078/~
/running-a-traceroute
Article Content
Traceroute
Running a Traceroute
Reading a Traceroute
Traceroute
Traceroute is a utility that records the Internet route (gateway computers at
each hop) between your computer and a specified destination computer. It
also calculates and displays the amount of time for each hop. This utility helps
you find where high transfer times are occurring in your internal network and
the Internet. Before using Traceroute, you can use the Ping utility to identify
whether a host is present on the network. For more information, see Running
and Reading a Ping.
[ Top ]
Running a Traceroute
Take the following steps to run a traceroute in Microsoft Windows :
® ®
Reading a Traceroute
The traceroute application sends three packets from your computer to your
traceroute destination and waits for them to return. Each time traceroute
receives packets, it sends three new packets. The traceroute application times
the transmission of these packets to every hop between your computer and
the targeted destination terminal. The traceroute report displays these items in
a list. Packets that fail to return (dropped packets) are indicated with an
asterisk (*). Consistent indications of transmission times that exceed 600
milliseconds indicate a possible connectivity problem.
Slow Hops
Asterisks
If you receive asterisks, your results did not return within the TTL (time to live)
value. This is due to the ICMP (Internet Control Message Protocol) blocking
traffic or the packet did not reach the intended destination and timed out.
If every packet beyond a certain hop returns asterisks, you could have a
problem with a router/gateway after the last successful hop. The following are
a list of suggestions:
If this point is appearing in the first 1-3 hops, the packets may not be
making it out of your firm's network. This indicates a possible issue with
your firm's network.
If this point is appearing anywhere in the middle of the traceroute, there
could be an issue with your internet service provider.
If this point is appearing at the end of the traceroute, there could be an
issue with a LexisNexis router.
The following traceroute entries indicate that you are receiving return packets
from the LexisNexis routers:
Sprint 144.232.253.18
AT&T 12.127.225.86
UUnet 157.130.114.62
Note: If you cannot trace the LexisNexis servers, your traceroute report times
out after displaying these internet addresses.
Article Content
Ping
Running a Ping
Reading a Ping
Ping
Ping (Packet InterNet Groper) is a network utility that sends a series of packets
to a specified address. The originating computer sends these packets to
discover whether the IP address of the destination computer exists and is
accessible. If the PING is unsuccessful, the originating computer will most
likely not be able to communicate with the destination computer, though it
may be able to communicate via other protocols.
[ Top ]
Running a Ping
1. Press Windows key + R to open the Run window.
2. Enter cmd and press Enter to display a Command Prompt.
3. Enter ping, a space, then the IP address or web address for the
destination site (for example, www.lexis.com).
[ Top ]
Reading a Ping
The Ping application sends packets from your computer to your ping
destination and waits for them to return. If all packets return within the
determined time period, the Ping application reports a successful connection.
More elaborate Ping applications display the time it took for the packet to be
returned in the report.
Example:
ping dayton.net
!!!!!
Example:
@BRADYJGAVIN
The ping command sends packets of data to a specific IP address on a network, and
then lets you know how long it took to transmit that data and get a response. It’s a
handy tool that you can use to quickly test various points of your network. Here’s how to
use it.
It sounds simple, and it is. But you can use it to good effect. You can test whether your
computer can reach another device—like your router—on your local network, or whether
it can reach a device on the Internet. This can help you determine if a network problem
is somewhere on your local network, or somewhere beyond. The time it takes packets
to return to you can help you identify a slow connection, or if you’re experiencing packet
loss.
And it pretty much doesn’t matter what operating system you’re using. Pull up a
terminal or Command Prompt window, and you can use ping on macOS, Linux, or any
version of Windows.
ADVERTISEMENT
In Windows, hit Windows+R. In the Run window, type “cmd” into the search box, and
then hit Enter.
At the prompt, type “ping” along with the URL or IP address you want to ping, and then
hit Enter. In the image below, we’re pinging www.howtogeek.com and getting a normal
response.
That response shows the URL you’re pinging, the IP address associated with that URL,
and the size of the packets being sent on the first line. The next four lines show the
replies from each individual packet, including the time (in milliseconds) it took for the
response and the time-to-live (TTL) of the packet, which is the amount of time that must
pass before the packet is discarded.
At the bottom, you’ll see a summary that shows how many packets were sent and
received, as well as the minimum, maximum, and average response time.
And in the next image, we’re pinging the router on our local network using its IP address.
We’re also getting a normal response from it.
When the ping tool does not get a response from whatever devices you’re pinging, it lets
you know that, too.
ADVERTISEMENT
And that’s how to use ping at its most basic. Of course, like most commands, there are
some advanced switches you can use to make it behave a bit differently. For example,
you can have it keep pinging a destination until you stop the command, specify the
number of times you want it to ping, set how often it should ping, and more. But unless
you’re doing some very specific types of troubleshooting, you won’t need to worry much
about those advanced switches.
If you’re curious about them, though, just type “ping /?” at the Command Prompt to see
a list.
Ping a URL to resolve its IP address. If you want know the IP address for a particular
URL, you can ping the URL. The ping tool shows you right at the top the IP address it’s
working with.
Ping your router to see if you can reach it. If you can’t successfully ping an internet
location, you can then try pinging your router. A successful response lets you know
that your local network is working okay, and that the problem reaching the internet
location is somewhere out of your control.
Ping your loopback address (127.0.0.1). If you can’t successfully ping your router, but
your router appears to be turned on and working, you can try pinging what’s known as
a loopback address. That address is always 127.0.0.1, and pinging it successfully lets
you know that the network adapter on your computer (and the networking software in
your OS) is working properly.
Note: You may not get a ping response from other computers on your local network
because the built-in firewalls on those devices prevent them from responding to ping
requests. If you want to be able to ping those devices, you’ll need to turn off that setting
to allow pings through the firewall.
The list above uses a kind of outside-in approach, where you ping the furthest
destination first, and then work your way in to the more local devices. Some people like
to work inside-out by pinging the loopback address first, then their router (or another
local device), and then an internet address.
And of course, what we’re talking about in this article is mostly about using ping to
perform troubleshooting on a home or small business network. On larger networks,
there’s a lot more complexity to worry about. Plus, if you’re tasked with troubleshooting
larger networks, you probably already know how to use ping and many other networking
tools.
READ NEXT
› How to Use the ip Command on Linux
› How to See What Private Info Your iPhone Apps Are Accessing
› Stop Closing Apps on Your Android Phone