Task 4

Task 4

What tool do we use to test our connection to the target with an ICMP echo request?

Answer

ping

Explanation

Ping is a simple command-line tool that sends ICMP echo requests to a specified target (such as an IP address or domain) and waits for a reply. It helps determine if the target is reachable over the network and can also measure the round-trip time for the request.

Last updated