ヘルプ デスクの技術者は、SQL.local という名前の Windows サーバーのトラブルシューティングを行っており、特定のアプリケーションがどのポートで実行されているかを確認したいと考えています。技術者は次のコマンドのうちどれを実行する必要がありますか?
正解:D
Netstat is a command-line tool that displays active network connections and listening ports on a host. By running the netstat command with appropriate parameters on the Windows server (SQL.local), the technician can view the list of active connections and the associated ports. This will help identify the port on which the specific application is running.