The PING utility is a system administrator's tool that is used to see if a computer is operating and also to see if network connections are intact. Ping uses the Internet Control Message Protocol (ICMP) Echo function which is detailed in RFC 792. A small packet is sent through the network to a particular IP address. This packet contains 64 bytes - 56 data bytes and 8 bytes of protocol reader information. The computer that sent the packet then waits and listens for a return packet. If the connections are good and the target computer is up, a good return packet will be received. PING can also tell the user the number of hops that lie between two computers and the amount of time it takes for a packet to make the complete trip. Additionaly, an administrator can use Ping to test out name resolution. If the packet bounces back when sent to the IP address but not when sent to the name, then the system is having a problem matching the name to the IP address.
You can easily add the ping6 widget on your website by copying the following HTML code and place it on your web page
<div style="text-align:center">
<form action="https://www.ipaddressguide.com/ping6" method="post">
<p style="background:#fff;border:1px solid #99A8AE;width:180px;padding:5px 5px 5px 5px;font-size:11px;font-family:'Trebuchet MS',Arial,Sans-serif;">
<a href="https://www.ipaddressguide.com" target="_blank"><img src="https://www.ipaddressguide.com/images/ipaddressguide.png" alt="Online Ping Utility Tool for IPv6 Address | IP AddressGuide" border="0" width="120" height="12" /></a><br />
<b>IPv6 Ping
Free online tool to ping an IPv6 address or host name</b><br /><br />
<label>Host</label><br />
<input type="text" name="host" value="" style="border:solid 1px #C0C0C0;font-size:9px;width:110px;" /><br />
<input type="submit" value="Ping" style="width:100px;font-size:10px;margin-top:3px;padding:2px 3px;color:#FFF;background:#8EB50C;border-width:1px;border-style:solid;">
</p>
</form>
</div>
Explore the power of IP2Location's FREE IP geolocation database and API. Elevate your business today!