Ping
A tool for testing whether another computer is reachable — sends a small packet and measures the time to reply.
Built on ICMP echo request/reply. ping thern.io sends 4 packets (or unlimited on Linux) and shows the latency for each.
No response doesn't always mean "the computer is dead" — many firewalls block ICMP. Use curl or traceroute for deeper diagnostics.