COMP90020 Distributed Algorithms Notes

date
Jun 20, 2021
slug
comp90020
status
Published
tags
Programming
COMP90020
summary
这里是Chandler在墨尔本大学2021年第一个学期上分布式算法的课程笔记
type
Post
Year
2021

Overview

Here are my notes on the Distributed Algorithms (COMP90020).
Topics covered include:
  • Synchronous and asynchronous network algorithms that address resource allocation, communication
  • Consensus among distributed processes
  • Distributed data structures
  • Data consistency
  • Deadlock detection
  • Leader election, and
  • Global snapshots issues.

Notes

⏳Time and Global State

🎶 Coordination and Agreement

💸 Transactions and Concurrency Control

notion image
 

© wongchihaul 2021 - 2024