700-280 · Question #40
Which of the following types of DNS records deals with mail delivery for a specific domain?
The correct answer is C. MX. MX (Mail Exchanger) records are specifically designed to handle mail delivery by pointing a domain to its mail servers and defining their priority order - making C the correct answer. An A record maps a domain name to an IPv4 address and has nothing to do with mail routing. A…
Question
Which of the following types of DNS records deals with mail delivery for a specific domain?
Options
- AA
- BTXT
- CMX
- DPTR
How the community answered
(42 responses)- A2% (1)
- B2% (1)
- C95% (40)
Explanation
MX (Mail Exchanger) records are specifically designed to handle mail delivery by pointing a domain to its mail servers and defining their priority order - making C the correct answer. An A record maps a domain name to an IPv4 address and has nothing to do with mail routing. A TXT record stores arbitrary text data (often used for SPF, DKIM, or domain verification), but it doesn't direct mail delivery itself. A PTR record is a reverse DNS lookup that maps an IP address back to a hostname, essentially the opposite of an A record.
Memory tip: Think "MX = Mail eXchanger" - the X literally stands for exchanger, which is what it does: exchanges (routes) your mail to the right server.
Topics
Community Discussion
No community discussion yet for this question.