ping is the most famous tool that is used to check whether a particular host is available. The ping tool works by sending an Internet Control Message Protocol (ICMP) echo request packet to the target host. If the target host is available and the firewall is not blocking the ICMP echo request packet, it will reply with the ICMP echo reply packet.
Although you can't find ping in the Kali Linux menu, you can open the console and type the ping command, along with its options.
To use ping, you can just ...