Lab Exploring Network Tools - SeanSeymour/SYS140-Tech-Journal GitHub Wiki

nslookup Click on the magnifying glass in the Windows taskbar and type ‘cmd’. Open the Command Prompt application that pops up. The command nslookup is used to find the IP address of a host and the hostname for an IP address.

Type into the command prompt window nslookup champlain.edu

The IP address shown in the ‘Non-authoritative answer’ portion is Champlain’s web server next to “Addresses” Copy the output to your GitHub submission and put asterisks next to the IP Address(es).

Microsoft Windows [Version 10.0.19041.572]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>nslookup www.champlain.edu
Server:  cdns01.comcast.net
Address:  2001:558:feed::1

Non-authoritative answer:
Name:    www.champlain.edu
**Address:  208.115.107.132

Ping Output

C:\WINDOWS\system32>ping 208.115.107.132

Pinging 208.115.107.132 with 32 bytes of data:
Reply from 208.115.107.132: bytes=32 time=88ms TTL=41
Reply from 208.115.107.132: bytes=32 time=89ms TTL=41
Reply from 208.115.107.132: bytes=32 time=89ms TTL=41
Reply from 208.115.107.132: bytes=32 time=86ms TTL=41

Ping statistics for 208.115.107.132:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 86ms, Maximum = 89ms, Average = 88ms

tracert -d www.champlain.edu

 
C:\WINDOWS\system32>tracert -d www.champlain.edu

Tracing route to www.champlain.edu [208.115.107.132]
over a maximum of 30 hops:

  1     2 ms     2 ms     3 ms  10.0.0.1
  2    17 ms    14 ms    12 ms  96.120.69.53
  3    13 ms    14 ms    14 ms  96.108.58.1
  4    14 ms    19 ms    15 ms  162.151.148.66
  5    19 ms    14 ms    15 ms  68.85.106.165
  6    18 ms    15 ms    14 ms  68.86.90.173
  7    15 ms    14 ms    15 ms  50.248.118.6
  8    83 ms    84 ms    83 ms  62.115.122.202
  9     *        *        *     Request timed out.
 10    81 ms    81 ms    81 ms  62.115.117.48
 11    93 ms    81 ms    83 ms  62.115.161.3
 12    82 ms    86 ms    83 ms  216.244.88.47
 13    86 ms     *       87 ms  216.244.88.49
 14    82 ms    98 ms    87 ms  216.244.88.10
 15    83 ms   113 ms    84 ms  216.176.176.116
 16    85 ms    84 ms    82 ms  208.115.107.132

Trace complete.

It took 16 hops to get to the web server of champlain.edu

⚠️ **GitHub.com Fallback** ⚠️