Active Directory Forest and Domain Trusts

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

1/16

flashcard set

Earn XP

Description and Tags

Flashcards covering Active Directory Forest and Domain Trusts, trust directions, transitivity, and trust types from the Chapter 1-5 lecture.

Last updated 4:57 AM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

What is a trust in Active Directory?

A trust is the type of communication between domains and forests that allows users from one domain to access resources from another domain.

2
New cards

What are the default characteristics of all trusts within a forest?

All trusts in a forest are two way transitive trusts by default.

3
New cards

What does a two way trust allow users to do?

It allows both domains to trust each other, authentication requests to go from either domain to the other, and users in either domain to access resources in the other domain.

4
New cards

What does transitive mean in the context of Active Directory trusts?

Transitive means to pass through or transfer, extending the trust relationship between two domains to the other transitively trusted domains in the forest.

5
New cards

In a one way directional trust, where does the trust path arrow point?

The arrow points to the domain that is trusted.

6
New cards

What is the direction of resource access in a one way directional trust?

The direction of access is from the trusted domain to the trusting domain's resources.

7
New cards

What is the primary benefit of a non transitive trust?

It ensures the trust relationship between two domains is not extended to other domains, which helps deny a trust relationship to protect resources.

8
New cards

What are automatic trusts in Active Directory?

Automatic trusts are the default two way transitive trusts created when Active Directory is installed between any child domains in a tree or between trees in the same forest.

9
New cards

What are the characteristics and alternative name of a forest trust?

Also called an interforest trust, a forest trust allows users from one forest to access resources in another forest; it is transitive and can be either two way or one way directional.

10
New cards

What is forest wide authentication in a forest trust?

It is the default authentication option in a forest trust that allows users from either forest to freely access resources from either forest.

11
New cards

How does selective authentication operate in a forest trust?

It limits resource access to only users from the foreign forest who have been assigned the allowed to authenticate right to that server.

12
New cards

What list stores all domain names from both forests when an interforest trust is established?

The name suffix routing list of the trust.

13
New cards

What are external trusts and what are their characteristics?

External trusts provide access from one domain to an outside domain in a forest not joined by a forest trust; they are non transitive and can be one way or two way trusts.

14
New cards

What type of trust creates a trusted relationship with a non Microsoft Kerberos version five Realm?

A realm trust.

15
New cards

What are the characteristics of a realm trust?

Realm trusts can be transitive or non transitive, and can be one way or two way directional.

16
New cards

Where are shortcut trusts established and what is their main function?

Shortcut trusts are established between domains in the same forest to speed up access to objects by directly connecting two domains and cutting the authentication process to one step.

17
New cards

In the transcript's shortcut trust example, what authentication path is avoided for CBA users accessing EDA?

Without the shortcut trust, CBA users would have to authenticate through B A, then A, then DA, and finally through EDA.