The Network Time Protocol service can be used to synchronize computer clocks. Explain why, even with this service, no guaranteed bound given for the difference between two clocks.

What will be an ideal response?


Any client using the ntp service must communicate with it by means of messages passed over a communication channel. If a bound can be set on the time to transmit a message over a communication channel, then the difference between the client’s clock and the value supplied by the ntp service would also be bounded. With unbounded message transmission time, clock differences are necessarily unbounded.

Computer Science & Information Technology

You might also like to view...

Does the function sort ascending or descending?

``` function sortNum(A, B) { return (B – A); } ``` a. ascending b. descending

Computer Science & Information Technology

The first page a visitor sees when entering your Web site address in a browser is called the base page.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which term is used to describe individuals who want to attack computers yet lack the knowledge of computers and networks needed to do so?

A. cybercriminal B. hacker C. script kiddies D. cyberterrorist

Computer Science & Information Technology

Using class blocks enables a much more efficient use of IP addresses compared to subnetting.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology