Which of the following is defined by IP subnets instead of physical locations?
A. Active Directory controller
B. Active Directory site
C. Active Directory DNS
D. Active Directory OU
Answer: B
You might also like to view...
A group of several fields displayed with one name is called a grouped field
Indicate whether the statement is true or false
Answer the following statements true (T) or false (F)
1. A Catch block of code that is initiated by the keyword Catch and doesn’t contain any additional terms will execute regardless of whether an exception occurred. 2. In a Try-Catch-Finally block, the Catch clauses are considered one at a time, in the order in which they appear in the code, until the proper exception is located. 3. When using Try-Catch-Finally blocks, the programmer is limited to three Catch blocks of code. 4. If an attempt is made to access a file within a missing folder using the OpenText method, the IO.DirectoryNotFoundException will be thrown.