N10-005 · Question #927
Which of the following is associated with DNS reverse lookup zones?
The correct answer is C. PTR. PTR (Pointer) records are the DNS record type used in reverse lookup zones. A forward lookup resolves a hostname to an IP address; a reverse lookup does the opposite - it maps an IP address back to a hostname. PTR records make this possible and live in special reverse lookup…
Question
Which of the following is associated with DNS reverse lookup zones?
Options
- ACNAME
- BTXT
- CPTR
- DMX
How the community answered
(50 responses)- A2% (1)
- B2% (1)
- C88% (44)
- D8% (4)
Explanation
PTR (Pointer) records are the DNS record type used in reverse lookup zones. A forward lookup resolves a hostname to an IP address; a reverse lookup does the opposite - it maps an IP address back to a hostname. PTR records make this possible and live in special reverse lookup zones (e.g., in-addr.arpa). The other options serve different purposes: CNAME creates an alias for another hostname, TXT stores arbitrary text (used for SPF, DKIM, domain verification), and MX identifies mail servers for a domain.
Topics
Community Discussion
No community discussion yet for this question.