CITA 310 Section 1 Name Resolution (Textbook Chapter 4)

Slides:



Advertisements
Similar presentations
Web Server Administration
Advertisements

2.1 Installing the DNS Server Role Overview of the Domain Name System Role Overview of the DNS Namespace DNS Improvements for Windows Server 2008 Considerations.
Web Server Administration Chapter 4 Name Resolution.
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
DNS. DNS is a network service that enables clients to resolve names to IP address and vice-versa. Allows machines to be logically grouped by domain names.
1 DNS. 2 BIND DNS –Resolve names to IP address –Resolve IP address to names (reverse DNS) BIND –Berkeley Internet Name Domain system Version 4 is still.
70-294: MCSE Guide to Microsoft Windows Server 2003 Active Directory, Enhanced Chapter 2: Name Resolution and DNS.
Chapter 9: Configuring DNS for Active Directory
Chapter 4 - Lab DNS Configuration in Linux.  DNS Configuration in Linux Projects 4-1 through 4-3 Projects 4-4 deals with multiple domains  DNS Configuration.
Domain Name System (DNS) Network Information Center (NIC) : HOSTS.TXT.
Hands-On Microsoft Windows Server 2003 Networking Chapter 6 Domain Name System.
Hands-On Microsoft Windows Server 2003 Administration Chapter 9 Administering DNS.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 5 Introduction to DNS in Windows Server 2008.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 7: Planning a DNS Strategy.
Module 12: Domain Name System (DNS)
Chapter 10 Configuring DNS
Domain Name Services Oakton Community College CIS 238.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Configuring and Managing the DNS Server Role Lesson 4.
Host Name Resolution. Overview Name resolution Name resolution Addressing a host Addressing a host Host names Host names Host name resolution Host name.
The University of Akron Summit College Business Technology Dept.
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
DNS and Active Directory Integration
Chapter Overview Understanding DNS Creating Zones
© Wiley Inc All Rights Reserved. MCSE: Windows Server 2003 Active Directory Planning, Implementation, and Maintenance Study Guide, Second Edition.
Cisco Discovery Working at a Small-to-Medium Business or ISP CHAPTER 7 ISP Services Jr.
1 Naming with the Domain Name System. 2 Internet Applications Domain Name System Electronic mail IP telephony Remote login File transfer All use client-server.
Name Resolution Domain Name System.
Chapter 16 – DNS. DNS Domain Name Service This service allows client machines to resolve computer names (domain names) to IP addresses DNS works at the.
Implementing DNS Module D 7: Implementing DNS
CN2140 Server II Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
DNS and C# SWE 344 Internet Protocols & Client Server Programming.
Windows Server 2008 R2 Domain Name System Chapter 5.
Petrozavodsk State University, Alex Moschevikin, 2003NET TECHNOLOGIES Domain Name System HISTORY File hosts (the size of Internet became more than 1000.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 7: Domain Name System.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 6: Name Resolution.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network, Enhanced Chapter 6: Name Resolution.
Chapter 29 Domain Name System (DNS) Allows users to reference computer names via symbolic names translates symbolic host names into associated IP addresses.
DNS Zones. DNS records kept in zones DNS server is authoritative for a domain if it hosts the zone for that domain Sub-domains can be kept in same zone.
Deploying a Web Application Presented By: Muhammad Naveed Date:
How to configure DNS for a Windows 2000 domain? 1.Start the Install/Remove Programs Control Panel Applet (Start - Settings - Control Panel - Add/Remove.
Internet and Intranet Protocols and Applications Lecture 5 Application Protocols: DNS February 20, 2002 Joseph Conron Computer Science Department New York.
Configuring and Troubleshooting Domain Name System
Configuring Name Resolution and Additional Services Lesson 12.
Windows Server 2003 DNS 安裝設定與管理維護 林寶森
Domain Name System (DNS). DNS Server Service Overview of Domain Name System What Is a Domain Namespace? Standards for DNS Naming.
1 Domain Name System (DNS). 2 3 How DNS Works Application Transport Internet Network Application Transport Internet Network DNS Resolver Name Server.
1 Internet Network Services. 2 Module - Internet Network Services ♦ Overview This module focuses on configuring and customizing the servers on the network.
DNS DNS overview DNS operation DNS zones. DNS Overview Name to IP address lookup service based on Domain Names Some DNS servers hold name and address.
CIS 192B – Lesson 2 Domain Name System. CIS 192B – Lesson 2 Types of Services Infrastructure –DHCP, DNS, NIS, AD, TIME Intranet –SSH, NFS, SAMBA Internet.
Linux Operations and Administration
4343 X2 – Outline The Domain Name System The Web.
11.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 11: Introducing WINS, DNS,
Web Server Administration Chapter 4 Name Resolution.
1 CMPT 471 Networking II DNS © Janice Regan,
OPTION section It is the first section of the named.conf User can use only one option statement and many option-value pair under the section. Syntax is.
Internet Naming Service: DNS* Chapter 5. The Name Space The name space is the structure of the DNS database –An inverted tree with the root node at the.
Domain Name System INTRODUCTION to Eng. Yasser Al-eimad
4343 X2 – The Application Layer Tanenbaum Chapter 7.
Configuring and Managing the DNS Server Role Lesson 4.
1 Internet Service DNS & BIND OPS335 Seneca College of Applied Technology.
System Administration(SAD622S) Name of Presenter: Shadreck Chitauro Lecturer 18 July 2016 Faculty of Computing and Informatics.
DNS and Inbound Load Balancing
Understand Names Resolution
IMPLEMENTING NAME RESOLUTION USING DNS
Configuring and Troubleshooting DNS
Benefits of Using Domain Name System (DNS)
LINUX ADMINISTRATION 1
Configuring and Managing the DNS Server Role
Windows Name Resolution
Presentation transcript:

CITA 310 Section 1 Name Resolution (Textbook Chapter 4)

Understanding the DNS DNS is used to map host names to IP addresses on the Internet Also called name resolution or address resolution Whenever a host is added, a configuration file has to be changed A host represents a service on a server such as a Web server There can be many hosts on a single computer

Clients On your PC, the TCP/IP configuration contains the address(es) of your DNS server(s) Whenever you use a URL, whether in a browser, or a utility such as ping, DNS is used

Domain Namespaces The root level domain is "." Significant in creating DNS files Top-level domains include com, org, fr Second-level domains are often owned by companies and individuals microsoft.com, devry.edu A subdomain is a further division of a second- level domain For devry.edu, there is phx.devry.edu

Domain Namespaces Second-level domains, such as devry.edu have control over naming within their domain Create hosts such as www, ftp, bb A name such as is a fully qualified domain name (FQDN) We could create subdomains such as phx

Top-Level Domains.biz - businesses.info - anyone can register.name - must register first and last name.pro - for professionals only must provide proof.aero,.museum,.coop are controlled by organizations

Host Names Can be different from the name of the computer Many hosts can be associated with the same Web server

How DNS Works

DNS Components Name server – also known as DNS server supports name-to-address and address-to- name resolution Name resolver – also called DNS client Can contact DNS server to lookup name Used by browsers, clients, and client utilities such as ping and tracert

DNS Servers that Define the Internet Primary and secondary servers store the host names used on the Internet Caching and forwarding servers search the Internet for host names

Primary and Secondary Servers Primary Server Defines the hosts for the domain Maintains the database for the domain It has authority for the domain Secondary Server Gets data from primary server Provides fault tolerance and load distribution Required for Internet domains

Primary and Secondary Servers If you use DNS, you will often work with your ISP In a simple environment, the ISP will have the primary and secondary DNS servers You contact them for changes You can also split the servers ISP has primary, you have secondary You have primary, ISP has secondary

Primary and Secondary Servers ISP maintains DNS You have to send changes to ISP You have the secondary server which gets updates from the primary server Your users reference your secondary server which is faster

Primary and Secondary Servers You have complete control over DNS You can make changes whenever you want If your primary DNS goes down, the secondary will continue to function (but not indefinitely)

Resolve Host Names Caching Server Resolves host names Caches (saves) the results Automatically installed when DNS is installed No configuration necessary Forwarding Server Caching server that has access to the Internet and forwards traffic from other caching servers

Caching and Forwarding Servers

Zones A zone is a part of the domain namespace For a domain as small as technowidgets.com, the domain name represents a single zone For large organizations (such as IBM), subdomains can be divided into separately maintained zones Each zone typically has a separate DNS

Zones Zones must be contiguous admin.devry.edu can be combined with devry.edu admin.devry.edu cannot be combined with student.devry.edu There must be one primary DNS server in each zone (plus a secondary server) Each zone can have multiple secondary DNS servers

Zone File Configuration Forward Lookup These zones contain entries that map names to IP addresses Reverse Lookup These zones contain entries that map IP addresses to names

Common DNS Records DNS recordFunction Address (A)Associates a host to an IP address. Canonical name (CNAME) Creates an alias for a specified host. Internet (IN)Identifies Internet records; precedes most DNS record entries. Mail Exchanger (MX) Identifies a server used for processing and delivering for the domain. Name server (NS)Identifies DNS servers for the DNS domain. Pointer (PTR)Performs reverse DNS lookups. Resolves an IP address to a host name. Start of Authority (SOA) Identifies the DNS server with the most current information for the DNS domain.

Forward Lookup Zone Example IN SOA web1.technowidgets.com. admn.technowidgets.com. ( ; Serial ; Refresh ; Retry ; Expire ) ; Minimum IN NS web1 IN A IN MX 10 mail.technowidgets.com. web1 INA www INCNAMEweb1 research INA INMX 10mail mail INA

Reverse Lookup Zone Example IN SOA web1.technowidgets.com. admn.technowidgets.com. ( ; Serial ; Refresh ; Retry ; Expire ) ; Minimum IN NS web1 100 IN PTR web1.technowidgets.com. 150IN PTR research.technowidgets.com. 200IN PTR mail.technowidgets.com.

Finished DNS Configuration in Windows

Troubleshooting DNS ping ping displays name resolution even if the computer cannot be contacted

Troubleshooting DNS nslookup nslookup can display information from the DNS server

Troubleshooting DNS dig – available on Linux