A network technician is configuring DNS resources for a newly deployed web server that must support dual-stack network connectivity. Which TWO of the following DNS record types must be created to resolve the server's hostname directly to its assigned IPv4 and IPv6 addresses?
- A recordAnswer
- AAAA recordAnswer
- CCNAME record
- DPTR record
- EMX record
Answer
The host name must be mapped to an IPv4 address using an A record and to an IPv6 address using an AAAA record.
To support dual-stack connectivity for a web server, an A record is required to resolve the hostname to an IPv4 address, and an AAAA record is required to resolve the exact same hostname to an IPv6 address.
Step-by-Step Solution
Key Concept
DNS Host Record Mapping for IPv4 and IPv6