2008 R2 ADS Vocabulary - Session 2 Flashcards
DNS is a network service
which is used to resolve computer names to Internet Protocol (IP) addresses
The DNS server stores DNS records in the form of
of a distributed database
The DNS server receives queries that contain system names
, and resolves these queries to IP addresses using a process known as name resolution.
In Windows Server networks, the DNS server service can be integrated with
AD DS role.
, DNS data is stored in and replicated through the
Active Directory (AD), providing AD DS with a mechanism to easily locate domain controllers and ensuring secure multi-master replication of zone data.
When a Windows-based Dynamic Host Configuration Protocol (DHCP) service is implemented in the network, it automatically
directs all DHCP clients and servers to register their names and corresponding IP addresses with the DNS server.
(DHCP)
Dynamic Host Configuration Protocol
A DNS zone represents
one or more contiguous DNS domains of the DNS namespace. It is used to delegate authority and to facilitate the administration of data associated with a namespace.
A server known as the (DNS) authoritative server is used to
store all the information relating to a particular zone. The same DNS server can be authoritative for a number of DNS zones.
The procedure for transferring data from an authoritative server to a secondary server is known as
a zone transfer.
Windows Server 2008 R2 supports the following types of DNS zones
- Primary zone
- Secondary zone
- AD integrated zones
- Stub zone
New features of the DNS server in Windows Server 2008 R2 include support for the following:
- The DNAME Resource Record
- Read-Only Domain Controllers (RODC5)
- Use of Internet Protocol version 6 (IPv6)
- The GlobalNames Zone
Other key features of the Windows Server 2008 R2 DNS server are as follows:
- Integration with Microsoft Networking Services such as WINS, AD DS, and DHCP
- RFC-Compliant Dynamic Updates (clients add their own records to DNS)
- DNS zones that are integrated with AD DS support secure dynamic updates
- Global Query Block List
Advanced DNS Features
Forwarding
Root hints
Server scavenging
Forwarding (DNS)
• The DNS server first tries to resolve a DNS client’s query using the data available in the local network. If no such data exists locally,
, the server forwards the query to a DNS server in an external network. You can configure a DNS server to forward all the queries it receives from client machines, instead of performing the name resolution itself.
• Forwarders are responsible for handling all the
External traffic in a network because they forward all queries that need to be resolved to external DNS servers
All the DNS servers in a network forward unresolved queries
to forwarders.
• Conditional forwarders are forwarders configured
to forward queries for specific domain names to external DNS servers. You use conditional forwarders to resolve queries between two organizations.
Root hints
are queries that enable a server to respond to requests from servers of unknown domains or domains higher than the server that receives the request.
• A DNS server used as a forwarder is automatically located by other servers in the local network. However, you need to use root hints
to resolve the names of external DNS servers through the Internet root servers.
• A file named—————- implements root hints for the DNS server service.
Cache.dns
Cache.dns is stored on the server
in the following location:%
systemroot%\System32\Dns.
The DNS and resource records for the host are also a part of the
Cache.dns file
• In a private network, you can use records that are similar to the Cache.dns file to point to
to internal root DNS servers.