220-1002 · Question #861
220-1002 Question #861: Real Exam Question with Answer & Explanation
The correct answer is C: ping. The ping command sends ICMP (Internet Control Message Protocol) echo request packets to a target host and reports whether responses are received, making it the fastest way to test basic network reachability. Running 'ping google.com' will show whether packets reach the destinatio
Question
Options
- Anetstat
- Bpath
- Cping
- Dhostname
Explanation
The ping command sends ICMP (Internet Control Message Protocol) echo request packets to a target host and reports whether responses are received, making it the fastest way to test basic network reachability. Running 'ping google.com' will show whether packets reach the destination and how long the round trip takes. The other options are not suited for this: netstat displays active network connections and statistics, 'path' is not a standard networking command (tracert/traceroute is used for path tracing), and hostname displays or sets the local machine's hostname.
Community Discussion
No community discussion yet for this question.