An Overview of DNS - CompTIA Network+ N10-009 - 3.4 Flashcards

1
Q

What does DNS do

A

Translate FQDNs into computer readable IP addresses. Expand on this.

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

How many root dns server clusters

A

13 (over 1000 actual servers)

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

gTLDs

A

hundreds of generic top level domain - .com, .org, .net

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

ccTLD

A

over 275 Country code top level domains - .us, .ca, .uk

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

DNS is a service used where?

A

internet, AD and application access

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

How many DNS servers in an organization

A

Usually two. Very important there’s redundancy.

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

What are the two main DNS servers

A

Primary - Contains all of the zone info for domain
changes and updates are made to primary server
Secondary - Zone info is read only. Zone transfers are pushed from the primary DNS server. Anything we get from this server was first configured on primary DNS server.

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

Local Name Resolution

A

Stores a name info an IP address within the local network. No Need to access the production server. Stored on host file

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

Forward Lookup

A

Provide server with name and it returns and IP address. (one of the most common uses of DNS server)

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

Reverse DNS

A

Provide the DNS server a IP address and it returns a name. (works on DIG command. can tell you address of where your DNS server is on in the world.

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

usually when you preform a DNS look up it’s not from the authotitaive DNS server. How do you access the authoriative server?

A

Find the server with nslookup, then you can talk to it

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

When a DNS resolver retrieves a response from a non-authoritative DNS server, what does this indicate about the information provided in the response?non-authoritate server.

A

The information is a cached copy retrieved from another authoritative source.

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

TTL on a dns server

A

how long the authive server will maintane the casche of IP addresses

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

how to use dig to see how long a server will keep it cahce

A

dig jessebuerhaus.com
returns:
jessebuerhaus.com 300 134.323.34.121
300 ( second )is the amount of time.

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

Recursive DNS queries

A

Recursive query

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

what populates and cache local DNS server

A

By storing DNS query results retrieved from authoritative or upstream DNS serversRecursive DNS queries.

17
Q

Recursive DNS query

A

If we can’t resolve an IP by looking at local name server, we go to the root server, if it doesn’t know it sends you to .com or .org server.

18
Q

DNS is transmitted i

A

in the clear no built in encryption

19
Q

DNSSEC

A

Domain Name System Security Extensions
Digitally signed DNS responses. That verifies that the info we are getting is coming from a trusted source.

20
Q

DNS over TLS (DOT)

A

Sends DNS traffic over TCP/853, encrypts it with TLS/SSL

21
Q

DNS over HTTPS (DoH)

A

Sends DNS over HTTPS packet, using https TCP/443. Some broswers use DoH by default.

22
Q

In which scenario would a client receive a non-authoritative answer from a DNS server?

A

b) When the DNS server has the requested record cached but is not the authoritative server for the domain