Redundant Array of Indipended Disk ( RAID) explanation in terms of Failure, Perfomance and Redundancy

THATO KHUMOENG 1 Reputation point
2021-09-16T09:26:33.083+00:00

How would you explain RAID in terms of Failure , Perfomance and Redundancy?

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 39,916 Reputation points
    2021-09-16T12:49:44.89+00:00

    Hello,

    There mainly two types of RAID hardware RAID and software RAID.

    Below is the useful article from Microsoft whch explain different type of RAID levels with performance, redundancy..etc.

    https://social.technet.microsoft.com/wiki/contents/articles/17634.storage-concepts-for-it-pros-raid-types-and-iops.aspx

    Hope this helps.

    0 comments No comments

  2. Marco Schiavon 711 Reputation points
    2021-09-16T12:55:14.667+00:00
    0 comments No comments

  3. Limitless Technology 39,916 Reputation points
    2021-09-16T19:25:34.747+00:00

    Hi again,

    Simply,

    RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple hard disks or solid-state drives to protect data in the case of a drive failure.

    Redundancy means that your system contains duplicate copies of a file. In the event of a failure you have another available copy to work with which is great if you can't afford to lose any of your files.

    RAID provides a performance boost by dividing data into blocks and spreading them across multiple drives using what is called disk striping. By spreading data across multiple drives, it means multiple disks can access the file, resulting in faster read/write speeds

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.