Chapter 1 Flashcards

1
Q

DNS query

A

Name resolution query that is sent to a DNS server. The DNS server provides either an authorative or nonauthorative response to the client query.

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

Authoritative

A

Authoritative response is one in which the server returns an answer that it knows is correct because the request is directed to the authoritative server that manages the domain. DNS server is authoritative when it hosts a primary or secondary copy of a DNS zone. DNS server hosting an AD-integrated zone is also authoritative.

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

Nonauthoritative

A

Response in which the DN server that contains the requested domain in its cache answers a query by using forwarders or root hints. Bc answer might not be exact, it is also called nonauthoritative response.

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

dnsmcmd/clearcache

A

you can clear the DNS server hostname cache

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

What is a recursive query DNS?

A

Where one DNS server communicates with several other DNS servers to hunt down an IP address and return it to the client

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

Two possible results of a query?

A
  1. DNS server returns IP address of the host requested.

2. DNS server cannot resolve and IP address.

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

What are the dnscmd.exe utility or PowerShell cmdlet Set-DNSServerRecursion?

A

Can be used to disable recursion on a Windows Server 2016

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

Iterative Queries

A

Access domain name information that resides across the DNS system. The client communicates directly with each DNS server involved in the the lookup. You can use iterative queries to quickly resolve names across many servers.

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

Fowarder

A

Windows Server 2016 DNS server that forwards queries for external names to DNS servers outside or inside its network.

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

Round Robin

A

Often used to load-balance requests among multiple web servers

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

Conditional forwarder

A

DNS server on a network that forwards DNS queries to other DNS servers. EX: You can configure a DNS server to forward all queries that it receives for names that end with corp.pearson.com to IP address of a specific DNS server or to IP addresses of multiple DNS servers.

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

Disable Recursion on a Windows Server 2016 server

A

Use dnscmd.exe utility or the PowerShell cmdlet Set-DnsServerRecursion

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