Skip to content

Commit

Permalink
fix(blog): make list of 8 fallacies into list
Browse files Browse the repository at this point in the history
  • Loading branch information
igalic committed Jul 21, 2017
1 parent 34a5914 commit 91d7ced
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/site/blog/2017-07/secure-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ If we consider (filesystem) storage, databases, and backups to be services, it s

As far as the network is concerned, we can begin by looking at the classic [The Eight Fallacies of Distributed Computing](https://en.wikipedia.org/wiki/Fallacies_of_distributed_computing)

The network is reliable.
Latency is zero.
Bandwidth is infinite.
The network is secure.
Topology doesn't change.
There is one administrator.
Transport cost is zero.
The network is homogeneous.
- The network is reliable.
- Latency is zero.
- Bandwidth is infinite.
- The network is secure.
- Topology doesn't change.
- There is one administrator.
- Transport cost is zero.
- The network is homogeneous.

As far as our application is concerned, the first four points are the most interesting to us.
Especially as it pertains to the application's security.
Expand Down

0 comments on commit 91d7ced

Please sign in to comment.