6.7 Explain business continuity concepts.
📘CompTIA ITF+ (FC0-U61)
1. Fault Tolerance
Fault tolerance is the ability of a system to keep working even when part of it fails. It prevents service interruptions.
Key techniques include:
a. Replication
- Replication is copying data in real time from one system to another.
- Example: A database server can replicate its data to a second server. If the main server fails, the second server has an up-to-date copy and can take over immediately.
- Replication is crucial for high-availability systems where downtime must be minimal.
b. Redundancy
Redundancy means having extra resources ready in case the main ones fail. This can include:
- Data Redundancy
- Multiple copies of data stored across servers or storage devices.
- Protects against hardware failures or accidental deletion.
- Network Redundancy
- Multiple internet connections or network paths.
- If one path fails, traffic automatically switches to another, keeping services online.
- Power Redundancy
- Backup power sources, like uninterruptible power supplies (UPS) or generators.
- Keeps servers and critical equipment running during a power outage.
2. Backup Considerations
Backups are copies of data used to restore systems after failure, corruption, or disaster. For business continuity, you need to consider what to back up, how, and where.
a. Data to Back Up
- File Backups
- Regularly copying important files.
- Example: Documents, spreadsheets, or configuration files.
- Critical Data
- Data essential for operations, like customer records, financial data, or project files.
- Database Backups
- Databases often use full, differential, or incremental backups to save information efficiently.
- Full backup: All data at a specific point in time.
- Differential: Only changes since the last full backup.
- Incremental: Only changes since the last backup of any type.
- Databases often use full, differential, or incremental backups to save information efficiently.
- Operating System (OS) Backups
- Backup system images or configurations to restore a server or workstation quickly after a crash.
b. Backup Location
- Stored Locally
- Backup data on-site, such as external drives or local servers.
- Pros: Fast recovery.
- Cons: Vulnerable if the building is damaged (fire, flood).
- Cloud Storage
- Store backups in cloud services.
- Pros: Accessible from anywhere, off-site protection.
- Cons: Depends on internet connection; may have ongoing costs.
- On-site vs. Off-site
- On-site: Fast recovery, but vulnerable to local disasters.
- Off-site: Safer from local disasters but slower recovery.
3. Contingency Plan
A contingency plan is a documented strategy describing how an organization responds to emergencies.
- Includes procedures for recovering systems, restoring data, and continuing business operations.
- Steps in a contingency plan:
- Identify critical systems and data.
- Define recovery priorities.
- Assign roles and responsibilities.
- Specify backup locations and methods.
- Test the plan regularly to ensure it works.
Key point for the exam: A contingency plan ensures that downtime is minimized and that there is a clear, organized response when problems occur.
✅ Quick Exam Tips
- Fault tolerance = systems continue working despite failures.
- Replication = real-time copying of data for high availability.
- Redundancy = extra resources for data, network, or power.
- Backups = critical for restoring files, databases, OS, and crucial data.
- Backup locations = local, cloud, on-site, off-site.
- Contingency plan = documented strategy to restore operations during emergencies.
This covers everything you need to know for the ITF+ exam under 6.7, in a way non-IT people can understand and that fits IT environments specifically.
