answersLogoWhite

0

-t Ping the specified host until stopped.

To see statistics and continue - type Control-Break;

To stop - type Control-C.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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 command would you use to send packets to another computer?

Ping


Which command would you use to see if a network device is up and connected?

Ping


What command would you use to ping 192.168.5.36 twenty times with 1024 bytes of data?

You use ping 192.168.5.36 -n 20 -I 1024


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


What is the output of the command used to test a nic card?

PING is what you need to use . Ping 127.0.0.1


Which command used to trace the routes between two systems?

you can use the ping command. the syntax is open DOS and then type ping ipaddress of the host machine


how to run command to ping 1000 times?

To ping a host 1,000 times, you can use the command line in your operating system. On Windows, open Command Prompt and type ping -n 1000 [hostname or IP address], replacing [hostname or IP address] with the target you want to ping. On Linux or macOS, use the command ping -c 1000 [hostname or IP address]. This will send 1,000 echo requests to the specified host.


What command prompt would help you narrow a failing connection?

If you mean a Command Prompt Command then there are a few you can use. The most commonly used would be ping and tracert. But there are others including netstat which shows the port status.


Which command is best to use when testing remote connectivity to a host?

Ping


Describe the correct usage of the PING command to help troubleshoot a home network?

Use the PING (and current IP address) command to execute a loopback test on a NIC


What command would you use to ping 192.168.5.36.20 20 times with 1024bytes of data?

If you use Windows, open a command window (press Windows-R, then type Cmd and press ENTER), and typeping /?or justpingto see the options for this command.