forked from nvzard/A-to-Z-Resources-for-Students
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a sheet for Distributed Systems (dipakkr#673)
* Adding to contributors.md * Starting a sheet for Distributed Systems
- Loading branch information
1 parent
de808f4
commit 6029c00
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Distributed Systems Cheet Sheet | ||
|
||
### Gossiping, P2P Networks, DHTs | ||
|
||
- Epidemic Based Algorithms | ||
- Gossip Based Algorithms | ||
- Napster | ||
- Gnutella | ||
- Pastry DHT | ||
- Chord DHT | ||
- Freenet | ||
- BitTorrent | ||
|
||
### Distributed Algorithms | ||
|
||
- Ordering of Events in a Distributed System | ||
- Lamport's Mutual Exclusion Algorithm | ||
- Ricart Agarwala Algorithm | ||
- Token based Mutual Exclusion | ||
- Leader Election | ||
- Minimum Spanning Tree | ||
- Paxos | ||
- 2-Phase Commit | ||
- 3-Phase Commit | ||
|
||
### Practical Systems | ||
|
||
- Map Reduce | ||
- Hadoop | ||
- Google File System | ||
- Google Percolator | ||
- Amazon Dynamo | ||
- Coda | ||
- AFS and NFS | ||
- Corona | ||
- Condor | ||
- Cassandra | ||
- Hbase/Bigtable |