Implementing Active Directory: Lesson 2
Implementing Active Directory: Lesson 2
Lesson 2
Skills Matrix
Technology Skill Objective Domain Objective #
Installing a New Active Configure a forest or a 2.1
Directory Forest domain
Establishing and Configure trusts 2.2
Maintaining Trust
Relationships
A globally unique identifier or GUID (pronounced /ud/ or /wd/) is a unique reference number
used as an identifier in computer software. The term GUID also is used for Microsoft's implementation
of the Universally Unique Identifier (UUID) standard.
The value of a GUID is represented as a 32-character hexadecimal string, such as {21EC2020-3AEA-
1069-A2DD-08002B30309D}, and is usually stored as a 128-bit integer. The total number of unique
keys is 2128 or 3.41038 roughly 2 trillion per cubic millimeter of the entire volume of the Earth.
This number is so large that the probability of the same number being generated randomly twice is
extremely small.
Database servers can use GUIDs to create unique row identifiers, solving the chicken and
egg problem inherent with sequential row IDs.
Microsoft Windows uses GUIDs internally to identify the classes and interfaces of COM
objects. A script can activate a specific class or object without having to know the name
or location of the dynamic linked library that contains it.
Intel's GUID Partition Table, a system for partitioning hard drives. (GPT)
ActiveX, a system for downloading and installing controls in a web browser, uses GUIDs to
uniquely identify each control.