nerdexam
CompTIA

XK0-004 · Question #150

A systems administrator is troubleshooting an intermittent network connection at the IP address 192.168.1.23. The administrator wishes to monitor the connection at five-minute intervals for one hour.

The correct answer is C. ping -c 12 -i 300 192.168.1.23. -c 12 for number of pings sent, -i 300 for seconds to wait until next ping(interval)

Troubleshooting and Diagnostics

Question

A systems administrator is troubleshooting an intermittent network connection at the IP address 192.168.1.23. The administrator wishes to monitor the connection at five-minute intervals for one hour. Which of the following commands will accomplish this task?

Options

  • Aping -i 5 192.168.1.23
  • Bping -c 12 192.168.1.23
  • Cping -c 12 -i 300 192.168.1.23
  • Dping -c 60 -i 100 192.168.1.23

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    19% (5)
  • C
    69% (18)
  • D
    8% (2)

Explanation

-c 12 for number of pings sent, -i 300 for seconds to wait until next ping(interval)

Topics

#ping#network monitoring#interval flag#packet count

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice