You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Duplicate ping responses can be seen for CERN or junk. They can be caused by:

  • More than one host has the same IP address, so all these hosts will respond to the ICMP echo request.
  • The IP address pinged may be a broadcast address.
  • The host has multiple TCP stacks bound to an Ethernet adaptor (see http://www.doxpara.com/read.php/tcp_chorusing.html).
  • A router believes it has two routes by which it can reach the end host and (presumably mistakenly) forwards the ICMP echo requests by both routes, thus the end host sees two echo requests and responds twice.
  • There maybe two or more (non-routed) paths to the end host and each request is forwarded by more than one path.
  • A misbehaving NAT box.

Some tests that may help include:

  • Pinging the routers along the route to see if any of them respond with duplicates. Examples: Duplicate pings from SLAC torealimage.realnet.co.sz , www.lonab.bf.
  • Capture the ping packets and look to see if all the packets are returned from the same Ethernet address.
  • Do multiple hosts at a site/network domain/subnet return duplicate packets?

An example of the prvalence of duplicate ping packets comes from PingER measurements on March 31st 2012 from SLAC to 703 hosts in over 160 countries. Of these hosts 15 responded with duplicate pings. For 13 of the 15 hosts it occured on both 100 and 1000 Byte pings. Out of 10 pings sent:

  • 6 hosts had 1 ping duplicated,
  • 5 had 2 pings duplicated,
  • 2 had 4 pings duplicated,
  • 1 had 3 pings duplicated and
  • 1 returned 12 pings for each ping sent.

The sites of the hosts range from national labs (CERN, IHEP SU), developed countries (Israel), developing countries (Burkina Faso, Malawi, Mauritius, Sierra Leone, Swaziland, Zambia), and educational sites (SDSC).

PingER simply reports whether there were duplicates or not. A useful metric is to report the number of pings received/number pings sent. The number received may depend on the ping command options. One option will send a given number of pings until it receives that many back or times out. Another option will send 10 pings and wait (or time out) until they are received. So the metric value may also depend on the ping command.

  • No labels