CHAP 8.1 Business Continuity Flashcards
what is business continuity
set of related activities targeted to ensure:
- critical business functions will continue to operate despite major disruption
- ability to recover operation within short period of time after major incidents
objective is to MINIMIZE OUTAGE TIME
impacts of downtime
- loss of revenue
- damaged reputation
- loss of productivity
key elements of business continuity
- resilience
- recovery
- contingency
high availability
- no downtime
- alw avail 24/7
loss of availability
outage/downtime
types:
- planned (eg maintenance)
- unplanned (eg offline, slow response)
common threats to availability
- disease
- earthquake
- fire
- cyber attack
high availability requirements
- no. of users affected
- no. of external customers affected
- available budget
HA technologies
- fault-tolerant & redundancy: use fault-tolerant components to improve redundancy
- network load balancing: distributes application requests among multiple nodes
- failover clustering: migrates services from one server to another when the server fails
- VM migration: moves a VM to a new host wo shutting it down
fault-tolerant components
fault-tolerant components IMPROVE REDUNDANCY
eg:
- SAN STORAGE w duplicate power supply unit, nwk cabling
- disk configured w RAID support hot-swap
RAID 0
- striped set
- data written across ALL disks in 64kb units (striped)
- provides performance but not fault-tolerant
- storage efficiency: 100%
RAID 1
- disk mirroring
- simultaneously writes data to two volumes on two physical disks
- almost any volume can be mirrored, incl the system and boot volumes
- storage efficiency: 50%
RAID 3
- striped set w dedicated parity disks
- parity data used to recover missing data if one disk is down
- parity data is written on a dedicated disk
- requires MINIMUM 3 DISKS
- storage efficiency: (n-1)*100/n (n=no. of disks)
RAID 5
- striped set w distributed parity
- requires MINIMUM 3 DISKS
- storage efficiency: (n-1)*100/n (n=no. of disks)
RAID 6
- striped set w dual distributed parity
- use parity to recover missing data from UP TO 2 FAILED DISKS
- require MINIMUM 4 DISKS
- storage efficiency: (n-2)*100/n (n=no. of disks)
RAID 1+0
- nested RAID
- data is mirrored then striped
- require MINIMUM 4 DISKS
- storage efficiency= 50%