技術者は、サーバーにインストールされているアプリケーションを文書化していて、サーバーへの既存のすべての Web 接続とデータベース接続を確認する必要があります。技術者がこのタスクを実行するために使用する必要があるツールは次のうちどれですか?
正解:C
The correct tool for verifying existing network connections on a server is C. Netstat. Netstat (network statistics) displays active network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.
Tracert: Tracert (traceroute) is used to trace the route taken by packets from the source to the destination. It helps identify the path and latency between routers.
Ipconfig: Ipconfig is used to view and manage IP configuration settings on a local machine (such as IP address, subnet mask, default gateway, etc.). It does not provide information about existing connections.
Netstat: Netstat displays active network connections, including listening ports, established connections, and associated processes. It's useful for troubleshooting and monitoring network activity.
Nslookup: Nslookup is used for DNS (Domain Name System) queries to resolve domain names to IP addresses. It does not provide information about existing connections.
Reference:
CompTIA Network+ Certification Exam Objectives