Chapter 12 - Access Management Flashcards
Access control
The mechanism used in an information system for granting or denying approval to use specific resources.
Authentication
Checking the delivery persons credentials to be sure that they are authentic and not fabricated.
Authorization
Granting permission to take an action.
Accounting
A record that is preserved of who accessed the network, what resources they accessed, and when they disconnected from the network.
Object
An object is a specific resource, such as a file of a hardware device.
Subject
A subject is a user of a process functioning on behalf of the user that attempts to access an object.
Operation
The action that is taken by the subject over the object is called an operation.
Access control model
A predefined framework found in hardware and software that a custodian can use for controlling access.
Discretionary access control (DAC)
The least restrictive access control model in which the owner of the object has total control over it.
Mandatory access control (MAC)
The most restrictive access control model, typically found in military settings in which security is of supreme importance.
Role-based access control (RBAC)
A “real-world” access control model in which access is based on a users job function within the organization.
Rule-Based Access Control
An access control model that can dynamically assign roles to subjects based on a set of rules defined by a custodian.
Attribute-Based Access Control (ABAC)
An access control model that uses more flexible policies that can combine attributes.
Employee onboarding
The tasks associated when hiring a new employee.
Employee offboarding
The tasks associated when an employee is released from the enterprise.