Tutorials

How to Ping a Public IP Address and Extend or Infinite Ping - Quick and Easy

Ping is the infallible tool to diagnose any problem with the connection network. Regardless of your operating system, the PING command is very useful for checking the connection of a PC, in case you want to dig deeper and find the cause of more specific connection problems, you can Ping a public IP or an extended Ping .

What is a public IP address?

IP (Internet Protocol) is a Internet protocol used to send and receive information via the network. The public IP address is the identifier of the network abroad. In general, this address is assigned by the Internet service provider to be recognized on the Internet.

Unlike the private IP address which is the one that identifies all devices connected to the work or home network. The IP address can be static or dynamic , according to your needs. By pinging an IP address, we check whether the device is available on the network or not.

How do I ping a public IP address?

Open the Command Prompt app. Ping may be done using CMD, it you just need to run (Windows Key + R) by typing command cmd. In this case, the operating system Windows is used .

Run the ping command. Now type the ping command followed by the IP address you want to check. Order example:

ping 127.0.0.1

Run the ping command with the domain name. It is possible to verify the connection to an IP address by ping, replacing the IP address with the domain name. Order example:

ping google.com

If there is no problem with the network, we will receive a response indicating how many packets have been sent by pinging the IP address and how many were answered.

To interpret a little the response obtained after executing the ping command. Each response line represents a sent packet and each packet is 32 bytes in size. The response obtained took place in an average time of 79 ms.

To prevent the request from being made indefinitely, the TTL (Time To Live) is established. Le TTL represents the number of hops a packet makes from one host to another until it reaches its destination.

How to do an infinite or extended ping?

The command Ping is quite simple, but it has several modes that can be used to perform specific diagnostics. To do an extended ping, you just need to put the Ping command, followed by the IP address or the domain name with the term -t at the end of the line. The command would look something like this:

ping google.com -t 

The command will be executed until you close the application window. This version of the ping command is useful for observe in detail the behavior of a connection and the average response time. It is also used to identify if there are any events that affect the quality of the connection.

Ping command utility

The ping command allows us to detect any errors on the network . When a connection trace is performed using the ping command, the failure can also be identified at the network connection point .

It is easy to determine whether the fault belongs to an internal device on the network, the router, the Internet provider or whether the fault is from an external server.

The only thing you need to know for ping command is what host you want to connect with, i.e. what are the internal IP addresses in your network or what is the public IP address you want to connect to. In case you don't know the public IP address, there is always the possibility to ping the domain name .

Similar items

Leave your comment

Your email address will not be published. Required fields are marked with *

Button back to top