answersLogoWhite

0


Best Answer

For a Microsoft Windows computer: ping -n 9
For a Linux computer: ping -c 9

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the ping command to send 9 packets as a test?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the ping command to send 8 packets as a test?

ping -n 8 destination


What is the command that test connectivity by sending an echo request to a remote computer?

Ping


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 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.


A useful TCP utility to test for connectivity is?

The ping command.


What is the command used to test your connection to another device?

ping


What command will test all 7 layers of osi model?

ping


What is the full command line for the loopback address test?

ping 127.0.0.1 CompTIA A+ page 972


What is the full command line for the loopback address test command?

ping 127.0.0.1 CompTIA A+ page 972


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 TCP-IP command was designed to test the presence of a remote system?

Ping


Command used to test the connection to other computer in the network?

I believe the command you are looking for is "Ping".For example, if your computer has an IP address of 192.168.0.2, and the other computer has an IP address of 192.168.0.3, then you would typeping 192.168.0.3... from the .2 computer. You should see response times.The etymology is from ping-pong. You send a ping from one computer to another, it sends a pong back.