システム管理者は、大規模な企業オフィスでネットワーク パフォーマンスの問題のトラブルシューティングを行っています。エンド ユーザーは、特定の内部環境へのトラフィックが安定しておらず、頻繁に低下すると報告しています。次のコマンドライン ツールのうち、問題をさらに調査するための最も詳細な情報を提供できるものはどれですか?
正解:D
Pathping is the best command-line tool to provide the most detailed information for investigating the network performance issue further. Pathping is a utility that combines the functions of ping and tracert, which are two other command-line tools that test network connectivity and latency. Pathping sends packets to each router on the path to a destination and then computes results based on the packets returned from each hop. Pathping can show the route taken by the packets, the number of hops, the latency of each hop, and the packet loss percentage. This information can help the systems administrator identify where the network problem occurs and how severe it is. Ipconfig, arp, and nslookup are not as useful as pathping for this task. Ipconfig shows the configuration of the network interface card, such as IP address, subnet mask, and default gateway. Arp shows the mapping of IP addresses to MAC addresses in the local network. Nslookup queries DNS servers for domain name resolution. Reference:
Official CompTIA learning resources CompTIA A+ Core 1 and Core 2, page 21 CompTIA A+ Core 1 (220-1101) and Core 2 (220-1102) Cert Guide, page 457