answersLogoWhite

0

I think you mean "ping" not "pin".

The ping command is a network request for another machine to answer to show it is reachable. 127.0.0.1 is an IP address. It happens to be a very special one, it is reserved to mean "localhost" or "me". So when you type "ping 127.0.0.1" you are asking your own machine to answer itself. While another machine may fail to answer, you can always expect a reply to 127.0.0.1

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Post command do you wear the command at sea pin if you have two warfare devices?

I would think so. I've met a former CO who wore his dolphins, boomer pin, and command at sea pin at the same time.


When did Special Purpose Command end?

Special Purpose Command ended in 2009.


When was Special Purpose Command created?

Special Purpose Command was created in 2002.


What is the purpose of the AS command in SQL?

If you are in search of learning the purpose of the AS command in SQL, there are a few resources that are available to you. One resource that can explain the purpose of the AS command in SQL is Wikipedia.


What pin on the plug to the AC outlet is the ground pin and what is its purpose?

The ground pin or earth pin is the uppermost pin on your plug. It's purpose is to provide a safety barrier between you and the supply in the event of an overload or in case of an accident.


What is the purpose of the Orion command module?

There are many reasons that is why it is a multi purpose vehicle.


What is the purpose of a wire?

it is the brown wire in a three pin plug


Which command is used to clear the command window of Matlab?

CLC is the command used for this purpose. CLC clears the command window and homes the cursor


What is the purpose of gudgeon pin?

I believe a gudgeon pin is what the British call a connecting rod pin (or wrist pin or piston pin) in a reciprocating assembly, (piston, connecting rod, crank ) It connects the piston head to the connecting rod.


What is the purpose of a rolling pin cover?

The rolling pin cover is a relatively inexpensive method of protecting the rolling pin. Some people claim that the cover also aids in preventing dough from sticking to the rolling pin.


What is the purpose of a router description command?

dwolodes for apple store


How do you control the ground pin in an arduino?

There isn't any "control" of the ground pin - it is just that - the connection to the common ground. If you mean "How can you make a pin on Arduino go to LOW" (which is the same a zero volts of ground), use the pinMode() function to set a pin to OUTPUT and then issue a digitalWrite() command to that pin setting it to LOW