Redundant Array of Independent Disks, or RAID, is a way of storing content on multiple hard disk drives concurrently. A RAID could be software or hardware based on the hard drives which are used - physical or logical ones, but what’s common between them is that they all function as a single unit where info is kept. The key advantage of using a RAID is redundancy because the data on all of the drives is the same all of the time, so even in case one of the drives fails for whatever reason, the data will still be available on the rest of the drives. The general performance is also better since the reading and writing processes could be split between a number of drives, so a single one will not be overloaded. There are different types of RAIDs where the capabilities and fault tolerance can vary based on the specific setup - whether information is written on all of the drives in real time or it's written on a single drive and after that mirrored on another, the number of drives are used for the RAID, etcetera.
RAID in Semi-dedicated Hosting
The RAID type that we use for the cloud hosting platform where your semi-dedicated hosting account will be created is known as RAID-Z. What's different about it is that at least one of the disks is employed as a parity drive. In simple terms, whenever any data is cloned on this particular drive, one more bit is included to it and if a problematic disk is changed, the data that will be duplicated on it is a combination of the data on the remaining hard disks in the RAID and that on the parity one. We do this to guarantee that the information is intact. Throughout this process, your websites will be functioning normally as RAID-Z allows for an entire drive to fail without causing any service disturbances and it simply works by using one of the remaining ones as the main production drive. Employing RAID-Z together with the ZFS file system that uses checksums to guarantee that no data can get silently corrupted on our servers, you will never need to worry about the integrity of your files.