Chpt 18 Flashcards

1
Q

RAID 0

A

Stripping - uses 2 or more disks and improves performance, but does not provide fault tolerance

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

RAID 1

A

Mirroring - uses two disks so if one fails, the system can continue to operate

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

RAID 5

A

Stripped with parity - uses 3 or more disks with the equivalent of one disk holding parity information

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

RAID 6

A

Functions similar to RAID 5, but stores parity info on two disks. Requires a minimum of 4 disks to implement

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

RAID 10

A

RAID 1 + 0 - stripe of mirrors - configured as 2 or more mirrors with each mirror configured I. A striped configuration. Used at least 4 disks, and must be an even number

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

Hot swapping

A

Replace failed disks without powering down the system (most hardware baes arrays support this)

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

Jitter

A

The variation in latency between different packets

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

3 techniques to restore a database backup

A

1) electronic vaulting - database backups are moved to a remote site using bulk transfers
2) remote journaling - database transfers occur more frequently, usually once every hour and only include the transaction logs since the previous transfer
3) remote mirroring - most expensive - a live database server is maintained at the backup site

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

3 types of backups

A
  • full - duplicate all files regardless of the archive bit
  • incremental - stores files that have been modified since last full or incremental backup and changes the archive bit from 1 to 0
  • differential - stores files that have been modified since last full backup and leaves the archive bit as 1 (will only require two restores - the full and the last differential)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

VTL

A

Virtual tape libraries - Enables disk-to-disk (D2D) backup by using software to make disk storage appear as tapes to backup software

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