ネットワーク管理者は、顧客を新しいサーバーに誘導するために外部 DNS を変更しました。管理者は、新しいサーバーの構成をテストするために、次のどのツールを使用する必要がありますか?
正解:D
*nslookup allows querying DNS records to verify if the new server is correctly resolving domain names. *ping (A) tests basic connectivity, not DNS configuration. *tracert (B) shows network path latency but doesn't test DNS. *tcpdump (C) captures packets but isn't ideal for DNS verification. #Reference: CompTIA Network+ N10-009 Official Documentation - DNS Testing Tools.