PING goes the Traceroute

When learning about how internet connections are made and the simple act of a google search sends out a message requesting information.  One can perform a PING command or Traceroute command.  I tested these commands on some websites and this is what my results were below.

First off the acronym PING is Packet Internet Groper.  This is command is used to test whether an IP address or domain is working correctly.  How this is done is the Ping command measures how long it takes for packets to be sent to the destination IP address and back.  This is measures in milliseconds.  When performing the Ping command on google.com multiple packets were sent out, the ping command is still going, the average response time is 22.746 ms.  It times out for a brief period and then continues on.  The next domain was Japan.go.jp which is a japanese government website, the average time was 15.944 ms.  The last domain was Abs.gov.au which is the Australian Bureau of Statistics website, and the average time 42.144 ms.  Even though there is a great geographic distance between the different domains the speed of information travel with the internet is extremely minimal.

The traceroute command is exactly how it sounds, it traces the route that information is sent from the domain to the  test computer.  Each time the packet switches to a different router its referred to as a hop.  The tracerout performed for the Google.com domain had 64 hops, the shortest length of time being 1.607 ms and longest 91.519 ms to complete the hop to another router.

Both of these command tools are useful for diagnosing networking capabilities.  The Ping command ensures that the IP address is functioning and at what speeds it is sending out packets.  It helps users be able to make sure IP addresses exist.  The traceroute command is a map of the route that packets are being sent.  This command can determine where a traceroute fails by tracking where the last hop occured on the router path.  A traceroute may fail if a router is down in the network or there is a connection error in the network.

 

Comments

Popular posts from this blog

Operating System Theory and Design

Simple Explanation of Algorithmic Design and Data Structures