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

4 functions that ICMP protocol performs are: a. echo (ping) b. telnet c. rcp d. rlogin e. rpc f. TTL announce (used by traceroute) g. source quench message (during congestion) h. network error announcement

1 Answers  


You have the following Network ID: 131.112.0.0. You need at least 500 hosts per network. How many networks can you create? What subnet mask will you use

22 Answers   Chattanooga Heart Institute, CISF, Microland, Wipro,


What is native VLAN? What is the use?

1 Answers   HCL,


how to set tunneling in putty when any portno blocked from firewall to use resources with that portno like ssh 22

0 Answers   HP,


10 computer connect with switch sometimes they connect sometimes they disconnect what can be problem ?please

4 Answers   CMC,






True/False: DNS gives you the ability to prevent unauthorized transfers.

1 Answers  


Explain the contents of a routing table?

2 Answers   Symantec,


what is diffrance between NAT & PAT

5 Answers   HCL,


Which command will packets between server1 and server2 from logfile /home/adm/packets?

1 Answers  


List the layers of the osi reference model?

0 Answers  


Name 2 routing protocols that are used among relatively small networks:

1 Answers  


ICMP redirects are sent from _ to __ ? a. DTE, DCE b. DCE, CTE c. host, router d. router, host

1 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)