Skip to content

Latest commit

 

History

History

01_Network_Exploration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Lab - Mapping the Internet

Part 1: Test Network Connectivity Using Ping

To trace the route to a distant network, the PC used must have a working connection to the Internet.

  • The first tool we will use is ping. Ping is a tool used to test whether a host is reachable. Packets of information are sent to the remote host with instructions to reply. Your local PC measures whether a response is received to each packet, and how long it takes for those packets to cross the network. The name ping comes from active sonar technology in which a pulse of sound is sent underwater and bounced off of terrain or other ships.

  • From Windows, press Windows Button + R, type powershell in the Search box, and then press Enter

  • At the command-line prompt, type ping www.cisco.com

Alt text

Part 2: Trace a Route to a Remote Server Using Tracert

Now that basic reachability has been verified by using the ping tool, it is helpful to look more closely at each network segment that is crossed. To do this, the tracert tool will be used.

Alt text

Part 3: Trace a Route to a Remote Server Using Web-Based

Alt text