What does the ping 192.168.0.1 -l 1000 -n 100 command do?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / mubasher
Ping 192.168.0.1
Packets=Sent=4,Received=0,Lost=4<100% 1oss>
| Is This Answer Correct ? | 3 Yes | 2 No |
What is flow control ? a. To keep the transmitting device from transmitting no faster than the receiving device can receive. b. To find the best route to a destination c. To determine which machine transmits packets on the wire on a given instance. d. To be able to send a beacon message when congestion occurs.
Which option is run default with in.routed ?
How many metrics can you use with RIP ?
Which comamnd will yield the current dhcp information on the DHCP server ?
SNMP uses which protocol ?
I have to do a VLAN connection. I have a managed switch 2950 with 48 ports there r 34 pc connected through switch My aim is to create 3 VLAN. I want to use the IP adress 192.168.10.2 to 10.12 for VLAN1 so what could be the default gateway address of VLAN1.
how to merge solaris partition?
How would you monitor and maintain the local area network, email, internet & intranet systems to ensure data security and prevent occurrence of faults?
Can you please explain the difference between csma/cd and csma/ca?
You have a class C subnet. You would like divide it up into 8 more subnets by "subnetting" ? What would be the subnet mask ? a. 255.255.255.192 b. 255.255.255.224 c. 255.255.255.240 d. 255.255.255.248 d. 255.255.255.252
VLSM stands for ?
Give some private network addresses examples?