サーバー技術者は、内部 Web サーバーから内部 FTP サーバーにいくつかのファイルをアップロードするように依頼されました。技術者は PuTTY を使用して Web サーバーにログインしますが、FTP サーバーへの接続は失敗します。 ただし、技術者のワークステーションからの FTP 接続は成功します。問題のトラブルシューティングを行うために、技術者は Web サーバーとワークステーションの両方で次のコマンドを実行します。 ping ftp.acme.local コマンド出力の IP アドレスはマシンごとに異なります。接続失敗の原因として最も可能性が高いのは次のうちどれですか?
正解:D
A misconfigured hosts file can cause name resolution issues on a server. A hosts file is a text file that maps hostnames to IP addresses on a local system. It can be used to override DNS settings or provide custom name resolution for testing purposes. However, if the hosts file contains incorrect or outdated entries, it can prevent the system from resolving hostnames properly and cause connectivity problems. To fix this issue, the administrator should check and edit the hosts file accordingly.