DNS Records Flashcards

(13 cards)

1
Q

What are resource records in a DNS server configuration file?

A

Different types of DNS records that provide information for resolving names, validating certificates, and more

Resource records include A records, CNAME records, MX records, and others.

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

What does the Start Of Authority (SOA) record provide in a DNS configuration?

A

Overview of DNS zone details, serial number, retries, expirations, and information storage duration

The SOA record is typically found at the top of the DNS configuration file.

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

What is the purpose of an A record in DNS?

A

Defines the IP address of a host for IPv4

A records are used to map domain names to their corresponding IPv4 addresses.

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

What is the difference between an A record and an AAAA record?

A

A record: IPv4 address
AAAA record: IPv6 address

A records have one ‘A’, while AAAA records have four ‘A’s.

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

What is a CNAME record used for in DNS?

A

Defines aliases for host names pointing to a canonical name

CNAME records allow multiple names to reference the same IP address.

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

What does the MX record stand for and what is its purpose?

A

Mail Exchanger record; specifies the mail server for a domain

MX records are crucial for sending and receiving emails.

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

What is the function of a TXT record in DNS?

A

Provides human-readable text information for various purposes

Common uses include SPF and DKIM configurations.

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

What does SPF stand for in the context of DNS TXT records?

A

Sender Policy Framework

SPF records specify which mail servers are authorized to send emails on behalf of a domain.

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

What is the purpose of a DKIM record in DNS?

A

Stores the public key for verifying digital signatures of emails

DKIM helps ensure the authenticity of email messages.

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

What do NS records specify in a DNS configuration?

A

Name servers for a particular domain

NS records are essential for performing name resolution.

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

What is a PTR record used for in DNS?

A

Provides reverse lookup information from IP address to domain name

PTR records allow querying a DNS server for a name based on an IP address.

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

True or false: An A record can be used to resolve an IPv6 address.

A

FALSE

A records are specifically for IPv4 addresses; AAAA records are used for IPv6.

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

Fill in the blank: The ________ record is used to define aliases for host names.

A

CNAME

CNAME records point to a canonical name for multiple aliases.

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