DNS Flashcards

All about DNS

1
Q

What does DNS stand for?

A

Domain Name System

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

Which devices can cache DNS information?

A

Clients and Servers

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

DNS can be used by a client to locate a Domain Controller for authentication services. True or False?

A

True.

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

What command is used to display all cached DNS entries on a DNS client?

A

Ipconfig /displaydns

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

What command is used to remove all cached DNS entries on a DNS client?

A

Ipconfig /flushdns

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

What does NAT stand for?

A

Network Address Translation

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

What is the purpose of NAT?

A

To allow devices on a private network to communicate on the public internet by translating private IP addresses.

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

What is a DNS forwarder?

A

A DNS server that sends unresolved DNS queries to another specified DNS server.

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

What are two ways to install the DNS server role on Windows Server 2016?

A

Through the “Add Roles and Features Wizard” in Server Manager or with the “Add-WindowsFeature DNS -IncludeManagementTools” command in Windows Powershell.

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

What command is used to show cached DNS entries from the DNS server?

A

Show-DnsServerCache

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

What command is used to remove all cached DNS entries from a DNS server?

A

Clear-DnsServerCache

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

What does an “A” RecordType signify in the results screen of a Show-DnsServerCache command?

A

An “A” record signifies an IPv4 address.

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

What configuration allows two DNS servers to send requests between each other?

A

DNS Forwarding

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

What two methods can you use to configure a DNS forwarder?

A

Through DNS manager as well as through PowerShell using the “Add-DnsServerForwarder (ip address)” command.

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

What methods can use you use to configure conditional forwarding?

A

Through DNS Manager or through PowerShell using the “Add-DnsServerConditionalForwarderZone (domain) (ip address)” command

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

Which type of DNS query involves a single request by a client expecting a resolution of a fully qualified domain name?

A

A recursive query

17
Q

What is the name of the file that contains the root hints on Windows 2016?

A

Cache.DNS

18
Q

Which PowerShell command adds a new DNS Server Root Hint?

A

Add-DnsServerRootHint (domain) (ip address)

19
Q

Tree walking won’t occur when making a DNS request for www.google.com because of what?

A

The resolution is cached on either the server or the client.

20
Q

What two methods are used to remove a DNS forwarder?

A

Through DNS Manager or through PowerShell using the “Remove-DnsServerForwarder (ip address)” command.

21
Q

What PowerShell command is the equivalent to an “ipconfig /flushdns” command?

A

Clear-DnsClientCache

22
Q

What are the different methods to modify DNS Root Hints?

A

Through the CACHE.DNS file, through DNS Manager, or through Powershell.

23
Q

What is the path to get to the CACHE.DNS file?

A

C:\Windows\System32\dns

24
Q

What are the stages of name resolution on a Windows 10 or Windows Server 2016 computer?

A
  1. Determine whether the queried host name is the same as the local host name.
  2. Search the local DNS resolver cache for the queried host name.
  3. Petition the DNS server for the required host name
25
Q

What are the installation requirements for the DNS server role?

A

Security: Must be signed in as the local Administrator of the server

IP Configuration: The server must be configured with static IPs.

26
Q

What is Response Rate Limiting (RRL)?

A

Mitigates the possibility of malicious systems using your DNS servers to initiate a DoS attack on a DNS client.

27
Q

What is the name of the DNS Debug log and when can it be open?

A

dns.log. Can only be opened when the DNS server service has stopped.

28
Q

Linux DNS servers can also have Active Directory-integrated zones. True of False?

A

False. Linux DNS servers do not support AD-integrated zones. Their IPs would have to be added for zone transfers in the primary zone’s zone properties.

29
Q

Zone transfers are always initiated by requests sent by primary DNS servers? True or False?

A

False. Zone transfer requests are initiated by secondary DNS servers.

30
Q

When configuring a Conditional Forwarder to replicate, which replication option is used if there are pre-Windows 2003 domain controllers present in the network?

A

Replicate to “All domain controllers in this domain”