Bab Ii
Bab Ii
Objectives
· Observe the conversion of a URL to an IP address.
· Observe DNS lookup using the nslookup command.
Background / Scenario
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 being used. Common protocols are HTTP (Hypertext
Transfer Protocol), HTTPS (Hypertext Transfer Protocol over Secure Socket Layer), and
FTP (File Transfer Protocol).
DNS uses the second part of the URL, which in this example is www.cisco.com. DNS
translates the domain name (like www.cisco.com) to an IP address to allow the source
host to reach the destination host.
Work in pairs to complete this lab.
Required Resources
· 1 PC (Windows 10)
· Internet connectivity
Instructions
>
The output above shows that the Default DNS Server was configured to use a
Google DNS server.
Question:
At the prompt, type the IP address of the Cisco web server that you just found. What
is the Name result?
Answer Area
Server: google-public-dns-a.google.com
Address: 8.8.8.8
Non-authoritative answer:
cisco.com MX preference = 20, mail exchanger = rcdn-mx-
01.cisco.com
cisco.com MX preference = 30, mail exchanger = aer-mx-
01.cisco.com
cisco.com MX preference = 10, mail exchanger = alln-mx-
01.cisco.com
>
Question:
What are the names of the Cisco mail servers identified in the mail exchanger field?
Answer Area
Show Answer
c. At the prompt, type exit to return to the regular command prompt.
d. At the prompt, type ipconfig /all.
Question:
Write the IP addresses of all the DNS servers that your school computer uses.
Answer Area
e. Enter exit to close the Command Prompt window.
Reflection
1. If your school did not have a DNS server, what effect would this have on your use of the i
nternet?
Answer Are
2. Some companies do not dedicate a single server for DNS. Instead, the DNS server
provides other functions
as well. Which functions do you think might be included on a DNS server? Use the ipcon
fig /all command to help you with this.
Answer Area