Preview

Disk Redundancy

Good Essays
Open Document
Open Document
367 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Disk Redundancy
Raid is an acronym that stands for Redundant array of independent disks.

Below are some RAID configurations with a brief description.
RAID 0
Is the fastest of all the RAID levels, it uses a technique called data striping (see below) and requires at least two hard disks.
RAID 1
This level uses a pair of hard disks at a time to provide fault tolerance (there is no performance benefit) and requires at least 2 hard disks.
Using a technique called disk-mirroring (see below) the same data is written to both disks at a time, so if one hard disk crashes then the same data is available from the remaining hard disk.
RAID 2
The RAID 2 configuration uses data striping (see below) and a fault tolerance technique called parity (see below), it requires at least 3 disks.
Two (or more) of the disks are used to store the data and one disk is used to store the parity (see below) information.
RAID 2 strips the data into bits, which is why RAID 3 (below) is a better implementation as it strips the data into bytes instead.
RAID 3
A common RAID level similar to RAID 2 except that the data is striped into bytes and not bits, giving a performance benefit over RAID 2.

RAID 4
RAID 4 strips the data into blocks and uses a parity drive for fault tolerance, at least three drives are required, which are not a commonly used implementation.
RAID 5
A popular RAID configuration utilizing at least three drives.
Data is striped across the drives in bytes, the parity data for one particular drive is stored on another drive allowing the data to be rebuilt using the parity technique.
RAID 6
According to the Storage Networking Industry Association (SNIA), the definition of RAID 6 is "Any form of RAID that can continue to execute read and write requests to all of a RAID array 's virtual disks in the presence of any two concurrent disk failures”.

Works Cited
Enhance Technology, Inc. (2012). Enhance Technology. Retrieved from leveranging the benefits of RAID 6:



Cited: Enhance Technology, Inc. (2012). Enhance Technology. Retrieved from leveranging the benefits of RAID 6: http://www.enhance-tech.com RAID - Redundant Array of Independant Disks. (2001-2012). Retrieved from helpwithpcs : helpwithpcs.com

You May Also Find These Documents Helpful

  • Satisfactory Essays

    The Fourth Extended File System was originally started as extensions to EXT3 to improve performance and stability. After a while, the extensions were included as a new file system - EXT4. The stable code for EXT4 was released in Linux kernel version 2.6.28 on December 25, 2008. EXT4 uses a 48-bit addressing system. This addressing system allows for a maximum file size of 16 Terabytes. The maximum volume size is 1 Exabyte. EXT4 uses Multi-Block Allocation to write multiple blocks at once instead of one block at a time to provide better performance. Directory listings are kept in an H-Tree for faster searching. EXT4 supports Online Defragmentation by using the e4defrag tool.…

    • 297 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    4. When the OS addresses the sectors on a hard drive as one long list of sequential sectors, what is this technology called? LBA…

    • 398 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Nt1330 Unit 6

    • 953 Words
    • 4 Pages

    3. You want to view log files to get information about a problem you are having. In which directory will you likely find the log files?…

    • 953 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    Which of the following is not a feature of the file system that might be used with a hard disk drive?…

    • 957 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    NT 1230 CLIENT

    • 374 Words
    • 2 Pages

    4. Why is RAID 0 of any use if it offers no redundancy? It can be used to increase disk performance.…

    • 374 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    NT1330 final exam

    • 1081 Words
    • 3 Pages

    10. Which partition style is recommended for disks larger than 2TB or for disks that are used in Itanium computers? GPT…

    • 1081 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    8.) Striped Volume Disk striping is used with redundant array of independent disks (RAID). RAID is a storage system that uses multiple disks to store and distribute data. Up to 32 hard disks can be used with disk striping.…

    • 2058 Words
    • 7 Pages
    Powerful Essays
  • Good Essays

    Unit 2 Assignment 1

    • 597 Words
    • 2 Pages

    RAID 5: has striped blocks like RAID 0 but unlike a,b, and c RAID 5 has distributed parity and needs a minimum of three disks.…

    • 597 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    The word RAID stands for redundant ray of independent disks. Raid is usually used in environments with servers or at a business with large file servers, transaction of application servers, where data accessibility is critical, and fault tolerance is required. There are 8 types of raids, Raid 0 is technically not a raid level because it offers no fault tolerance but, it operates by providing data stripping which takes the information and spreads it out over all the disk drives. However, if one drive fails than the entire raid fails. Raid 1 is also referred to as disk mirroring; it basically takes the information from one disk and stores it on multiple disks, this is great for fault tolerance because if one disk fails the information is on another disk. The only drawback to raid 1 is data access speed and the cost because there are more disks involved. Raid 5 is considerably the most commonly used Raid level simply because it provides both stripping and parity. The parity block is distributed to all of the drives making it easier to access the information or have a balanced access load. The parity in raid 5 is used if one of the drives happens to fail, to recover that drive which makes the raid 5 the most common however the only drawback to this raid level is that it has a relatively slow write cycle. Lastly, RAID level 6 which is very similar to raid level 5 but provides two parity functions rather than just one. A minimum of four disks is required to create RAID level 6.…

    • 368 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    Pt2520 Unit 6

    • 1447 Words
    • 6 Pages

    What is data redundancy, and which characteristics of the file system can lead to it?…

    • 1447 Words
    • 6 Pages
    Powerful Essays
  • Good Essays

    It109 Final Review Paper

    • 792 Words
    • 4 Pages

    A dynamic disk is able to contain an unlimited number of volumes that function like a primary partitions on a basic disk.…

    • 792 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    3. A typical home computer user would require RAID technology if they use their computer as a home office and have data that is invaluable or irreplaceable. The option is becoming more popular because of the speed increase, and or data reliability you achieve when you set RAID up. A typical business user would use RAID to provide data redundancy, fault tolerance, increased capacity, and increased performance. Data redundancy protects the data from hard drive failures. This benefit is good for companies or individuals that have critical or important data to protect, or just anyone that's paranoid about losing data. Fault tolerance goes hand in hand with redundancy in providing a better over-all storage system. RAID also provides increased capacity by combining multiple drives.…

    • 268 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Disk formatting is the process of a data storage media to be wiped of data for initial usage. When this is complete the formatted drive will have no data on it. This is useful when you are giving the drive to another person or recycling the drive (AUTHOR_UNKNOWN, Disk formatting,…

    • 1180 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    Nt 1110 Nas Paper

    • 721 Words
    • 3 Pages

    Each of its four drive bays comes with a tray that you can easily pull out. After that, you'll need a standard screwdriver to attach or detach a standard SATA hard drive. The server supports both 2.5-inch (laptop) and 3.5-inch (desktop) hard drives, of any capacities. This means with all four bays occupied by 4TB hard drives -- the top capacity of 3.5-inch hard drives to date -- the server offers up to 16TB in RAID 0 or 12TB in RAID 5. RAID 0 is optimized for top performance and capacity. RAID 5, which is the most popular RAID setup for multiple-drive-bay NAS servers, balances performance and storage space while still guarding data against a single-hard-drive failure.…

    • 721 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Logic Design

    • 2184 Words
    • 9 Pages

    A parity bit is a bit, with a value of 0 or 1, which is added to a block of data for error detection purposes. It gives the data either an odd or even parity, which is…

    • 2184 Words
    • 9 Pages
    Powerful Essays

Related Topics