1 / 64

Configuring and Managing the DNS Server Role

Configuring and Managing the DNS Server Role. Lesson 4. Skills Matrix. Domain Name System (DNS). Because DNS plays such a key role in Windows Server 2008. Without DNS, your network will most likely not function — clients won’t be able to resolve names to Internet Protocol (IP) addresses.

garth
Télécharger la présentation

Configuring and Managing the DNS Server Role

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Configuring and Managing the DNS Server Role Lesson 4

  2. Skills Matrix

  3. Domain Name System (DNS) • Because DNS plays such a key role in Windows Server 2008. • Without DNS, your network will most likely not function — clients won’t be able to resolve names to Internet Protocol (IP) addresses. • In addition, Active Directory clients use DNS to locate domain controllers.

  4. HOST file • Before DNS, name resolution was handled through the use of text files called HOSTS files that were stored locally on each computer. • The HOSTS file listed each name of the host and its corresponding IP address. • Whenever a new host was added to the network, an administrator would manually update the HOSTS file with the new host name or IP address information.

  5. Domain Name System • DNS because of the following benefits: • Scalability • Constancy • Ease of Use • Simplicity

  6. DNS Namespaces • A DNS namespace is a hierarchical, tree-structured list of DNS host names, starting at an unnamed root that is used for all DNS operations. • Each domain can have additional child domains.

  7. DNS Namespaces

  8. DNS Namespaces • The DNS namespace has a hierarchical structure and each DNS domain name is unique within a namespace. • At the top of the Internet DNS namespace is the root domain. • The root domain is represented by “.” (a period).

  9. DNS Namespaces • Under the DNS root domain, the top-level domains, or first-level domains, are organizational types such as .org, .com, and .edu. • Generic — generic, top-level domain names. • Country code — Examples of country code domain names are .uk., .jp, and .us. • Infrastructure domain — .arpa is the Internet’s infrastructure domain name.

  10. DNS Namespaces

  11. Traditional Top-Level Domain Names • com – Commercial. • .edu – Education. • .gov – Agencies of U.S. federal government. • .net – Computers of network providers and ISPs. • .org – Nongovernmental and nonprofit organizations.

  12. DNS Namespaces • Second-level domains are registered to individuals or organizations. • Second-level DNS domains can have many subdomains, and any domain can have hosts. • A host is a specific computer or other network device within a domain.

  13. Fully Qualified Domain Name (FQDN) • DNS uses the fully qualified domain name (FQDN) to map a host name to an IP address. • An FQDN describes the exact relationship between a host and its DNS domain.

  14. DNS Server Types • DNS server types are determined by the type of zone or zones they host and by the functions they perform. • A DNS server may host either primary or secondary zones or both. • If the server doesn’t host any zones, it is referred to a caching-only server. • A server is said to be authoritative for a particular zone if it hosts a primary or secondary zone for a particular DNS domain.

  15. Primary Name Server • Primary name servers have been configured with one or more primary DNS zones. • When a change is made to the zone data, such as adding resource records to the zone, the changes must be made on the primary server for that zone; these changes will then propagate to secondary name servers.

  16. Secondary Name Server • A secondary name server hosts one or more secondary zone databases. • Because a zone transfer is used to create a secondary zone, the primary name server and zone already must exist to create a secondary name server.

  17. Caching-Only Server • Caching-only servers do not host any zones and are not authoritative for any domain. • Caching-only DNS servers start with an empty cache and then add resource record entries as the server fulfills client requests. • This information is then available from its cache when answering subsequent client queries. • A caching-only DNS server is valuable at a site when DNS functionality is needed locally but when creating a separate domain or zone is not desirable.

  18. AD-Integrated Zones • Zones are stored in Active Directory. • No distinction between primary and secondary servers. • Changes made on one DNS server are replicated to other DNS Server.

  19. Installing the DNS Server Role • Before you can use DNS Server Role, you must install it with Server Manger.

  20. Zones • DNS hierarchical structure is that workload for name resolution is distributed across many different resources. • For administrative purposes, DNS domains can be organized into zones. • A zone is a collection of host name–to–IP address mappings for hosts in a contiguous portion of the DNS namespace.

  21. Zones • Zone data is maintained on a DNS name server and is stored in one of two ways: • As a text-based zone file containing lists of mappings, called a standard zone or a file-backed zone. • Within an Active Directory database, called an Active Directory–integrated zone.

  22. Standard Primary Zone • A standard primary zone hosts a read/write copy of the DNS zone in which resource records are created and managed. • Only one server can host and load the master copy of the zone. • no additional primary servers for the zone are permitted, and only the server hosting the primary zone is allowed to accept dynamic updates and process zone changes.

  23. Standard Secondary Zone • A copy of the zone file may be stored on one or more servers to balance network load, provide fault tolerance, or avoid forcing queries across a slow, wide area network (WAN) link. • This standard secondary zone is a read-only copy of the standard primary DNS zone. • Information from a primary zone is transmitted to a secondary zone by performing a zone transfer, which is done by copying the zone file from the primary server to a secondary server.

  24. Zone Transfers • A zone transfer can be a full zone transfer (called an AXFR), in which the entire contents of the zone is copied from the primary server to the secondary server during each zone transfer. • An incremental zone transfer (called an IXFR), in which only changed information is transmitted after an initial AXFR, in order to cut down on bandwidth usage between.

  25. Forward Lookup Zone • Most queries sent to a DNS server are forward queries. • They request an IP address based on a DNS name. Includes Host (A) resource records that translate form host name to IP address.

  26. Reverse Lookup Zone • The Reverse Lookup zone is in-addr.arpa domain. • Enables a host to determine another host’s name based on its IP address. • Contains the Pointer (PTR) resource record that translates from IP addresses to host names.

  27. Stub Zone • A stub zone is a copy of a zone that contains only those resource records necessary to identify the authoritative DNS servers for that zone. • A stub zone is a pointer to the DNS server that is authoritative for that zone, and it is used to maintain or improve DNS resolution efficiency. • The stub zone contains a subset of zone data consisting of an SOA, an NS, and an A record. • Like a standard secondary zone, resource records in the stub zone cannot be modified; they must be modified at the primary zone.

  28. Resource Records • The resource record is the fundamental data storage unit in all DNS servers. • Start of Authority (SOA) • Name Server (NS) • Host (A) • Host (AAAA) • Canonical Name (CNAME) • Mail Exchanger (MX) • Pointer (PTR) • Service Record (SRV)

  29. Start of Authority (SOA) Resource Records • Identifies which name server is the authoritative source of information for data within this domain. • The first record in the zone database file must be an SOA record. In the Windows Server 2008 DNS server, SOA records are created automatically with default values when you create a new zone.

  30. Start of Authority (SOA) Resource Records

  31. Resource Records

  32. Name Server (NS) Resource Records • Identifies the name server that is the authority for the particular zone or domain; that is, the server that can provide an authoritative name-to-IP address mapping for a zone or domain.

  33. Name Server (NS) Resource Records

  34. A and AAAA Resource Records • The A resource record is the fundamental data unit of the DNS that is used to translate the host name to the IPv4 address. • The AAAA resource record is used to translate the host name to the IPv6 address. • The Pointer (PTR) resource record is the functional opposite of the A record, providing an IP address-to-name mapping, which is found in the reverse lookup zones.

  35. A and AAAA Resource Records

  36. Canonical Name (CNAME) Resource Record • Sometimes called an Alias record, is used to specify an alternative name for the system specified in the Name field.

  37. Canonical Name (CNAME) Resource Record

  38. Mail Exchanger (MX) Resource Records • Identifies the email servers for a domain.

  39. Mail Exchanger (MX) Resource Records

  40. Service Record (SRV) • Enables clients to locate servers that are providing a particular service. • Windows Server 2008 Active Directory clients rely on the SRV record to locate the domain controllers they need to validate logon requests.

  41. Service Record (SRV)

  42. Root Hints • DNS servers resolve DNS queries using local authoritative or cached data. • But if the server does not contain the requested data and is not authoritative for the name in a query, it may perform recursive resolution or return a referral to another DNS server depending on whether the client requested recursion. • The DNS Server service must be configured with root hints to resolve queries for names that it is not authoritative for or for which it contains no delegations. • Root hints contain the names and IP addresses of the DNS servers authoritative for the root zone. You can use the DNS console to manage the list of root servers, as well as the dnscmd command-line utility.

  43. Root Hints • By default, DNS servers use a root hints file, called cache.dns, on Microsoft DNS servers. • The cache.dns file is stored in the %systemroot%\System32\Dns folder on the server computer. • When the server starts, cache.dns is preloaded into server memory. • By using root hints to find root servers, a DNS server is able to complete recursive queries.

  44. Iterative Query

  45. Recursive Query

  46. DNS Resolver Cache • Any Windows computer, key the following at a command prompt: ipconfig /displaydns: • To purge the cache, key the following at a command prompt: ipconfig /flushdns:

  47. Forwarders • A forwarder is a DNS server on a network used to forward DNS queries for external DNS names to DNS servers outside of that network. • A conditional forwarder forwards queries on the basis of domain name.

  48. Forwarders

  49. Forwarders

More Related