By default, Active Directory sets the cost of each site link to _____

a. 1
b. 10
c. 100
d. 1000

C. You should set the costs of various site links so that the cost of a faster, more reliable link is lower than that of a slower, less reliable link.

Computer Science & Information Technology

You might also like to view...

Help desk technicians represent the organization when working with customers

Indicate whether the statement is true or false

Computer Science & Information Technology

Assume that x, y, and temp are Integer variables. Which of the following lines of code swaps the values of x and y?

(A) x = y y = x (B) x = temp x = y y = temp (C) temp = x x = y y = temp (D) x = y temp = x y = temp

Computer Science & Information Technology