--%>

Describe raid

Describe raid and what are all raids obtainable even in software and hardware?

E

Expert

Verified

Raid is stand for Redundant Array of Independent Disks/Device. This is technology to develop Disk read & write Performance and Fault Tolerance. Through adding up new disk one can recover data if one of disk goes down / fails. Parity is a technique to rebuild data through the disk fails.

Levels in Raid:

0 - stripping

1 - Mirroring

3 - Striping with Parity

5 - Striping with Parity with more fault tolerant widely utilized.

   Related Questions in Science

  • Q : FCFS job scheduling Normal 0 false

    Normal 0 false false

  • Q : Define Filter-Based Methods

    Filter-Based Methods: After the universal environments are generated, they are combined with the code of the unit and then a model checker such as JPF can be used to verify unit properties (e.g., that there are no runtime exceptions). In many cases, b

  • Q : Tools of UNIX OS How tools are

    How tools are represented in the UNIX OS?

  • Q : Explain Deployment of new system

    Deployment of new system: To deploy a new system across multiple countries depends on various key elements which starts with the application or nature of introduce system. Why we introduce the new system and what are the several benefits and effect af

  • Q : Analysis of Monolithic Model Analysis

    Analysis of Monolithic Model: A) Haphazardly joined componentsB) Operating system runs in a privileged mode (kernel mode) and applications run in a different mode (user mode).C) The monolithic operating

  • Q : Define Depth-First Search or DFS

    Depth-First Search: With Depth-First Search (DFS), the model checker begins at the start state and explores each of its outgoing transitions to other states as far as possible along each branch before backtracking and selecting the next transition. DF

  • Q : Difference among -etc-services file and

    Normal 0 false false

  • Q : Define Choose-free Heuristic

    Choose-free Heuristic: With the choose-free heuristic, the model checker first searches the part of state space that does not contain any non-deterministic choices. This is particularly useful when abstractions based on over-approximations of the syst

  • Q : What is population What is meant by the

    What is meant by the term population?

  • Q : Explain the parts of Programming by

    The following assertion types are part of PbC: Pre-condition: An assertion checked before a function/method body is executed. <