paris-traceroute(1)


NAME

   paris-traceroute  -  An  advanced  implementation  of  traceroute which
   correctly handles load balancing servers among other things

DESCRIPTION

   We introduce Paris traceroute, a new  traceroute  to  respond  to  load
   balancing  routers.  Its  key innovation is to control the probe packet
   header fields in a manner that allows all probes towards a  destination
   to  follow the same path in the presence of per-flow load balancing. It
   also allows a user to distinguish between the presence of per-flow load
   balancing  and  per-packet  load  balancing.  Unfortunately, due to the
   random nature of per-packet load  balancing,  Paris  traceroute  cannot
   perfectly  enumerate  all  paths  in  all  situations.  But  it  can do
   considerably better than the classic traceroute, and it can flag  those
   instances  where  there  are  doubts.  The  problem,  if  one wishes to
   maintain certain header fields constant, is that traceroute still needs
   to  be  able  to  match  response  packets to their corresponding probe
   packets.

   Paris traceroute does this by varying header fields that are within the
   first  28  octets,  but are not used for load balancing. In the case of
   TCP probes, Paris traceroute varies the sequence number. In UDP probes,
   it  is  the  checksum  field. This requires manipulating the payload to
   yield the desired checksum, as packets with an incorrect  checksum  are
   liable to be discarded. In ICMP probes, it is a combination of the ICMP
   identifier and the sequence number. We carefully set the value  of  the
   ICMP  identifier  and  sequence  number  to  keep  constant  the header
   checksum of all probes to a destination. Figure 2  summarizes  the  IP,
   UDP,  and  ICMP  header fields that are used by load balancers, classic
   traceroute, and Paris traceroute. We include the  ICMP  type  field  as
   used  for  load  balancing,  even if we cannot verify it experimentally
   (routers only repond to one type of probes,  which  is  the  ICMP  echo
   request).  Our  experiments  with  UDP,  TCP,  and IPSec probes do give
   strong evidence that routers blindly use the first  four  octets  after
   the IP header combined with the IP fields to do load balancing.

OPTIONS

          -h,  --help                                   Displays  help and
          usage information

          -a<ALGORITHM>,    --algorithm=<ALGORITHM>       Choose     which
          algorithm to use. Default is "mda".

BUGS

   No known bugs. If any are found please feel free to email us.

AUTHOR

   Julian Cromarty (julian.cromarty@gmail.com)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.