학교공부/분산처리

[분산처리] Distributed Systems (5th Ed. by G. Coulouris) 14단원 정리

yunmap 2017. 10. 29. 22:44

Chapter 14 : Time and global states

 

Clock resolution : the period between updates of the clock value

연속적으로 발생하는 두 event 사이의 간격은 clock resolution보다 커야 한다.

Clock skew : difference between the readings of any two clocks

Clock drift : they count time at different rate

Clock drift rate : 누적될수록 오차가 점점 더 커진다.

UTC : Coordinated Universal Time

External synchronization : 외부의 자원. Time server를 두고, time server와 synchronize 한다.

Internal synchronization : 분산 시스템을 구성하는 component들끼리의 synchronize

Internally synchronized 되면 externally synchronized 될 필요는 없다.

Externally synchronized with a bound D로 돼있다면 internally synchronized with a bound 2D임.