读书笔记:Distributed Systems Concepts and Design

目录

1 Chapter 1 - Characterization of Distributed Systems

  • 组件并发/Concurrency of Components
  • 缺少全局时钟/Lack of A Global Clock
  • 组件故障无关性/Indenpendent Failures of Components

1.1 Introduction

Concurrency
Concurrent Program execution
No Global Clock
NTP, NTB时间漂移
Independent Failures
All computer systems can fail, and it is the responsibility of system designers to plan for the consequences of possible failures.

1.2 Examples of distributed systems