0
2.8kviews
What is logical clock? Explain any one algorithm used for logical clock synchronization.
1 Answer
| written 3.8 years ago by |
Logical Clocks refer to implementing a protocol on all machines within your distributed system so that the machines are able to maintain the consistent ordering of events within some virtual timespan. A logical clock is a mechanism for capturing chronological and causal relationships in a distributed system. Distributed systems may …