4.5 Operating System Security Flashcards

(11 cards)

1
Q

What is Active Directory?

A

A database containing all components of a network, including user accounts, devices, file shares, and printers.

Active Directory allows for centralized management of network resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is stored in the Active Directory database?

A

User accounts, computers, devices, file shares, printers, security groups, and network components.

This central repository facilitates authentication and permission management.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do users authenticate to devices in a network using Active Directory?

A

By using their username and password defined in the Active Directory database.

This process centralizes user authentication across the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of assigning permissions in Active Directory?

A

To control access to resources and manage user rights.

Permissions can be assigned to individual users or groups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is group policy in the context of Active Directory?

A

A feature that allows the application of security policies and configuration settings to users and devices.

Group policy is managed through the Group Policy Management Editor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What can be configured using group policy?

A

Login scripts, network configurations, and security parameters.

Group policy enables centralized management of user and device settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does discretionary access control mean in Linux?

A

Users have the discretion to assign rights and permissions to different resources.

This model allows flexibility but may not be suitable for all environments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is mandatory access control?

A

A system where all rights and permissions are assigned by a central administrator.

This approach enhances security in sensitive environments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Security-Enhanced Linux (SELinux)?

A

A set of patches that provides mandatory access control in Linux environments.

SELinux allows administrators to enforce security policies based on least privilege.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the principle of least privilege entail?

A

Associating rights and permissions with users to allow only necessary actions.

This limits the potential damage from security breaches or malicious code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is SELinux open source?

A

Yes, SELinux is open source and can be installed on various Linux distributions.

This availability promotes broader adoption and customization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly