36. An organization moved its DNS servers to new IP addresses. After this move, customers are no longer able to access the organization's website. Which of the following DNS entries should be updated?
Answer: D
The NS (Name Server) entries should be updated.
Updating the NS entries is essential because these entries indicate which DNS servers are authoritative for the domain. If the organization has moved its DNS servers to new IP addresses, the NS records must reflect these changes to ensure proper resolution of the domain.
A) AAA
The AAAA record is used to map a domain name to an IPv6 address. While it is important for directing traffic to the correct IP address, it does not define which servers are authoritative for the domain, making it irrelevant in this context.
B) CNAME
A CNAME record allows a domain to alias another domain name. Although it can assist in directing traffic to the correct destination, it does not affect the authoritative servers for the domain and thus does not need updating in this scenario.
C) MX
MX (Mail Exchange) records specify the mail servers responsible for receiving email on behalf of the domain. These records are unrelated to the web server's IP address and do not need to be updated when DNS servers are changed.
D) NS
The NS records need to be updated when the DNS servers change. They specify which servers are responsible for handling requests for the domain, and failing to update these records will result in customers being unable to access the website.
Conclusion
The NS records are crucial for directing traffic to the correct DNS servers, and since the organization has changed its DNS servers, these entries must be updated. Other options are not relevant to the core issue of DNS resolution, which is why they do not address the problem effectively.