Establishing Objectives
Establishing Objectives
The Business Continuity (BC) Planning Life Cycle is a structured approach that ensures
organizations can effectively prepare for, respond to, and recover from disruptions. This life
cycle consists of five critical stages, each involving specific activities essential to the
development and sustainability of a robust BC plan. Here's a breakdown of each stage:
1. Establishing Objectives
2. Analyzing
● Define team structures and assign roles and responsibilities for emergency
response, damage assessment, and recovery.
● Develop data protection strategies, infrastructure enhancements, and contingency
plans.
● Create detailed emergency response and recovery procedures.
4. Implementing
● Apply risk management strategies, including backup systems, data replication, and
resource management.
● Establish disaster recovery sites for use during major disruptions.
● Implement redundancy in resources to prevent single points of failure.
Backups are essential for ensuring data availability and business continuity. They serve
three primary purposes:
● Backups provide the foundation for restoring data at an alternate site in case the
primary site is incapacitated due to a disaster.
● Organizations determine backup strategies based on Recovery Point Objective
(RPO) and Recovery Time Objective (RTO) requirements.
○ Tape-based backups involve shipping tapes to an offsite location for retrieval
and restoration at the disaster recovery site.
○ Remote replication ensures real-time or near-real-time data replication to a
disaster recovery site, enabling faster recovery.
● Remote replication is particularly useful for businesses with stringent RPO and RTO
needs.
● Backups help recover from data loss or corruption caused by accidental deletions or
errors during routine operations.
● Most recovery requests in organizations fall under this category, such as restoring
deleted emails or corrupted files.
10.1.3 Archival
Backup granularity defines the scope and depth of the backup process and depends on
business needs, RPO, and RTO requirements. The three levels of backup granularity are:
Full Backup
Incremental Backup
● Captures only the data that has changed since the last backup (full or incremental).
● Advantages:
○ Fast to execute and uses minimal storage.
● Disadvantages:
○ Restoring requires the last full backup and all subsequent incremental
backups, which can be time-intensive.
Restoration Process
1. Server-Based Backup:
● In this method, the NAS head (the controller of the NAS system) retrieves the data
from storage.
● The data is sent over the network to the application server, which then processes it
and passes it to a storage node (a part of the backup system).
● The storage node writes the data to the backup device (like a tape or disk).
● Disadvantage: This overloads the network and uses the server's resources, slowing
down the overall system.
2. Serverless Backup:
● Here, the storage node directly accesses the data from the NAS head, bypassing the
application server.
● This eliminates extra data transfer over the network and frees up server resources.
● Advantage: Faster backups and reduced strain on the network compared to the
server-based method.
3. NDMP-Based Backup (Network Data Management Protocol)
NDMP is a protocol designed specifically for backups in NAS systems. It simplifies the
process and reduces the load on servers. There are two main approaches:
○ Data moves directly between the NAS head and the backup device (e.g., a
disk or tape), minimizing network traffic.
○ Only metadata (information about the data) is sent to the backup server.
○ Limitation: Each NAS device needs its own dedicated backup device, which
limits central control.
2. NDMP 3-Way Backup:
○ If multiple NAS heads share a backup device, a private network is set up for
them to communicate.
○ The backup data is sent from one NAS head to the backup device, while
metadata and control information are shared over the public network.
○ Advantage: This allows sharing of backup devices among different NAS
heads, reducing hardware requirements.