The Eight Fallacies of Distributed Computing
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.
The network is reliable.
Latency is zero.
Bandwidth is infinite.
The network is secure.
The topology doesn’t change.
There is one administrator.
Transport cost is zero.
The network is homogeneous.
Source:
Peter Deutsch: https://blogs.oracle.com/jag/resource/Fallacies.html
previously: http://today.java.net/jag/Fallacies.htmlWikipedia article
Additional resources:
Fallacies of distributed computing explained, A Rotem-Gal-Oz
http://www.rgoarchitects.com/Files/fallacies.pdfThere is No Now, J Sheehy, CACM v58 n5, May 2015 pp 36-41
http://cacm.acm.org/magazines/2015/5/186019-there-is-no-now/abstract
http://delivery.acm.org/10.1145/2740000/2733108/p36-sheehy.pdf