Read without ads and support Scribd by becoming a Scribd Premium Reader.
 
Introduction to Active DirectoryQ. What is Active Directory?
A Windows-based directory service. Active Directory stores information about objects on a network and makes thisinformation usable to users and network administrators. Active Directory gives network users access to permittedresources anywhere on the network using a single logon process. It provides net-work administrators with anintuitive, hierarchical view of the network and a single point of administration for all network objects.
Q. What is domain?
A collection of computer, user, and group objects defined by the administrator. These objects share a commondirectory database, security policies, and security relationships with other domains.
Q. What is forest?
One or more Active Directory domains that share the same class and attribute definitions (schema), site, andreplication information (configuration), and forest-wide search capabilities (global catalog). Domains in the sameforest are linked with two-way, transitive trust relationships.
Q. What is organizational unit (OU)?
An Active Directory container object used within domains. An OU is a logical container into which users, groups,computers, and other OUs are placed. It can contain objects only from its parent domain. An OU is the smallestscope to which a GPO can be linked, or over which administrative authority can be delegated.
Q. What is site?
One or more well-connected (highly reliable and fast) TCP/IP subnets. A site allows administrators to configureActive Directory access and replication topology to take advantage of the physical network.
Q. How is a directory service different from a directory?
A directory service differs from a directory in that it is both the source of the information and the mechanism thatmakes the information available to the users.
Q. How is Active Directory scalable?
Active Directory enables you to scale the directory to meet business and network requirements through theconfiguration of domains and trees, and the placement of domain controllers. Active Directory allows millions of objects per domain and uses indexing technology and advanced replication techniques to speed performance.
Q. What is multimaster replication?
Multimaster replication is a replication model in which any domain controller accepts and replicates directorychanges to any other domain controller. Because multiple domain controllers are employed, replication continues,even if any single domain controller stops working.
Q. Name the Active Directory components used
to represent an organization’s logical structure
.?
The Active Directory components used to represent an organization’s logical structure are domains, organizational
units (OUs), trees, and forests.
Q. Name the physical components of Active Directory.
The physical components of Active Directory are sites and domain controllers.
Q. What is the function of the global catalog?
The global catalog has two main functions: (1) it enables a user to log on to a network by providing universal groupmembership information to a domain controller when a logon process is initiated, and (2) it enables finding directoryinformation regardless of which domain in the forest actually contains the data.
 
Q. List the four directory partitions of the Active Directory database.
The four directory partitions of the Active Directory database are schema partition, configuration partition, domainpartition, and application partition.
Q. What is the function of the KCC?
The KCC is a built-in process that runs on all domain controllers. The KCC configures connection objects betweendomain controllers. Within a site, each KCC generates its own connections. For replication between sites, a singleKCC per site generates all connections between sites.
Q. List the six types of trusts used in Active Directory.
The six types of trusts used in Active Directory are tree-root trust, parent-child trust, shortcut trust, external trust,forest trust, and realm trust.
Q. What is change and configuration management? What is IntelliMirror?
Change and configuration management is a set of Windows Server 2003 features that simplify computermanagement tasks. IntelliMirror is a set of Windows Server 2003 features that assist with managing user andcomputer information, settings, and applicat
ions. When IntelliMirror is used in both server and client, the users’
data, applications, and settings follow them when they move to another computer.
Q. Explain the function of group policies.
Group policies are collections of user and computer configuration settings that can be linked to computers, sites,
domains, and OUs to modify computer settings and specify the behavior of users’ desktops.
Q. Define each of the following names: DN, RDN, GUID, UPN.
The distinguished name (DN) uniquely identifies the object and contains the name of the domain that holds theobject, as well as the complete path through the container hierarchy to the object. The relative distinguished name
(RDN) is the part of an object’s DN that is an attribute of the object itself 
. The globally unique identifier (GUID) is a128-bit hexadecimal number that is guaranteed to be unique within the enterprise. The user principal name (UPN)consists of a user account name (sometimes referred to as the user logon name) and a domain name identifying thedomain in which the user account is located.
Q. What three tools are necessary to develop an effective Active Directory infrastructure design?
The following tools are necessary to develop an effective Active Directory infrastructure design: design team,business and technical analyses, and test environment.
Q. List the four stages in the Active Directory design process.
The stages in the design process are creating a forest plan, creating a domain plan, creating an OU plan, and creatinga site topology plan.
Q. Why should you strive to create only one forest for your organization?
Using more than one forest requires administrators to maintain multiple schemas, configuration containers, globalcatalogs, and trusts, and requires users to take complex steps to use the directory.
Q. Why should you try to minimize the number of domains in your organization?
Adding domains to the forest increases management and hardware costs.
Q. Why should you define the forest root domain with caution?
Define your forest root domain with caution, because once you’ve named the forest root domain you cannot change
it without renaming and reworking the entire Active Directory tree.
Q. What is the primary reason for defining an OU?
The primary reason for defining an OU is to delegate administration.
 
Installing and Configuring Active DirectoryQ. Which tool is used to install and remove Active Directory?
Active Directory Installation Wizard, and command line tools is dcpromo.exe
Q. Which tool helps assign roles to a server, including the role of domain controller?
Configure Your Server Wizard
Q. What is domain name?
The name given by an administrator to a collection of networked computers that share a common directory. Part of the DNS naming structure, domain names consist of a sequence of name labels separated by periods.
Q. What is forest root domain?
The first domain created in a new forest
Q. What are the reasons to create more than one child domain under a dedicated root domain?
The reasons to create more than one child domain under the dedicated root are to meet required security policysettings, which are linked to domains; to meet special administrative requirements, such as legal or privacyconcerns; to optimize replication traffic; to retain Windows NT domains; and to establish a distinct namespace.
Q. What is a forest root domain?
A forest root domain is the first domain you create in an Active Directory forest. The forest root domain must becentrally managed by an IT organization that is responsible for making domain hierarchy, naming, and policydecisions.
Q. For best performance and fault tolerance, where should you store the database and log files?
For best performance and fault tolerance, it’s recommended that you place the da
tabase and the log file on separatehard disks that are NTFS drives, although NTFS is not required.
Q. What is the function of the shared system volume folder and where is the default storage location of thefolder?
The shared system volume folder stores public files that must be replicated to other domain controllers, such aslogon scripts and some of the GPOs, for both the current domain and the enterprise. The default location for theshared system volume folder is
%Systemroot%\ 
Sysvol. The shared system folder must be placed on an NTFS drive.
Q. Which of the following is not a valid reason for creating an additional domain?a.
To meet SAM size limitations
b.
To meet required security policy settings, which are linked to domains
c.
To meet special administrative requirements, such as legal or privacy concerns
d.
To optimize replication trafficThe correct answer is a. In Windows NT, the SAM database had a limitation of about 40,000 objects per domain. InWindows Server 2003, each domain can contain more than 1 million objects, so it is no longer necessary to define anew domain just to handle more objects.
Q. What command must you use to install Active Directory using the Active Directory Installation Wizard?
Use the Dcpromo command to install Active Directory using the Active Directory Installation Wizard.
2-62
Chapter2 Installing and Configuring Active Directory
Q. What items are installed when you use the Active Directory Installation Wizard to install ActiveDirectory?
The Active Directory Installation Wizard installs Active Directory, creates the full domain name, assigns theNetBIOS name for the domain, sets the Active Directory database and log folder location, sets the shared systemvolume folder location, and installs DNS and a preferred DNS server if you requested DNS installation.
Search History:
Searching...
Result 00 of 00
00 results for result for
  • p.
  • Notes
    Load more