Chapter 4: Active Directory Domain Name System Flashcards

1
Q

What are the best practices for integrating AD with existing DNS?

A
  1. It is required to install a DNS role in each domain controller. This way the domain controller does not have to depend on another server to resolve DNS queries. Also, we do not need to move zones or servers.
  2. Configure each regional domain controller to host the DNS zone related to their own domain. This is also to reduce the dependencies.
  3. Replicate the zone containing AD forest-wide locator records to all the DNS servers. This helps replication partners to find each other and also to find global catalog servers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define “disjoint naming space”

A

Domain members can end up with two DNS names because of disjointed domain name within a forest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is “disjoint naming space” prevented?

A

Configure the forest root domain controller to host AD forest DNS zone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are considerations when using “disjoint naming space”?

A
  1. Even though Windows operating systems support disjoint namespace, we need to confirm if the applications can support disjoint namespace configuration.
  2. The disjoint namespace suffix should not match another forest or domain name that required a “trust.” This will not work as the routing fails.
  3. We need to use group policies or DHCP service parameters to set the DNS suffix search order to optimize the name resolution.
  4. Applications (especially custom-made) must be tested for compatibility issues. Use a lab environment for testing and also if possible confirm with the vendor before the disjoint namespace implementation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define a service record

A

SRV records are used to specify the location of a service inside an infrastructure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe a “primary zone”

A

A read/write container that contains a master copy of the DNS records for a domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define the master DNS server

A

The first server to host the standard primary zone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where does the primary zone store it records?

A

In a data file located in the c:\windows\system32\DNS folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe a “secondary zone”

A

Keeps a read-only copy of a primary zone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe a “stub zone”

A

A read-only copy of a master zone but contains only SOA and NS
records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe a “reverse lookup zone”

A

Holds PTR records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe a “conditional forwarder”

A

Forwards DNS queries to external DNS servers when it can’t resolve them internally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 5 DNS policies introduced in Server 2016/2022?

A
  1. Geo-location based DNS routing
  2. DNS load balancing
  3. Time-based DNS response
  4. Split-Brain DNS
  5. DNS query filtering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define “Geo-location based DNS routing” or “DNS load balancing”, or “Time-based DNS response”

A

Load balancing DNS queries to specific location, IP range, or based on time of day

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define “Split-brain DNS”

A

Maintains two versions of a single zone, one for internal users and one for external users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define “DNS query filtering”

A

DNS policies to filter queries based on the client subnet, server interface IP address, transport protocol, internet protocol, FQDN, query type, and time of day

17
Q

Define “DNS zone transfers”

A

Process of copying a zone file from a primary DNS server to secondary; Replicate DNS databases across multiple DNS servers

18
Q

What are the two types of zone transfers?

A

Asynchronous Full Transfer Zone (AXFR)

19
Q

Describe “Asynchronous Full Transfer Zone (AXFR)”

A

When setting up a new zone, the system will replicate a full copy of the zone file from the master server

20
Q

Describe “Incremental Zone Transfer (IXFR)”

A

After the initial full zone transfer, the system will only replicate the records that have been modified

21
Q

Describe “DNS delegation”

A

A record in a parent zone that lists a name server that is authoritative for the zone in a subdomain; Parent zone DNS indicates to DNS resolvers that it has delegated the authority for a DNS subzone