CompTIA Security+ (SY0-601): Planning for the Worst
This section focuses on electrical power issues—including surges, spikes, sags, brownouts, and blackouts—that can affect computing equipment. It also outlines various RAID levels, explaining how they manage data redundancy and performance through techniques like striping, mirroring, and parity.
Power Surge
An unexpected increase in the amount of voltage provided
Key Terms
Power Surge
An unexpected increase in the amount of voltage provided
Power Spike
A short transient in voltage that can be due to a short circuit, tripped circuit breaker, power outage, or lightning strike
Power Sag
An unexpected decrease in the amount of voltage provided
Brownout
Occurs when the voltage drops low enough that it typically causes the lights to dim and can cause a computer to shut off
Blackout
Occurs when there is a total loss of power for a prolonged period
RAID Versions
RAID 0 = Disk striping
RAID 1 = Disk mirroring
RAID 5 = Disk striping w/parity
RAID 6 = Disk striping w/double parity
RAID 10 = Stripes two...
Related Flashcard Decks
Study Tips
- Press F to enter focus mode for distraction-free studying
- Review cards regularly to improve retention
- Try to recall the answer before flipping the card
- Share this deck with friends to study together
Term | Definition |
---|---|
Power Surge | An unexpected increase in the amount of voltage provided |
Power Spike | A short transient in voltage that can be due to a short circuit, tripped circuit breaker, power outage, or lightning strike |
Power Sag | An unexpected decrease in the amount of voltage provided |
Brownout | Occurs when the voltage drops low enough that it typically causes the lights to dim and can cause a computer to shut off |
Blackout | Occurs when there is a total loss of power for a prolonged period |
RAID Versions |
|
Fault-Resistant RAID | Protects against the loss of the array’s data if a single disk fails (RAID 1 or RAID 5) |
Fault-Tolerant RAID | Protects against the loss of the array’s data if a single component fails |
Disaster-Tolerant RAID | Provides two independent zones with full access to the data (RAID 10) |
Server Redundancy: Cluster | Two or more servers working together to perform a particular job function |
Failover Cluster | A secondary server can take over the function when the primary one fails |
Load-Balancing Cluster | Servers are clustered in order to share resources such as CPU, RAM, and hard disks |
Redundant Sites | Hot Site: Warm Site: Cold Site: |
10 Tape Rotation | Each tape is used once per day for two weeks and then the entire set is reused |
Grandfather-Father-Son | Three sets of backup tapes are defined as the son (daily), the father (weekly), and the grandfather (monthly) |
Towers of Hanoi | Three sets of backup tapes (like the grandfather-father-son) that are rotated in a more complex system |
Disaster Recovery Plan Attributes |
|
Business Impact Analysis (BIA) | A systematic activity that identifies organizational risks and determines their effect on ongoing, mission critical operations Business impact analysis is governed by metrics that express system availability |
Maximum Tolerable Downtime (MTD) | The longest period of time a business can be inoperable without causing irrevocable business failure Each business process can have its own MTD, such as a range of minutes to hours for critical functions, 24 hours for urgent functions, or up to 7 days for normal functions MTD sets the upper limit on the recovery time that system and asset owners need to resume operations |
RTO | Recovery Time Objective: |
WRT | Work Recovery Time: |
RPO | Recovery Point Objective: Recovery Point Objective (RPO) is focused on how long can you be without your data |
MTTR |
Measures the average time it takes to repair a network device when it breaks |
MTBF |
Measures the average time between failures of a device |
Pulverizing & Shredding | Heavy machinery; complete destruction |
Load Balancing: Scheduling | Round-robin Weighted round-robin Dynamic round-robin Active/active |