Cybersecurity Fundamentals Block 4 Unit 3

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Windows Server

Version of Microsoft's OS currently used by the Air Force.

2
New cards

Windows Server Features

-Centralized administration

-Centralized management of resources

-Security

-Scalability and compatibility

-Reliability

-Fault tolerance and recovery

3
New cards

Windows Domain

Network where all user accounts, computers, and printers are registered in a central database located on one or more specialized servers known as Domain Controllers.

4
New cards

AD Purpose

Powerful tool allowing multiple sites, domains, and even the internet to fully integrate.

5
New cards

Directory

A list organizing resources and associates' characteristics.

6
New cards

Active Directory (AD)

Directory service which stores information about all network resources such as servers, printers, user accounts, security policies, and other information across a domain.

7
New cards

AD Structure

Tree-like structure. With physical and logical components.

-Forests

-Trees

-Domains

-Organizational Units

-Objects

-Sites

8
New cards

AD Logical Structure

Grouping of objects based on how they logically function together. Enables finding a resource by name rather than physical location.

-Partition

-Configuration

-Schema

-Domain

-Forest

-Forest Root

-Domain Tree

-Organizational Unit

-Objects

-Leaf

9
New cards

Active Directory Physical Structure

-Sites

-Domain Controller

-Global Catalog Server

-Member Servers

-Domain Clients

10
New cards

Partition

Directory partition is where AD information is segregated and logically stored. Every domain controller has 3 directory partitions.

-Configuration

-Schema

-Domain

11
New cards

Configuration

Contains replication tech and other configuration data that must be replicated through the forest. Basically forest rules.

12
New cards

Schema

Object classes, attributes, and syntaxes stored in containers. Also defines rules that ensure objects are created with consistency.

13
New cards

Domain

Logical structure based on requirements of an organization. Group of users, servers, and other resources sharing a centralized database of account and security information.

14
New cards

Access Control List (ACL)

Keeps track of who has access to objects within a domain.

15
New cards

Forest

Collection of one or more domain trees sharing common global catalog, directory schema, logical structure, and directory configuration.

16
New cards

Domain Tree

Collection of one or more domains that share a common namespace. AD allows multiple domains in a hierarchical tree structure with a root domain or parent as its base.

17
New cards

Forest Root

First domain in the AD forest. Provides the foundation for the AD infrastructure. Bust be created before any regional domains.

18
New cards

Child Domain

Regional domains created after the root in a Windows® Server hierarchy.

19
New cards

Organizational Unit

Subdivision of an AD which you can place users, groups, computers, and other organizational units. Where objects are held.

20
New cards

Objects

Basic element of AD in Windows that represents something on a network. (Computer, user, group, printer, shared folder). Given globally unique ID when created.

21
New cards

Leaf

An object not storing any objects and signifies an endpoint of a tree or subtree.

22
New cards

Sites

Maps the physical structure of a network where domains map the logical structure of an organization. Defined by subnets.

23
New cards

Domain Controller

Most important server on a network. Manages the domain security policy. Users must be authenticated to allow access to resources in the domain.

24
New cards

Global Catalog Server

A domain controller that also contains a subset of active directory domain services objects from other domains in the forest.

25
New cards

Member Servers

Belongs to the domain but not domain controller. Usually used for dedicated network purposes like file and print servers, database servers, or web servers.

26
New cards

Domain Clients

A computer that has an account in active directory. It can run the users desktop environment and allow the user to gain access to resources in the domain.