Which type of DNS allows the zone information to be stored across multiple domain controllers?

A. Active Directory-integrated zones
B. secondary zones
C. primary zones
D. recursive zones

Answer: A

Computer Science & Information Technology

You might also like to view...

The ________ performs arithmetic and logic operations

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following would correctly call the base class (BaseClass) assignment operator from the derived class (DerivedClass) assignment operator?

DerivedClass& DerivedClass::operator =(const DerivedClass& rightSide) { //what goes here? } a. BaseClass::operator=(rightSide); b. leftSide=rightSide; c. rightSide=BaseClass.rightSide; d. DerivedClass::rightSide=BaseClass::rightSide; A

Computer Science & Information Technology