Replies: 2 comments
-
The solution on Drive seems right to me. A distributed system where every node has its physical clock and all physical clocks are perfectly synchronized implies that we have access to a real-time global clock. Assuming the communication network is reliable (so message delays are bounded), the monitor process starts the protocol by broadcasting a "take snapshot" message at time |
Beta Was this translation helpful? Give feedback.
-
Why can't we simplify it?
This way we have no assumption on time bounded messages and it can be faster |
Beta Was this translation helpful? Give feedback.
-
Exercise 9: Consider a distributed system where every node has its physical clock and all physical clocks are perfectly synchronized. Give an algorithm to record global state assuming the communication network is reliable. (Note that your algorithm should be simpler than the Chandy–Lamport algorithm.)
Beta Was this translation helpful? Give feedback.
All reactions