Packet InterNet Groper - uses Internet Control Message Protocol (ICMP) echo request and replies to test if a host IP stack is initialized and alive on the network
1. basic use case
ping google.com
2. ping on specific NIC
ping -I eth1 google.com