1
0
Fork 0
mirror of https://github.com/theanalyst/awesome-distributed-systems.git synced 2025-02-17 15:35:23 -05:00

Add ETH Zurich Dist. Sys Part 2

Particular thanks to Prof. Roger Wattenhofer for bringing it to notice!
This commit is contained in:
Abhishek L 2016-01-19 14:14:06 +01:00
parent 6f0165d7fb
commit 8fcc36969e

View file

@ -45,6 +45,7 @@ Must read papers on distributed systems. While nearly *all* of Lamport's work sh
- [CMU: Distributed Systems](http://www.cs.cmu.edu/~dga/15-440/F12/syllabus.html) in Go Programming Language
- [Software Defined Networking](https://www.coursera.org/course/sdn) , Georgia Tech.
- [ETH Zurich: Distributed Systems](http://dcg.ethz.ch/lectures/podc_allstars/)
- [ETH Zurich: Distributed Systems Part 2](http://dcg.ethz.ch/lectures/distsys), covers Distributed control algorithms, communication models, fault-tolerance among other things. In particular fault tolerence issues (models, consensus, agreement) and replication issues (2PC,3PC, Paxos), which are critical in understanding distributed systems are explained in great detail.
## Blogs and other reading links
- [Notes on Distributed Systems for Young Bloods](http://www.somethingsimilar.com/2013/01/14/notes-on-distributed-systems-for-young-bloods/)