Ping !!! How does it work…

Om Khard
Feb 6, 2021

So we are discussing on Ping . Ping is a kernel based command used for getting the communication response from a connected server or domain . Ping usually take the 3 layer ICMP packets and send it to the domain to which connection needs to be checked . ICMP is an Internet Control Message Protocol packet is used to determine the availability of a domain or “network”ed device (PC , Server , Router , Firewalls etc.) .

So we have discussed what is a Ping? But , how I try creating my own Ping program using Python3 (link below):

--

--