システム管理者は、ユーザーがブラウザで Linux Web サーバーにアクセスできないのに、サーバーの IP に ping できる理由を調査しています。サーバーはオンラインで、Web サーバー プロセスは実行されており、スイッチへのリンクは確立されています。管理者が最初にサーバー上で実行する必要があるコマンドはどれですか。
正解:B
The netstat command provides information about network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. Running netstat on the server can help the administrator verify that the web server process is listening on the expected port (e.g., port 80 for HTTP or port 443 for HTTPS) and that there are no issues with network connections. This is a crucial first step in diagnosing why the web server is not accessible via a browser.References: CompTIA Network+ study materials.