Active Directory

  Home  Networking  Active Directory


“Active Directory Interview Questions and Answers will guide us now that Active Directory is a technology created by Microsoft that provides a variety of network services, including LDAP-like directory services, Kerberos-based authentication, DNS-based naming and other network information, Central location for network administration and delegation, Information security and single sign-on for user access to networked based resources so learn more by this Active Directory Interview Questions Answer”



146 Active Directory Questions And Answers

42⟩ What is the the Directory Partitions?

Schema Partition:

Only one schema partition exists per forest. The schema partition is stored on all domain controllers in a forest. It contains definitions of all objects and attributes that can be created in the directory.

Configuration Partition:

There is only one configuration partition per forest. the configuration partition contains information about the forest-wide active directory structure.

Domain Partition:

Many domain partitions can exist per forest. Domain partitions are stored on each domain controller in a given domain. A domain partition contains information about users, groups, computers, and organizational units.

Application Partition:

It stores information about applications in Active Directory. It is replicated only to specific domain controllers.

 186 views

43⟩ How to Seize FSMO Roles?

ntdsutil - type roles - connections - connect servername - q - type seize role - at the fsmo maintenance prompt - type seize rid master

 200 views

44⟩ How to transfer FSMO Roles?

ntdsutil - type roles - connections - connect servername - q - type transfer role - at the fsmo maintenance prompt - type trasfer rid master

 195 views

45⟩ What is a Flexible Single Master Operation?

It is a role that only one DC can (or should) hold at any given time within its boundary.

Schema Master - Use MMC "Active Directory Schema Snap-in". The schema master domain controller controls all updates and modifications to the schema. Once the Schema update is complete, it is replicated from the schema master to all other DCs in the directory.

Domain Naming Master - Use "Active Directory Domains and Trusts". It controls the addition or removal of domains in the forest.

Primary Domain Controller (PDC) Emulator - Use the "ADUC" . The PDC emulator is necessary to synchronize time in an enterprise.

Relative ID Master (RID Master) - Use "ADUC". All objects have a SID and a domain SID. The RID assigns relative IDs to each domain controller.

Infrastructure Master - Use the "ADUC". Updates group membership information when users from other domains are moved or renamed.

The Infrastructure Master (IM) role should be held by a domain controller that is not a Global Catalog server (GC). If the Infrastructure Master runs on a Global Catalog server it will stop updating object information because it does not contain any references to objects that it does not hold.

 191 views

46⟩ What is the ISTG - Intersite topology generator?

ISTG is responsible for creating Active Directory Replication Connection objects for appropriate bridgehead servers within its site. Intersite replication can utilize either RPC over IP or SMTP to convey replication data.

Bridgehead server - A domain controller that is used to send replication information to one or more other sites

DHCP Superscope:

A rage of IP address that span several subnets. The DHCP server can assign these address to clients that are on several subnets.

DHCP Scope:

A range of IP address that the DHCP server can assign to clients that are on one subnet

A stub zone

It is a copy of a zone that contains only those resource records necessary to identify the authoritative Domain Name System (DNS) servers for that zone. A stub zone is used to resolve names between separate DNS namespaces. This type of resolution may be necessary when a corporate merger requires that the DNS servers for two separate DNS namespaces resolve names for clients in both namespaces.

A stub zone consists of: SOA, NS, A Records

 199 views

50⟩ What is Lightweight Directory Access Protocol?

LDAP is the directory service protocol that is used to query and update AD. LDAP naming paths are used to access AD objects and include the following:

★ Distinguished names

★ Relative Distinguished names

 193 views

51⟩ What is the minimum requirement for installing AD?

★ Windows Server, Advanced Server, Data center Server

★ Minimum Disk space of 200 MB for AD and 50 MB for log files

★ NTFS partition

★ TCP/IP Installed and Configured to use DNS

★ Administrative privilege for creating a domain in existing network

 182 views

53⟩ How to Verifying SYSVOL?

If SYSVOL folder is not properly created data stores in SYSVOL such are scripts, GPO, etc will not be replicated between DCs.

First verify the following folder structure is created in SYSVOL.

★ Domain

★ Staging

★ Staging areas

★ Sysvol

Then verify necessary shares are created.

 188 views

55⟩ What is NTDS.DIT?

This is the AD database and stores all AD objects. Default location is SystemRoot%ntdsNTDS.DIT.

Active Directory's database engine is the Extensible Storage Engine which is based on the Jet database and can grow up to 16 TB.

 183 views

56⟩ What is NTDS.DIT schema table?

The types of objects that can be created in the Active Directory, relationships between them, and the attributes on each type of object. This table is fairly static and much smaller than the data table.

 182 views

57⟩ What is NTDS.DIT Link table?

Link Table contains linked attributes, which contain values referring to other objects in the Active Directory. Take the Member Of attribute on a user object. That attribute contains values that reference groups to which the user belongs. This is also far smaller than the data table.

 171 views