Page 1 of 1

(d) i. Explain how NTP is used to estimate the clock offset between the client and the server. State any assumptions tha

Posted: Fri May 20, 2022 12:18 pm
by answerhappygod
D I Explain How Ntp Is Used To Estimate The Clock Offset Between The Client And The Server State Any Assumptions Tha 1
D I Explain How Ntp Is Used To Estimate The Clock Offset Between The Client And The Server State Any Assumptions Tha 1 (147.6 KiB) Viewed 41 times
(d) i. Explain how NTP is used to estimate the clock offset between the client and the server. State any assumptions that are needed in this estimation. [8 marks] ii. How does the amount of the estimated offset affect the adjustment of the client's clock? [6 marks] iii. A negative value is returned by elapsedTime when using this code to measure how long some code takes to execute: long startTime = System.currentTimeMillis(); // the code being measured long elapsedTime System.currentTimeMillis() - startTime; Explain why this happens and propose a solution. [6 marks]