Skip to main content

windows server 2016(ADDS, OU, Forest, schema)

  Active Directory Domain Services

- It is a server role , you can create a  scalable secure and manageable infrastructure for user and resource management and this ADDS can provide  support for directory enabled application like, Microsoft Exchange Server.

- It stores directory data.

- Manages communication between user and domains

- Manages user logon processes, authentication, and directory searches. server running ADDS is called domain controller.

Structure of ADDS :

The hierarchical structure of ADDS includes,

-Active Directory Forest

- Domains in the Forest

- Organizational units in each domain

Physical components -

Data storage, Domain Controller, Global Catalog server, Read-only Domain Controller.

Local Components -

Forest, Domain, Domain Tree, Sites and Schema, OU(Organizational unit), Groups and Users, Directory Partitions.

ADDS Forest -

- It has highest level in active directory.

- It is the logical security boundary for an enterprise.

-  It shares the single database and a single global address list

- It contains one or more domain container objects like directory  structure , global catalog and directory schema etc.

- A forest contains multiple domain trees. The first domain in the forest is called as Forest Root Domain.

ADDA Domains -

- It is a container object to store, locate and manage Active Directory objects like users, groups, computers and printers etc.

- A domain is a administrative boundary for active directory objects.

- A single domain can span up to multiple physical locations or sites.

- A domain is managed by a physical machine known as Domain Controller.

Domain Trees -

It is a collection of domains grouped together in a hierarchical structure.

- Domain tree support parent child concept

Domain Controllers -

- DC uses Kerberos KDC(Key Distribution Center) service to perform authentication.

- It is a physical server , it hosts active directory database - NTDS(Network Technology Directory Service. Directory Domain Tree) and SYSVOL it is replicated between domain controllers.

- To ensure that DC services are redundant ,you must plan at least two DC.

Global catalog -

- A global Catalog is the set of all objects in an ADDS forest.

- A global catalog server is a domain controller that stores the full copy of all objects in directory for its host domain.

- Also it stores the partial read only copies of all objects for all other domains in the same forest.

- Global catalog servers responds to the global object queries throughout the domain.

 - A global catalog servers find objects, supplies UPN, supplies user.

 

ADDS Schema -

- The adds schema is a blueprint for ADDS. It defines attributes and object classes .

- The schema defines the rules and syntax of the database and provides the blueprint for any objects that can be created  in the ADDS database.

- The schema defines the objects that reside in the ADDS database  and defines the mandatory and optional attributes as well as the syntax and the relationships between the objects and the attributes.

- Schema can be accessed by using MMC(Microsoft Management Console).

Organizational Unit -

- OU is the container within a Microsoft active directory domain, it can hold users, groups, and computers.

- OU is the smallest unit to which an administrator can assign group policy settings or account permissions.

- An organizational unit can have multiple OUs within it, but all attributes within the containing OU must be unique. active directory organizational units cannot contain objects  from other domains.

- OU is also used to delegate administrative permissions to junior administrators.





Comments

Popular posts from this blog

what is computer network and their types ?

   what is network ? -  A network is a group of two or more computer systems, which are connected together. It also consist of a collection of computers, printers, scanner and other devices that are liked together. Networking has single purpose to share information as fast as possible.   The basic types of network- 1) LAN - LAN stands for Local Area Network. It is used to network computers within a limited area like office, school by using the network media. 2) CAN - Campus Area Network is an interconnection of local area networks within limited geographical area. campus network can be additional to the set of wireless connections. connects several buildings to the same network. Example, corporate office campus, university. 3) MAN - MAN means Metropolitan Area Network, which optimized for a larger geographic area than a LAN, ranging from several blocks of buildings to entire city. 4) WAN - WAN is Wide Area Network that is network connection of wide area such as the w...

Network Topology and types

   What is topology ? - Network Topology is the arrangement of the various elements (links, nodes etc.) of a computer network. Essentially, it is the topological structure of a network and may e depicted physically or logically. Topologies are divided into two types. one is called physical topology and another one is logical topology. Physical Topology is the placement of the various components of a network, including device location and cable installation, while logical topology illustrates how data flows within a network, regardless of its physical design. There are number of reasons to understand network topology. - The network topology impacts performance - The network topology is a factor in determining the media type used  to cable the network. - Knowledge of network layout  helps to optimize the network  performance  and troubleshoot network performance issues. Topology                      ...

All about Hyper-V in windows 10

   Windows Client-Side Hypervisor  l The client-side Hypervisor known as Client Hyper-V was introduced in Windows 8 Operating system. In Windows 10,  t he Client-side Hyper-V has got its features enhanced. Need for client Hyper-V - l Client Hyper-V is used to test or perform demo of operating system features or particular application software.  l Client Hyper-V can also be used to Run a legacy application that are not supported by Windows 10 .  It is used for User support and Troubleshooting. Features of Client Hyper-V are :   l Client Hyper-V supports 32 bit or 64-bit Virtual Machines.  l Used for storage migration or can also be used to create a virtual storage pool.  l Client Hyper-V uses VHD with maximum limit 2TB or VHDX with maximum limit of 64 TB software disk files.  l It can use local software Disk or LAN based storage also known as NAS Network Attached Storage.  l Client Hyper-V supports Import and Export of the VMs to Ser...