backup architecture that takes advantage of the best features of both tape
and disk technologies. Backups to disks are not dramatically faster than
backups to tapes in a balanced environment. Most often than not there is
hardly a difference, since the limiting components are not tape or disk
drives but the overall sustained bandwidth of the backup server's
backplane. The advantage in terms of speed is in restoring performance,
since all data are on hand and can be accessed randomly, resulting in a
dramatic enhancement in throughput. This makes fast synthetic backups
(making a full backup without touching the host's data only by using the
existing incremental backups) efficient and easy. Although the cost of
disks has been reduced, tape-based backup can offer an overall cost
advantage over disk-only solutions. Even if RAID arrays are used for D2D
storage, a failed drive must be swapped out and the RAID set rebuilt
before another disk drive fails, thus making this kind of backup more
risky and not suitable as a solution of last resort. In contrast, a single
tape drive failure does not produce any data loss since the data resides
on the tape media. In a multidrive library, the loss of the use of a
single tape drive has no impact on the overall level of data protection.
Conversely, the loss of a disk drive in an array can put all data at risk.
This in itself reinforces the benefits of a disk-to-disk-to-any storage
hierarchy, as data could be protected by a tertiary stage of disk storage
and ultimately tape. Beyond the drive failure issue, tape has an inherent
reliability advantage over any disk drive as it has no boot sector or file
allocation table that can be infected or manipulated by a virus.
50
、
The use of object-oriented design and development techniques would
MOST likely:
A
、
facilitate the ability to reuse modules.
B
、
improve system performance.
C
、
enhance control effectiveness.
D
、
speed up the system development life cycle.
ANSWER:A
NOTE:One of the major benefits of object-oriented design and development
is the ability to reuse modules. The other options do not normally benefit
from the object-oriented technique.
51
、
In an online transaction processing system, data integrity is
maintained by ensuring that a transaction is either completed in its
entirety or not at all. This principle of data integrity is known as:
A
、
isolation.
B
、
consistency.
C
、
atomicity.