Web Hosting Talk







View Full Version : About result of ping


chunpal
12-07-2002, 07:20 AM
Hello..

If I ping 33.33.33.33, it'll comes out like this...

Pinging 33.33.33.33 with 32 bytes of data:

Reply from 33.33.33.33: bytes=32 time=20ms TTL=113
Reply from 33.33.33.33: bytes=32 time=10ms TTL=113
Reply from 33.33.33.33: bytes=32 time=10ms TTL=113
Reply from 33.33.33.33: bytes=32 time=10ms TTL=113

Ping statistics for 33.33.33.33:
Packets: Sent = 4, Received = 4, Lost = 0 (0% lo
Approximate round trip times in milli-seconds:
Minimum = 10ms, Maximum = 20ms, Average = 12ms

The question is...
What is TTL means?
and, If that IP is future my dedicated server IP,
When I ping it...sometimes 1 packet say time out.
Is this really matter for dedicated server IP?

I hope that u guys understandable my question.
sorry for bad english...

Thanks

OJI
12-07-2002, 01:00 PM
ttl ? i am not sure about that no.

but you dont want any packets timing out. If this happens regulary - say one time out every time you ping 4 times - then I would look into it - otherwise the occcasional RTO is nothing to be worried about.

rcs
12-07-2002, 01:27 PM
TTL is Time To Live.
about packets timing out, that can happen, specialy if you pinging from a remote host and passing lots of routers in the way.

thedavid
12-07-2002, 01:31 PM
Originally posted by chunpal
Hello..

If I ping 33.33.33.33, it'll comes out like this...

Pinging 33.33.33.33 with 32 bytes of data:

Reply from 33.33.33.33: bytes=32 time=20ms TTL=113
Reply from 33.33.33.33: bytes=32 time=10ms TTL=113
Reply from 33.33.33.33: bytes=32 time=10ms TTL=113
Reply from 33.33.33.33: bytes=32 time=10ms TTL=113

Ping statistics for 33.33.33.33:
Packets: Sent = 4, Received = 4, Lost = 0 (0% lo
Approximate round trip times in milli-seconds:
Minimum = 10ms, Maximum = 20ms, Average = 12ms

The question is...
What is TTL means?
and, If that IP is future my dedicated server IP,
When I ping it...sometimes 1 packet say time out.
Is this really matter for dedicated server IP?

I hope that u guys understandable my question.
sorry for bad english...

Thanks

TTL stands for "Time To Live" - essentially how many ms routers wait before just dumping the packets (makes it so they don't just stay out there forever if there's some serious network problem, etc...)

For more on ping and TTL check out this informative article:

http://hotwired.lycos.com/webmonkey/97/42/index3a.html?tw=backend

-David