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

Answers were Sorted based on User's Feedback



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

Answer / shafeeq ahmed

Ping 192.168.0.1 -l 1000 -n 100
here -l is used to send the buffer size
and -n is used to send the number of echo request to send

there 1000 is the buffer size
and 100 is the echo request to send

Is This Answer Correct ?    31 Yes 5 No

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

Answer / hemlata

pinging 192.168.0.1 with 1000 bytes of data:

Request timed out
Request timed out
..
..100 times

ping statistics for 192. 168.0.1:
Packets:sent=100, rcvd=0, lost=100 <100% loss>

Is This Answer Correct ?    8 Yes 1 No

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

Answer / ravi

here more explaination-

ping -l 200 172.16.12.1 -n 8

Reply from 172.16.12.1: bytes=200 time=2ms TTL=128
Reply from 172.16.12.1: bytes=200 time=1ms TTL=128
Reply from 172.16.12.1: bytes=200 time=1ms TTL=128
Reply from 172.16.12.1: bytes=200 time=1ms TTL=128
Reply from 172.16.12.1: bytes=200 time=1ms TTL=128
Reply from 172.16.12.1: bytes=200 time=1ms TTL=128
Reply from 172.16.12.1: bytes=200 time=1ms TTL=128
Reply from 172.16.12.1: bytes=200 time=1ms TTL=128


now simple PING command

ping 172.16.12.1

Reply from 172.16.12.1: bytes=32 time<1ms TTL=128
Reply from 172.16.12.1: bytes=32 time<1ms TTL=128
Reply from 172.16.12.1: bytes=32 time<1ms TTL=128
Reply from 172.16.12.1: bytes=32 time<1ms TTL=128


as u see wen u type ping -l 200(belong to buffer size means
send a packet of 200 bites 172.16.12.1 -n 8(belong to echo
reply count to 8)

BY DEFAULT ping has only 32 bytes for buffer size and 4
packets for count.time<1ms shows echo received less then 1
MILI SECOND TTL (belongs to TIME TO LIVE which shows TTL=128
means if echo sud wait 128 millisecond before it send
REQUEST COULD NOT FOUND.

Is This Answer Correct ?    7 Yes 5 No

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

Answer / mubasher

Ping 192.168.0.1
Packets=Sent=4,Received=0,Lost=4<100% 1oss>

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Networking Administration Interview Questions

Tell me about your job profile.

0 Answers   CMS,


The destination address used while sending a packet to all hosts in the network is called

1 Answers  


how many layers are in the network protocol describe these with name?

3 Answers   IBM,


Give the importance of implementing a fault tolerance system? Are there limitations?

0 Answers  


Give some private network addresses examples?

0 Answers  






What is native VLAN? What is the use?

1 Answers   HCL,


Which command lists versions and states of the nfs service running on a host called machine ?

1 Answers  


What leading bit values in the IP address indicate a class C address ? a. 0 b. 01 c. 10 d. 11 e. 110

2 Answers  


Main d/w public ip and private ip

1 Answers  


What is arp main job?

0 Answers  


How does a DNS server find the actual root servers ?

1 Answers  


in vcs, which network[private or public] channel bandwidth is high?

0 Answers  


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)