diff --git a/distributed_systems/README.md b/distributed_systems/README.md index 1557e5d..962cc15 100644 --- a/distributed_systems/README.md +++ b/distributed_systems/README.md @@ -2,6 +2,8 @@ ## External Papers +* :scroll: [A Note on Distributed Computing](http://www.eecs.harvard.edu/~waldo/Readings/waldo-94.pdf) + * [A simple totally ordered broadcast protocol](http://labs.yahoo.com/files/ladis08.pdf) * [Above the Clouds: A Berkeley View of Cloud Computing](http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-28.pdf) diff --git a/distributed_systems/a-note-on-distributed-computing.pdf b/distributed_systems/a-note-on-distributed-computing.pdf new file mode 100644 index 0000000..8b94598 Binary files /dev/null and b/distributed_systems/a-note-on-distributed-computing.pdf differ