Which networking utility uses ICMP echo requests to verify if a remote host target is online and measure round-trip network response times? MCQ with Answer and Explanation

Which networking utility uses ICMP echo requests to verify if a remote host target is online and measure round-trip network response times?
A. TRACERT
B. IPCONFIG
C. PING
D. NSLOOKUP
Answer: Option C
Solution (By JKExamLibrary)
The ping command utilizes ICMP Echo Request and Echo Reply packets to test basic network connectivity and record latency metrics.

This question belongs to: Computer Computer Networking

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1 Report Error
Which of the following is a broadcast address for a network with subnet mask 255.255.255.0 and network IP 192.168.1.0?
A. 192.168.1.255
B. 192.168.1.1
C. 192.168.1.0
D. 192.168.1.254

Correct Answer: Option A


Explanation:
The broadcast address is the highest address in the subnet, i.e., 192.168.1.255 for a /24 network.

This question belongs to: Computer Computer Networking
Question #2 Report Error
What is the purpose of a network bridge?
A. To connect two network segments and reduce traffic by filtering
B. To amplify signals
C. To connect a LAN to the internet
D. To assign IP addresses

Correct Answer: Option A


Explanation:
Bridges filter and forward frames based on MAC addresses, connecting segments.

This question belongs to: Computer Computer Networking
Question #3 Report Error
What does an IPv4 address configuration use to determine the broadcast address for a specific subnet?
A. The network mask and host bit combinations
B. The MAC registration lookup
C. The external DNS resolution system
D. The loopback hardware interface

Correct Answer: Option A


Explanation:
Setting all host bits of an IP network block to binary 1 yields the specific broadcast address used to send data to all devices on that subnet.

This question belongs to: Computer Computer Networking