answersLogoWhite

0


Best Answer

ping 127.0.0.1

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command is equivalent to the command PING Localhost?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can verify TCP IP is installed?

TCP/IP can be verified as installed and operating by using the 'ping' command against the localhost address: ping 127.0.0.1 or ping localhost


What is the purpose of the command pin 127.0.0.1?

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


What does the ping localhost do?

It simply tests whether the TCP/IP stack is correctly installed.


How you autorun a batch file?

you can autorun a batch file using another batch file which will make it go off after a certain amount of time heres what you should do: @echo off color0a echo 5 ping localhost -n 2 >nul cls echo 4 ping localhost -n 2 >nul cls echo 3 ping localhost -n 2 >nul cls echo 2 ping localhost -n 2 >nul cls echo 1 ping localhost -n 2 >nul cls echo 0 ping localhost -n 2 >nul cls ((((note you can make this time longer if u notice the pattern))))(delete me) start (location of file here) to find file location right click on desktop click new>shortcut> search for file>click ok>copy the link>close the shortcut via the X>paste it in there times autorun


Which networking command is most popularly used to test the connectivity of between systems and networks?

The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.The ping command. Traceroute is also useful, but I would start by using the ping command.


What command verifies the existence of a node on a network?

PING command verifies the existence of a node on a network. Ping command is a command of command line interface . It is used to check if the host is alive or not.


When using the ping command how do you instruct the ping command to display statistics while in the middle of a ping operation?

Send it the SIGQUIT signal.


What does -t mean in TCP IP ping?

TCP/ IP stands for transmission control protocol / Internet protocol suite. Ping is a command of command line interface . -t in TCP IP ping means to repeat the ping command continuously.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.It means to repeat the ping command continuously, until you interrupt with Ctrl-Break.


What is the use of ping command in ms-dos?

Ping command is used to check the network connectivity. You can use ping command from windows shell only, not from DOS OS as DOS does not supports networking. You can use "-t" switch with ping for continuously network checking.Syntax: Ping Example: ping 192.168.1.15 or ping 192.168.1.15 -t or ping -t 192.168.1.15


What is ping command and describe the usage of ping command?

The ping command is to check that an IP address is reachable. the ping command is used to know the active networks and ip address in the network. it also used to self check the address when there is connection trouble with other system. internet control message protocol is used by the ping.


How do you ping the default gateway or ping the printer for a PC that cannot connect to any remote websites?

USE THE PING 127.0.0.1 COMMAND AT HTE COMMAND PROMT


A technician uses the ping 127.0.0.1 command What is the technician testing?

The ping 127.0.0.1 has host name Loopback, and is used to ping your server to verify software. On the command prompt, the technician would type, PING '127.0.0.1' or PING LOOPBACK.