answersLogoWhite

0


Best Answer

RAID 3

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which type of RAID uses a dedicated parity disk?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Which RAID level will you implement to provide redundancy?

Type your answer here...Answer Explanation: RAID 1 uses a minimum of two hard disks to mirror data for fault tolerance. Each hard disk contains a complete copy of the data. Disk duplexing improves mirroring because each disk is on a separate controller. If one disk or controller fails in a duplexing RAID 1 array, the other disk can take over immediately to provide fault tolerance.RAID 5, also known as disk stripping with parity, provides fault tolerance by striping the data across a minimum of three and a maximum of 32 disks, and by storing parity information on each disk. This allows the RAID array to recover from a single disk failure.RAID 0, also known as disk striping, is used to increase performance by striping data over a minimum of two and a maximum of 32 disks. RAID 0 provides no fault tolerance.RAID 3, also known as disk stripping with a parity disk, provides fault tolerance by writing data across three or more drives. Because the least number of hard disks is required, RAID 1 will be used instead of RAID 3.


What is a RAID controller and what bennefits would you receive?

RAID stands for "Redundant Array of Inexpensive/Independent Disks". RAID works by combining two or more hard drives. It can increase performance and/or data redundancy and/or capacity. There are many different RAID types, the most common being RAID 0 (stripe), RAID 1 (mirror) and RAID 5 (stripe with parity).In a RAID 0 (stripe) array, data is split equally between the number of disks in the array. For example, when a 2 MB file is written to a RAID 0 array with two hard drives, the file is split in to two parts and 1 MB of data is written to each hard drive. This increases capacity and performance, but sharply decreases redundancy since only one of the drives needs to fail for all information to be lost.Performance = Drive Speed * Number of DrivesCapacity = Drive Size * Number of DrivesRedundancy allows for no drives to fail.In a RAID 1 (mirror) array, a complete copy is written to each hard drive in the array. Capacity and performance stay the same, but redundancy is increased. As long as one drive works, you will not lose data.Performance = Drive SpeedCapacity = Drive SizeRedundancy allows for all but one drive to fail.In a RAID 5 (stripe with parity) array, you need at least three hard drives. Files are split up to all but one of the drives (similar to RAID 0) and a parity bit is written to the last drive. This increases performance, capacity and redundancy. Performance is not as good as RAID 0, but still better than RAID 1. Redundancy is not as good as RAID 1, but is still quite reliable.Performance = Drive Speed * (Number of Drives - 1) (Theoretical)Capacity = Drive Size * (Number of Drives - 1)Redundancy allows for one drive to fail.There are other RAID levels, but they are not as common.The main benefit of using a RAID array is data redundancy and/or performance.Non-commercial (home) users and enthusiasts wanting a very large increase in performance (theoretically multiples of the number of drives used) usually go for RAID 0 since they often are not too worried about drive failure and they enjoy the larger drive capacities that it provides.Small businesses who only need cheap redundancy usually go for RAID 1. If one drive fails, the drive can be replaced and the mirror array restored.Larger businesses or those needing file/database performance go for RAID 5. They can afford the price of an extra drive and a more expensive RAID controller. RAID 5 provides high performance with large capacities while still maintaining data redundancy and is the most desirable in a business or enterprise environment.There are some other options for RAID such as RAID 10 or RAID 01.RAID 10 features two separate RAID 0 arrays which are then mirrored in a RAID 1 array.RAID 01 is the opposite, with two separate RAID 1 arrays which are then striped with a RAID 0 array.There are other non-standard RAID levels, but most are rather uncommon.Alternatively, there is also drive spanning (aka JBOD), but this provides no extra redundancy or performance. Drives are "glued", if you will, end to end.The benefits of each RAID level vary. The type of RAID used depend on the job it must fulfill.


What does 'dedicated Access' mean as type of Internet connections?

Dedicated Access refers to "DIA" Dedicated Internet access. DIA is a service that is from T1 up to OCx and Ethernet. DIA is a dedicated connection from a site or company to a Tier 1 Provider. www.intelletrace.com offers this type of service.


What type of files might you not want to delete during disk cleanup?

Anything you delete in disk cleanup is a temporary file and non essential to your computer.


What type of device is required to connect to a dedicated digital communication line?

The input units accepts coded information from human operators so electromechanical devices such as keyboards are required to connet to a dedicated digital communication line

Related questions

What raid uses least number of hard disk?

There are three types of RAID RAID 0 (Stripping without parity) The records are distributed among all the available HDDs. The number of the HDDs may vary from one system to the other RAID 1 (Mirroring) This uses double number of HDDs. One stores the records while an equal number of HDDs forms the backup. RAID 5 (Stripping with parity) This type of raid distributes the records in n-1 disks while maintaining 1 disk as the parity disk. assuming 4 HDDs are required RAID 0 uses all the four RAID 1 uses double RAID 5 uses 4 + 1


Which RAID level will you implement to provide redundancy?

Type your answer here...Answer Explanation: RAID 1 uses a minimum of two hard disks to mirror data for fault tolerance. Each hard disk contains a complete copy of the data. Disk duplexing improves mirroring because each disk is on a separate controller. If one disk or controller fails in a duplexing RAID 1 array, the other disk can take over immediately to provide fault tolerance.RAID 5, also known as disk stripping with parity, provides fault tolerance by striping the data across a minimum of three and a maximum of 32 disks, and by storing parity information on each disk. This allows the RAID array to recover from a single disk failure.RAID 0, also known as disk striping, is used to increase performance by striping data over a minimum of two and a maximum of 32 disks. RAID 0 provides no fault tolerance.RAID 3, also known as disk stripping with a parity disk, provides fault tolerance by writing data across three or more drives. Because the least number of hard disks is required, RAID 1 will be used instead of RAID 3.


What type of disk configuration does Windows Vista use to implement RAID?

dynamic disk


What type of disk volume supports RAID in Windows 7?

It must be a Dynamic disk, not Basic.


How many type of raid?

Raid 0 :It is the Stripped Disk Array with no fault tolerance and it requires at least 2 drives to be implemented. Due to no redundancy feature, RAID 0 is considered to be the lowest ranked RAID level. Striped data mapping technique is implemented for high performance at low cost. The I/O performance is also improved as it is loaded across many channels. Regeneration, Rebuilding and functional redundancy are some salient features of RAID 0.Raid 1:It is the Mirroring (Shadowing) Array meant to provide high performance. RAID 1 controller is able to perform 2 separate parallel reads or writes per mirrored pair. It also requires at least 2 drives to implement a non-redundant disk array. High level of availability, access and reliability can be achieved by entry-level RAID 1 array. With full redundancy feature available, need of readability is almost negligible. Controller configurations and storage subsystem design is the easiest and simplest amongst all RAID levels.Raid 2:It is the combination of Inherently Parallel Mapping and Protection RAID array. It's also known as ECC RAID because each data word bit is written to data disk which is verified for correct data or correct disk error when the RAID disk is read. Due to special disk features required, RAID 2 is not very popular among the corporate data storage masses, despite the extremely high data transference rates.Raid 3 :RAID 3 works on the Parallel Transfer with Paritytechnique. The least number of disks required to implement the RAID array is 3 disks. In the RAID 3, data blocks are striped and written on data drives and then the stripe parity is generated, saved and afterwards used to verify the disk reads. Read and write data transfer rate is very high in RAID 3 array and disk failure causes insignificant effects on the overall performance of the RAID.Raid 4 :RAID 4 requires a minimum of 3 drives to be implemented. It is composed of independent disks with shared parity to protect the data. Data transaction rate for Read is exceptionally high and highly aggregated. Similarly, the low ratio of parity disks to data disks indicates high efficiency.Raid 5 :RAIDS 5 is Independent Distributed parity block of data disks with a minimum requirement of at least 3 drives to be implemented and N-1 array capacity. It helps in reducing the write inherence found in RAID 4. RAID 5 array offers highest data transaction Read rate, medium data transaction Write rate and good cumulative transfer rate.Raid 6 :RAIDS 6 is Independent Data Disk array with Independent Distributed parity. It is known to be an extension of RAID level 5 with extra fault tolerance and distributed parity scheme added. RAID 6 is the best available RAID array for mission critical applications and data storage needs, though the controller design is very complex and overheads are extremely high.Raid 7 :RAID 7 is the Optimized Asynchrony array for high I/O and data transfer rates and is considered to be the most manageable RAID controller available. The overall write performance is also known to be 50% to 90% better and improved than the single spindle array levels with no extra data transference required for parity handling. RAID 7 is registered as a standard trademark of Storage Computer Corporation.Raid 10 :RAID 10 is classified as the futuristic RAID controller with extremely high Reliability and performance embedded in a single RAID controller. The minimum requirement to form a RAID level 10 controller is 4 data disks. The implementation of RAID 10 is based on a striped array of RAID 1 array segments, with almost the same fault tolerance level as RAID 1. RAID 10 controllers and arrays are suitable for uncompromising availability and extremely high throughput required systems and environment


What does raid mean?

raidis a surprise attack by a small armed force


Which type of RAID is not supported in Linux?

RAID 2 and RAID 3.


What is meant by tree based parity check?

It is one of the type of parity checking methods. when the binary digits are formated as like the binary tree .Then calculate the parity from the root to each leaf node from left to right.


What other type of raid do you know?

RAID 0 - Two hard drives working together and writing on each other for faster performance RAID 1 - Two hard drives working together 1 is used as a primary hard disk while the second is used as a backup all data that is written on one is identical to the other. RAID 0 provides a stronger speed/efficiency of hard drive performance


What is the default disk type of Windows 2000?

Basic disk type


What type of system error will a memory parity error create?

an NMI error


What type of memory has enhanced parity circuitry?

Zenos homework FTL