Review - Section 3 Flashcards

Memorization of some of the key terms/ideas from Chapters 9-12 (48 cards)

1
Q

Business Continuity (BC)

A

Preparing for, responding to, and recovering from an application outage that adversely affects business operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Information Availability (IA)

A

The ability of an IT infrastructure to function according to business expectations during its specified time of operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Disaster Recovery

A

The coordinated process of restoring systems, data, and the infrastructure required to support ongoing business operations after a disaster occurs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disaster Restart

A

The process of restarting business operations with mirrored consent copies of data and applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Recovery-Point Objective (RPO)

A

The point in time to which systems and data must be recovered after an outage. The amount of data loss that a business can endure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Recovery-Time Objective (RTO)

A

The time within which systems and applications must be recovered after an outage. The amount of downtime that a business can endure and survive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Business Impact Analysis (BIA)

A

Identifies which business units, operations, and processes are essential to the survival of the business.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Failure Analysis

A

Involves analyzing both the physical and virtual infrastructure components to identify systems that are susceptible to a single point of failure and implementing fault-tolerance mechanisms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Single Point of Failure

A

The failure of a component that can terminate the availability of the entire system or IT service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Data Archiving

A

The process of moving data that is no longer actively used from primary storage to a low-cost secondary storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Disaster Recovery

A

Restore production data to an operational state after disaster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Operational Recovery

A

Restore data in the event of data loss or logical corruptions that may occur during routine processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Backup Granularity

A

Depends on business needs and the required RTO/RPO.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Cumulative Backup

A

Copies the data that has changed since the last full backup. Takes longer than an incremental backup but faster to restore.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Incremental Backup

A

copies the data that has Changed since the last full or incremental backup, whichever occurred more recently. Faster than a full backup.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Bare-Metal Recovery (BMR)

A

A backup in which all metadata, system information, and application configurations are appropriately backed up for a full system recovery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Data Deduplication

A

The process of identifying and eliminating redundant data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Fixed Content

A

Aged data that is less likely to be changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Archival

A

Preserve transaction records, email, and other business work products for regulatory compliance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Archiving Agent

A

Software installed on the application server. Responsible for scanning the data that can be archived based on the policy defined on the archiving server.

21
Q

Archiving Server

A

Software installed on a host that enables administrators to configure policies for archiving data.

22
Q

Archiving Storage Device

A

Stores fixed content.

23
Q

Source

A

A host accessing the production data.

24
Q

Target

A

LUN(s) on which the production data is replicated.

25
Local Replication
Integrated into the storage device. Includes snapshots, LVM replication etc.
26
Synchronous Replication
Real-time to another storage device in another location.
27
Asynchronous Replication
Not real-time to another storage device in another location.
28
Full-Volume Mirroring
The target is attached to the source and established as a mirror of the source.
29
Continuous Data Protection (CDP)
A technology used for network-based local and remote replications. Provides any-point-in-time recovery capability during its normal operation.
30
Journal Volume
Contains all the data that has changed from the time the replication session started.
31
Remote Replication
The process to create replicas of information assets at remote sites (locations).
32
Data Migration and Mobility Solution
A specialized replication technique that enables creating remote PIT copies.
33
Data Mobility
Refers to moving data between heterogeneous storage arrays for cost, performance, or any other reason.
34
Data Migration
Refers to moving data from one storage array to other heterogeneous storage arrays for technology refresh, consolidation, or any other reason.
35
Control Array
The array performing the replication operations.
36
Push Operation
Data is moved from the control array to the remote array.
37
Pull Operation
Data is moved from the remote array to the control array.
38
Synchronous Replication
Writes must be committed to the source and remote replica before they are acknowledged to the host.
39
Asynchronous Replication
Writes are committed to the source and immediately acknowledged to the host.
40
Disk-Buffered Replication
A combination of local and remote replication technologies.
41
Host-Based Log Shipping
Transactions to the source database are captured in logs which are periodically transmitted to the remote host who then applies them to the remote database.
42
Three Site Replication
Data from the source is replicated to two remote sites.
43
Three Site Replication Implementations
- Three site cascade/multi-hop | - Three site triangle/multi-target
44
LVM-Based Replication
The logical volume manager is responsible for creating and controlling the host-level logical volumes.
45
Storage Array-Based Replication
The array-operating environment performs the local replication process. Replicas are on the same SAN/array.
46
Source-Based Deduplication
Data is deduplicated at the source (backup client).
47
Target-Based Deduplication
Data is deduplicated at the target.
48
Multipathing Software (MPIO)
* Recognizes and utilizes alternate I/O path to data * Provides load balancing by distributing I/Os to all available, active paths * Intelligently manages the paths to a device by sending I/O down the optimal path