701 - Chapter 1 Flashcards
What prevents the unauthorized disclosure of information, it keeps secret information secret?
Confidentiality
What prevents the unauthorized alteration of information or systems. It keeps our information safe from unintentional or accidental changes.
Integrity
What insurer authorized users are able to access information and systems when they need them?
Availability
What are the two ways to ensure confidentiality?
Encryption and access controls
Within access controls, what are the three core identity and access management activities that help ensure that only authorized person can access data?
Identification, authentication, authorization
Within access controls, users claim and identity with a unique username. What is this called?
Identification
Within access control, what is it called when users prove their identity for example with a password?
Authentication
Within access control, this can grant or restrict access to resources uses using such things as permissions, what is this called?
Authorization
You can increase availability by adding what and what? Give some examples.
Fault tolerance, and redundancy… RAID, failover clusters, backups, generators
What is a common goal of fault tolerance, and redundancy techniques?
To remove each single point of failure, SPOF
RAID is an example of what type of redundancy?
Disc
Failover clusters are an example of what type of redundancy?
Server
Load balancing uses multiple servers to support a single service such as a high volume website, what type of redundancy is that?
Network
UPS and power generators can provide power to key systems if commercial power fails, what type of redundancy is this?
Power
What is it called to put two or more network cards in a single server? And what type of redundancy is this?
NIC teaming…network
What are two things that can contribute to high availability?
Scalability and elasticity
What are the two types of scalability?
Horizontal and vertical
Adding additional servers would be an example of this type of scalability? Adding additional resources (for example, adding more RAM) to the existing servers is an example of this type of scaling?
Horizontal and vertical
What is called when scalability is automated by having the system add and remove resources as needed?
Elasticity
What is an alternative to seeking the highest possible availability?
resiliency
Resiliency methods help system _____ themselves or recover from _____ with minimal downtime?
Heal and Faults