Computer Science, asked by narayana1405, 1 year ago

advantages of Vector clock over Lamport’s clock.

Answers

Answered by daman1755
3

Answer:

1.they allow casuality to be captured

they lose track of timestamp HOPE IT WILL HELP YOU

Answered by Jasleen0599
0

Explanation:

Advantages of Vector clock.

  • A distributed system's partial ordering of events can be determined using a vector clock, which is also used to spot causality violations.
  • In distributed systems, vector clocks are used to ascertain whether there is a causal relationship between two occurrences. For each event in the system.
  • timestamps are generated using Vector Clocks, and their essential relationship is ascertained by contrasting those timestamps.

Advantages of Lamport’s clock.

  • It is a process to ascertain the sequence in which events take place. It acts as the foundation for the more complex Vector Clock Algorithm.
  • Lamport Logical Clock is required because Distributed Operating Systems lack Global Clocks.
  • The Lamport clock has the benefit of not requiring any modifications to the behaviour of the underlying protocol,
  • but it also has the drawback of placing all of the control of the clocks under the logical-clock protocol, which could cause enormous leaps when a message is received.

#SPJ3

Similar questions