Asked Interview Questions2
Asked Interview Questions2
ADS is a Directory service which stores all the information in a central location.
It provides the network accessibility to users, applications and administrators.
In ADS everything is stored as an Object. It contains Class Objects and Attribute Objects
All identical objects comes under one class ex. All users comes under User class
Attributes are the properties of the Object ex. For user – full name, logon name etc
Simplifies Management:
Eliminates redundant management tasks. Provides a single-point of management
for Windows user accounts, clients, servers, and applications as well as the ability to
synchronize with existing directories.
Reduces trips to the desktop. Automatically distributes software to users based on
their role in the company, reducing or eliminating multiple trips that system administrators
need to make for software installation and configuration.
Better maximizes IT resources. Securely delegates administrative functions to all
levels of an organization.
Lowers total cost of ownership (TCO). Simplifies the management and use of file
and print services by making network resources easier to find, configure, and use.
Strengthens Security:
It improves password security and management. By providing single sign-on to
network resources with integrated, high-powered security services that are transparent to
end users.
It ensures desktop functionality. By locking-down desktop configurations and
preventing access to specific client machine operations, such as software installation or
registry editing, based on the role of the end user.
It speeds e-business deployment. By providing built-in support for secure Internet-
standard protocols and authentication mechanisms such as Kerberos, public key
infrastructure (PKI) and lightweight directory access protocol (LDAP) over secure sockets
layer (SSL).
It tightly controls security. By setting access control privileges on directory objects
and the individual data elements that make them up.
Extends Interoperability:
Takes advantage of existing investments and ensures flexibility. Standards-based
interfaces to all features make use of investments and ensure flexibility for future
applications and infrastructure.
Consolidates management of multiple application directories. Using open interfaces,
connectors, and synchronization mechanisms, organizations can consolidate directories
including Novell's NDS, LDAP, ERP, e-mail, and other mission-critical applications.
Allows organizations to deploy directory-enabled networking. Network devices from
leading vendors such as Cisco and 3COM can use the directory to let administrators assign
quality of service and allocate network bandwidth to users based on their role in the
company.
Allows organizations to develop and deploy directory-enabled applications. Using the
fully extensible directory architecture, developers can build applications that deliver
functionality tailored to the needs of the end user.
2. What are the 4 Partitions of the ADS, explain?
Schema Partition: Schema holds information on the definition of objects within the
network. The schema partition contains the classSchema and attributeSchema objects that
define the types of objects that can exist in the Active Directory forest. Every domain
controller in the forest has a replica of the same schema partition.
Defines rules for object creation and modification for all objects in the forest. Replicated to all domain
controllers in the forest. Replicated to all domain controllers in the forest, it is known as an enterprise
partition.
Information about the forest directory structure is defined including trees, domains,
domain trust relationships, and sites (TCP/IP subnet group). Replicated to all domain
controllers in the forest, it is known as an enterprise partition.
Domain Partition: The domain partition contains the directory objects, such as users
and computers, associated with the local domain. A domain can have multiple domain
controllers and a forest can have multiple domains. Each domain controller stores a full
replica of the domain partition for its local domain, but does not store replicas of the
domain partitions for other domains.
Has complete information about all domain objects (Objects that are part of the domain
including OUs, groups, users and others). Replicated only to domain controllers in the same
domain.
A NIC
Properly configured TCP/IP (IP address, subnet mask and - optional - default
gateway)
The Windows 2000 or Windows Server 2003 CD media (or at least the i386 folder)
Schema: The Schema is a Blue Print of Active Directory. It contains rules for object
instantiation (representation) the schema governs the structure and content of Active
Directory with structure and content rules. Because everything in Active Directory is stored in
objects, the schema is implemented as a number of objects. There is one object for each class
in the schema (classSchema objects) and one for each attribute (attributeSchema
objects). However, there are no objects for the syntaxes; they are hard-coded into Active
Directory. This means that classes and attributes can be created and modified, but syntaxes
cannot.
Global Catalog: The Global catalog is the central repository of information about objects in a
tree or forest, as shown in Figure (D) By default, a global catalog is created automatically on
the initial domain controller in the forest, known as the global catalog server. It stores a full
replica of all object attributes in the directory for its host domain and a partial replica for all
object attributes contained in the directory of every domain in the forest. The partial replica
stores attributes most frequently used in search operations (such as a user's first and last
names, logon name, and so on). Object attributes replicated to the global catalog inherit the
same permissions as in source domains, ensuring that data in the global catalog is secure.
12.If u install DNS at the time of promoting the Workstation as DC. Is it creates
any more records?
Yes, If u install DNS at the time of DCPROMO. The DNS contains the active directory
integrated zones. It wont have the Text zone files. It stores the zone information in the
Active Directory database (NTDS.NIT) file.
14.If 2 DHCP servers are available, from which server the client takes IP?
The client machine typically repeats the discover message several times to make sure it
hears from all the servers, then eventually chooses the "best" server, where what is
"best" is up to the client. It may mean that the addresses the DHCP server has available
offer the longest lease time. Or the client might prefer a server that provides WINS
servers over one that doesn't
The Windows 2000 Active Directory extends the single-master model found in earlier versions
of Windows to include multiple roles, and the ability to transfer roles to any domain controller
(DC) in the enterprise. Because an Active Directory role is not bound to a single DC, it is
referred to as a Flexible Single Master Operation (FSMO) role. Currently in Windows 2000 there
are five FSMO roles:
Schema Master:
This DC is the only one that can process updates to the directory schema
It controls all originating updates to the schema
It contains master list of object classes and attributes that are used to create all active
directory objects such as users, computers and printers.
The schema updates are replicated to all Domain Controllers in the Forest.
Only schema admins group can make modifications to the schema
PDC Emulator:
It acts as a PDC to supports NT BDC’s and pre windows 2000 based client computers
Updates password changes from pre windows 2000 based client computers
Minimizes replication latency for password changes for 2000 based client computers
Manages the Time synchronization
Preventing the possibilities of overwriting GPO’s
Infrastructure Master:
It is responsible to updating group membership data for groups that have members that
move between two or more domains
Updates references to Objects and Group membership from other domains.
The infrastructure master is responsible for managing group and user references.
C:/WINNT/NTDS
The SYSVOL share contains W2K software distribution files, scripts, and ADM templates
as well as the Group Policy Template. An NT administrator would consider Sysvol to be
W2K's version of NETLOGON. Replication in W2K is handled by the File Replication
Service to keep the SYSVOL share synched between W2K domain controllers. In fact,
W2K creates the NETLOGON share for down-level clients, Win9x and Windows NT, under
the SYSVOL structure.
18.Where is Group Policy located physically. What is the use of GPO?
C:/Winnt/SYSVOL/sysvol/ap.ttsl.com/policies
By using Windows Server Update Services (WSUS 2.0) (for small Organizations)
or
20.How can the client OS updates automatically with latest security updates?
22. How can you see the performance of CPU and Memory?
24.