1.1.1.9 Lab - Mapping The Internet
1.1.1.9 Lab - Mapping The Internet
Objectives
Part 1: Determine Network Connectivity to a Destination Host
Part 2: Trace a Route to a Remote Server Using Tracert
Background / Scenario
Route tracing computer software lists the networks that data traverses from the user’s originating end device
to a distant destination device.
This network tool is typically executed at the command line as:
tracert <destination network name or end device address>
(Microsoft Windows systems)
or
traceroute <destination network name or end device address>
(UNIX, Linux systems, and Cisco devices, such as switches and routers)
Both tracert and traceroute determine the route taken by packets across an IP network.
The tracert (or traceroute) tool is often used for network troubleshooting. By showing a list of routers
traversed, the user can identify the path taken to reach a particular destination on the network or across
internetworks. Each router represents a point where one network connects to another network and through
which the data packet was forwarded. The number of routers is known as the number of hops the data
traveled from source to destination.
The displayed list can help identify data flow problems when trying to access a service such as a website. It
can also be useful when performing tasks, such as downloading data. If there are multiple websites (mirrors)
available for the same data file, one can trace each mirror to get a good idea of which mirror would be the
fastest to use.
Command-line based route tracing tools are usually embedded with the operating system of the end device.
This activity should be performed on a computer that has Internet access and access to a command line.
Required Resources
PC with Internet access
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 3
Lab - Mapping the Internet
b. Now ping one of the Regional Internet Registry (RIR) websites located in different parts of the world to
determine if it is reachable:
Africa: www.afrinic.net
Australia: www.apnic.net
South America: www.lacnic.net
North America: www.arin.net
Note: At the time of writing, the European RIR www.ripe.net does not reply to ICMP echo requests.
The website you selected will be used in Part 2 for use with the tracert command.
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 3
Lab - Mapping the Internet
Trace complete.
b. The web-based tool at http://whois.domaintools.com/ can be used to determine the owners of both the
resulting IP address and domain names shown in the tracert tools output. Now perform a tracert to one of
RIR web sites from Part 1 and save the results.
Africa: www.afrinic.net
Australia: www.apnic.net
Europe: www.ripe.net
South America: www.lacnic.net
North America: www.arin.net
List the domains below from your tracert results using the web-based whois tool.
Charter, Equinix
c. Compare the lists of domains crossed to reach the final destinations.
Reflection
What can affect tracert results?
How many hops it has to make to get to the destination
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 3