Recovery Mechnaism Flashcards

(11 cards)

1
Q

What are recovery mechanisms in computing and networking?

A

Recovery mechanisms are strategies and tools used to restore system functionality and data after a failure, error, or disaster such as hardware crash, data corruption, or cyberattack.

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

Why are recovery mechanisms important?

A

They ensure business continuity, minimize downtime, and help recover lost or corrupted data quickly and accurately after unexpected events.

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

What is the difference between backup and recovery?

A

Backup is the process of creating data copies; recovery is the process of restoring data and system operations from those backups after a failure.

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

What is system recovery?

A

System recovery refers to restoring an entire system, including its operating system, applications, and configurations, often using system images or recovery partitions.

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

What is data recovery?

A

Data recovery is the process of retrieving lost, corrupted, or inaccessible data from storage devices like hard drives, SSDs, or backup files.

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

What is transaction recovery in databases?

A

Transaction recovery restores a database to a consistent state after a failure by rolling back incomplete transactions or replaying committed ones using logs.

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

What is a recovery point objective (RPO)?

A

RPO defines the maximum acceptable amount of data loss measured in time. It determines how often data backups should be taken.

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

What is a recovery time objective (RTO)?

A

RTO is the maximum acceptable downtime for a system after a failure. It defines how quickly services must be restored to avoid major disruptions.

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

What are some common recovery tools or methods?

A

Common tools include system restore, backup software, disk imaging tools, RAID configurations, and cloud-based disaster recovery services.

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

What is failover in recovery mechanisms?

A

Failover is an automated process that switches to a standby system or backup server when the main one fails, ensuring continuous availability.

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

How does journaling help with recovery?

A

Journaling is a method where changes are first recorded in a journal or log. If a failure occurs, the journal can be used to recover and complete pending changes safely.

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