nerdexam
CompTIA

SK0-003 · Question #668

Which of the following protocols would be used to test if one host is reachable by another host, by sending echo requests and waiting for echo replies?

The correct answer is B. ICMP. To test if one host is reachable by another host, the Internet Control Message Protocol (ICMP) is used. It facilitates this by sending echo requests and waiting for corresponding echo replies.

Server administration

Question

Which of the following protocols would be used to test if one host is reachable by another host, by sending echo requests and waiting for echo replies?

Options

  • ASNMP
  • BICMP
  • CTCP
  • DUDP

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    88% (35)
  • C
    3% (1)
  • D
    3% (1)

Why each option

To test if one host is reachable by another host, the Internet Control Message Protocol (ICMP) is used. It facilitates this by sending echo requests and waiting for corresponding echo replies.

ASNMP

SNMP (Simple Network Management Protocol) is used for monitoring and managing network devices, not for basic host reachability testing via echo requests.

BICMPCorrect

The Internet Control Message Protocol (ICMP) is specifically designed to send control and error messages, including echo request and echo reply messages. These messages are fundamental to network utilities like `ping`, which use them to test the reachability and round-trip time between two IP hosts.

CTCP

TCP (Transmission Control Protocol) is a connection-oriented protocol for reliable data transfer and does not inherently use echo requests/replies for host reachability testing.

DUDP

UDP (User Datagram Protocol) is a connectionless protocol for fast, unreliable data transfer, and it does not define echo requests or replies for reachability testing.

Concept tested: ICMP protocol for network diagnostics (ping)

Source: https://www.cisco.com/c/en/us/support/docs/ip/internet-control-message-protocol-icmp/10120-icmp-fix.html

Topics

#network protocols#ICMP#connectivity testing

Community Discussion

No community discussion yet for this question.

Full SK0-003 Practice