Experiment 15
Experiment 15
I. Experiment No. 15
II. Title: Observe DNS Name Resolution
III. Objective :
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.
VI.I nstructions
Part 1: Observe DNS Conversion
Step 1: Observe DNS operation.
List a few applications (besides the ping command) that need DNS to translate a domain name to
an IP address. Perform an internet search as necessary.
: These are the several applications base on the internet.
-Web browser
-Email Clients
- FTP client
The output above shows that the Default DNS Server was configured to use a Google
DNS server.
What is your Default Server listed as?
- globebroadband.net
b. After issuing the previous nslookup command, notice how the prompt changed to a
single >. This is the prompt for the nslookup program. From this prompt, you can enter
commands related to DNS.
At the prompt, type ? to see a list of all the available commands that you can use in nslookup
mode. List three commands that you can use with nslookup:
At the prompt, type the IP address of the Cisco web server that you just found. What is the Name
result?
- redirect-ns.cisco.com
What are the names of the Cisco mail servers identified in the mail exchanger field?
- rcdn-mx-01.cisco.com
- aer-mx-01.cisco.com
- alln-mx-01.cisco.com
Write the IP addresses of all the DNS servers that your school computer uses.
- 192.168.254.254
Reflection
1. If your school did not have a DNS server, what effect would this have on your use of the internet?
Without a DNS server at my school, I'd have to manually input IP addresses for websites, which is
inconvenient and error-prone. This could slow down my browsing and raise security concerns as DNS is
crucial for verifying website authenticity and implementing security measures. This highlights the importance
of DNS in our internet experience.
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 ipconfig/all command to help you with this.
Many companies use a single DNS server to streamline their networks, and you can verify its functions by
checking network settings with "ipconfig /all." This integration enhances network efficiency and simplifies
management.
MINDANAO STATE UNIVERSITY
ILIGAN INSTITUTE OF TECHNOLOGY
COLLEGE OF COMPUTER STUDIES
VII. Conclusion:
This experiment highlights the importance of the Domain Name System (DNS) in online
interactions. DNS plays a vital role in converting user-friendly domain names into IP addresses
for establishing connections, ensuring convenient access to websites and online services. It also
enhances collaboration by improving understanding of DNS and internet protocols, essential
for effective network communication and internet use.