Ping utility

ping -c 10 MYSTE4 (from /etc/hosts) or
ping -c 5 192.168.1.5

where -c #num is the number of packets you wish to transmit and
get back. Using ping <hostname or IP address> with no other
parameters 4 packets will be transmited.

Use ^C to abort ping.
