# Task 4

## <mark style="color:purple;">Task 4</mark>

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

### <mark style="color:purple;">Answer</mark>

ping

### <mark style="color:purple;">Explanation</mark>

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.
