answersLogoWhite

0


Best Answer

Four disks minimum.

http://www.acnc.com/04_01_10.html

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the minimum number of drives required for implement RAID 10?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

List the hardware required minimum of 5 or more?

First you would need at least 5 of whatever it is you need 5 or more of. Then you would at least the same of amount of add on parts to match the number of items you originally had. I hope this was helpful.


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 FRU number?

IBM hard drives supported by IBM have an IBM FRU number. The FRU number can be located on the sticker on the product. It will read FRU xxaxxxx. If your product does not have an IBM FRU number, it may be supported by Hitachi Global Storage Technologies.


Which fields are required within digital certificates in a public key infrastructure?

Type your answer here... Serial Number and IssuerAnswer Explanation: Digital certificates in a PKI have nine required fields, two of which are the Serial Number and Issuer fields. The Serial Number is an identification number for the certificate. The name of the organization that issued the certificate is required in the Issuer field. Other required fields include the following: Version, Algorithm ID, Validity, Subject, Subject Public Key Info, the digital signature of its issuer, and an algorithm identifier.


What is the least amount of hardware it takes to transfer images to a PC?

Define "minimum." Are you referring to cheapest? Easiest? number of individual pieces of hardware?

Related questions

What number of disks is required minimum to implement RAID 0?

2


What number of disks is the required minimum to implement RAID 0?

2


Minimum number of nand gates required to implement a 2-input exclusiveor?

4


What is the minimum number of stacks of size 10 required to implement a queue to size 10?

2 stacks required


What is the minimum number of hard disks required for implementing a RAID-5 volume?

The most common RAIDs require between 2-4 drives.RAID0 requires a minimum of 2 drivesRAID1 requires a minimum of 2 drivesRAID5 requires a minimum of 3 drives.RAID10 requires a minimum of 4 drives.


How many drives are there in Windows Explorer?

There can be any number of drives in Windows Explorer. The minimum number of drives is one (for the primary partition Windows is installed on).


What is the minimum number of interfaces that a java class can have?

Zero. By default they do not implement any interfaces.


What is the minimum number of tables required to establish a many -to- many relationship?

The minimum number of tables is 3.


What is the minimum number of tables required to establish a many to many relationship?

The minimum number of tables is 3.


Minimum number of and gates required to form full and half adder?

9,to implement a half adder 5 nand gates and for a full adder,another xor gate is required consisting of 4 nand gates. thus a total of 9 nand gates are required for a full adder.


What is the minimum number of the devices required to have a network?

two


Minimum number of queues needed to implement the priority queue?

Separated queue for every possible priority value.