5.4.7 RAIDS

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

You have been asked to implement a RAID 5 solution for an engineer's desktop workstation. What is the minimum number of hard disks that can be used to configure RAID 5? 2 3 4 5 6

Answer: 3 Explanation: A RAID 5 array stripes data and parity information across multiple hard disks. To complete a RAID 5 array, a minimum of three hard disks is required. RAID 0 and RAID 1 can both be implemented with a minimum of two hard disks.

One of the video editors in your company is worried that he may lose a lot of data if his hard drive fails. He has asked you to come up with a solution. To do this, you have decided to implement a RAID 10 solution on his desktop workstation. Which of the following is the MINIMUM number of hard disks that can be used? 2 3 4 5 6

Answer: 4 Explanation: A RAID 10 array nests a mirrored array within a striped array. To create a RAID 10 array, a minimum of four hard disks is required (two for the mirrored array and two more to stripe the mirror).

You are running Windows 10 on your computer. You want to decrease the time it takes to write data to your drives. To do this, you have decided to create a Windows software RAID system using a striped volume. Before you create the striped volume, which action MUST you take? 1. Use a multi-partition volume on a basic disk. 2. Format your disks to use MBR partitions. 3. Format your disks to use GPT partitions. 4. Convert basic disks to dynamic disks.

Answer: Convert basic disks to dynamic disks. Explanation: When creating a Windows software RAID on Windows 10, all of the drive used for the RAID system must be configured as dynamic disks. The step of formatting your disks comes after the step of configuring your drives as either basic or dynamic. Like basic disks, dynamic disks can use the MBR or GPT partition styles on systems that support both. With older versions of Windows, a basic disk included a multi-partition volume. To encourage the use of dynamic disks, multi-partition volume support was removed from basic disks and is now exclusively supported on dynamic disks.

You have a computer with three hard disks. A RAID 0 volume uses space on Disk 1 and Disk 2. A RAID 1 volume uses space on Disk 2 and Disk 3. Disk 2 fails. Which of the following is true? 1. Data on the RAID 0 volume is accessible; data on the RAID 1 volume is not. 2. Data on both volumes is not accessible. 3. Data on the RAID 1 volume is accessible; data on the RAID 0 volume is not. 4. Data on both volumes is still accessible.

Answer: Data on the RAID 1 volume is accessible; data on the RAID 0 volume is not. Explanation: In this scenario, Disk 2 is shared between both volumes. If Disk 2 fails, the RAID 1 volume is still accessible because RAID 1 (mirrored) volumes can sustain a loss of a single disk. The data on the RAID 0 volume is not accessible. RAID 0 uses striping, which distributes the data evenly between multiple disks. If a single disk fails, the entire volume is lost.

You have an existing computer running Windows 10. You want to configure a RAID 1 array in the computer. You install two new SATA drives, then use the RAID controller integrated in the motherboard to define a RAID 1 array using them. When you boot the computer, Windows does not show the logical RAID drive. What should you do? In the BIOS, change the SATA disk mode to AHCI. Set the jumpers on the drives to use SATA I mode. Install the drivers for the RAID controller. In the BIOS, change the SATA disk mode to RAID.

Answer: Install the drivers for the RAID controller. Explanation: You must install the RAID driver so that Windows recognizes arrays created by the motherboard RAID utility. Without the driver, Windows will not be able to see the logical drive defined by the array. When you define the array, you configure the BIOS to use RAID as the SATA type. If you had not completed this step, you would not be able to run the RAID configuration utility. Use AHCI to configure SATA drives to support hot swapping.

You are configuring a new system, and you want to use a RAID 0 array for the operating system using SATA disks and the RAID functionality built into the motherboard. Which of the following BEST describes the action you will take as part of the configuration? 1. Set master/slave jumpers on the hard drives. 2. In the BIOS, set the disk mode to IDE. 3. Load the RAID drivers during operating system installation. 4. Set the disk mode to AHCI in the BIOS.

Answer: Load the RAID drivers during operating system installation. Explanation: If you are using an onboard RAID controller with SATA drives, edit the CMOS settings and identify the drive type as RAID. This tells the system to load the onboard BIOS for accessing the connected drives. If you want to install the operating system on a RAID array, you need to manually load the controller driver so that Windows can see the RAID array.

You are building a new computer that will contain two hard disks. To provide increased performance, you have decided to configure the drives using RAID technology. Which of the following will BEST meet your needs? 1. Raid 5 2. Raid 2 3. Raid 0 4. Raid 1

Answer: Raid 0 Explanation: RAID 0 (striping) uses two or more disks and provides an increase in performance, but not fault tolerance. RAID 1 (mirroring) uses two disks to provide fault tolerance, but not an increase in performance. RAID 5 uses a minimum of three disks and provides both fault tolerance and an increase in read performance.

You have been asked to configure the drives in a computer. The end user wants to use striping without incorporating any fault tolerance. Which of the following will BEST meet these requirements? 1. Raid 5 2. Raid 1 3. Raid 0 4. Expanded volume set

Answer: Raid 0 Explanation: RAID 0 uses disk striping and offers no fault tolerance. Disk striping breaks data into units and stores the units across a series of disks by reading and writing to all disks simultaneously. A failure of one disk in the set means all data is lost. This is the fastest of all RAID types. RAID 5 also uses disk striping, but provides fault tolerance for a single disk failure. RAID 1 provides fault tolerance, but does not use striping. An expanded volume set is a volume that spans more than one hard drive. An expanded volume set also offers no fault tolerance, yet does not use striping.

Ben is concerned about losing data due to a hard disk failure. His computer will only support a maximum of three disks. To protect his data, you have decided to use RAID (redundant array of independent disks). Which of the following RAID types would give Ben the BEST mirrored data protection? 1. Raid 0 2. Raid 1 3. Raid 5 4. Raid 10

Answer: Raid 1 Explanation: RAID 1 is the only mirrored solution that can work on three or less drives. RAID 0 and RAID 5 protects data using stripping. RAID 10 uses mirroring, but requires a minimum of four disks.

One of your customers wants you to build a personal server that he can use in his home. One of his concerns is making sure he has at least one backup of their data stored on the server in the event that a disk fails. You have decided to back up his data using RAID. Since this server is for personal use only, the customer wants to keep costs down. Therefore, he would like to keep the number of drives to a minimum. Which of the following RAID systems would BEST meet the customer's specifications? 1. Raid 0 2. Raid 1 3. Raid 5 4. Raid 10

Answer: Raid 1 Explanation: RAID 1 will protect memory from a single disk failure and provides high-read performance. It also only requires a minimum of two disks. RAID 5 would also protect data from a single disk failure, but requires a minimum of three disks, and RAID 10 requires a minimum of four disks.

A computer being used by the HR department needs to ensure that all of the data on that computer is protected from a single hard disk failure. The data needs to be read as quickly as possible, and the HR department would like to maximize drive use as much as possible. This computer can use up to three hard drives. Which of the following RAID types would meet these requirements and provide the BEST data protection? 1. Raid 0 2. Raid 1 3. Raid 5 4. Raid 10

Answer: Raid 5 Explanation: A RAID 5 volume combines disk striping across multiple disks with parity for data redundancy. Parity information is stored on each disk. If a single disk fails, its data can be recovered using the parity information stored on the remaining disks. RAID 5 also provides an increase in performance for read operations. With three drives, RAID 5 uses approximately 33% overhead, whereas RAID 1 and 10 use 50%. RAID 0 does not provide fault tolerance. If one disk in the set fails, all data is lost. RAID 10 requires a minimum of four disks; this computer only has three.

Which of the following drive configurations uses striping with parity for fault tolerance? Raid 5, 10, 1 or 0

Answer: Raid 5 Explanation: RAID 5 also uses disk striping, but provides fault tolerance for a single disk failure. Disk striping breaks data into units and stores the units across a series of disks by reading and writing to all disks simultaneously. RAID 0 uses disk striping and offers no fault tolerance. A failure of one disk in the set means all data is lost. RAID 1 provides fault tolerance, but does not use striping. A RAID 10 array nests a mirrored array within a striped array.

What is an advantage of RAID 5 over RAID 1? 1. RAID 5 provides redundancy; RAID 1 does not. 2. RAID 5 continues to operate with a failure in two disks; RAID 1 can only operate with a failure of one disk. 3. RAID 5 provides redundancy for the disk controller. 4. RAID 5 improves performance over RAID 1.

Answer: Raid 5 improves performance over Raid 1 Explanation: RAID 5 provides both fault tolerance and improved performance. RAID 1 (mirroring) provides only fault tolerance with no performance benefit. Both RAID 5 and RAID 1 can only sustain a loss of one disk in the set. Use multiple disk controllers to provide redundancy for the disk controller.

You work for a small company as the human resources specialist. Since the company is fairly small, you are maintaining all of the employee information on your desktop computer, which is running Windows 10. This computer has two high-capacity hard disks. You want to ensure that this information is protected from a hard disk failure, so you want to set up a Windows software RAID system. Which of the following would be your BEST solution? Incorrect response: 1. Use striped volumes. 2. Use RAID 5 volumes. 3. Use spanned volumes. 4. Use mirrored volumes.

Answer: Used Mirrored Volumes Explanation: A Windows software RAID system can be configured in Windows 10 using the Windows Disk Management tool. Of the available options from within Disk Management, you would need to configure a mirrored volume to protect your data from a disk failure. Disk mirroring requires two available drives with sufficient storage. Once configured, the data written to a mirrored volume is duplicated to both drives. This duplication, or mirroring, means that if one of the mirrored drives fails, all of the data can still be retrieved from the remaining good drive. A spanned volume is a dynamic volume consisting of disk space on more than one physical disk. This method does not duplicate the data. If a spanned volume drive fails, the data is lost. A striped volume uses the free space on more than one physical hard disk to create a bigger volume similar to a spanned volume. However, a striped volume writes across all volumes in the stripe in small blocks, distributing the load across the disks in the volume. In other words, when a single file is written, some of the file will be on one disk, and the rest of the file will be on another disk. This makes writing files faster as the data to all of the disks in the strip at the same time. It does not, however, protect the data in the event of a disk failure. RAID 5 requires more than two disks.


Kaugnay na mga set ng pag-aaral

Test 4: Chapters 6,7,8 (Macro Economics)

View Set

Act cH4 + subject verb agreement

View Set

Care & Prevention of Athletic Injury Quiz 2

View Set

Genetics Chapter 1: Overview of Genetics

View Set