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

What does the MAC sublayer of the Data Link Layer do ? (choose all that apply) a. builds frames b. checks to see that nothing got damaged in transit by CRC c. determines "which machine goes first on the wire" d. provides path to the destination host e. Gets data on and off the wire

1 Answers  


What is the last major networking problem you troubleshot and solved on your own in the last year?

1 Answers   CTS, TCS, Wipro,


What OSI level does a bridge work at? a. Application Layer b. Presentation Layer c. Session Layer d. Transport Layer e. Network Layer f. Data Link Layer g. Physical Layer

1 Answers  


Describe a routing filter and what it does?

1 Answers  


what solution for High Utilization Cisco router 2851 ? please Need Help ASAP.

0 Answers  






True or Flase: domain names can contain the symbol "*" ?

1 Answers  


ARP is what type of protocol? a. broadcast b. multicast c. unicast d. routing

1 Answers  


Explain the network architecture?

0 Answers  


Your workstation can ping itself by ip, but it can't ping ip of the others on the same subnet. why? (The physical connection is OK).

1 Answers  


What is clustering support?

0 Answers  


Which script will find unsafe permissions (sendmail related) ?

1 Answers  


what is vpn ? and what is the main advatages?

10 Answers   IBM, Marketing,


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)