Lab - Observing DNS Resolution

Similar documents
Game100 Networking Lab 4. Part 1 (5.1.4) Using the Windows Calculator with Network Addresses

Lab - Using Wireshark to Examine a UDP DNS Capture

Lab - Using Wireshark to Examine a UDP DNS Capture

CCNA Semester 1 labs. Part 2 of 2 Labs for chapters 8 11

BSc Year 2 Data Communications Lab - Using Wireshark to View Network Traffic. Topology. Objectives. Background / Scenario

Lab Using Wireshark to Examine Ethernet Frames

Lesson 12 Lab Key Lab Exercises

Lab - Connect to a Router for the First Time

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols

Lab: Configure Wireless Security

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com

CS 356 Lab #1: Basic LAN Setup & Packet capture/analysis using Ethereal

Lab Configuring and Verifying Extended ACLs Topology

TCP/IP Diagnostic Utilities on Windows 2008 Server

LAB 1 HOW THE WEB WORKS

Lab Using Wireshark to Examine Ethernet Frames

Network+ Guide to Networks, Seventh Edition Chapter 2, Solutions

Packet Tracer Simulation - TCP and UDP Communications

Lab - Configure Browser Settings in Windows 8

LAB 1 HOW THE WEB WORKS

Lab - Troubleshooting ACL Configuration and Placement Topology

EXAM - HP0-Y52. Applying HP FlexNetwork Fundamentals. Buy Full Product.

PT Activity: Configuring a Zone-Based Policy Firewall (ZPF)

Chapter 10: Application Layer CCENT Routing and Switching Introduction to Networks v6.0

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

Network setup and troubleshooting

Configuring Cisco IOS IP SLAs DNS Operations

Networking Basics. Networking Fundamentals Series

ITdumpsFree. Get free valid exam dumps and pass your exam test with confidence

Lab Using the CLI to Gather Network Device Information Topology

CCNA R&S: Introduction to Networks. Chapter 10: The Application Layer

Chapter 10: Application Layer

CCNA 1 Chapter 10 v5.0 Exam Answers 2013

CCNA Exploration1 Chapter 3: Application Layer Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 3 Application Layer Functionality and Protocols

Unit 28 Website Production ASSIGNMENT 1

Session 16 Windows 7 Professional DNS & Active Directory

Lab - Configuring a Switch Management Address

MODUL 7 DATA LINK LAYER

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Lab 2.8.2: Challenge Static Route Configuration

How does the Internet Work? The Basics: Getting a Web Page. The Basics: Getting a Web Page. Client-Server model. The Internet: Basics

Shortest Path First Example

Lab IP Addresses and Network Communication

Use of the TCP/IP Protocols and the OSI Model in Packet Tracer

Lab - Configuring IPv6 Addresses on Network Devices

Networks and the Internet

ICS 351: Networking Protocols

General Network Troubleshooting

Lab - Troubleshooting Standard IPv4 ACL Configuration and Placement Topology

Lab - Configure a NIC to Use DHCP in Windows

Packet Tracer - Using Traceroute to Discover the Network (Instructor Version)

Lab Configuring the PIX Security Appliance as a DHCP Server

Enter your answers to the questions in this lab using Canvas Quiz Ch.5 Global Unicast Address + Lab. Additional questions are included in the quiz.

Lab 5.6.2: Challenge RIP Configuration

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

To use DNS, you must have a DNS name server on your network.

Networking Fundamentals. An Introduction to Networks. tel: +44 (0) fax: +44 (0) web:

Features of a proxy server: - Nowadays, by using TCP/IP within local area networks, the relaying role that the proxy

Lab Configuring IPv6 Static and Default Routes

Firewall Stateful Inspection of ICMP

Application Firewall-Instant Message Traffic

Lab - Remote Desktop in Windows 7 and Vista

idatafax Troubleshooting

~ 1 ~ Ankara University Department of Computer Engineering COM LAB 1 Part 1

Chapter 3. The Basics of Networking

Application Firewall-Instant Message Traffic Enforcement

MiPDF.COM. 1. Convert the decimal number 231 into its binary equivalent. Select the correct answer from the list below.

Update your network settings

Configuring IP SLAs HTTP Operations

Computer Networking 101

Lab - Configure the Firewall in Windows 7 and Vista

MAC Address Filtering Setup (3G18Wn)

Networks and the Internet

Smart Call Home Deploying thetransport Gateway on Cisco Unified Computing System and Red Hat Linux

Configuring IP SLAs HTTP Operations

Lab #4 TECH 4281 Spring 2015

Lab - Using Wireshark to Examine TCP and UDP Captures

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 17 Windows Resources on a Network

vserver vserver virtserver-name no vserver virtserver-name Syntax Description

Firewall Stateful Inspection of ICMP

User Datagram Protocol(UDP)

SSL Custom Application

Packet Tracer Mini-Lab 08: Supplement Configuring 2 LANs/2 Routers using Config, CLI, & RIPv2

Troubleshooting Web Authentication on a Wireless LAN Controller (WLC)

2. Introduction to Internet Applications

Network+ Guide to Networks 6 th Edition. Chapter 4 Introduction to TCP/IP Protocols

Teh Interwebs CISC 282. September 13, The Internet/WWW

Lab Configuring NAT Overload

Using DNS Service for Amplification Attack

Lab Configure Cisco IOS Firewall CBAC on a Cisco Router

Wireshark Lab: DNS. 1. Run nslookup to obtain the IP address of a Web server in Asia. What is the IP address of that server?

Lab: Install a NIC in Windows XP

Lab Configure Cisco IOS Firewall CBAC

Overview of the Cisco NCS Command-Line Interface

Packet Tracer Create a Simple Network Using Packet Tracer

Lab Configuring HSRP and GLBP Topology

Agenda. Review DNS Fundamentals DNS Security Summary 1/22

INTERNET BASICS / FILE OPERATIONS Defining Information Technology

Lab - Mapping the Internet

Transcription:

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) Part 1: Observe the DNS Conversion of a URL to an IP Address a. Click the Windows Start button, type cmd into the search field, and press Enter. The command prompt window appears. b. At the command prompt, ping the URL for the Internet Corporation for Assigned Names and Numbers (ICANN) at www.icann.net. ICANN coordinates the DNS, IP addresses, top-level domain name system management, and root server system management functions. The computer must translate www.icann.net into an IP address to know where to send the Internet Control Message Protocol (ICMP) packets. c. 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. Record the IP address of www.icann.net. 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5

d. Type IP address from step c into a web browser, instead of the URL. Notice that the ICANN home web page is displayed. 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

e. Now type ping www.cisco.com. 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 a. At the command prompt, type the nslookup command. What is the default DNS server used? Notice how the command prompt changed to a greater than (>) symbol. This is the nslookup prompt. 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. 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 5

b. At the nslookup prompt, type www.cisco.com. What is the translated IP address? Is it the same as the IP address shown with the ping command? Under addresses, in addition to the 23.1.144.170 IP address, there are the following numbers: 2600:1408:7:1:9300::90, 2600:1408:7:1:8000::90, 2600:1408:7:1:9800::90. What are these? c. 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

Part 3: Observe DNS Lookup Using the Nslookup Command on Mail Servers a. At the prompt, type set type=mx to use nslookup to identify mail servers. b. At the prompt, type cisco.com. 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? c. At the nslookup prompt, type exit to return to the regular PC command prompt. d. At the PC command prompt, type ipconfig /all. e. 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