Unit 4 - Configuring DNS Zones and Records
Unit 4 - Configuring DNS Zones and Records
Module Number: 04
Version Code:SA1_Updated
Released Date:20-Nov-2023 1
Configuring DNS Zones and Records
AIM:
2
Configuring DNS Zones and Records
Objectives:
3
Configuring DNS Zones and Records
Outcomes:
At the end of this module, you are expected to:
• Explain the concept of DNS and its types.
• Illustrate the Configuration Mechanism of different types of Zones.
• Define and understand the Records and its types.
• Outline the configuration of records.
4
Configuring DNS Zones and Records
Contents
5
Configuring DNS Zones and Records
Introduction to DNS
6
Configuring DNS Zones and Records
Sub Domain
sales
FQDN:
SERVER1.sales.south.nwtraders.com
Host: SERVER1
7
Configuring DNS Zones and Records
New or enhanced features in the Windows Server 2008 version of DNS include:
IP version 6 support
8
Configuring DNS Zones and Records
In this demonstration, you will see how to install the DNS Server role
1. Open Server Manager, click Roles, click Add Role, click DNS, and then go through
the Installation wizard.
2. Open the Firewall applet in Control Panel and show the class that the list does not include the
port for DNS.
3. After the DNS service is installed, open the Firewall applet in Control Panel, click
Advanced, and show the class that Server Manager created the necessary exception in the
firewall.
4. Remove the DNS service, and then reboot the server.
5. Install the DNS role from the command prompt:
Click Start, and then click Command Prompt.
Type: servermanagercmd -install dns -resultPath installResult.xml.
The role will install.
6. Open the installResult.xml file using Notepad.
Information about installing the role is displayed.
9
Configuring DNS Zones and Records
10
Configuring DNS Zones and Records
11
Configuring DNS Zones and Records
Root “.”
Resource
Record
.com
.edu
Resource
Record
DNS Servers
Root Hints
com
DNS Server
microsoft
Client 14
Configuring DNS Zones and Records
•• DNS
Queries are recursive
servers or iterative
are authoritative or nonauthoritative
for a namespace
•• An
DNS clients and DNS
authoritative DNS server
serversfor
both
theinitiate queries
namespace will either:
• Return the requested IP address
• Return an authoritative “No”
• A non-authoritative DNS server for the namespace will either:
• Check its cache
• Use forwarders
• Use root hints 15
Configuring DNS Zones and Records
mail1.contoso.msft
Database
172.16.64.11
16
Configuring DNS Zones and Records
.com
Nwtraders.com
Client Server
17
Configuring DNS Zones and Records
What Is a Forwarder?
A forwarder is a DNS server designated to resolve external or offsite DNS domain names.
Iterative Query
Forwarder
Ask .com Root Hint (.)
.com
Nwtraders.com
Local DNS Server Client Server
18
Configuring DNS Zones and Records
Client Computer
Contoso.msft DNS
19
Configuring DNS Zones and Records
SeWrvehreA
1rei’ssat
9S2e.1rv6e
8r.A8.?44
SeWrvehreA
Client2 1rei’s at 20
9S2e.1rv6e
Configuring DNS Zones and Records
21
Configuring DNS Zones and Records
22
Configuring DNS Zones and Records
.com
microsoft.co
m domain
microsoft.com
www.microsoft.com
microsoft.com zone
ftp.microsoft.com
example.microsoft.com
Zone database
example.microsoft.com
zone
www.example.microsoft.com
example.microsoft.com
Zone database ftp.example.microsoft.com
23
Configuring DNS Zones and Records
Zones Description
Primary Read/write copy of a DNS database
Secondary Read-only copy of a DNS database
Stub Copy of a zone that contains only records used to locate name servers
Active Directory
Zone data is stored in Active Directory rather than in zone files
integrated
24
Configuring DNS Zones and Records
DNS Client2 = ?
192.168.2.46 = ?
DNS Client3
DNS Client1
DNS Client2 25
Configuring DNS Zones and Records
ny.na.contoso.com
ny.na.contoso.com rio.sa.contoso.com
rio.sa.contoso.com
26
Configuring DNS Zones and Records
Contoso.msft
Training.contoso.msft Sales.contoso.msft
27
Configuring DNS Zones and Records
28
Configuring DNS Zones and Records
29
Configuring DNS Zones and Records
A DNS notify is an update to the original DNS protocol specification that permits notification to seconda
Resource record is
1 updated
Destination Server Source Server
SOA serial number
is updated
3 DNS notify
Zone transfer
4
Secondary Server Primary and
Master Server
30
Configuring DNS Zones and Records
Secondary Zone
Primary Zone
31
Configuring DNS Zones and Records
32
Configuring DNS Zones and Records
Here is how you can add a Windows Server 2012 DNS server in the Name Servers list in order
to allow it to receive the DNS updates via DNS zone transfers:
• Log on to the Windows Server 2012 DNS server using the Enterprise Admin or
Domain Admin account credentials.
• If not already started, initialize the Server Manager window from the bottom left corner of the
screen.
• Once the Server Manager window is initialized, from the left pane, click to
select the DNScategory.
33
Configuring DNS Zones and Records
• On the opened DNS Manager snap-in from the left pane, expand the server name (DC-
01.MYDOMAIN.COM for this demonstration), and then expand Forward Lookup
Zones.
• From the expanded list, click to select and then right-click the domain name.
(MYDOMAIN.COM for this demonstration).
34
Configuring DNS Zones and Records
• On the displayed interface, make sure that the Allow zone transfers checkbox is checked.
• Also ensure that the Only to servers listed on the Name Servers tab radio button is selected.
35
Configuring DNS Zones and Records
• Click the Resolve button to resolve the IP address for the typed host name.
• Back on the domain’s properties box, click OK to save the changes and to close the box.
• Back on the DNS Manager snap-in, right-click the server name. (DC-01.MYDOMAIN.COM for
this demonstration).
36
Configuring DNS Zones and Records
• To configure secondary DNS server, right-click Forward lookup zone and select “New Zone”.
• In the “Zone type” window, select the type of zone that you want to use. For this practical
we’ll use Secondary. Click on next to continue.
• To configure secondary DNS server, type the name. In this example, we are creating Secondary
for “ABC.COM“. Click on next to continue.
38
Configuring DNS Zones and Records
• A green check confirms that Secondary is able to communicate with Primary. In case of
failure check the communication. Click on next to continue.
• On the Secondary we can see an error message “Zone Not Loaded by DNS Server”. We can see
this error message because we didn’t complete the prerequisite of allowing zone transfer on
Primary /Active Directory Integrated. We cannot create Secondary until we allow zone transfer
in primary.
39
Configuring DNS Zones and Records
• In the Domain properties window, select “Zone Transfer” tab and select an option “Allow
zone transfer”. Under zone transfer we can see three options:
41
Configuring DNS Zones and Records
• When a DNS server resolves a DNS name successfully, it adds the name to its cache.
• This builds a cache of domain names and their associated IP addresses for the most common
domains that the organization uses or accesses.
• The default time to cache DNS data is one hour. You can configure this by changing the
SOA record for the appropriate DNS zone.
42
Configuring DNS Zones and Records
• The DNS client cache is a DNS cache that the DNS Client service stored on the local computer.
• The DNS client cache is a DNS cache that the DNS Client service-
43
Configuring DNS Zones and Records
• If the administrators do not configure the Active Directory-Integrated DNS zone, they are
required to configure a separate DNS replication topology through which the DNS records are
replicated with the other DNS servers that the organization may have.
• On the other hand, if the Active Directory-Integrated DNS zone is configured, the administrators
are not required to create a separate replication topology, and the DNS replication takes place
along with the Active Directory replication process among all the available Active Directory
domain
controllers that the organization has.
44
Configuring DNS Zones and Records
45
Configuring DNS Zones and Records
• When a DNS server role is installed and configured on an Active Directory domain
controller itself, by default it is configured to store its information in the Active Directory
database.
• With the help of this default configuration, the DNS replication takes place along with the
replication process of the Active Directory, which is comparatively securer and also it does not
require any administrative overhead that the administrators would otherwise have to face in
order to configure the DNS replication separately.
46
Configuring DNS Zones and Records
Configure Active Directory Integrated DNS Zone in Windows Server 2012 DNS Server
Here is how you can configure the Windows Server 2012 DNS server to have the Active
Directory integrated DNS zone:
• Log on to the Windows Server 2012 DNS server using the Enterprise Admin or
Domain Admin account credentials.
• If not already started, initialize the Server Manager window from the bottom left
corner of the screen.
• Once the Server Manager window is initialized, from the left pane, click to select
the DNScategory.
• From the right pane, under the SERVERS section, right-click the DNS server.
47
Configuring DNS Zones and Records
Configure Active Directory Integrated DNS Zone in Windows Server 2012 DNS Server
• From the context menu that appears, click DNS Manager.
• On the opened DNS Manager snap-in from the left pane, expand the server name (DC-
01. MYDOMAIN.COM for this demonstration), and then expand Forward Lookup Zones.
• From the expanded list, click to select and then right-click the domain name.
(MYDOMAIN.COM for this demonstration).
• On the opened domain’s properties box, make sure that the General tab is selected.
48
Configuring DNS Zones and Records
Configure Active Directory Integrated DNS Zone in Windows Server 2012 DNS Server
• On the displayed interface, click the Change button opposite to the Type label.
• On the Change Zone Type box, check the Store the zone Active Directory (available only if
DNS server is a domain controller) checkbox.(see fig. in next slide)
• Once done, click OK, and back on the domain’s properties box, click OK again to save
the changes
• Back on the DNS Manager snap-in, right-click the server name. (DC-01.MYDOMAIN.COM for
this demonstration).
49
Configuring DNS Zones and Records
Configure Active Directory Integrated DNS Zone in Windows Server 2012 DNS Server
50
Configuring DNS Zones and Records
Configure Active Directory Integrated DNS Zone in Windows Server 2012 DNS Server
• From the displayed context menu, go to All Tasks, and click Restart from the submenu that appears.
• Wait till the DNS service restarts before the DNS server starts working using the modified settings.
51
Configuring DNS Zones and Records
In order to delegate a domain, the DNS that is delegating needs to hold the parent domain. For
example, DNS holding the ab.abc.org zone CAN delegate to the sales sub-domain under
ab.abc.org. It CANNOT delegate to the abc.com domain.
52
Configuring DNS Zones and Records
• To configure Stub Zone, in DNS manager, expand computer name. Right-click Forward lookup
and select “New Zone”.
55
Configuring DNS Zones and Records
56
Configuring DNS Zones and Records
57
Configuring DNS Zones and Records
• Select Create a new file with this file name and hit Next.
58
Configuring DNS Zones and Records
• Type an IP address of Primary. IP address of Primary DNS is 192.168.1.10. Hit enter. A green check
confirms that Stub is able to communicate with Primary. In case of failure check the
communication. Click on next to continue.
5
Configuring DNS Zones and Records
• On the Stub we can see an error message ‘Zone not Loaded by DNS Server’. This error occurs
because we didn’t complete the prerequisite of allowing zone transfer on Primary\Active Directory
Integrated. 61
Configuring DNS Zones and Records
• To allow “Zone Transfer”, go to Primary. Right click the domain name and select properties.
62
Configuring DNS Zones and Records
63
Configuring DNS Zones and Records
a. To any server: This would allow zone transfer to any server. This option is not secured as
we are not restricting the list of computers to transfer data.
b. Only the servers listed in the Name Server tab: This option will only allow the
Zone transfer to the computers listed in the Name Server tab.
c. Only to the following servers: You can define the list of computers to which
zone transfer will be allowed.
64
Configuring DNS Zones and Records
65
Configuring DNS Zones and Records
66
Configuring DNS Zones and Records
• All name servers cache (store) the data they receive in response to a query. A caching-only
server, however, is not authoritative for any domain. Responses derived from cached information
are flagged in the response. When a caching-only server receives a query, it checks its cache for
the requested information. If it does not have the information, it queries a local name server or a
root name server, passes the information to the client, and caches the answer for future queries.
The names and addresses of the root name servers are acquired from the servers listed in the
hints file, the name and file path of which are specified in the name server's configuration file.
• You can manually configure a name server to create a large cache of responses to queries that are
frequently requested and reduce the number of queries made to master servers. The name server that
you configure as a caching-only server stores data for a period of time determined by the time-to-
live
(ttl) value, and the cached information is lost if the name server is restarted.
67
Configuring DNS Zones and Records
• Caching-only DNS servers don't actually host any zones and are not authoritative for any
domains but rather just cache results from queries asked them by clients. If a client asks it to
resolve www.savilltech.com it will a zone holding DNS server to resolve it and cache the answer
so if another client asks it to resolve the same record it can answer from its cache. This is similar
in a way to a proxy server that caches popular web pages.
• These are useful for sites connected via a WAN with a local caching-only DNS server saving
on network traffic.
68
Configuring DNS Zones and Records
• When deciding how to allocate DNS resources on a network it’s important to implement some
separation between external and internal Domain Name Services. Having all DNS servers
configured to handle both external and internal resolution can impact the performance and
security of a network.
70
Configuring DNS Zones and Records
CONFIGURE FORWARDERS
1. Open Server Manager.
2. Click Tools > DNS to open the DNS Manager console.
3. If necessary, expand the DNS console to a full-screen view.
4. Right-click the DNS server and select Properties. The Server Properties dialog box opens.
5. Select the Forwarders tab.
6. Click the Edit button. The Edit Forwarders dialog box opens.
7. In the IP address column, type the IP address of the DNS server that you want to forward
DNS queries to and press the Enter key.
8. Click the OK button to close the Forwarders dialog box.
9. Click the OK button to close the server Properties dialog box.
10. When the installation is done, click the Close button.
71
Configuring DNS Zones and Records
2. Once DNS has been selected, the available DNS servers will be displayed. Right-click on the
target server and select DNS Manager.
3. This will now bring up the DNS Manager. Here you can see that both a forward and reverse
lookup zone have been created.
4. Choose the forward lookup zone, which will bring up a list of the existing zone records. Figure
4 below shows the basic records that are automatically created by the DNS configuration wizard.
The first record that will be created is an A record linking the parent domain name (testing.local
in this case) to the IPv4 address 192.168.1.100.
74
Configuring DNS Zones and Records
5. Right-click in the right pane and select New Host (A or AAAA). This will bring up a window.
6. Now fill out the IP address textbox with the target address of 192.168.1.100.
7. Click on the Create associated pointer (PTR) record and select Add Host.
8. This will display the successful creation of the record. Select OK and bring back the Add Host
window in case multiple records need to be created.
9. Select Close. The screen will now show a new A record with the information that was entered.
75
Configuring DNS Zones and Records
11. Click on the reverse zone that was previously created. Notice that a new PTR record now
exists. This record will allow a reverse lookup of the 192.168.1.100 record to the
testing.local domain name.
12. Click back on the forward zone, then right-click on the right pane again and select New Alias
(CNAME). This will bring up the window.
13. At this point enter www in the Alias Name textbox and enter testing.local in the Fully
Qualified Domain name (FQDN) for target host textbox. This will create an alias record for
www.testing.local that maps to the A record for testing.local.
14. Select Next, this will bring back the main DNS Manager window with a new CNAME record.
76
Configuring DNS Zones and Records
14. The next record type that will be created is a MX record. Right-click on the right pane and
select New Mail Exchanger, which will bring up the window shown in Figure 10. From this
window the only thing that will be configured is the “Fully qualified domain name (FQDN) of
mail server” textbox. This is because the mail being routed is for the whole testing.local
domain and not specific sub-domains. The name that is placed in this textbox is the name of the
mail server, in this case mail.testing.local. (An A record for mail.testing.local was added
previous to this step but was not covered in the walkthrough).
15. Once complete, select OK. This will bring back the main DNS Manager window showing a
new MX record.
77
Configuring DNS Zones and Records
16. Right-click on the right pane and select New Host (A or AAAA). This will bring up the
window. In this window enter the IPv6 address 2001:DB8::1 to link to the parent domain
name.
18. Select Done to get back to the main DNS Manager. This window shows that a new host
record has been created using an IPv6 address.
19. And finally these records can be tested by using the Windows nslookup command. As
shown below, the various records are looking up correctly.
78
Configuring DNS Zones and Records
• In the navigation pane, in MONITOR AND MANAGE, click DNS Zones. The navigation
pane divides into an upper navigation pane and a lower navigation pane.
• In the lower navigation pane, click Forward Lookup. All IPAM-managed DNS Forward Lookup
zones are displayed in the display pane search results. Right-click the zone where you want to
add a resource record, and then click Add DNS resource record.
• The Add DNS Resource Records dialog box opens. In Resource record properties, click
DNS server and select the DNS server where you want to add one or more new resource
records.
In Configure DNS resource records, click New.
80
Configuring DNS Zones and Records
• The list of resource record types is displayed. Click the resource record type that you want to add.
• In New Resource Record, in Name, type a resource record name. In IP Address, type an IP
address, and then select the resource record properties that are appropriate for your deployment.
Click Add Resource Record.
• If you do not want to create additional new resource records, click OK. If you want to
create additional new resource records, click New.
81
Configuring DNS Zones and Records
• In New Resource Record, in Name, type a resource record name. In IP Address, type an IP
address, and then select the resource record properties that are appropriate for your deployment.
Click Add Resource Record.
• If you want to add more resource records, repeat the process for creating records. When you
are done creating new resource records, click Apply.
• The Add Resource Record dialog box displays a resource records summary while IPAM
creates the resource records on the DNS server that you specified. When the records are
successfully created, the Status of the record is Success. Click OK.
82
Configuring DNS Zones and Records
• The Start of Authority (SOA) record in a DNS database indicates which server is authoritative
for that particular zone. The server referenced by the SOA records is subsequently the server that
is assumed to be the authoritative source of information about a particular zone and is in charge
of
processing zone updates.
83
Configuring DNS Zones and Records
• A zone should contain one NS-record for each of its own DNS servers (primary and secondaries).
• These NS-records have the same name as the zone in which they are located.
85
Configuring DNS Zones and Records
86
Configuring DNS Zones and Records
• Host (AAAA) – Host (AAAA) records are the names of the computers along with their corresponding IPv6 IP
addresses that are registered with the DNS server. As IPv6 becomes more prevalent, the AAAA record (or
"quad- A") will become more popular. This is simply the IPv6 equivalent of the IPv4 version, and it differs
because IPv6 uses 128-bit addresses. This means that AAAA records are notated using eight groups of 16-bit
values, such as: fe80:226:18ff:fed3::cc2a.
87
Configuring DNS Zones and Records
88
Configuring DNS Zones and Records
• Once done, click Add Host. Optionally, Create associated pointer (PTR) record checkbox
can also be checked to automatically generate a PTR entry of the target computer in the Reverse
Lookup Zones before clicking Add Host button.
• CNAME records can be used to alias one name to another. CNAME stands for Canonical Name.
• A common example is when you have both example.com and www.example.com pointing to
the same application and hosted by the same server. In this case, to avoid maintaining two
different records, it’s common to create:
90
Configuring DNS Zones and Records
Pointer(PTR) Records
• The “PTR” record stands for “pointer record” and maps an Ipv4 address to the CNAME on the host.
• PTR-records are primarily used as "reverse records" - to map IP addresses to domain names
(reverse of A-records and AAAA-records).
• For a reverse IPv4 mapping, the name of the PTR-record is the IP address with the segments
reversed and with "in-addr.arpa" appended to the end.
• As an example, looking up the domain name for IP address "12.23.34.45" is done with a query for the
PTR-record for "45.34.23.12.in-addr.arpa".
• For a reverse IPv6 mapping, the name of the PTR-record is each hex digit of the IP address in
reverse order, with dots between each digit, and with "ip6.arpa" appended to the end.
92
Configuring DNS Zones and Records
Pointer(PTR) Records
• As an example, looking up the domain name for IPv6 address
"1234:5678:90ab:cdef:1234:5678:90ab:cdef" is done with a query for the PTR-record
for "f.e.d.c.b.a.0.9.8.7.6.5.4.3.2.1.f.e.d.c.b.a.0.9.8.7.6.5.4.3.2.1.ip6.arpa".
• The "Update Reverse Zone" check box in the Record Properties dialog for an A-record or AAAA-record.
• Right-click a reverse zone in the DNS Records window, and select "New PTR-record" from the pop-
up menu.
Pointer(PTR) Records
• A Pointer (PTR) record resolves an IP address to a fully-qualified domain name (FQDN) as
an opposite to what A record does. PTR records are also called Reverse DNS records.
• PTR records are mainly used to check if the server name is actually associated with the IP
address from where the connection was initiated.
• IP addresses of all Intermedia mail servers already have PTR records created.
• If you are using both Intermedia mail servers and external mail servers (e.g. Dedicated Web
Server or Cloud Server) and the external server does not belong to Intermedia infrastructure, you
need to create PTR record because it will help your server pass some security tests when
connecting to other mail servers. To do that, you will need to contact the company which owns the
IP address of the server. Usually it is your Internet Service Provider (ISP).
94
Configuring DNS Zones and Records
a. Joinad
b. Adjoin
c. Netdom
d. Joindomain
Answer: Netdom
95
Configuring DNS Zones and Records
a. 2TB
b. 4TB
c. 8TB
d. 16TB
Answer: 4TB
96
Configuring DNS Zones and Records
3. Which two command line tools can you use to create an Active Directory group?
a. adadd
b. Dsadd
c. New-Adgroup
d. AD-Newgroup
Answer: B, C
97
Configuring DNS Zones and Records
4. What type of DNS record is used to store IP address to name mappings used for reverse lookups?
a. A
b. ADDR
c. IP
d. PTR
Answer: PTR
98
Configuring DNS Zones and Records
5. What type of DNS query requires the DNS server receiving the request to take full
responsibility for resolving the name?
a. Authority
b. Iterative
c. NameServer
d. Recursive
Answer: Recursive
99
Configuring DNS Zones and Records
a. Example
b. Example.com
c. Com
d. Sales
Answer: Example.com
100
Configuring DNS Zones and Records
7. Which type of zone prevents the DNS server from looking outside the zone on the DNS server
to resolve a name?
a. Stub zone
b. Primary zone
c. A root zone
d. Active directory integrated zone
101
Configuring DNS Zones and Records
102
Configuring DNS Zones and Records
9. If a DNS server has both a conditional forwarder defined for a given domain and a server
level forwarder, which forwarder will be used to resolve a query in the given domain?
103
Configuring DNS Zones and Records
10. Which of the following is not a reason to use AD integrated zones rather than standard zones?.
a. Fault-tolerance
b. Security
c. Simplicity of management
d. The database is stored in easy-to-edit text files.
104
Configuring DNS Zones and Records
11. Which of the following DC resource record types would you look for if trying to
troubleshoot workstations not being able to log on to a domain? [Select multiple correct
answers.]
a. A
b. CNAME
c. SRV
d. MX
Answer: A and C
105
Configuring DNS Zones and Records
12. Which of the following name-resolution methods use manually updated text files to record
name mappings? [Select multiple correct answers].
a. DNS
b. HOSTS
c. WINS
d. LMHOSTS
Answer: B and D
106
Configuring DNS Zones and Records
13. In a standard primary zone, what name server(s) can an administrator update the zone database
on? [Choose the best answer].
a. Secondary zone
b. Active directory integrated zone.
c. Primary zone
d. Any Server
107
Configuring DNS Zones and Records
14. When monitoring a DNS server, which type of test sends a query to other name servers for
resolution? [Choose the best answer].
a. Simple query
b. Recursive query
c. Forward lookup query
d. Iterative query
108
Configuring DNS Zones and Records
15. Which of the following elements is required to successfully install and configure DNS? [Choose
the best answer].
a. DHCP
b. Static IP Address
c. Active directory
d. Windows 2000 client
109
Configuring DNS Zones and Records
Assignment
Answer the following set of questions: 10. W
h
1. What is the DNS? a
2. Explain address resolution mechanism. t
a
3. What are the types of DNS Zones? r
4. How can we configure cache –only servers? e
t
5. What are DNS Records types? h
6. How can we create DNS recourse records? e
f
7. What is conditional forwarding? u
n
8. How can we configure primary and secondary zones?
c
9. What are the functionalities of NS, A and CNAME ti
records? o
n
alities of SOA and PTR records?
110
Configuring DNS Zones and Records
Summary:
• DNS clients and DNS servers both initiate queries
• DNS was created to support the Internet’s growing number of hosts.
• Zone data is stored in Active Directory rather than in zone files
• When a DNS server resolves a DNS name successfully, it adds the name to its cache.
• A caching-only server will not host any DNS zone data; it only answers lookups for DNS clients.
• DNS forwarding is the process by which particular sets of DNS queries are handled by a
designated server.
• CNAME records can be used to alias one name to another. CNAME stands for Canonical Name.
111
Configuring DNS Zones and Records
Document Links
112
Configuring DNS Zones and Records
Document Links
Document Links
114
Configuring DNS Zones and Records
Document Links
Document Links
Document Links
Document Links
118
Configuring DNS Zones and Records
Video Links
119
Configuring DNS Zones and Records
E-Book Links
Topics URL
https://www.google.co.in/search?q=01-WS2012-R2-intro+to+R2&oq=01-WS2012-R2-
DNS, Address Resolution
intro+to+R2&aqs=chrome..69i57.1101j0j7&sourceid=chrome&ie=UTF-8
mechanism, installing and
http://social.dnsmadeeasy.com/wp-content/uploads/2016/12/DNS-for-Dummies-ebook-3-
configuring DNS zones
min.pdf
Configuring active directory
http://download.microsoft.com/download/0/C/B/0CB33133-C6F7-48A6-B7CC-
zone, stub zone, cache only
D927988FCB32/Microsoft_Press_ebook_Introducing_Windows_Server_2012_PDF.pdf
servers, forwarding
https://ptgmedia.pearsoncmg.com/images/9780735684249/samplepages/9780735684249.pdf
Zone delegation ,
https://hub.dyn.com/product-collateral/ebook-dns-fundamentals-from-a-technical-perspective
Records types, resource
http://www.trustfm.net/ebooks/DedicatedServer.php?page=DNS
record
https://blogs.technet.microsoft.com/keithmayer/2014/02/11/12-free-ebooks-on-windows-
server-2012-r2-windows-8-1-system-center-2012-r2-windows-azure-and-more/
SOA,NS,CNAME,PTR,A & AAAA
https://www.digitalocean.com/community/tutorials/an-introduction-to-dns-terminology-
components-and-concepts
120