MIT-6.824-Study-Notes
MIT-6.824-Study-Notes copied to clipboard
MIT 6.824: Distributed Systems - 课程笔记、论文总结 与 Labs 实现思路 (Spring 2020)
MIT 6.824 Study Notes
MIT 6.824: Distributed Systems in Spring 2020 的课程笔记、论文总结以及实验实现思路。
目录:
- MIT 6.824 Study Notes
- 学习资料
- 课程笔记
- 论文总结
- 实验思路
学习资料
课程主页:6.824 Home Page
视频资料:
课程讲义:
课程笔记
- Lecture 1: Introduction
- Lecture 2: RPC and Threads(略)
- Lecture 3: GFS
- Lecture 4: Primary-Backup Replication
- Lecture 5 - Go, Threads, and Raft(TODO)
- Lecture 6 & 7 - Fault Tolerance Raft(TODO)
TODO
论文总结
- MapReduce 论文阅读(TODO)
- gfs 论文阅读
- vm-ft 论文阅读
- Raft 论文阅读
TODO
实验思路
- Lab 1: MapReduce(TODO)
- Lab 2: Raft
- Lab 3: KV Raft
- Lab 4: Sharded KV(TODO)