6.5.8 - DNS Server Configuration

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

Flashcards about DNS Server Configuration

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Primary DNS Server

The zone records held on the server are editable.

2
New cards

Secondary DNS Server

The zone records are read-only copies and are maintained through a process of replication known as a zone transfer from a primary name server.

3
New cards

Important task for primary DNS

Update the serial number for each change made on the DNS server.

4
New cards

Advantage of secondary zones

Provides fault tolerance and load balancing.

5
New cards

UDP port 53

A DNS server is usually configured to listen for queries on this port.

6
New cards

TCP port 53

Allows larger record transfers (over 512 bytes), and might be required if IPv6 is deployed on the network or if the DNS servers are using a security protocol (DNSSEC).

7
New cards

Authoritative DNS Server

Holds complete records for a domain.

8
New cards

Cache-only Servers

Servers that don't maintain a zone (primary or secondary).

9
New cards

Non-authoritative answer

One that derives from a cached record, rather than directly from the zone records.

10
New cards

Time To Live (TTL)

Instructs resolvers how long a query result can be kept in cache, measured in seconds.

11
New cards

Setting a low TTL

Allows records to be updated more quickly but increases load on the server and latency on client connections to services.

12
New cards

DNS caching

Each application on a client computer might be configured to manage its own DNS cache.

13
New cards

Planning for a record change

Reducing the TTL in the period before the change, waiting for this change to propagate before updating the record, and then reverting to the original TTL value when the update has safely propagated.