The Fallacies of Distributed Computing are a list of fallacies written by L Peter Deutsch and others at Sun Microsystems regarding false assumptions commonly made by developers regarding distributed systems.
These fallicies are:
- The network is reliable.
- Latency is zero.
- Bandwidth is infinite.
- The network is secure.
- Topology does not change.
- There is one administrator.
- Transport cost is zero.
- The network is homogenous.