Domain Name System - PowerPoint PPT Presentation

1 / 58
About This Presentation
Title:

Domain Name System

Description:

Reverse lookup zones (IP address to host name mappings) 4. DNS System ... Can perform a single lookup in non-interactive mode ... – PowerPoint PPT presentation

Number of Views:197
Avg rating:3.0/5.0
Slides: 59
Provided by: anned156
Category:

less

Transcript and Presenter's Notes

Title: Domain Name System


1
Chapter 4
  • Domain Name System

2
Learning Objectives
  • Provide an overview of the Domain Name System
    (DNS)
  • Describe the features of DNS in Windows 2000
  • Install the DNS server
  • Configure a DNS server
  • Create resource records manually
  • Configure a client to use DNS
  • Manage, monitor, and troubleshoot DNS

3
DNS Overview
  • Host names
  • Simple names used as aliases for IP addresses
  • DNS
  • Hierarchical naming system used to resolve host
    name to IP address mapping
  • Contains resource records
  • Primary name resolution method in Windows 2000
  • Host files and DNS perform the task of
    translating from names (host names) to IP
    addresses

4
Host Files
  • Text files that contain host name to IP address
    mapping
  • Used to perform host name to IP address
    resolution
  • Precursor to the DNS system
  • Without host name resolution, users cannot access
    Internet or intranet resources via Fully
    Qualified Domain Names (FQDN)

5
Ways to Perform Host Name to IP Address Resolution
6
DNS Structure
  • Root-level domain
  • Represented by a period
  • Usually not shown on FQDN
  • Top-level domains
  • Second-level domains
  • Subdomains
  • Individual hosts

7
DNS Hierarchical Structure
8
Top-level Domains
  • Organizational domains created by designers of
    the Internet to simplify the naming and logical
    structure of the DNS namespace

9
Second-level Domains and Subdomains
  • Second-level domains
  • Where companies register their names with a name
    registration company
  • Gives the company authority to create subdomains
    to further divide the domain namespace

10
DNS Zones
  • Zone of authority
  • Portion of the DNS namespace that an organization
    controls
  • DNS zone
  • Portion of the DNS namespace that can be
    administered as a single unit
  • Each zone has a primary name server that holds
    the DNS zone file

11
(No Transcript)
12
DNS Zones
  • Primary name servers
  • Hold a read/write copy of the zone file
  • Secondary name servers
  • DNS servers configured to hold a read-only copy
    of the primary name servers DNS zone file
  • All networks should minimally have a primary and
    a secondary DNS name server, or two DNS servers
    configured to use Active Directory integrated
    zones

13
DNS Servers
  • Can be configured as caching-only servers
  • Hold two types of DNS zones
  • Forward lookup zones (host name to IP address
    mapping)
  • Reverse lookup zones (IP address to host name
    mappings)

14
DNS System
  • Roles available to computers in DNS system
  • DNS servers that answer client requests
  • DNS resolvers clients that initiate requests
  • Types of requests or queries
  • Recursive
  • Iterative
  • Inverse

15
Resource Records
  • Used within the actual zone files to point to
    particular resources such as hosts, mail
    exchangers, and name servers

16
Resource Records
continued
17
Resource Records
18
Windows 2000 DNS
  • Supports incremental zone transfers
  • Primary DNS servers send just the changes in the
    DNS database to a secondary server conserves
    network bandwidth
  • Supports dynamic DNS as defined in RFC 2136
  • Allows clients to register DNS information
    automatically with a DNS server
  • Supports dynamic registration of clients that do
    not support DDNS through use of a service such as
    the Windows 2000 DHCP service

19
Installing DNS Service
  • Prerequisites
  • Static IP address
  • Subnet mask
  • Default gateway
  • Set the domain name suffix on the server

20
Setting the Domain Name Suffix on the Server
21
Installing DNS Service
  • Use Optional Networking Components, accessible
    via the Advance menu in Network and Dial-up
    Connections

22
Installing DNS Service
23
Installing DNS Service
  • Double-click Networking Services in the Windows
    Optional Networking Components Wizard and select
    the DNS service
  • DNS management console is added to the
    Administrative Tools folder

24
Installing DNS Service
25
Configuring the DNS Server Service
  • Configuring a root name server
  • Configuring primary and secondary zones
  • Configuring caching-only servers
  • Configuring delegation for use with a subdomain
  • Configuring the Windows DNS service to allow
    dynamic updates

26
Configuring a Root Name Server
  • Root name server
  • Server that holds information about the overall
    Internet domain name servers
  • Open the DNS management console, right-click
    Forward Lookup Zones, and select New Zone (See
    Figure 4-7)

27
Configuring a Root Name Server
28
Configuring a Root Name Server
  • Choose a primary zone to configure a root zone
    server
  • Choose a zone type
  • Active Directory integrated
  • Standard primary
  • Standard secondary
  • Name the zone

29
Configuring a Root Name Server
30
Configuring a Root Name Server
31
Configuring a Root Name Server
32
Configuring Primary and Secondary Zones
  • DNS server
  • Is configured as a primary name server for a
    particular zone or as a secondary or back-up,
    name server for a zone
  • Can also be the primary server for one zone and
    the secondary server for another

33
Configuring Primary and Secondary Zones
34
Configuring Primary and Secondary Zones
35
Configuring Primary and Secondary Zones
36
Configuring Primary and Secondary Zones
37
Configuring Primary and Secondary Zones
  • Active Directory integrated zones
  • Allow storage and replication of the DNS database
    within the AD database
  • Ease the administrative tasks associated with
    manually setting up replication between primary
    and secondary name servers

38
Configuring Caching-only Servers
  • Caching-only server
  • Is not authoritative for any particular DNS zone
    is not configured to hold a primary or secondary
    zone
  • Forwards DNS requests and then caches the DNS
    resolutions

39
(No Transcript)
40
Creating a Caching-only Server
  • Load the DNS server service
  • Configure forwarder addresses

41
Configuring Caching-only Servers
42
Implementing a Delegated Zone for DNS
  • After creating subdomains, delegate authority for
    a zone via the New Delegation Wizard

43
Configuring Zones for Dynamic Updates
  • By default, standard zones on Windows 2000 DNS
    servers do not support dynamic registration

44
Configuring Zones for Dynamic Updates
  • Once configured to accept dynamic updates, all
    zones can allow Windows 2000 computers to create
    their own A records
  • If your network uses DHCP, you can configure DHCP
    servers to register PTR records for Windows 2000
    clients and A and PTR records for non-Windows
    2000 clients

45
Configuring Zones for Dynamic Updates
46
Creating Resource Records Manually
47
DNS Client Configuration
  • For clients with static IP addresses
  • Manually configure a Preferred DNS server and an
    Alternate DNS server in TCP/IP properties DNS
    configuration tab for Windows 95/98 clients
  • For DHCP clients
  • Configure DNS options for the scope that the
    client will obtain an IP address from

48
Basic Manual DNS Configuration for Windows 2000
Clients
49
Advanced Manual DNS Configuration
50
Managing, Monitoring, and Troubleshooting DNS
  • Setting TTL properties
  • Zone transfer settings
  • Monitoring and testing tools

51
Setting TTL Properties
  • Cache entries are maintained for a length of time
    determined by the time-to-live setting of the
    zones on a server
  • By default, TTL is one day
  • Refresh interval
  • Retry interval

52
Setting TTL Properties
53
Zone Transfer Settings
  • Configure additional zone transfer settings to
    ensure optimal exchange of database information

54
Monitoring and Testing Tools
  • Test utilities for testing and logging DNS server
    activity
  • Simple graphical tool
  • nslookup

55
Using the Simple Graphical Tool
  • Perform a simple query that attempts a forward
    lookup query
  • Perform a recursive query
  • Perform the test immediately with Test Now
    button, or have tests occur automatically at a
    preset interval

56
Using the Simple Graphical Tool
  • Use DNS log in EventViewer for more detailed
    logging and information

57
Using the nslookup Utility
  • Allows an administrator to query DNS servers for
    information about resource records within the DNS
    database
  • Can perform a single lookup in non-interactive
    mode
  • Can perform a series of lookups in interactive
    mode

58
Chapter Summary
  • Domain name system overview
  • Installing DNS service
  • Configuring the DNS server service
  • Creating resource records manually
  • DNS client configuration
  • Managing, monitoring, and troubleshooting DNS
Write a Comment
User Comments (0)
About PowerShow.com