dns Flashcards

1
Q

what is the iterative lookup process

A

between local dns server and root hints
client requests to resolve domain name
client checks local cache and host file, if info does not exist, forward to local dns server
local dns server checks local cache, if info does not exist, query root hint server
root hint server responds with relevant information about tld and local dns queries the relevant tld
tld responds with relevant information about authoritative name server and local dns queries the relevant name server
authoritative name server responds with the ip address of the queried domain name
local dns server stores the result in local cache
local dns server forwards response back to client

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

what is the recursive lookup process

A

between client and local dns server
client requests to resolve domain name
client checks local cache and host file, if info does not exist, forward to local dns server
local dns server checks local cache, if info does not exist, forward to forwarder
forwarder checks local cache, if info does not exist, query root hint server
root hint server responds with relevant information about tld and local dns queries the relevant tld
tld responds with relevant information about authoritative name server and local dns queries the relevant name server
authoritative name server responds with the ip address of the queried domain name
forwarder stores the result in local cache
forwarder forwards response back to local dns server
local dns server stores response in local cache
local dns server forwards response back to client

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

what is a stub zone

A

a stub zone is where a local dns server skips querying root hints server and tld, and goes straight to the authoritative name server of the domain. it is the second fastest way after local cache.

however a stub zone requires the authoritative name server to provide zone transfer privilege to the dns server.

thus should only be applicable to an enterprise that owns multiple domains.

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

benefits on a inhouse forwarder

A

can perform dns logging and filtering on customised inhouse forwarder

since the forwarder does not contact any external dns servers, it will be safe from any poisoning

inhouse forwarder is faster as it uses recursion

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

bpa 3 levels of severity

A

error, warning, information

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

what are the guidelines of running bpa

A

configuration
security
predeployment
postdeployment
performance

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

requirements of bridgehead server

A
  1. have multiple sites
  2. each site must have multiple domain controllers
  3. these domain controllers must belong to the same domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly