nerdexam
CompTIA

220-802 · Question #669

A technician wants to test connectivity with a remote device in the other room that appears to be having intermittent connectivity issues. Which of the following command line tools will allow them…

The correct answer is B. PING. The PING command with the -t flag runs continuously until manually stopped, making it ideal for monitoring intermittent connectivity over an extended period without retyping.

Hardware and network troubleshooting

Question

A technician wants to test connectivity with a remote device in the other room that appears to be having intermittent connectivity issues. Which of the following command line tools will allow them to check connectivity over an extended period of time without having to retype commands?

Options

  • ANSLOOKUP
  • BPING
  • CNETSTAT
  • DTRACERT

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    91% (29)
  • C
    3% (1)

Why each option

The PING command with the -t flag runs continuously until manually stopped, making it ideal for monitoring intermittent connectivity over an extended period without retyping.

ANSLOOKUP

NSLOOKUP is a DNS query tool and does not test or monitor network connectivity over time.

BPINGCorrect

On Windows, 'ping -t <target>' sends ICMP echo requests indefinitely, logging each success or timeout in real time. This allows a technician to passively monitor a connection for intermittent drops over an extended period without any repeated manual input, which directly addresses the intermittent connectivity issue.

CNETSTAT

NETSTAT displays current active network connections and port statistics but does not send test packets or monitor connectivity to a remote host over time.

DTRACERT

TRACERT traces the route packets take to a destination and is a one-shot command that shows hop latency at a single point in time, not ongoing connectivity monitoring.

Concept tested: Continuous PING for intermittent connectivity monitoring

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ping

Topics

#PING continuous#connectivity testing#network diagnostics#command line tools

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice