CompTIA
XK0-005 · 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…
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
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
(24 responses)- A17% (4)
- B4% (1)
- C71% (17)
- D8% (2)
Explanation
-c 12 for number of pings sent, -i 300 for seconds to wait until next ping(interval)
Topics
#Ping Command#Network Troubleshooting#Command-Line Utilities#System Monitoring
Community Discussion
No community discussion yet for this question.