Chapter 1 - Security Fundamentals Flashcards
What does CIA stand for?
Confidentiality, Integrity, Availability
What is the concept of “Least Privilege”?
Users should be granted access to what they need and nothing more.
What is the concept of “Separation of Duties”?
Ensures that no single person has complete control/oversight over a process
What are the different types of sensitive Data?
Personal Identifiable Information (PII)
Protected Health Information (PHI)
Intellectual Property (IP) such as Industrial Property and Copyrights
What is Defense in Depth?
The implementation of several layers of defense aiming to minimize the impact of threats.
What is Nonrepudiation?
Ensures a party cannot believably deny performing an action, ensuring actions can be accurately attributed to an entity.
What does the “Security triple AAA” stand for?
Authentication, Authorization, Accounting
In the security AAA, what does “Authentication” entail?
Authentication is to confirm the identity of the user typically done via “username:password” combination.
In the security AAA, what does “Authorization” entail?
Authorization is when the authenticated user is allocated access and permission rights to systems and data.
In the security AAA, what does “Accounting” entail?
Accounting is when all user activity within a system is logged for monitored for purposes of analysis and nonrepudiation.