ttl number in ping result.
[root@localhost root]# ping 10.255.240.131
PING 10.255.240.131 (10.255.240.131) 56(84) bytes of data.
64 bytes from 10.255.240.131: icmp_seq=1 ttl=128 time=0.559 ms
64 bytes from 10.255.240.131: icmp_seq=2 ttl=128 time=0.340 ms
64 bytes from 10.255.240.131: icmp_seq=3 ttl=128 time=0.323 ms
64 bytes from 10.255.240.131: icmp_seq=4 ttl=128 time=0.316 ms
64 bytes from 10.255.240.131: icmp_seq=5 ttl=128 time=0.336 ms
64 bytes from 10.255.240.131: icmp_seq=6 ttl=128 time=0.314 ms
--- 10.255.240.131 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 4995ms
rtt min/avg/max/mdev = 0.314/0.364/0.559/0.090 ms
[root@localhost root]# ping 10.1.1.50
PING 10.1.1.50 (10.1.1.50) 56(84) bytes of data.
64 bytes from 10.1.1.50: icmp_seq=1 ttl=62 time=4.36 ms
64 bytes from 10.1.1.50: icmp_seq=2 ttl=62 time=4.41 ms
64 bytes from 10.1.1.50: icmp_seq=3 ttl=62 time=4.38 ms
--- 10.1.1.50 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2023ms
rtt min/avg/max/mdev = 4.366/4.390/4.418/0.058 ms
[root@localhost root]# ping 10.255.240.1
PING 10.255.240.1 (10.255.240.1) 56(84) bytes of data.
64 bytes from 10.255.240.1: icmp_seq=1 ttl=255 time=3.03 ms
64 bytes from 10.255.240.1: icmp_seq=2 ttl=255 time=1.72 ms
64 bytes from 10.255.240.1: icmp_seq=3 ttl=255 time=1.70 ms
--- 10.255.240.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2020ms
rtt min/avg/max/mdev = 1.705/2.153/3.032/0.623 ms
[root@localhost root]#
Look at my result, the above ttl shows diffreent number for different IP address.I am connected to internet by proxy server in the university.What the ttl number value means?
Is there any way to increase this??Is this related to internet speed?
|