サーバー技術者は、社内 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.