The ________ ensures that clocks on all computers in the domain remain synchronized

a. RID master
b. PDC emulator
c. Schema master
d. Infrastructure master

B. Should the PDC emulator be unavailable and the clocks on other domain controllers go out of sync, certain operations could fail or generate errors. You can also configure another domain controller with GTIMESERV to ensure clock synchronization.

Computer Science & Information Technology

You might also like to view...

A __________ is a boolean variable that signals when some condition exists in the program.

a. sentinel b. flag c. block d. case

Computer Science & Information Technology

To declare a class named A with two generic types, use

a. public class A { ... } b. public class A { ... } c. public class A(E) { ... } d. public class A(E, F) { ... }

Computer Science & Information Technology