English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is active directory and how is it used?
All IT companies use them apparently.
I cannot understand what it is....all the websites I visit are too technical.

2007-01-03 21:35:01 · 1 answers · asked by Gerrard S 1 in Computers & Internet Other - Computers

Ali has copied and pasted info from a website.
Please put it in LAYMANS terms.

Thank you

2007-01-03 22:08:15 · update #1

1 answers

active directory is the directory service used by windows.

let us take an example of a telephone directory it contains information like telephone nos., addresses for a particular area..

same way the server on which we install the ADS & make that a domain controller. It will contain the infromation regading all the users of that domain, all resouces, permissions to various users to access those resouces.

in short it is a centeralized database of all the resouces that particular domain has.

2007-01-03 22:15:53 · answer #1 · answered by mohit c 2 · 1 0

Active Directory (codename Cascade) is an implementation of LDAP directory services by Microsoft for use in Windows environments. Active Directory allows administrators to assign enterprise wide policies, deploy programs to many computers, and apply critical updates to an entire organization. Active Directory stores information about its users and can act in a similar manner to a phone book. ...

2007-01-03 22:26:31 · answer #2 · answered by Anonymous · 1 0

It's older, so when the schools were first setting up their domains they went with Novell. Buying licenses for Windows Server 2003 or the like is expensive, as is migrating such a big directory structure onto a new platform, so they likely don't have the time/money to be bothered making the change.

2016-03-17 10:32:10 · answer #3 · answered by Anonymous · 0 1

Here is your answer:

http://www.helpero.com/Questions-and-answers/Computers/Windows/What-is-the-Active-Directory-of-Windows_608.html

Helpero is a web site that helps every Internet user, from all over the world, solve any computer related problem. You can ask Helpero for free.

2007-01-04 03:10:44 · answer #4 · answered by Anonymous · 0 0

Active Directory

Active Directory is an implementation of LDAP directory services by Microsoft for use in Windows environments. Active Directory allows administrators to assign enterprise-wide policies, deploy programs to many computers, and apply critical updates to an entire organization. An Active Directory stores information and settings relating to an organization in a central, organized, accessible database. Active Directory networks can vary from a small installation with a few hundred objects, to a large installation with millions of objects.
Active Directory was previewed in 1996, released first with Windows 2000, and saw some revision to extend functionality and improve administration in Windows Server 2003.
Active Directory was called NTDS (NT Directory Service) in older Microsoft documents. This name remains in some AD binaries as well.

Objects

Active Directory is a directory service used to store information about the network resources across a domain.

An Active Directory (AD) structure is a hierarchical framework of objects. The objects fall into three broad categories — resources (e.g. printers), services (e.g. e-mail), and users (accounts, or users and groups). The AD provides information on the objects, organizes the objects, controls access, and sets security.

Each object represents a single entity — whether a user, a computer, a printer, an application, or a shared data source—and its attributes. Objects can also be containers of other objects. An object is uniquely identified by its name and has a set of attributes—the characteristics and information that the object can contain—defined by a schema, which also determines the kind of objects that can be stored in the AD.

Each attribute object can be used in several different schema class objects. These schema objects exist to allow the schema to be extended or modified when necessary. However, because each schema object is integral to the definition of AD objects, deactivating or changing these objects can have serious consequences because it will fundamentally change the structure of AD itself. A schema object, when altered, will automatically propagate through Active Directory and once it is created it can only be deactivated — not deleted. Changing the schema usually requires a fair amount of planning.

Forests, trees, and domains

The framework that holds the objects is viewed at a number of levels. At the top of the structure is the Forest - the collection of every object, its attributes and rules (attribute syntax) in the AD. The forest holds one or more transitive, trust-linked Trees. A tree holds one or more Domains and domain trees, again linked in a transitive trust hierarchy. Domains are identified by their DNS name structure, the namespace. A domain has a single DNS name.

The objects held within a domain can be grouped into containers called Organizational Units (OUs). OUs give a domain a hierarchy, ease its administration, and can give a semblance of the structure of the AD's company in organizational or geographical terms. OUs can contain OUs - indeed, domains are containers in this sense - and can hold multiple nested OUs. Microsoft recommends as few domains as possible in AD and a reliance on OUs to produce structure and improve the implementation of policies and administration. The OU is the common level at which to apply group policies, which are AD objects themselves called Group Policy Objects (GPOs), although policies can also be applied to domains or sites (see below). The OU is the level at which administrative powers are commonly delegated, but granular delegation can be performed on individual objects or attributes as well.

As a further subdivision AD supports the creation of Sites, which are physical, rather than logical, groupings defined by one or more IP subnets. Sites distinguish between locations connected by low-speed (e.g. WAN, VPN) and high-speed (e.g. LAN) connections. Sites can contain one or more domains and domains can contain one or more sites. This is important to control network traffic generated by replication and to refer clients to the nearest domain controllers.

The actual division of the company's information infrastructure into a hierarchy of one or more domains and top-level OUs is a key decision. Common models are by business, by geographical location, or by IT roles. These models are also often used in combination, but Microsoft recommends that OUs be structured to facilitate administrative delegation and group policy application.

2007-01-03 21:46:20 · answer #5 · answered by Ali 2 · 0 1

fedest.com, questions and answers