DNS Record Types Flashcards

1
Q

Resource Records (RR)

A

• The database records of domain name services

• Over 30 record types - IP addresses, certificates, host
alias names, etc

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

Address Records (A) (AAAA)

A
  • Defines the IP address of a host
    • This is the most popular query

• A records are for IPv4 addresses
• Modify the A record to change the host name to IP
address resolution

  • AAAA records are for IPv6 addresses
    • The same DNS server, different records
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Canonical name records (CNAME)

A
  • A name is an alias of another, canonical name

* One physical server, multiple services

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

Service records (SRV)

A

• Find a specific service
• Where is the Windows Domain Controller? Where is
the instant messaging server? Where is the VoIP
controller?

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

Mail exchanger record (MX)

A

• Determines the host name for the mail server - this isn’t an IP address; it’s a name

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

Name server records (NS)

A

• List the name servers for a domain - NS records point to the name of the server

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

Pointer record (PTR)

A
  • The reverse of an A or AAAA record
    • Added to a reverse map zone file

A pointer (PTR) record is a type of Domain Name System (DNS) record that resolves an IP address to a domain or host name, unlike an A record which points a domain name to an IP address. PTR records are used for the reverse DNS lookup. Using the IP address, you can get the associated domain or host name.

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

Text records (TXT)

A
  • Human-readable text information
    • Useful public information

• SPF protocol (Sender Policy Framework)
• Prevent mail spoofing
• Mail servers check that incoming mail really did
come from an authorized host

• DKIM (Domain Keys Identified Mail)
• Digitally sign your outgoing mail
• Validated by the mail server, not usually seen by the
end user
• Put your public key in the DKIM TXT record

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