What does the ping 192.168.0.1 -l 1000 -n 100 command do?
Answer Posted / 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 |
Post New Answer View All Answers
how to check veritas install or not
Explain the Vlan tag information.
Explain the use of a default gateway?
Explain how dynamic host configuration protocol aid in network administration?
Please list the types of Firewalls, Routers, Switches, and Servers that you have managed.
if the server has slow how to check the server performance? How to check server performance what is the procedure?
Tell me what is the equivalent layer or layers of the tcp/ip application layer in terms of osi reference model?
Define data encapsulation?
Define lan?
Define rip?
how do u share printer through FTP(fire transfer protocol)?
Give one disadvantage of a peer to peer network?
Explain VLAN concepts
Explain one basic requirement for establishing vlans?
Explain the importance of implementing a fault tolerance system? Are there limitations?