Directory Services

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:17 AM on 2/9/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

Directory

A centralized, hierarchical information repository that organizes and centralizes objects like users, groups, devices, and applications.

2
New cards

Directory Service

Protocols, functions, and APIs that allow access to directory information, such as DAP and LDAP.

3
New cards

Directory Functionality

Provides centralized authentication, enables single sign-on, serves as a network 'phone book', supports granular administration control.

4
New cards

Directory Structure

In a hierarchical tree format with a Root, Branches, and Leaves.

5
New cards

What are the two common ways to arrange a directory?

Geographically or functionally, or a combination of both.

6
New cards

Pruning/Grafting

The ability to move objects (users, groups, computers) within the directory tree.

7
New cards

Directory attributes and inheritance

Objects inherit attributes from their location, ensuring consistency; moving objects changes their inherited attributes.

8
New cards

Directory Schema

Defines the attribute types, structure, container objects, and leaf objects in a directory.

9
New cards

Common Container Objects

Country (c), Organization (o), Organizational Unit (ou), Group of names.

10
New cards

Leaf Object

An object that cannot contain other objects, such as a person, computer, or printer.

11
New cards

Leaf object Attributes

For a printer: Make/model, Duplex capability, Color or B&W, Paper sizes available.

12
New cards

Directory-enabled applications

Applications that rely on the directory for information, such as user login, VPN authentication, and digital signatures.

13
New cards

Organizational Unit (OU)

A container within a directory that can be nested and used to structure objects logically.

14
New cards

Distinguished Name (DN)

A unique identifier for an entry in the directory, which can be absolute or relative.

15
New cards

Directory Naming Layers Conventions

c = Country, o = Organization, ou = Organizational Unit, cn = Common Name.

16
New cards

X.500

The original directory standard developed by ITU-T, introducing tree structures, attributes, DN, and RDN.

17
New cards

Components of X.500

DSA (Directory System Agent), DUA (Directory User Agent), DAP (Directory Access Protocol), DSP (Directory System Protocol).

18
New cards

LDAP

a standardized method for querying and modifying directory services over TCP/IP.

19
New cards

What port does LDAP operate on?

TCP port 389.

20
New cards

Active Directory

Microsoft's directory service based on X.500, replacing NTDS since 2000.

21
New cards

eDirectory

Novell’s directory service (previously NDS), loosely based on X.500.

22
New cards

Open Directory

Apple’s directory service using LDAP and Kerberos, integrating with Active Directory.

23
New cards

When is a directory service required?

Essential for large organizations with multiple locations and departments; not typically required for small businesses with simple IT needs.