nerdexam
CompTIA

N10-005 · Question #362

Which of the following records allows for reverse DNS lookups?

The correct answer is C. PTR. PTR (Pointer) records are DNS record types that map an IP address back to a hostname, enabling reverse DNS lookups.

Networking concepts

Question

Which of the following records allows for reverse DNS lookups?

Options

  • AAAAA
  • BA
  • CPTR
  • DCNAME

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    85% (22)
  • D
    8% (2)

Why each option

PTR (Pointer) records are DNS record types that map an IP address back to a hostname, enabling reverse DNS lookups.

AAAAA

AAAA records perform forward DNS lookups by mapping a hostname to an IPv6 address, not an IP address to a hostname.

BA

A records perform forward DNS lookups by mapping a hostname to an IPv4 address, which is the opposite of a reverse lookup.

CPTRCorrect

A PTR record is the DNS record type used for reverse DNS resolution, stored in the in-addr.arpa (IPv4) or ip6.arpa (IPv6) zones. When a client queries the IP address 192.0.2.1, the DNS resolver looks up 1.2.0.192.in-addr.arpa and returns the associated PTR record containing the hostname, which is the reverse of a standard forward lookup.

DCNAME

CNAME (Canonical Name) records create an alias from one hostname to another hostname and are used for forward lookups, not reverse DNS resolution.

Concept tested: DNS PTR record for reverse DNS lookup

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/manage-resource-records

Topics

#PTR record#reverse DNS#DNS records

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice