answersLogoWhite

0


Best Answer

in command prompt ping -L 600 "internet address"

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What switch can be used to ping a destination with 600 byte packets?
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


Why Round trip time varies to same web server When you ping?

Ping usually sends small packets to the destination machine, which is in turn sent back by the destination machine to the source machine. There are usually many paths available from the source to the destination, and each time ping is run, it is not necessary that the same route is chosen. (The route can vary depending on the traffic patterns etc) This changes the amount of time taken by packets to come back to source machine when ping runs different number of times.


What are Ping floods?

A ping command is to checks whether the client can send or receive packets . A Ping Flood can be defined as an attempt by an attacker on a high bandwidth connection . It is to saturate a network with packets in order to slow the traffic .


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

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


What command would you use to send packets to another computer?

Ping


What is the reason for ping failure?

it cannot reach its destination


What could prevent a ping from being sent between the PCs?

Theres probably something wrong with the cable wire, or the firewall is turned on and a very strict Network security program was installed. Another answer is the traffic. There may be to much network traffic that the packets sent might be preempted in the process.


Which utility can be used to determine end to end connectivity between source and destination?

ping is the easiest.


Can a switch ping itself?

yes, it can.


What information does the tracert command give that the ping commands does not?

Tracert lists the places that a message passes from source to destination. Ping only says the computer destination is answering "yes, I'm here."


What does the ping 192.168.0.1 -l 1000 -n 100 command do?

The ping command will send roundtrip packets to a destination ( other PC, router, printer, etc. ) and see how long it takes. The 192.168.0.1 is the destination ( which, by the way is a typical default IP address of a router. ) The -l 1000 is how big the packet should be in bytes. The default is 32, if the -l parameter is not used. And the -n 100 is saying to send it 100 times. The default is 4, when this parameter is not used.


What protocol responds to Ping requests?

A ping command is used to check whether the host is alive or not. A ping command is used when you want to check if the host can send or receive packets. The protocol that is responsible for Ping command is ICMP.