{"id":232,"date":"2020-03-06T14:21:30","date_gmt":"2020-03-06T12:21:30","guid":{"rendered":"https:\/\/tekmart.co.za\/t-blog\/?p=232"},"modified":"2020-03-06T14:32:42","modified_gmt":"2020-03-06T12:32:42","slug":"raid-redundant-array-of-independent-disks-a-tech-definition","status":"publish","type":"post","link":"https:\/\/tekmart.co.za\/t-blog\/raid-redundant-array-of-independent-disks-a-tech-definition\/","title":{"rendered":"RAID (redundant array of independent disks)-a tech definition"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time-approximately:<\/span> <span class=\"rt-time\"> 8<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<p>Posted by: <\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.techtarget.com\/contributor\/Margaret-Rouse\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/rouse_margaret.jpg\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p><strong>Margaret Rouse<\/strong><\/p>\n\n\n\n<p><strong>WhatIs.com &#8211; TechTarget &#8211; <a href=\"https:\/\/whatis.techtarget.com\">WhatIs.com<\/a> <\/strong><\/p>\n\n\n\n<p>Contributor(s): <a href=\"https:\/\/www.techtarget.com\/contributor\/Alexander-S-Gillis\">Alexander Gillis<\/a>, Erin Sullivan, Brien Posey, Con Diamantis and Yoshinobu Yamamura <\/p>\n\n\n\n<p>RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/hard-disk\">hard disks<\/a>\n or solid-state drives to protect data in the case of a drive failure. \nThere are different RAID levels, however, and not all have the goal of \nproviding <a href=\"https:\/\/whatis.techtarget.com\/definition\/redundancy\">redundancy<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How RAID works<\/strong><\/h3>\n\n\n\n<p>RAID works by placing data on multiple disks and allowing input\/output (<a href=\"https:\/\/whatis.techtarget.com\/definition\/input-output-I-O\">I\/O<\/a>)\n operations to overlap in a balanced way, improving performance. Because\n the use of multiple disks increases the mean time between failures (<a href=\"https:\/\/whatis.techtarget.com\/definition\/MTBF-mean-time-between-failures\">MTBF<\/a>), storing data redundantly also increases <a href=\"https:\/\/searchdisasterrecovery.techtarget.com\/definition\/fault-tolerant\">fault tolerance<\/a>.<\/p>\n\n\n\n<p>RAID arrays appear to the operating system (OS) as a single logical \ndrive. RAID employs the techniques of disk mirroring or disk striping. \nMirroring will copy identical data onto more than one drive. Striping <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/partition\">partitions<\/a> helps spread data over multiple disk drives. Each drive&#8217;s storage space is divided into units ranging from a <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/sector\">sector<\/a> (512 <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/byte\">bytes<\/a>) up to several <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/megabyte\">megabytes<\/a>. The stripes of all the disks are interleaved and addressed in order.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage-raid_server_mobile.jpg\" alt=\"RAID hard drive\"\/><figcaption>\n   Image of a five-tray RAID hard drive\n  <\/figcaption><\/figure>\n\n\n\n<p>Disk mirroring and disk striping can also be combined in a RAID array.<\/p>\n\n\n\n<p>In a single-user system where large <a href=\"https:\/\/searchoracle.techtarget.com\/definition\/record\">records<\/a>\n are stored, the stripes are typically set up to be small (perhaps 512 \nbytes) so that a single record spans all the disks and can be accessed \nquickly by reading all the disks at the same time.<\/p>\n\n\n\n<p>In a multi-user system, better performance requires a stripe wide \nenough to hold the typical or maximum size record, allowing overlapped \ndisk I\/O across drives.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>RAID controller<\/strong><\/h3>\n\n\n\n<p>A <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-controller\">RAID controller<\/a>\n is a device used to manage hard disk drives in a storage array. It can \nbe used as a level of abstraction between the OS and the physical disks,\n presenting groups of disks as logical units. Using a RAID controller \ncan improve performance and help protect data in case of a crash.<\/p>\n\n\n\n<p>A RAID controller may be hardware- or software-based. In a <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/hardware-RAID-hardware-redundant-array-of-independent-disk\">hardware-based RAID<\/a> product, a physical controller manages the array. The controller can also be designed to support drive formats such as <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/Serial-ATA\">SATA<\/a> and <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/SCSI\">SCSI<\/a>. A physical RAID controller can also be built into a server&#8217;s motherboard.<\/p>\n\n\n\n<p>With <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/software-RAID-software-redundant-array-of-independent-disk\">software-based RAID<\/a>,\n the controller uses the resources of the hardware system, such as the \ncentral processor and memory. While it performs the same functions as a \nhardware-based RAID controller, software-based RAID controllers may not \nenable as much of a performance boost and can affect the performance of \nother applications on the server.<\/p>\n\n\n\n<p>If a software-based RAID implementation isn&#8217;t compatible with a \nsystem&#8217;s boot-up process, and hardware-based RAID controllers are too \ncostly, <a href=\"https:\/\/whatis.techtarget.com\/definition\/firmware\">firmware<\/a> or driver-based RAID is another potential option.<\/p>\n\n\n\n<p>Firmware-based RAID controller chips are located on the motherboard,\n and all operations are performed by the CPU, similar to software-based \nRAID. However, with firmware, the RAID system is only implemented at the\n beginning of the boot process. Once the OS has loaded, the controller \ndriver takes over RAID functionality. A firmware RAID controller isn&#8217;t \nas pricy as a hardware option, but it puts more strain on the computer&#8217;s\n CPU. Firmware-based RAID is also called hardware-assisted software \nRAID, hybrid model RAID and fake RAID.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>RAID levels<\/strong><\/h3>\n\n\n\n<p>Raid devices will make use of different versions, called levels. The\n original paper that coined the term and developed the RAID setup \nconcept defined six levels of RAID &#8212; 0 through 5. This numbered system \nenabled those in IT to differentiate RAID versions. The number of levels\n has since expanded and has been broken into three categories: standard,\n nested and nonstandard RAID levels.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Standard RAID levels<\/strong><\/h3>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-0-disk-striping\"><strong>RAID 0<\/strong><\/a><strong>.<\/strong>\n This configuration has striping, but no redundancy of data. It offers \nthe best performance, but it does not provide fault tolerance.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage_raid_00_mobile.png\" alt=\"RAID 0 diagram\"\/><\/figure>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/disk-mirroring\"><strong>RAID 1<\/strong><\/a><strong>.<\/strong> Also known as <em>disk mirroring<\/em>,\n this configuration consists of at least two drives that duplicate the \nstorage of data. There is no striping. Read performance is improved \nsince either disk can be read at the same time. Write performance is the\n same as for single disk storage.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage_raid_01_mobile.png\" alt=\"RAID 1 diagram\"\/><\/figure>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-2-redundant-array-of-independent-disks\"><strong>RAID 2<\/strong><\/a><strong>.<\/strong> This configuration uses striping across disks, with some disks storing error checking and correcting (<a href=\"https:\/\/searchnetworking.techtarget.com\/definition\/ECC\">ECC<\/a>)\n information. RAID 2 also uses a dedicated Hamming code parity; a linear\n form of error correction code. RAID 2 has no advantage over RAID 3 and \nis no longer used.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage_raid_02_mobile.png\" alt=\"RAID 2 diagram\"\/><\/figure>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-3-redundant-array-of-independent-disks\"><strong>RAID 3<\/strong><\/a><strong>.<\/strong> This technique uses striping and dedicates one drive to storing <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/parity\">parity<\/a> information. The embedded ECC information is used to detect errors. <a href=\"https:\/\/searchdisasterrecovery.techtarget.com\/definition\/data-recovery\">Data recovery<\/a>\n is accomplished by calculating the exclusive information recorded on \nthe other drives. Since an I\/O operation addresses all the drives at the\n same time, RAID 3 cannot overlap I\/O. For this reason, RAID 3 is best \nfor single-user systems with long record applications.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage_raid_03_mobile.png\" alt=\"RAID 3 diagram\"\/><\/figure>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-4-redundant-array-of-independent-disks\"><strong>RAID 4<\/strong><\/a><strong>.<\/strong>\n This level uses large stripes, which means a user can read records from\n any single drive. Overlapped I\/O can then be used for read operations. \nSince all write operations are required to update the parity drive, no \nI\/O overlapping is possible.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage_raid_04_mobile.png\" alt=\"RAID 4 diagram\"\/><\/figure>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-5-redundant-array-of-independent-disks\"><strong>RAID 5<\/strong><\/a><strong>. <\/strong>This level is based on parity <a href=\"https:\/\/searchsqlserver.techtarget.com\/definition\/block\">block<\/a>-level\n striping. The parity information is striped across each drive, enabling\n the array to function even if one drive were to fail. The array&#8217;s \narchitecture allows read and write operations to span multiple drives &#8212;\n resulting in performance better than that of a single drive, but not as\n high as that of a RAID 0 array. RAID 5 requires at least three disks, \nbut it is often recommended to use at least five disks for performance \nreasons.<\/p>\n\n\n\n<p>RAID 5 arrays are generally considered to be a poor choice for use \non write-intensive systems because of the performance impact associated \nwith writing parity data. When a disk fails, it can take a long time to \nrebuild a RAID 5 array.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage_raid_05_mobile.png\" alt=\"RAID 5 diagram\"\/><\/figure>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-6-redundant-array-of-independent-disks\"><strong>RAID 6<\/strong><\/a><strong>.<\/strong>\n This technique is similar to RAID 5, but it includes a second parity \nscheme distributed across the drives in the array. The use of additional\n parity enables the array to continue to function even if two disks fail\n simultaneously. However, this extra protection comes at a cost. RAID 6 \narrays often have slower write performance than RAID 5 arrays.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/storage_raid_06_mobile.png\" alt=\"RAID 6 diagram \"\/><\/figure>\n\n\n\n<figure><iframe src=\"https:\/\/www.youtube.com\/embed\/KVSW5yFU-rY\" allowfullscreen=\"\" width=\"560\" height=\"315\"><\/iframe><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Nested RAID levels<\/strong><\/h3>\n\n\n\n<p>Some RAID levels are referred to as <em>nested RAID<\/em> because they are based on a combination of RAID levels. Here are some examples of nested RAID levels.<\/p>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-10-redundant-array-of-independent-disks\"><strong>RAID 10<\/strong><\/a><strong> (RAID 1+0).<\/strong>\n Combining RAID 1 and RAID 0, this level is often referred to as RAID \n10, which offers higher performance than RAID 1, but at a much higher \ncost. In RAID 1+0, the data is mirrored and the mirrors are striped.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/editorial\/storage_raid_10_mobile.png\" alt=\"RAID 10 diagram\" width=\"598\" height=\"373\"\/><\/figure>\n\n\n\n<p><strong>RAID 01<\/strong> <strong>(RAID 0+1).<\/strong> RAID 0+1 is \nsimilar to RAID 1+0, except the data organization method is slightly \ndifferent. Rather than creating a mirror and then striping the mirror, \nRAID 0+1 creates a stripe set and then mirrors the stripe set.<\/p>\n\n\n\n<p><strong>RAID 03 (RAID 0+3, also known as RAID 53 or RAID 5+3).<\/strong>\n This level uses striping (in RAID 0 style) for RAID 3&#8217;s virtual disk \nblocks. This offers higher performance than RAID 3, but at a higher \ncost.<\/p>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-50-RAID-50\"><strong>RAID 50<\/strong><\/a><strong> (RAID 5+0).<\/strong>\n This configuration combines RAID 5 distributed parity with RAID 0 \nstriping to improve RAID 5 performance without reducing data protection.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Nonstandard RAID levels<\/strong><\/h3>\n\n\n\n<p>Nonstandard RAID levels vary from standard RAID levels and are \nusually developed by companies or organizations for mainly proprietary \nuse. Here are some examples.<\/p>\n\n\n\n<p><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-7-redundant-array-of-independent-disks\"><strong>RAID 7<\/strong><\/a><strong>.<\/strong> A nonstandard RAID level based on RAID 3 and RAID 4 that adds <a href=\"https:\/\/whatis.techtarget.com\/definition\/caching\">caching<\/a>. It includes a real-time <a href=\"https:\/\/internetofthingsagenda.techtarget.com\/definition\/embedded-operating-system\">embedded OS<\/a> as a controller, caching via a high-speed <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/bus\">bus<\/a> and other characteristics of a stand-alone computer.<\/p>\n\n\n\n<p><strong>Adaptive RAID.<\/strong> This level enables the RAID \ncontroller to decide how to store the parity on disks. It will choose \nbetween RAID 3 and RAID 5, depending on which RAID set type will perform\n better with the type of data being written to the disks.<\/p>\n\n\n\n<p><strong>Linux MD RAID 10. <\/strong>This level, provided by the <a href=\"https:\/\/searchdatacenter.techtarget.com\/definition\/Linux-operating-system\">Linux<\/a>\n kernel, supports the creation of nested and nonstandard RAID arrays. \nLinux software RAID can also support the creation of standard RAID 0, \nRAID 1, RAID 4, RAID 5 and RAID 6 configurations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Benefits of RAID<\/strong><\/h3>\n\n\n\n<p>Benefits of RAID include the following.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>An improvement in cost-effectiveness because lower-priced disks are used in large numbers.<\/li><li>The use of multiple hard drives enables RAID to improve on the performance of a single hard drive.<\/li><li>Increased computer speed and reliability after a crash &#8212; depending on the configuration.<\/li><li>Reads and writes can be performed faster than with a single drive \nwith RAID 0. This is because a file system is split up and distributed \nacross drives that work together on the same file.<\/li><li>There is increased <a href=\"https:\/\/searchnetworking.techtarget.com\/definition\/availability\">availability<\/a>\n and resiliency with RAID 5. With mirroring, RAID arrays can have two \ndrives containing the same data, ensuring one will continue to work if \nthe other fails.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Downsides of using RAID<\/strong><\/h3>\n\n\n\n<p>RAID does have it downsides, however. Some of these include:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Nested RAID levels are more expensive to implement than traditional RAID levels because they require a greater number of disks.<\/li><li>The cost per gigabyte of storage devices is higher for nested RAID because many of the drives are used for redundancy.<\/li><li>When a drive fails, the probability that another drive in the \narray will also soon fail rises, which would likely result in data loss.\n This is because all the drives in a RAID array are installed at the \nsame time, so all the drives are subject to the same amount of wear.<\/li><li>Some RAID levels (such as RAID 1 and 5) can only sustain a single drive failure.<\/li><li>RAID arrays, and the data in them, are in a vulnerable state until\n a failed drive is replaced and the new disk is populated with data.<\/li><li>Because drives have much greater capacity now than when RAID was first implemented, it takes a lot longer to <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/RAID-rebuild\">rebuild<\/a> failed drives.<\/li><li>If a disk failure occurs, there is a chance the remaining disks may contain bad <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/sector\">sectors<\/a> or unreadable data &#8212; which may make it impossible to fully rebuild the array.<\/li><\/ul>\n\n\n\n<p>However, nested RAID levels address these problems by providing a \ngreater degree of redundancy, significantly decreasing the chances of an\n array-level failure due to simultaneous disk failures.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>History of RAID<\/strong><\/h3>\n\n\n\n<p>The term <em>RAID<\/em> was coined in 1987 by David Patterson, Randy \nKatz and Garth A. Gibson. In their 1988 technical report, &#8220;A Case for \nRedundant Arrays of Inexpensive Disks (RAID),&#8221; the three argued that an \narray of inexpensive drives could beat the performance of the top disk \ndrives of the time. By using redundancy, a RAID array could be more \nreliable than any one disk drive.<\/p>\n\n\n\n<p>While this report was the first to put a name to the concept, the \nuse of redundant disks was already being discussed by others. Geac \nComputer Corp.&#8217;s Gus German and Ted Grunau first referred to this idea \nas MF-100. IBM&#8217;s Norman Ken Ouchi filed a patent in 1977 for the \ntechnology, which was later named RAID 4. In 1983, Digital Equipment \nCorp. shipped the drives that would become RAID 1, and in 1986, another \nIBM patent was filed for what would become RAID 5. Patterson, Katz and \nGibson also looked at what was being done by companies such as Tandem \nComputers, Thinking Machines and Maxstor to define their RAID <a href=\"https:\/\/searchcontentmanagement.techtarget.com\/definition\/taxonomy\">taxonomies<\/a>.<\/p>\n\n\n\n<p>While the levels of RAID listed in the 1988 report essentially put \nnames to technologies that were already in use, creating common \nterminology for the concept helped stimulate the data storage market to \ndevelop more RAID array products.<\/p>\n\n\n\n<p>According to Katz, the term <em>inexpensive<\/em> in the acronym was soon replaced with <em>independent<\/em> by industry vendors due to the implications of low costs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>The future of RAID<\/strong><\/h3>\n\n\n\n<p>RAID is not quite dead, but many analysts say the technology has become obsolete in recent years. Alternatives such as <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/erasure-coding\">erasure coding<\/a>\n offer better data protection (albeit at a higher price), and have been \ndeveloped with the intention of addressing the weaknesses of RAID. As \ndrive capacity increases, so does the chance for error with a RAID \narray, and capacities are consistently increasing.<\/p>\n\n\n\n<p>The rise of solid-state drives (<a href=\"https:\/\/searchstorage.techtarget.com\/definition\/SSD-solid-state-drive\">SSDs<\/a>)\n is also seen as alleviating the need for RAID. SSDs have no moving \nparts and do not fail as often as hard disk drives. SSD arrays often use\n techniques such as <a href=\"https:\/\/searchstorage.techtarget.com\/definition\/wear-leveling\">wear leveling<\/a> instead of relying on RAID for data protection. <a href=\"https:\/\/whatis.techtarget.com\/definition\/hyperscale-computing\">Hyperscale computing<\/a> also removes the need for RAID by using redundant servers instead of redundant drives.<\/p>\n\n\n\n<p>Still, RAID remains an ingrained part of data storage for now and \nmajor technology vendors still release RAID products. IBM has released \nIBM Distributed RAID with its Spectrum Virtualize V7.6, which promises \nto boost RAID performance. The latest version of Intel Rapid Storage \nTechnology supports RAID 0, RAID 1, RAID 5 and RAID 10, and NetApp ONTAP\n management software uses RAID to protect against up to three \nsimultaneous drive failures. The <a href=\"https:\/\/whatis.techtarget.com\/definition\/Dell-EMC\">Dell EMC<\/a> Unity platform also supports RAID 1\/0, RAID 5 and RAID 6.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tThis was last updated in <a href=\"https:\/\/searchstorage.techtarget.com\/archive\/2020\/2\">February 2020<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Continue Reading About RAID (redundant array of independent disks) <\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/searchstorage.techtarget.com\/answer\/RAID-types-and-benefits-explained\">A comparison of the various RAID levels<\/a><\/li><li><a href=\"https:\/\/searchstorage.techtarget.com\/news\/994906\/RAID-fast-guide\">RAID technical tips and tricks for rookies and pros<\/a><\/li><li><a href=\"https:\/\/searchstorage.techtarget.com\/essentialguide\/Examining-the-future-of-the-RAID-volume\">RAID&#8217;s place in the data storage world<\/a><\/li><li><a href=\"http:\/\/www.ecs.umass.edu\/ece\/koren\/architecture\/Raid\/raidhome.html\">An introduction to RAID functions and performance issues<\/a><\/li><li><a href=\"https:\/\/www.computerweekly.com\/feature\/SSD-RAID-essentials-What-you-need-to-know-about-flash-and-RAID\">RAID and flash storage: What you should know<\/a><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong> Related Terms<\/strong><\/h4>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/iSCSI\">iSC<\/a><strong><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/iSCSI\">SI (Internet Small Computer System Interface)<\/a> <\/strong><\/h2>\n\n\n\n<p>ISCSI is a transport layer protocol that describes how Small  Computer System Interface (SCSI) packets should be transported over &#8230;<a href=\"https:\/\/searchstorage.techtarget.com\/definition\/iSCSI\">  <strong>See&nbsp;complete&nbsp;definition <\/strong><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/logical-unit-number\">logical unit number (LUN)<\/a> <\/strong><\/h2>\n\n\n\n<p>A logical unit number (LUN) is a unique identifier for  designating an individual or collection of physical or virtual storage  &#8230;<a href=\"https:\/\/searchstorage.techtarget.com\/definition\/logical-unit-number\">  <strong>See&nbsp;complete&nbsp;definition <\/strong><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><a href=\"https:\/\/searchstorage.techtarget.com\/definition\/secondary-auxiliary-storage\">secondary storage<\/a> <\/strong><\/h2>\n\n\n\n<p>Secondary storage is storage for noncritical data that will not be frequently accessed.<a href=\"https:\/\/searchstorage.techtarget.com\/definition\/secondary-auxiliary-storage\"> <strong> See&nbsp;complete&nbsp;definition <\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time-approximately:<\/span> <span class=\"rt-time\"> 8<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>Posted by: Margaret Rouse WhatIs.com &#8211; TechTarget &#8211; WhatIs.com Contributor(s): Alexander Gillis, Erin Sullivan, Brien Posey, Con Diamantis and Yoshinobu Yamamura RAID (redundant array of independent disks) is a way of storing the same data in different places on multiple hard disks or solid-state drives to protect data in the case of a drive failure. There are different RAID levels,<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/tekmart.co.za\/t-blog\/raid-redundant-array-of-independent-disks-a-tech-definition\/\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19,4,20,9],"tags":[10],"class_list":["post-232","post","type-post","status-publish","format-standard","hentry","category-data-centre-servers","category-datacenter-news","category-simple-definitions-to-know","category-tech-definitions","tag-tech-definition"],"_links":{"self":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts\/232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/comments?post=232"}],"version-history":[{"count":2,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts\/232\/revisions"}],"predecessor-version":[{"id":235,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts\/232\/revisions\/235"}],"wp:attachment":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/media?parent=232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/categories?post=232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/tags?post=232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}