nerdexam
CompTIA

N10-009 · Question #574

following should be done in order to reach the correct website?

The correct answer is A. Modify the CNAME record. To correctly direct users to the intended website, the CNAME record in the DNS configuration should be modified.

Submitted by hans_de· Mar 6, 2026Networking Concepts

Question

following should be done in order to reach the correct website?

Options

  • AModify the CNAME record.
  • BUpdate the PTR record.
  • CChange the NTP settings.
  • DDelete the TXT record.

How the community answered

(33 responses)
  • A
    88% (29)
  • B
    6% (2)
  • C
    3% (1)
  • D
    3% (1)

Why each option

To correctly direct users to the intended website, the CNAME record in the DNS configuration should be modified.

AModify the CNAME record.Correct

A CNAME (Canonical Name) record in DNS creates an alias that points one domain name to another canonical domain name. If users are not reaching the correct website, it indicates the current CNAME alias is likely pointing to an incorrect target, and modifying it to the correct canonical name will resolve the redirection issue.

BUpdate the PTR record.

A PTR record (Pointer record) is used for reverse DNS lookups, mapping an IP address to a domain name, and does not affect how a domain name resolves to a website.

CChange the NTP settings.

NTP (Network Time Protocol) settings synchronize device clocks but have no direct bearing on resolving a domain name to its correct website.

DDelete the TXT record.

A TXT record is a general-purpose record for descriptive text, often used for email authentication or site verification, and deleting it would not resolve a website connectivity issue.

Concept tested: DNS CNAME record function

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/dnscmd

Community Discussion

No community discussion yet for this question.

Full N10-009 Practice