10.2.2.9 Lab - Observing DNS Resolution
10.2.2.9 Lab - Observing DNS Resolution
10.2.2.9 Lab - Observing DNS Resolution
Objectives
Part 1: Observe the DNS Conversion of a URL to an IP Address
Part 2: Observe DNS Lookup Using the Nslookup Command on a Web Site
Part 3: Observe DNS Lookup Using the Nslookup Command on Mail Servers
Background / Scenario
The Domain Name System (DNS) is invoked when you type a Uniform Resource Locator (URL), such as
http://www.cisco.com, into a web browser. The first part of the URL describes which protocol is used.
Common protocols are Hypertext Transfer Protocol (HTTP), Hypertext Transfer Protocol over Secure Socket
Layer (HTTPS), and File Transfer Protocol (FTP).
DNS uses the second part of the URL, which in this example is www.cisco.com. DNS translates the domain
name (www.cisco.com) to an IP address to allow the source host to reach the destination host. In this lab, you
will observe DNS in action and use the nslookup (name server lookup) command to obtain additional DNS
information. Work with a partner to complete this lab.
Required Resources
1 PC (Windows 7, Vista, or XP with Internet and command prompt access)
The first line of the output displays www.icann.net converted to an IP address by DNS. You should be
able to see the effect of DNS, even if your institution has a firewall that prevents pinging, or if the
destination server has prevented you from pinging its web server.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 1 of 5
Most humans find it easier to remember words, rather than numbers. If you tell someone to go to
www.icann.net, they can probably remember that. If you told them to go to 192.0.43.22, they would have
a difficult time remembering an IP address. Computers process in numbers. DNS is the process of
translating words into numbers. There is a second translation that takes place. Humans think in Base 10
numbers. Computers process in Base 2 numbers. The Base 10 IP address 192.0.43.22 in Base 2
numbers is 11000000.00000000.00101011.00010110. What happens if you cut and paste these Base 2
numbers into a browser?
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 2 of 5
f.
When you ping www.cisco.com, do you get the same IP address as the example, or a different IP
address, and why?
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
g. Type the IP address that you obtained when you pinged www.cisco.com into a browser. Does the web site
dlsplay? Why or why not?
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
Part 2: Observe DNS Lookup Using the Nslookup Command on a Web Site
h. At the command prompt, type the nslookup command.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 3 of 5
At the prompt, type the IP address of the Cisco web server that you just found. You can use nslookup to
get the domain name of an IP address if you do not know the URL.
You can use the nslookup tool to translate domain names into IP addresses. You can also use it to
translate IP addresses into domain names.
Using the nslookup tool, record the IP addresses associated with www.google.com.
____________________________________________________________________________________
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 4 of 5
At the prompt, type set type=mx to use nslookup to identify mail servers.
l.
A fundamental principle of network design is redundancy (more than one mail server is configured). In this
way, if one of the mail servers is unreachable, then the computer making the query tries the second mail
server. Email administrators determine which mail server is contacted first using MX preference (see
above image). The mail server with the lowest MX preference is contacted first. Based upon the output
above, which mail server will be contacted first when email is being sent to cisco.com?
____________________________________________________________________________________
m. At the nslookup prompt, type exit to return to the regular PC command prompt.
n. At the PC command prompt, type ipconfig /all.
o. Write the IP addresses of all the DNS servers that your school uses.
____________________________________________________________________________________
Reflection
What is the fundamental purpose of DNS?
_______________________________________________________________________________________
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 5 of 5