CH28 Planning for the Worst Flashcards
What is Surge?
unexpected increase in the amount of voltage provided. A little bit of increase in power (going from 120 volts to 124 or 135)
What is Spike?
a short transient in voltage that can be due to a short circuit, tripped circuit breaker, power outage, or lightning strike. (jump from 120 volts to 140 or more)
What is Sags ?
unexpected decrease in the amount of voltage provided. Lasts short period of time and wouldn’t impact computer to go out of power
What is Brownouts ?
Occurs when the voltage drops low enough that it typically causes the lights to dim and can cause a computer to shut off. (dropping from 120 volts to 90 or 80)
What is Blackouts ?
When there is a total loss of power for a prolonged period. When they come back from blackout conditions, you get a spike in power that occurs which can damage your computer
What is Uninterruptible Power Supply (UPS) ?
Combines the functionality of a surge protector with that of a battery backup
What is Portable gas-engine generators ?
Of three types of backup generators, it is the least expensive to run. Uses gasoline or solar power. Needs to be started manually.
What is Permanently installed generators ?
Compared to 2 other types of backup generators, it is much bigger, much more expensive, much more complex to install. They’re always there. Runs on natural gas, propane, or diesel fuel.
What is Battery-inverter generator?
Backup generator that is based on lead acid batteries. Very quiet and they require very little user interaction. Good for environments that require a low amount of wattage or are the victims of short power outrages only
What is RAID?
Redundant Array of Independent Disks (RAID) – allows the combination of multiple physical hard disks into a single logical hard disk drive that is recognized by the operating system.
For the exam: You need to know about RAID types : RAID 0, RAID 1, RAID 5, RAID 6, and RAID 10.
What is RAID 0 ?
provides data striping across multiple disks to increase performance.
Use RAID 0 when you need performance but you don’t care about fault tolerance.
You need at least 2 disks to work in tandem with each other.
A1 A2
A3 A4
A5 A6
A7 A8
What is RAID 1 ?
provides redundancy by mirroring the data identically on two hard disks. Requires 2 disk
A1 A1
A2 A2
A3 A3
A4 A4
What is RAID 5 ?
Provides redundancy by striping data and parity data across the disk drives
A1 A2 A3 Ap
B1 B2 Bp B3
C1 Cp C2 C3
Dp D1 D2 D3
What is RAID 6 ?
Provides redundancy by striping and double parity data across the disk drives. Need at least 4 physical disks
A1 A2 A3 Ap A1
B1 B2 Bp B1 B3
C1 Cp Cq C2 C3
Dp Dq D1 D2 D3
Eq E1 E2 E3 Ep
What is RAID 10 ?
Creates a striped RAID of 2 mirrored RAIDS (combines RAID 1 & RAID 0). Need at least 4 disks. It’s going to provide you with a redundant mirror of striped drives and it is fault-tolerant. Two independent zones, with full access to the data at all times
A1 A1 A2 A2
A3 A3 A4 A4
A5 A5 A6 A6
A7 A7 A8 A8
What are the 3 categories of RAIDs?
- Fault-resistant – protects against the loss of the array’s data if a single disk fails (RAID 1 or RAID 5)
- Fault-tolerant – protects against the loss of the array’s data if a single component fails (RAID 1, RAID 5, RAID 6)
- Disaster-tolerant – Provides two independent zones with full access to the data (RAID 10)
What is RAID 01?
a striped array made up of two mirrored RAID 1. It is also disaster tolerant
What is Network Redundancy ?
to make network connections available, servers often have two or more network interface parts, and they can operate as a pair or in a load balancing configuration
What is Cluster ?
two or more servers working together to perform a particular job function
What is Failover Cluster?
a secondary server can take over the function when the primary one fails
What is Load-balancing Cluster?
Servers are clustered in order to share resources such as CPU, RAM, and hard disks
What are the 3 categories of redundant sites ?
- Hot Site – a near duplicate of the original site of the organization that can be up and running within minutes
- Warm Site – a site that has computers, phones, and servers, but they might require some configuration before users can start working
- Cold Site – has tables, chairs, bathrooms, and possibly some technical items like phones and network cabling
What is a Full backups ?
all the contents of a drive are backed up
What is an Incremental Backups?
only conducts a backup of the contents of a drive that have been changed since the last full or incremental backup
Full back up on Sunday
Incremental backup Monday
Incremental backup Tuesday
Wednesday failure.
To restore, I will need to restore Full back up on Sunday and restore Monday backup, and then Tuesday backup
Incremental backup takes less time to create but longer to restore.