100-490 · Question #53
Which command sends an echo request packet to the target host and then waits for an echo response message?
The correct answer is C. ping. The ping command is specifically designed to test network connectivity and reachability. Echo Request: The ping command sends an ICMP (Internet Control Message Protocol) Echo Request packet to a specified destination IP address or hostname. Echo Response: If the target host is…
Question
Which command sends an echo request packet to the target host and then waits for an echo response message?
Options
- Aecho
- Baccess
- Cping
- Dconnect
How the community answered
(49 responses)- A12% (6)
- B8% (4)
- C78% (38)
- D2% (1)
Explanation
The ping command is specifically designed to test network connectivity and reachability. Echo Request: The ping command sends an ICMP (Internet Control Message Protocol) Echo Request packet to a specified destination IP address or hostname. Echo Response: If the target host is reachable, it will respond with an ICMP Echo Reply packet. Analysis: The ping command measures the round-trip time (RTT) between the source and destination. It also reports statistics like packet loss and response times.
Topics
Community Discussion
No community discussion yet for this question.