Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In RAID 4, data is placed in Strips that are scattered over the data disks, so that each subsequent strip is on the next data

In RAID 4, data is placed in Strips that are "scattered" over the data disks, so that each subsequent strip is on the next data disk, modulo the number of disks. For this, there is a parity disk that holds the parity bits of zeroth bits, first bits, second bits, etc., equal-numbered strips divided by the number of data disks, for example, strips 0-3, 4-7, 8-11, etc.:

image text in transcribed

the start of strips 0,1,2,3 looks like this:

image text in transcribed

In the parity strip, the values are placed so that the parity bit keeps the corresponding strip bits 0-3 odd.

Disk 3 has been damaged and reads only 0. After replacing the disk with a new one, what values should be put in the strip on disk 3?

\begin{tabular}{|l|l|l|l|l|l|} \hline 0 & 1 & 0 & 0 & 1 & Paritydisk \\ \hline 0 & 0 & 0 & 0 & 0 & Disk 3 \\ \hline 1 & 0 & 1 & 1 & 0 & Disk 2 \\ \hline 1 & 0 & 1 & 1 & 0 & Disk 1 \\ \hline 0 & 1 & 1 & 0 & 0 & Disk 0 \\ \hline \end{tabular}

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

ISBN: 1801072248, 978-1801072243

More Books

Students also viewed these Databases questions