Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In a network world, ping basically helps us to measure round trip time(RTT) from source to destination using ICMP Echo Messages.  It doesn't provide, what path the packet takes to each router and the no. of routers the packet have traversed. Normally network engineers provides the no. of attempts e.g. 10 in PingER for each probe. From these 10 attempts, they measure four different metrics. Min Rtt, Max RTT, Avr RTT and Packet loss.   Using these metrics, we can measure the average queing delay along the whole path by subtracting MaxRTT from MinRTT.

Average QD= MaxRTT - MinRTT.

It is practically, impossible to get a very good estimate of Queing delay at each hop along the path using ping.  

Traceroute and Delays:

...

:

 Traceroute basically provides us with following metrics:

  1. No. of hops from source to destination
  2. IP and names of hops.
  3. three times measured RTTs from source to each hop along the path.