Page is a not externally linkable
- WebmasterWorld
-- New To Web Development
---- Ping and traceroute... help


BlobFisk - 1:33 pm on Sep 6, 2002 (gmt 0)


Ping (DOS: ping <server IP/DNS> ) will send out a packet (typically 32bytes of data) and give you feedback on the approximate round trip time between your machine and the server that you were pinging. You ping the server and the server pongs back! Ping will give you round-trip time and tell you if any packets were lost.

Traceroute (DOS: tracert <server IP/DNS> ) will trace the path of a packet to a server over a maximum number of hops (as the packet finds it's way to the server in question, it passes through a number of routers, DNS servers etc. Each one of these is a hop). It will tell you how much time each hop took and resolve the IP address of each machine.

I generally use DOS for this, but there are packages such as McAfee Visual Trace (formerly NeoTrace, I think) that have nice visual interfaces.

HTH


Thread source:: http://www.webmasterworld.com/new_web_development/66.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com