๐ข CISSP Study Note: Availability
๐ข CISSP Study Note: Availability
๐ Definition
Availability means ensuring timely and reliable access to and use of information by authorized users when needed.
It is one of the three pillars of the CIA Triad:
-
Confidentiality
-
Integrity
-
Availability ✅
๐ง Why It Matters in Cybersecurity
Without availability, even the most secure systems are useless. If authorized users cannot access information or services when needed, it leads to downtime, lost revenue, reputational damage, and potential safety risks in critical systems.
⚙️ Key Elements That Support Availability
| Component | Description |
|---|---|
| Redundancy | Backup systems, data, and hardware to prevent single points of failure (e.g., RAID, load balancing). |
| Fault Tolerance | Systems designed to continue operating despite failures (e.g., dual power supplies, cluster nodes). |
| Disaster Recovery | Plans and procedures to recover from catastrophic events quickly (e.g., DRP, hot sites). |
| High Availability (HA) | Architecture ensuring minimal downtime (e.g., failover systems, SLAs). |
| Monitoring and Alerts | Continuous tracking of system health to detect and respond to issues in real time. |
๐ฃ Common Threats to Availability
| Threat | Example |
|---|---|
| Denial of Service (DoS/DDoS) | Attackers flood a server or network, making it unavailable. |
| Hardware Failure | Disk crash, power outage. |
| Natural Disasters | Floods, fires, earthquakes. |
| Human Error | Accidental deletion, misconfigurations. |
| Malware (e.g., ransomware) | Encrypts data and denies access unless ransom is paid. |
๐งฐ Controls That Ensure Availability
-
UPS systems and generators ๐
-
Load balancers ⚖️
-
Failover clusters and backup data centers
-
Data backups with regular recovery tests
-
Cloud scalability & geographic redundancy
-
Service Level Agreements (SLAs) for uptime
✅ Example (CISSP-Style)
A financial services company uses geographically redundant data centers, daily backups, and real-time failover mechanisms. When one data center goes down during a regional power outage, the system switches seamlessly to a backup.
✅ This ensures availability of critical systems without downtime.
๐ Found In CISSP Domains
| Domain | Description |
|---|---|
| ๐ Domain 1 | Availability is a core security principle tied to risk management and governance. |
| ๐ Domain 7 | Emphasizes availability controls in operations, disaster recovery, and business continuity planning (BCP). |
๐ Quick Memory Hook
"Can I get to the data when I need it?"
If the answer is no, then availability is compromised.
Comments
Post a Comment