Fallacies of Distributed Computing

For my tech minded readers, I found this through Andy's (my brother's) blog.

The Eight Fallacies of Distributed Computing
Peter Deutsch

Essentially everyone, when they first build a distributed application, makes the following eight assumptions. All prove to be false in the long run and all cause big trouble and painful learning experiences.

  1. The network is reliable
  2. Latency is zero
  3. Bandwidth is infinite
  4. The network is secure
  5. Topology doesn't change
  6. There is one administrator
  7. Transport cost is zero
  8. The network is homogeneous

For more details, read the article by Arnon Rotem-Gal-Oz.

I am not a sophisticated software engineer, and I rarely create distributed applications (who am I kidding? I never do!). However, I know exactly what all these fallacies mean. I even know what #6 is about (which Andy says mystifies him). It means that you can never find the right person to fix your problem if the application is spread all over the internet.

This leads me to wonder what are the fallacies of being a Venture Cyclist ... hmm, a topic for a subsequent post.

No comments: