Recitation 5

2017-12-12  本文已影响0人  dynamicheart

Recitation 5: A Case for Redundant Arrays of Inexpensive Disks(RAID)

Use your own word to describe different types of “RAID”.

Why there are so many different types of RAID?

Which scenarios are suitable for different types?

Modern RAID arrays use parity information and standby disks to provide a highly reliable storage medium even in the face of hardware failures. A highly reliable system, however, requires more than just a highly reliable storage medium. Consider a networked server handling network transactions (a web server or bank central computer, perhaps). Think about other components of this system whose failure could result in a loss of service. Identify one other component (software or hardware) of such a system that could be appropriately designed along the lines of one or another of the RAID levels, and describe the approach briefly or demonstrate in a picture, indicating how it relates to which RAID level

在网络传输的过程中,传输的数据有可能会出现bit flip,为了检测甚至纠正这个错误的位,必须增加数据冗余,对传输的数据进行Hamming编码,这个类似于RAID2。

上一篇 下一篇

猜你喜欢

热点阅读