nerdexam
CompTIA

SK0-004 · Question #280

Which of the following types of DNS records enables support for email?

The correct answer is B. MX. MX (Mail Exchanger) DNS records are specifically designed to route email by identifying the mail servers responsible for accepting messages for a domain.

Server administration

Question

Which of the following types of DNS records enables support for email?

Options

  • AA
  • BMX
  • CPTR
  • DAAAA

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    90% (43)
  • C
    6% (3)
  • D
    2% (1)

Why each option

MX (Mail Exchanger) DNS records are specifically designed to route email by identifying the mail servers responsible for accepting messages for a domain.

AA

An A record maps a hostname to an IPv4 address and has no direct role in email routing or mail server identification.

BMXCorrect

An MX record specifies the hostname of the mail server that handles incoming email for a domain, and its associated priority value enables failover when multiple mail servers are configured. Without a correctly configured MX record, external systems have no way to determine where to deliver email for the domain. MX records are a required DNS record type for any domain intended to receive email.

CPTR

A PTR record is used for reverse DNS lookups, mapping an IP address back to a hostname, and plays no part in directing inbound email traffic.

DAAAA

An AAAA record maps a hostname to an IPv6 address and, like the A record, serves address resolution purposes rather than email delivery routing.

Concept tested: DNS MX record function for email routing

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/manage-resource-records

Topics

#MX record#DNS record types#email support#DNS

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice