ネットワーク技術者は、サブネット内のユーザーとのインターネット接続の問題のトラブルシューティングを行っています。技術者はホストから実行し、Web ブラウザを使用して Web サイトに移動しようとします。
技術者は次の出力を受け取ります。

その後、ブラウザにエラーが表示されます。この問題を説明しているのは次のうちどれですか?
正解:B
The issue is that the host is configured with incorrect DNS settings. DNS (Domain Name System) is a service that resolves domain names to IP addresses. For example, the domain name www.comptia.org is resolved to the IP address 104.18.25.140 by a DNS server. If the host has incorrect DNS settings, such as an invalid or unreachable DNS server address, it will not be able to resolve domain names to IP addresses, and therefore it will not be able to access websites by their names. The output in the image shows that the host can ping the IP address of www.comptia.org, but it cannot ping the domain name itself, indicating a DNS problem. Reference: CompTIA Network+ N10-008 Certification Study Guide, page 154; The Official CompTIA Network+ Student Guide (Exam N10-008), page 6-8.