A network administrator needs to configure a DNS record to associate a domain name with a mail server for their organization. Which DNS record type should they use to achieve this?
The MX (Mail Exchange) record is used in DNS to specify the mail servers responsible for receiving email messages on behalf of a domain. This record is essential for directing email traffic correctly to the organization's mail servers. The A record links a domain to an IP address for general queries but is not specific for mail servers. The CNAME record creates an alias for another domain name, not specifically used for mail servers. Lastly, the TXT record is used for providing arbitrary text about a host, commonly for security data like SPF or DKIM, not for mail server specification.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does an MX record do in a DNS configuration?
Open an interactive chat with Bash
What are A records and how do they differ from MX records?
Open an interactive chat with Bash
What is the purpose of a CNAME record and how is it used?