00:02
So, in this question, christian's algorithm is a method for synchronizing the clocks in distributed set system.
00:09
So, it assumes that the server's clock is accurate and it calculates the client's clock offset based on the round trip of message.
00:19
So, theta is equal to t2 minus t1 plus t3 minus t2 divided by 2.
00:26
Now, substitute all these values in this equation, we get the answer.
00:30
So, first convert time to a common unit, let's say second.
00:35
So, theta is equal to 0 .075 after calculating this.
00:54
So, the clock offset theta is 0 .075 second.
01:00
Now, to set the client's clock, you just adjust it by calculated offset.
01:05
So, client's clock is equal to timestamps at client when message is received plus theta...