{"id":25892,"date":"2020-12-21T02:44:10","date_gmt":"2020-12-20T18:44:10","guid":{"rendered":"https:\/\/web.mwwsb.com.my\/pjci\/?post_type=kb&#038;p=25892"},"modified":"2023-01-18T14:16:42","modified_gmt":"2023-01-18T06:16:42","slug":"what-is-raid","status":"publish","type":"kb","link":"https:\/\/www.casbay.com\/guide\/kb\/what-is-raid","title":{"rendered":"What is RAID?"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"25892\" class=\"elementor elementor-25892\" data-elementor-post-type=\"kb\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4419fa4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4419fa4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-84e23f1\" data-id=\"84e23f1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c0d5aa7 elementor-widget elementor-widget-heading\" data-id=\"c0d5aa7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is RAID?<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0e7c05 elementor-widget elementor-widget-text-editor\" data-id=\"e0e7c05\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The Redundant Array of Inexpensive Disks or RAID is a robust method of storing data efficiently. It uses techniques like striping, mirroring, and parity to utilize multiple hard drives combined into larger volumes.<\/p><p>However, RAID serves two main purposes it can be configured to mirror your data. It gives you the potential opportunity to survive a catastrophic disk crash (depending on the configurations). Another of its purpose is to make data reading and writing faster. Some RAID configurations do both.<\/p><p>Although you can recover data in some instances and some configurations, RAID will not save your data in the event of a catastrophic failure. For example, all of the drives failing. Therefore, a good backup schedule is essential to protect your data.<\/p><p>Some of the more commonly used RAID configurations are RAID 0, RAID 1, and RAID 5. There are also configurations that combine two or more RAID levels, such as RAID 01, RAID 10, and RAID 50. Some RAID configurations exist but are very rarely used, <strong>for example, RAID 2, RAID 3, RAID 4, and RAID 03<\/strong>.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-314018b elementor-widget elementor-widget-text-editor\" data-id=\"314018b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>There is another type of configuration, we call it JBOD. It stands for Just a Bunch Of Disks. This configuration can use any number of disparate drives and combine them into volumes. We consider this as a non-standard RAID configuration and it doesn\u2019t provide data redundancy or recovery.<\/p><p>In software or hardware, RAID can be introduced. If the RAID is based on software, your operating system will regulate it if its hardware is based on a RAID controller extension card using one of your expansion slots for motherboards. You can configure a hardware RAID card through your own BIOS.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a4f853 elementor-widget elementor-widget-heading\" data-id=\"3a4f853\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RAID<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48feb0d elementor-widget elementor-widget-text-editor\" data-id=\"48feb0d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>has many configurations depending on your needs and hardware availability. Most of those configurations are based on some form or combination of the first two levels. If you understand RAID level 0 and RAID level 1 you can understand any of the others. So what are RAID 0 and RAID 1?<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3b2a55 elementor-widget elementor-widget-heading\" data-id=\"a3b2a55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RAID 0<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ef6eee elementor-widget elementor-widget-text-editor\" data-id=\"0ef6eee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>aka Striping is a way of storing data on a volume. The data is written in stripes across all of the drives in the array. Striping improves read\/write speeds, but has no protection against drive failure. In order to have that protection, you need to use other techniques like parity and\/or mirroring.<\/p><p>Parity is a redundancy mechanism somewhat like a data checksum that is created by the RAID controller. It uses a parity bit that is a calculation representing the total data in a stripe. This bit can be on a separate drive, as is usual for RAID level 5, or striped across the drives in the volume. In the event of one of the drives crashing, the RAID can be rebuilt using the parity data.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9db53 elementor-widget elementor-widget-heading\" data-id=\"7d9db53\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">RAID 1<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d4e99a elementor-widget elementor-widget-text-editor\" data-id=\"7d4e99a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>aka Mirroring is another way of storing data and is fundamental to RAID\u2019s ability to recover from a drive failure. The volume(s) are mirrored, that is, there is an identical copy of the data on another volume. This method requires twice the amount of hard drives that you would need for a server without RAID but gives you both redundancy and recoverability. Due to the information being written concurrently on both sides of the mirror, read speeds are slower, but if one of the mirrored volumes fails, the RAID can still access the other side of the mirror, and information reading\/writing is not influenced.<\/p><p>The most common RAID levels are: RAID 0, RAID 1, RAID 5, and RAID 10 (aka 1+0). Each of them offers different advantages and disadvantages as outlined below.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff8d19d elementor-widget elementor-widget-heading\" data-id=\"ff8d19d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">LEVEL 0 \u2013 stripe<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acd39e9 elementor-widget elementor-widget-text-editor\" data-id=\"acd39e9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Minimum number of drives: 2<\/li><li>R\/W Speed: Excellent<\/li><li>Data recovery: none, no mirror<\/li><\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-580bdf4 elementor-widget elementor-widget-heading\" data-id=\"580bdf4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">LEVEL 1 \u2013 mirror<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-965cd4e elementor-widget elementor-widget-text-editor\" data-id=\"965cd4e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Minimum number of drives: 2<\/li><li>R\/W Speed: Good<\/li><li>Data recovery: The mirrored volume can be recovered in most instances.<\/li><\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4c522c elementor-widget elementor-widget-heading\" data-id=\"a4c522c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">LEVEL 5 \u2013 striping with parity<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43b8345 elementor-widget elementor-widget-text-editor\" data-id=\"43b8345\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Minimum number of drives: 3<\/li><li>R\/W Speed: Excellent<\/li><li>Data recovery: no mirror, however, the RAID can be rebuilt from parity in some instances<\/li><\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-513fb55 elementor-widget elementor-widget-heading\" data-id=\"513fb55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-medium\">LEVEL 10 \u2013 striped and mirrored volumes with parity<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9efd071 elementor-widget elementor-widget-text-editor\" data-id=\"9efd071\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Minimum number of drives: 4<\/li><li>R\/W Speed: Excellent<\/li><\/ul><p>RAID 1+0 (often referred to as RAID 10) is a combination of RAID 1 and RAID 0 meaning that it will be able to provide both a read\/write performance increase and data recoverability. A RAID 10 requires at least four identical drives.\u00a0<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d9c6622 elementor-widget elementor-widget-text-editor\" data-id=\"d9c6622\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>If you are interested in Dedicated Server, <a href=\"https:\/\/www.casbay.com\/guide\/kb\/what-is-raid\">click here<\/a> to browse more guide articles or visit our <a href=\"https:\/\/www.casbay.com\/asia-dedicated-server\/malaysia\">Dedicated Server<\/a> page.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>What is RAID? The Redundant Array of Inexpensive Disks or RAID is a robust method of storing data efficiently. It uses techniques like striping, mirroring, and parity to utilize multiple hard drives combined into larger volumes. However, RAID serves two main purposes it can be configured to mirror your data. It gives you the potential [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}}},"kbtopic":[60],"kbtag":[106],"mkb_version":[],"_links":{"self":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/25892"}],"collection":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/comments?post=25892"}],"version-history":[{"count":5,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/25892\/revisions"}],"predecessor-version":[{"id":38229,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kb\/25892\/revisions\/38229"}],"wp:attachment":[{"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/media?parent=25892"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtopic?post=25892"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/kbtag?post=25892"},{"taxonomy":"mkb_version","embeddable":true,"href":"https:\/\/www.casbay.com\/guide\/wp-json\/wp\/v2\/mkb_version?post=25892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}