What is the primary purpose of a DNS A record?
- aIt stores an alias so one hostname can point to another hostname.
- bIt maps a hostname to an IPv4 address so clients can reach a server.✓
- cIt defines which mail servers are responsible for a domain.
- dIt sets the maximum time a resolver may cache a DNS answer.
Explanation:An A record maps a hostname directly to an IPv4 address. Aliasing one hostname to another is what a CNAME record does; mail server assignment is the job of an MX record; caching duration is controlled by TTL, not by the record type itself.