How to Choose the Best Enterprise Server Storage Types

Posted on by Kyle Willett | Updated:
Home > Blog > Dedicated Server > How to Choose the Best Enterprise Server Storage Types

Table of Contents:

What is Server Storage?

Server storage is simply where data at rest is stored. Data in motion is stored in RAM, but that data is lost when the server powers off for any reason, planned or unplanned. So data needs to be backed up to a storage solution that is more permanent, such as direct-attached storage (DAS), network-attached storage (NAS), cloud storage, or a storage area network (SAN). These four enterprise storage solutions will be explored in depth below.

Why is Server Storage Important?

All customers will have data that needs to be stored at rest - from operating system data to configuration files, databases, and product inventory. All this data must be stored somewhere, and it doesn’t always make sense to store it on the server alone. 

Data that is not backed up can be lost anytime due to hardware failure, malware infection, or breach. All data should be backed up regularly, preferably off-site of the server where the original data is stored. 

Also, RAID is not a backup solution. RAID is covered more in depth below, but in short, it allows you to lose one or more hard drives in most instances and still maintain access to the data through mirroring and/or parity. It can also increase the performance of the enterprise storage solution. 

“RAID is not a backup solution” is thrown around a lot and is a common saying. What it means is that if, for example, your server or NAS was hit with a ransomware attack (which works by encrypting all data with an algorithm that is impossible to crack via brute force), all the data in your RAID array would be lost just the same as if it was on a single disk.

Enterprise Server Storage Types

The four server storage types are direct-attached storage (DAS), network-attached storage (NAS),  storage area networks (SAN), and cloud storage. Each has pros and cons, and a typical customer could use two or even all these types of storage.

closeup of a panel of servers

What is the Direct-Attached Storage Type?

The direct-attached server storage type (otherwise known as direct storage) is storage that is directly attached to the computer server, typically via either the SAS or SATA ports or via PCIe for NVMe storage. Most servers will require some form of direct-attached storage, usually in the form of either a hard disk drive or a solid-state drive (HDD and SSD, respectively). It is possible to run a server without direct-attached storage via, for example, mounting a network share, such as in an iPXE boot environment. Still, most servers will, at the very least, employ the direct-attached storage type for the operating system.

SAS and SATA Hard Disk Drives

Hard drives are one of the cheapest and highest-capacity server storage types available. Hard disks are composed of spinning disks housed in 2.5-inch or 3.5-inch wide metal jackets to protect them. These disks, called platters, are magnetically charged, and their content is read with one or more read arms floating over the platters. A tiny device called a read head touches the platter ever so slightly and reads the data on the hard disk drive. Because these read heads touch the platters, hard disk drives are subject to shock damage, meaning they are easily damaged if dropped. 

The hard drive's revolutions per minute (RPM) determines how fast it can seek data. Enterprise drives are typically available in three RPM speeds: 7,200 RPM, 10,000 RPM, and 15,000 RPM. The faster the rotational speed, the faster the data can be read. 

Hard drive capacity varies, starting at about 300GB and going up to over 10TB. Older, high-speed hard drives can be found as small as 73GB, and modern, high-capacity ones approach 20TB using the latest technologies. 

SATA 6, SAS 6, and SAS 12 are typical connection speeds. The number behind the interface indicates how fast the maximum data transfer speed can be. It is measured in Gb/s or gigabits per second. SATA 6, for example, operates at a maximum of 6 Gb/s. 

Hard drives break down over time because the mechanical parts that spin the hard drive and read from it wear out. But unlike SSDs, the media doesn’t wear out the more you write to it. Hard drives are an affordable way to provision a dedicated server that will spend most of its time accessing data in memory that only occasionally needs to be written to disk. 

Cost varies based on capacity and speed, but hard drives are generally very affordable. For example, a SATA 6 model hard drive with 1TB that spins at 7,200RPM starts at about $60. Even large hard drives are only a few hundred dollars for the highest capacity drives. For direct access storage, hard drives are going to be the biggest bang for your buck.

SAS and SATA SSDs

When they came out in the mid-2000s, SSDs were revolutionary. They use NAND flash memory cells and are always faster than hard drives, primarily because they do not have to “seek” the data on the disk, and latency is low. The effect is very noticeable to the user. The system boots faster and is more responsive. 

SSDs historically connected via the same connection as modern hard drives - either a SAS or SATA connector. (More on this below.) Unlike hard drives that rarely, if ever, fully saturate the bus of the SATA or SAS interface, however, SSDs fully saturate them. There is even a new SAS 24 interface for allowing 24 Gb/s transfers in addition to the traditional SATA 6, SAS 6, and SAS 12 explored above. 

So why not always use SSDs, then? Two reasons: price and durability. When dealing with small drive sizes, hard drives and SSDs are about the same price; but as capacity grows, the price increases much faster for SSDs. For example, a 4TB hard drive will cost only a couple hundred dollars, but a 4TB SSD will cost triple or quadruple that amount. 

Lastly, there is a durability issue. SSDs wear out as they are written to. The memory cells can only withstand so many writes before they wear out. This is measured in total drive writes per day (DWPD). Most drives have a 5-year warranty, so this is how many times you could write the drive’s total capacity per day for five years and expect the drive to not wear out prematurely. The bigger the drive, the more DWPD it can endure. 

Also, SSDs are made up of different kinds of flash storage or NAND memory. Single-level cell (SLC) drives last the longest, and multi-level cell (MLC) is the next in longevity and durability. Finally, we have triple-level cell (TLC), which is the least durable and least expensive but wears out the fastest. 

SSDs make a great choice when your storage requirements are a few hundred gigabytes to a few terabytes, and you won’t be writing to the drive all day long. SSDs have, by and large, replaced hard drives on new servers.

NVMe Storage

NVMe storage is a sort of sub-class of SSDs that employs a different server storage type. The problem they solve is that the SAS and SATA bus interfaces were originally designed for slow, mechanical hard drives. NVMe storage can connect via a wide range of connector types from M.2 to U.2 to U.3 to newer standards such as E1.S, also known as “ruler” SSDs. What all of these connectors have in common is that they connect over the PCIe bus, typically an x4 connection, though x2 and x8 are also possible. The maximum speeds for Gen 3 PCIe and Gen 4 PCIe are 3.5GB/s and 7 GB/s, respectively. Note these are in BYTES vs BITs, and there are 8 bits in a byte, so an x4 PCIe Gen 4 connection is capable of 56Gb/s speed! Compare that to regular SSDs that generally top out at 12 Gb/s for the fastest SAS 12 drives! 

Almost everything else said about regular SSDs applies to NVMe SSDs as well. NVMe SSDs wear out with writes like SATA or SAS SSD drives. And like SATA or SAS SSD drives, they are also made up of SLC, MLC, and TLC NAND flash memory. 

There is a specific type of NVMe drive based on a new technology developed jointly by Intel and Micron called 3D Xpoint memory. 3D Xpoint memory is under the Intel brand name, Optane Memory. Optane NVMe enterprise storage devices wear out a lot slower than traditional NAND flash and maintain their speed for the full write of the drive - meaning they don’t get slower the more data you write to them, as frequently happens with NAND-based solutions. 

Optane NVMe SSDs are prohibitively expensive, however, and can cost thousands of dollars for just a few terabytes. Really, all NVMe storage is expensive, but it is currently the most modern and fastest storage option available and is great for databases that don’t fit entirely in RAM or other frequent reads from the drive. 

What is NAS/RAID Storage?

NAS stands for network-attached storage and is a disk storage solution. That may sound complicated, but it really isn’t. It is just a computer server whose sole purpose is to store and serve data over the network via protocols such as Samba for Windows and NFS for Linux and Unix. In the enterprise, this server will typically be a 2U storage server with lots of disk drives and make use of custom operating systems that are just for NAS units. It is far cheaper to build your own NAS out of regular server components, but ready-made NAS units exist. NASs that are built on 2U chassis will typically employ a NAS operating system such as TrueNAS (formally known as FreeNAS), which is a FreeBSD-based solution leveraging the ZFS file system. ZFS lets the NAS take advantage of the perks of HDD and SSD types of server storage, with SSDs employed as a cache and hard disk drives making up the bulk of the storage. NAS units serve as a server storage solution that can be a very turnkey solution for bulk data storage.

Alternatively, there are custom-built Linux distros just for NASs like Open Media Vault. NASs can be used for backup, but they are used for on-site backup, not off-site backup. A properly equipped NAS can fully saturate a 1GB Ethernet interface, thanks to RAID. RAID can be and is used in direct-attached storage but is almost, if not always, used in NASs. 

Levels of RAID

There are a variety of “levels” of RAID, including RAID 0, 1, 5, 6, 10, 50, and 60. The specific attributes of each level that make it advantageous to certain use cases are discussed below, but all levels of RAID (except RAID 0 “stripe”) provide increased redundancy. This means that each level can afford the loss of one or more disk drives before any data is lost.

RAID 0

RAID 0 stripes data across two or more disks so that, for example, a file is broken into slices of so many KB each, and that “slice of the file” is written to each drive. For example, in a three-drive RAID 0, each file is broken into three slices, and s1 (for slice 1) is written to drive 0, s2 to drive 1, and s3 to drive 2, and the cycle continues. 

Some enterprise workstations use this level of RAID for the increased speed because each drive you add effectively doubles the read and write performance of the disk, but this comes at a terrible price that makes it rarely used on servers. If a single disk drive in the array fails, all data - no matter how many disks it is composed of - is lost in its entirety!

RAID 1

RAID 1 mirrors the data across two or more disks. This means that each disk in the array contains a complete copy of the data. It has very low overhead and does not require the use of much processing power. It is expensive to implement, however, because you are effectively getting half of the storage you pay for, at a minimum! 

RAID 1 arrays of more than three drives are rare because, in a three-drive RAID 1, you are only getting the capacity of one drive in the array. Each drive you add slows the write performance of the array but adds to read speeds because data can be read from multiple disks at the same time in many implementations. 

RAID 1 is super common on servers because it is easy to implement, requires few CPU resources, and makes data loss due to a mechanical or write endurance failure less likely.

Raid 5

RAID 5 (referred to as RAID Z1 in ZFS nomenclature) is the first modern RAID level that tries to balance out the performance increases of RAID 0 and the reliability of RAID 1. It does this through something called parity. 

Data is split into slices just like with RAID 0 and is written to three or more disk drives, but with a catch. A mathematical operation called Exclusive OR or XOR is performed on the slices, and that data (parity) is written to the last drive. In a RAID 5 array of three drives, 66% of the total drive capacity is available. For an array of n drives, RAID 5 gives the capacity of n-1 drives.

RAID 5 requires a minimum of three disks to be used, where two would be for striping and one for parity. Any single drive in the array, no matter how big, could be lost safely. 

RAID 5 arrays of more than four disks are discouraged, though, because of something called the RAID 5 Write Hole. Drives tend to wear out at about the same time, and when one drive goes out in a RAID 5, all the remaining drives have to work harder to calculate the data that is missing. This means that a second drive can often go out before the first one can be replaced because they are about the same age. 

RAID 5 gets almost the same read and write performance as RAID 0 with some redundancy, but the performance on writes is reduced because of the parity calculation. This is why hardware RAID cards were developed to aid in the parity calculations and offload the calculations from the main CPU. 

RAID 5 used to be the gold standard for servers but has been eclipsed by RAID 6 and RAID 10.

RAID 6

RAID 6 (referred to as RAID Z2 in ZFS nomenclature) is simple to explain when you already know about RAID 0 and RAID 5. It tries to achieve a best-of-both-worlds approach to redundancy and performance. Instead of the XOR operation being done once and creating one parity stripe, it is done twice. This means that RAID 6 requires four drives at a minimum to implement, and you get the total capacity of the array minus two drives. 

RAID 6 was first implemented to solve the write hole problem of RAID 5 with higher capacity hard disk drives and is still used much more often than RAID 5. Read performance is similar to what a four-drive RAID 0 array would be, but write performance suffers compared to RAID 0 because of the parity calculations needed for each write. 

RAID 6 is arguably the best of both worlds in terms of performance balanced with reliability, with a guaranteed failure of two drives being allowed for. This means two drives can be guaranteed to be lost in a RAID 6 array in a server, making it common to use in four-bay, 1U servers in the enterprise.

RAID 10 (RAID 1 + 0)

Requiring four drives, minimum, to implement and needing to have drives in multiples of two, RAID 10 is perhaps the best compromise with performance and redundancy, though some would argue that RAID 6 is better. 

We know how RAID 0 works, and we know how RAID 1 works. So how do we combine the two into something efficient? Let us look at the most common example of a four-drive RAID 10. A RAID 1 of two drives is completed twice, giving us two RAID 1 arrays, and then those two arrays are striped in RAID 0. This gives us 50% of the capacity of all four drives used. We can lose up to two drives out of the four. This is said because the array can lose one drive from either side of the span and be OK, but if either entire span is lost, the whole array is lost. So unlike RAID 6, RAID 10 CAN NOT guarantee the loss of two drives in a four-drive array. 

This level of RAID is employed frequently on dedicated servers that need more capacity and, along with RAID 1, is the most common type of RAID level used in the industry nowadays. With no parity calculations, the performance is right up there with RAID 0, with only slight penalties to writing performance and the ability to lose one or even two disks in the array!

RAID 50 (RAID 5 + 0)

RAID 50 is the same concept as RAID 10 but with parity in mind and requires a minimum of six drives. The spans, in this case, are composed of RAID 5 arrays that are striped across each other, so a six-drive setup would have two spans of three drives each. The spans could be more than three drives if desired. In a basic six-drive configuration, up to two disks could be lost - one from each side of the span. 

RAID 50 is common in backup servers, lower-tier NAS units, and other high-capacity servers. Due to that write hole where large hard disk drives take a long time to rebuild after a loss, however, RAID 60 is becoming more common for backup servers and NASs.

RAID 60 (RAID 6 + 0)

RAID 60 is the same as RAID 50 but with double-parity RAID 6 arrays for each span of the array. This requires a minimum of eight drives but allows for up to four drives to be lost - two from each side of the span! RAID 60 is used in a lot of enterprise storage systems such as NASs, backup servers, and SAN units, but because 50% of the capacity is used up in redundancy, it can be expensive.

NAS Hardware

A NAS can be built on proprietary hardware bought from a vendor or built to the customer’s specifications using commodity parts. NAS setups are used to serve up files like images or documents to a wide variety of computers on the network. For example, Liquid Web has a network store of ISOs for provisioning servers. Our backup servers are essentially fancy NAS servers, too. Many small and medium-sized businesses can benefit from using a NAS to serve up commonly-requested files between computers. 

The biggest cost of a NAS is the drives. Processing power isn’t paramount, nor is a ton of RAM. The ability to get by with a small amount of resources makes a NAS much cheaper than a SAN.

SAN Storage

A storage area network (SAN) is a high-performance, high-speed network of storage, servers, and devices allowing access to consolidated, block-level storage. Multiple client devices can access it, usually appearing to the client operating system as a disk. A SAN separates the storage system from the rest of the local area network (LAN), allowing improved application performance, data protection, and disaster recovery if needed.

Comparing a SAN vs NAS, SAN storage is typically more expensive with the cost yielding high-speed fiber optic connections and easy scalability. Enterprise and professional environments benefit most from SAN storage. While these environments require hardware and network architectural changes and more administration, they also provide redundancy, fault tolerance, and resilience to network traffic bottlenecks.

What is Cloud Storage?

Traditionally, backups were done via tape backup, and some big businesses still use Linear Tape Open (LTO, the industry standard of backup tapes) to back up their data and store it off-site. It is a very affordable option for tape cassettes, but the readers wear out over time and cost many thousands of dollars to replace. Hard drives are another method of off-site storage that is reasonably cost-effective, but this still requires buying the hard drives and transporting them off-site. 

There is a third option, and that is private cloud storage like that offered by Liquid Web. Private cloud storage is much more secure than public cloud storage and is also faster than traditional backup methods. Liquid Web offers Acronis Cyber Backups for off-site backup. 

There is another type of cloud storage, virtual cloud storage, that abstracts a storage area network (SAN) into a virtual SAN, called a vSAN, that can help you manage your cloud storage type needs. 

Why Do You Need Off-site Backups?

Not a year goes by when we don’t see some spot on Earth ravaged by tornados, hurricanes, floods, fires, bombings, etc. It is possible, however unlikely, for a whole data center to be lost. Just last year, a data center in France burned down and drew international attention. 

Data can be lost to far more simple disasters, too. A RAID array can fail by losing too many drives at the same time; a ransomware attack can encrypt your data, demanding payment to restore access; or a user accidentally deletes a file that didn’t need to be deleted. That is why incremental, regular, off-site backups are essential to any size business. 

Cloud backup solutions make it easy to have off-site backups without having to pay personnel to shuttle tapes or hard disk drives to an off-site warehouse. Solutions like the Acronis solution mentioned above make it easy, have a minimal performance impact on your server, and, most importantly, make it possible to just recover the file you need without having to do a full system restore! It is important to have a plan for backup disaster recovery.

Partner With Enterprise Server Storage Experts at Liquid Web

Still not sure what enterprise storage types you need for your business? Let the experts at Liquid Web help! There is no "one-size-fits-all" solution, and what’s right for your company today might not be the best fit in two years. 

Liquid Web has 25 years of experience, and our team of the Most Helpful Humans In Hosting® is available 24/7/365. Contact us today to see how our custom solutions can help meet your storage needs.

Avatar for Kyle Willett
About the Author

Kyle Willett

Kyle Willett is a Nexcess Data Center Technician Level 1.

View All Posts By Kyle Willett