nerdexam
CompTIA

SK0-004 · Question #333

For a technician to test network connectivity to a remote host on a Unix Server which of the following commands should they run?

The correct answer is B. PING. The PING command tests network connectivity to a remote host by sending ICMP echo requests and works on both Unix and Windows systems.

Troubleshooting

Question

For a technician to test network connectivity to a remote host on a Unix Server which of the following commands should they run?

Options

  • AIPCONFIG
  • BPING
  • CARP
  • DIFCONFIG

How the community answered

(50 responses)
  • A
    4% (2)
  • B
    88% (44)
  • C
    6% (3)
  • D
    2% (1)

Why each option

The PING command tests network connectivity to a remote host by sending ICMP echo requests and works on both Unix and Windows systems.

AIPCONFIG

IPCONFIG is a Windows-only command that displays local IP configuration; the Unix equivalent is ifconfig or ip, and neither tests remote connectivity.

BPINGCorrect

PING sends ICMP Echo Request packets to the specified remote host and reports whether replies are received, measuring round-trip time and packet loss - making it the standard tool for verifying basic network reachability on Unix servers.

CARP

ARP (Address Resolution Protocol) displays or manipulates the local ARP cache mapping IP addresses to MAC addresses; it does not test connectivity to a remote host.

DIFCONFIG

IFCONFIG is the Unix command for displaying and configuring local network interfaces; it does not send packets to or test reachability of a remote host.

Concept tested: Network connectivity testing with ping on Unix

Source: https://linux.die.net/man/8/ping

Topics

#ping#network connectivity#Unix commands#network diagnostics

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice