An organization moved itsDNS serversto new IP addresses. After this move, customers are no longer able to access the organization's website. Which of the followingDNS entriesshould be updated?
Correct Answer: D
Comprehensive and Detailed Explanation:
When an organization moves itsDNS serversto new IP addresses, theNS (Name Server) recordsmust be updated. TheNS recorddefines which DNS servers are authoritative for a domain. If these records still point to the old IP addresses, clients will continue to query the outdated servers, leading to connectivity issues.
Breakdown of Options:
* A. AAAA- This record maps a domain name to an IPv6 address. Since the issue is with DNS resolution, not IP versioning, this is incorrect.
* B. CNAME- ACNAME (Canonical Name) recordis used for domain aliasing, not for defining authoritative name servers.
* C. MX-Mail Exchange (MX) recordsdirect email traffic to the correct mail server, which does not impact general website accessibility.
* D. NS-Correct answer.NS records must be updatedto reflect the new authoritative DNS servers.