1.

Write The Rules For Updating The Clocks?

Answer»

The rules for updating the CLOCKS are:

  • Initially, VI[j] =0, for i, j=1, 2...N
  • Just before pi TIMESTAMPS an event, it sets VI[i]:=VI[i] +1.
  • Pi includes the VALUE t=VI in every message it sends.
  • When pi receives a timestamp t in a message, it sets Vi[j] ;=max(Vi[j],t[j]),for j=1,2..N.

The rules for updating the clocks are:



Discussion

No Comment Found