Each Windows Active Directory domain controller is also a DNS server, and it has all the standard DNS zones, plus a(n) _______________ zone.

Fill in the blank(s) with the appropriate word(s).


Active Directory-integrated zone

correct

Computer Science & Information Technology

You might also like to view...

If you put assert macros throughout your code, then

a) You have to put up with the resulting inefficiency and program halts with messages indecipherable to the user until you edit your code to remove them. b) You can put #define NDEBUG in your code in the file just before the #include cassert directive. c) With most command line compilers and IDEs (integrated development environment), you can define NDEBUG for the compile session by using an IDE menu option or you can use the compiler command line option –DNDEBUG.

Computer Science & Information Technology

Which of the following options is NOT a type of list available in Word 2010?

A) Pyramid list B) Multilevel list C) Numbered list D) Bulleted list

Computer Science & Information Technology

Each of the individual data items in a "structure" or single unit is an entity by itself that is referred to as a ____.

A. record B. union C. data structure D. data field

Computer Science & Information Technology

An index file consists of index records. An index records consists of two parts: a key and a ______.

a) hash value b) node c) pointer d) value

Computer Science & Information Technology