6.5.5 - Host Address and Canonical Name Records

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

1/8

flashcard set

Earn XP

Description and Tags

Flashcards covering host address records, canonical name records, and dynamic DNS.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

A Record

Resolves a host name to an IPv4 address.

2
New cards

AAAA Record

Resolves a host name to an IPv6 address.

3
New cards

AAAA records exceeding the UDP packet size limit

Can result in UDP packets being fragmented into several smaller packets, potentially blocked by firewalls.

4
New cards

CNAME (Canonical Name) Record

Configures an alias for an existing address record (A or AAAA).

5
New cards

Port 53

What is the default port used by DNS?

6
New cards

Round Robin DNS

A basic load balancing technique using multiple A or AAAA records with the same host name but different IP addresses.

7
New cards

Dynamic DNS (DDNS)

Allows a client or DHCP server to configure records automatically.

8
New cards

ipconfig /registerdns

What command in Windows causes a client to attempt to use DDNS?

9
New cards

What is usually considered better practice than configuring multiple address records to point different host names to the same IP address?

Using CNAME records