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


Please Help Members By Posting Answers For Below Questions

Explain the role of ieee in computer networking?

610


Tell me what is the equivalent layer or layers of the tcp/ip application layer in terms of osi reference model?

534


how do u share printer through FTP(fire transfer protocol)?

1996


Response of switch when we send different vlan data from different port using same mac id.

1314


I have to do a project in transport domain in J2EE.How can i find informations regarding transport domain and why do we use that?

1691






Do you know what protocols fall under the tcp/ip internet layer?

574


Tell me what happens when you use cables longer than the prescribed length?

615


Is it possible to connect two computers for file sharing without using a hub or router?

551


What is arp main job?

625


Explain 802.1Q header?.

1655


Suppose when you move the nic cards from one pc to another pc, does the mac address gets transferred as well?

734


Explain client/server?

589


What is nat?

600


Do you know about the job of the network layer under the osi reference model?

554


Which technologies are involved in establishing wan links?

539