Match each command-line network utility on the left with its primary diagnostic function on the right.
- pingVerifies Layer 3 reachability to a remote host and measures round-trip time using ICMP Echo Requests.
- tracertDisplays the hop-by-hop router path and packet delivery latency to a target destination.
- nslookupQueries DNS servers to test name resolution and inspect domain resource records.
- netstatDisplays active TCP/UDP connections, listening ports, and protocol statistics on the local system.
Cevap
ping matches reachability verification; tracert matches hop-by-hop path tracing; nslookup matches DNS query testing; netstat matches active connections and listening ports inspection.
Each utility targets a distinct diagnostic domain: ping tests basic ICMP reachability; tracert maps route paths and hop latencies; nslookup queries DNS infrastructure; and netstat inspects active protocol connections and listening ports on the local machine.
Adım Adım Çözüm
Anahtar Kavram
Command-Line Network Troubleshooting Utilities
Tahmini Süre:45s