A network administrator is publishing DNS records for a newly deployed corporate service. The domain requires web clients to resolve `www.example.com` to the IPv4 address `192.0.2.50`, and incoming domain email must be routed to `mail.example.com`.
Which TWO of the following DNS resource record types must be configured to achieve this functionality?
- An A record pointing www.example.com to 192.0.2.50Cevap
- An MX record specifying mail.example.com as the mail exchangerCevap
- CAn AAAA record pointing www.example.com to 192.0.2.50
- DA PTR record mapping 192.0.2.50 to www.example.com
- EA CNAME record aliasing www.example.com directly to 192.0.2.50
Cevap
The configuration requires an A record to map the website hostname to its IPv4 address and an MX record to specify the mail gateway handling domain email.
An Address (A) record is required to map the web server hostname to its 32-bit IPv4 address. A Mail Exchanger (MX) record is required to specify the mail server responsible for accepting incoming email on behalf of the domain.
Adım Adım Çözüm
Anahtar Kavram
DNS Host (A) and Mail Exchanger (MX) Record Functions
Tahmini Süre:1m 0s