3.8 Explain how resiliency and automation strategies reduce risk Flashcards

1
Q

Continuous monitoring

A

An automation solution will have a system of continuous monitoring to detect service failures and security incidents. Continuous monitoring might use a locally installed agent or heartbeat protocol or may involve checking availability remotely.

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

Configuration validation

A

This process ensures that a recovery solution is working at each layer (hardware, network connectivity, data replication, and application).

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

Templates

A

Similar to a master image, this is the build instructions for an instance. Rather than storing a master image, the software may build and provision an instance according to the template instructions.

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

Master image

A

This is the “gold” copy of a server instance, with the OS, applications, and patches all installed and configured. This is faster than using a template, but keeping the image up to date can involve more work than updating a template.

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

Non-persistence

A

The property by which a computing environment is discarded once it has finished its assigned task.

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

Snapshots

A

This is a saved system state that can be reapplied to the instance.

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

Rollback to known configuration

A

A physical instance might not support snapshots but has an “internal” mechanism for restoring the baseline system configuration, such as Windows System Restore.

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

Live boot media

A

Use an instance that boots from read-only storage to memory rather than being installed on a local read/write hard disk.

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

Elasticity

A

The property by which a computing environment can instantly react to both increasing and decreasing demands in workload.

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

Scalability

A

The property by which a computing environment is able to gracefully fulfill its ever-increasing resource needs.

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

Distributive allocation

A

Refers to the ability to switch between available processing and data resources to meet service requests. This is typically achieved using load balancing services during normal operations or automated failover during a disaster.

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

Fault tolerance

A

Protection against system failure by providing extra (redundant) capacity. Generally, fault tolerant systems identify and eliminate single points of failure.

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

High availability

A

The property that defines how closely systems approach the goal of providing data availability 100 percent of the time while maintaining a high level of system performance.

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

RAID

A

(redundant array of independent/ inexpensive disks) A set of vendor-independent specifications that support redundancy and fault tolerance for configurations on multiple-device storage systems.

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