Методы Кристиана для синхронизации времени с сервером - PullRequest
0 голосов
/ 13 января 2020

Мне нужно решить эту проблему, я прочитал много лекций об Алгоритме Кристиана, но не могу решить эту проблему. пожалуйста, мне нужна помощь.

проблема:

 The client uses Cristian’s methods to synchronize the time with the server. The client makes         three requests to the server and gets the following three times in the messages with the       corresponding recorded message round trip times:
 • tM1 with round trip time T1R = 10 ms, 
 • tM2 with round trip time T2R = 5 ms,
 • tM3 with round trip time T3R = 15 ms.
 **Questions:**
(a)  Which of these times should the client choose for synchronizing its clock and why?
(b)  Given the chosen time tM from the message, what should the client set as its synchronized time?
...