Module 9 - Business Continuity

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/37

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

BC

the process of preparing for and recovering from system outages to keep operations running smoothly

  • Ensure continuous access to data and services

  • Use proactive/reactive measures

  • Automation to reduce downtime and manual effort

  • Main goal is to maximize availability of apps and info

  • Ex: if a natural disaster caused a power outage, a good BC plan ensures power kicks in or shifts operations to another data center to keep services running

2
New cards

Information Availability

the ability of an IT infrastructure to function according to business requirements and customer expectations, during its specified time of operation.

3
New cards

IA can be defined in terms of:

accessibility, reliability, and timelines

4
New cards

accessibility

information should be accessible to the right user when required

5
New cards

reliability

information should be reliable and correct in all aspects. I tis the same as what was stored and there is no alteration or corruption to the information

6
New cards

Timelines

defines the time window during which information must be accessible

7
New cards

Causes of information Unavailability

  • Application failure

  • Data center outage

  • Refreshing IT infrastructure

  • Infrastructure Component Failure

  • Data Loss

8
New cards

planned outages

such as installation and upgrades, facility constructions

9
New cards

unplanned outages

such as human error or natural disaster

10
New cards

impact of information unavailability

lost productivity, lost revenue, financial performance, other expenses, and damaged reputation

11
New cards

MTBF

mean time between failure

average time for a system to perform its normal operations until another failure

total uptime/number of failures

12
New cards

MTTR

average time is takes to repair a failed component

total downtime/number of failures

13
New cards

IA formula

IA = MTBF / (MTBF + MTTR) or IA = Uptime / (Uptime + Downtime)

14
New cards

RPO

Recovery Point Objective

point in time to which data must be recovered

15
New cards

RTO

Recovery Time Objective

Time within which systems and applications must be recovered

16
New cards

units of RPO and RTO

both are counted in units of time

17
New cards

usually the lower the RTO and RPO

the higher is the cost of a BC solution

18
New cards

Disaster Recovery

involved a set of policies for restoring IT infrastructure

19
New cards

the fundamental principle of DR

maintain a secondary data center or site called a DR site which should be located in a different geographical region

20
New cards

BC Technology Solutions

  • implementing FT mechanisms

  • deploying data protection solutions

  • automatic failover mechanisms

  • architecting resilient modern applications

21
New cards

Fault Tolerance

the ability of an IT system to continue working in the event of a failure

22
New cards

Key Requirements for FT

fault isolation and eliminating SPOF

23
New cards

Fault Isolation

contains the scope of a fault so that the other areas of a system are not impacted by the fault.

24
New cards

Single Point of Failure

refers to any individual or aspect of an infrastructure whose failure can make the entire system or service unavailable

25
New cards

How to eliminate SPOF

implement redundancy at component level: compute network storage

implement multiple availability zones

26
New cards

Network FT Mechanisms

link aggregation

NIC teaming

Multipathing

Elastic Load Balancing

27
New cards

link aggregation

combines link between 2 switches/nodes to enable network traffic failover

<p>combines link between 2 switches/nodes to enable network traffic failover </p>
28
New cards

NIC teaming:

groups NIC so that they appear as a single logical NIC to the operating system or hypervisor

<p>groups NIC so that they appear as a single logical NIC to the operating system or hypervisor</p>
29
New cards

Multipathing

enabling a compute system to use multiple paths for transferring data to a LUN

30
New cards

Elastic Load Balancing

detecting the unhealthy VM instances and automatically redirects the I/Os to other healthy VM instances.

<p> detecting the unhealthy VM instances and automatically redirects the I/Os to other healthy VM instances.</p>
31
New cards

Storage Fault Tolerance Mechanisms

RAID

Erasure coding

Dynamic Disk Sparing

Cache protection

32
New cards

Erasure coding

  •  provide space optimal data redundancy to prevent data loss against multiple disk drive failures

    • Set of n disk divided into m disk to hold data and k disks to hold coding infos

33
New cards

Dynamic Disk Sparing:

hot spare

34
New cards

Cache protection

- mirroring

35
New cards

Erasure Coding

Provides space-optimal data redundancy to protect data loss against multiple drive failure

36
New cards

Cache Protection - Mirroring

Each write to cache is held in two different memory locations on two independent memory cards. • If a cache failure occurs, the write data will still be safe in the mirrored location and can be committed to the storage drive

37
New cards

FT at Site-Level - Availability Zones

Availability zone is a location with its own set of resources and isolated from other zones

38
New cards

Dell EMC PowerPath

a family of software products that ensures consistent application availability and performance across I/O paths on physical and virtual platforms. • PowerPath provides automated path management and tools that enable you to satisfy aggressive service-level agreements without investing in additional infrastructure