Active Directory information can be changed on any domain controller and those changes will be replicated to other domain controllers. What is this type of replication called?
A. multicast
B. unicast
C. multimaster
D. anycast
Answer: C
Computer Science & Information Technology
You might also like to view...
What is the value in x after line 6 is run?
``` 1 string s, t; 2 s = “Get up and go to school!”; 3 t = “NO!”; 4 int n = s.size(); 5 int w = s.at(3); 6 int x = s.at(12); 7 s += t; 8 cout << s; ``` A. g B. o C. space ‘ ‘ D. s
Computer Science & Information Technology
Which of the following has no real image optimization settings?
A. JEPG B. GIF/PNG 8 C. PNG 24 D. PNG 32
Computer Science & Information Technology
A text file in which columns are separated by a special character is a(n) _________
Fill in the blank(s) with correct word
Computer Science & Information Technology
When evaluating an arithmetic expression, first you transform it from its postfix form to its infix form.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology