Friday, August 7, 2026 • Welcome to the 100% Nonsense-Free Zone! • Log in
🛍️ Shop AMAZON! 🛒 Shop BEST BUY!

NAS Server, Explained: Redundancy (RAID) and Network-Attached Storage Basics

Share what you're reading!

If you have never heard of network-attached storage (NAS), this post is for you. Even if you already know about NAS, you’ll probably learn a thing or two. It’ll explain, in simple terms, the general NAS concept and its significance in data redundancy and safekeeping.

For those who want to dabble in this world of network-based storage, there’s also a basic guide on accessing your server from a Windows or Mac computer, also applicable when you want to use a USB-enabled router as a mini NAS server.

More than Wi-Fi: How to turn a USB-enabled router into a mini NAS server

From there, you can slowly move up to the myriad of other sophisticated applications afforded by a good NAS server.

Dong’s note: I first published this post on November 30, 2022, and last updated it on August 4, 2026, with the latest relevant information.

NAS servers
NAS servers come in different shapes and sizes and generally can house two or more internal storage devices, HDDs vs. SSDs.

What’s a NAS device/server?

As you might have noted, NAS is not a name — it would be a terrible one — but an acronym for network-attached storage.

The concept of network-attached storage started in the 80s and, for home users, became viable around 2009.

Over the years, the NAS world has experienced many ups and downs, and its technology has greatly improved. Once crowded, the NAS space now includes only a handful of known participants, including Synology, QNAP, and TerraMaster. Since mid-2024, UGREEN has also emerged as a formidable NAS contender.

In many ways, a NAS server is similar to an external storage drive. The most significant difference is that a NAS device connects to a network via its network port.

And that makes a world of difference.

NAS server vs. external drive: It’s NAS vs. DAS

An external drive connects directly to a computer, likely via a USB or Thunderbolt port — it’s a direct-attached storage (DAS) device.

For this reason, a DAS device works only with one host at a time, like those on this list of top portable drives. It generally adds additional raw storage space and not much else — it doesn’t work by itself.

As mentioned, you can attach an external drive to certain routers via a USB port and make the information it stores available to the rest of the network, which is a way to turn your router into a pseudo-NAS server.

A DAS device is generally plug-and-play. When you plug it in, it works like an internal drive permanently attached to the host.

On the other hand, a NAS server connects to a network via a network cable and becomes part of a system — it can be accessed by all other devices within the network. A NAS server functions on its own, offering shared storage space and services 24/7, just like any other traditional server running Windows Server or Linux.

Synology DSM web based user interface with Package CenterUGREEN UGOS Pro web based user interface showing the App Center (app store)
Here are the web user interfaces of Synology’s NAS operating system (DSM) compared to UGREEN’s (UGOS Pro). Note the desktop area with app icons, the taskbar showing open apps, and the Package Center / App Center, which works as an app store.
The web-based GUI, among other things, means users can manage multiple servers simultaneously using a single web browser.

NAS server vs. traditional server

A NAS server is, in fact, a server — most NAS devices run on the Linux open-source operating system. But there are a few differences between the two.

The first is that a traditional server, such as a domain controller running Windows or Linux, is actually a desktop computer that interfaces with the users via a set of mouse, keyboard, and monitor.

A NAS tends to have a web-based user interface similar to a router. Still, within the web page, a NAS server’s interface can offer rich functions, similar to that of a typical computer.

Still, this web-based access allows users to place the server anywhere, even in a tight corner, offering much better flexibility. Additionally, users can use a single web browser to manage multiple NAS servers simultaneously and can switch between them via browsing tabs.

The second, and most important difference is that, unlike traditional servers, NAS servers are much more efficient at running tasks that require low or no user interaction, such as shared folders, media streaming servers, and VPN servers.

Tip

It’s well-established that NAS servers with a graphics processing unit (GPU), such as those running on an Intel CPU, are better at hosting a streaming server, such as Plex, as the GPU can help with transcoding. However, a server running a non-GPU CPU, such as an AMD CPU, can handle a streaming server equally well for casual streaming needs.

Specifically, a low-power NAS server can deliver similar or even better performance in these tasks compared to a traditional powerful server. Most Synology NAS servers are in this category thanks to their refined DiskStation Manager (DSM) operating system and apps.

In recent years, to compete, UGREEN has opted to release powerful NAS servers with hardware specs comparable to that of high-end traditional desktop computers or traditional servers. This type of NAS server is better suited to running virtual machines, as they are overkill for applications purposely built for NAS servers.

UGREEN NASync iDX6011 Pro vs. NASync DXP6800 Pro front side
UGREEN NASync iDX6011 Pro vs. NASync DXP6800 Pro are the two most powerful servers in terms of hardware specs currently available for the home. The former has enough power to host a local AI chatbot.

Like general servers, a NAS server can provide multiple simultaneous services, such as the app mentioned above. At a minimum, a NAS server can run a few apps at a time, and those with powerful CPUs, fast storage, and lots of system memory can run even more demanding tasks.

Generally, a NAS server offers more than simple storage. To date, the only brand that offers storage-only servers is UNAS from Ubiquiti.

No matter which apps you use, a NAS server always boils down to its storage space. Specifically, it provides space to house your data, keep it safe, and make it available for you to use.

To provide storage space, a NAS server often comes with multiple drive bays to house several standard drives (hard drives or SSDs). The more drive bays a server has, and the larger the drive (in capacity), the more storage space the server can offer. After that, it has various ways to keep your data safe.

Network storage: Keeping your data safe

A NAS server can house multiple internal drives. And when there are two or more, you have the option for redundancy.

Redundancy

In data storage, redundancy is the use of additional storage units that are not strictly necessary to provide storage space, but are there to prepare in case one of them fails unexpectedly.

In such cases, redundancy allows the system — the server — to keep operating as usual. You can continue to use the data and storage space on the storage unit(s) while replacing the failed one.

With DSM 7.3 remove Synology 2025 storage lock in HCL policy and Synology branded drives are no longer the requirement on any NAS server
A NAS server can house multiple internal drives — HDDs and SSDs — and, among other things, deliver lots of storage space and options.

The most common and fundamental method is using multiple storage units called drives — hard drives (a.k.a. hard discs/disks) or solid-state drives — to create a single storage pool (or volume). Drives are the base of any redundancy system.

And that brings us to RAID.

JBOD

Redundancy is recommended but not required in NAS servers — or any type of server, for that matter. You can use the drives in the standard non-RAID architecture called Just a Bunch of Disks (JBOD).

In this case, each storage unit delivers its full storage space, but there’s no performance benefit. When a disk dies, you lose data on it and might have to take the server down to replace it and restore its data from backups, if applicable.

Standard RAID setups

RAID is an acronym for “redundant array of independent disks.” As the name suggests, RAID enables you to lump individual disks into a single storage entity.

Different RAID types deliver different levels of performance and resilience—the tolerance against drive failures—depending on how much storage space you’re willing to sacrifice. However, all redundancy-enabled RAID allows the host system (such as a NAS server) to keep running when a drive fails and the drive to be replaced without losing any data.

Depending on the number of drives in use, the following popular standard RAID setups are available — there are other RAID types, but most home or SMB users don’t use them.

Also, if your server has many drive bays, you can use more than one RAID type within it — via multiple storage pools. For example, a 5-bay server can handle RAID 1 and RAID 5 storage volumes.

Generally, we use drives of the same capacities in standard RAID setups.

RAID 0

RAID 0 is the only non-redundant RAID.

Also known as disk-striping, RAID 0 combines two (or more) disks into a single volume (or storage pool).

This volume has the combined storage space of all the involved disks. For example, if you use two 2TB drives in RAID 0, you’ll get a 4TB volume; with three, you’ll get 6TB, etc.

RAID 0 delivers fast performance by writing one copy of data to multiple disks—each disk only needs to hold a portion of the data, reducing the amount of writing each disk has to do.

In return, RAID 0 has no data protection. If one of the drives fails, the RAID is dead — you’ll generally lose data on all disks with no chance of recovering it in full.

RAID 1

Also known as disk mirroring, RAID 1 is the opposite of RAID 0. It combines two, three, or four drives into a single volume with the capacity of just one.

Again, if you use two (or more) 2TB drives in RAID 1, you’ll still get a 2TB capacity. For this reason, your data is intact even if just one of the drives in the RAID survives.

In return, RAID 1’s performance is slow since it has to write a full copy of data to each physical drive. The more drives you use, the slower the performance, but the more resilient the RAID.

RAID 5

This RAID setup requires three or more drives. It uses one of them as redundancy, so it has the capacity of all involved drives minus one.

For example, if you use three 2TB drives, you’ll get 4TB of protected storage space; five will return 8TB, and so on.

RAID 5 delivers capacity, redundancy, and performance but favors speed over resiliency.

In RAID 5, the more disks you use, the faster the performance is since the system needs to write less information to each disk. In a RAID 5 setup, your data is safe when one of the involved drives fails, no matter how many you use. So the more drives, the less resilient the RAID.

RAID 6

This RAID setup is similar to RAID 5 but requires four or more drives and sets two drives for data protection. In RAID 6, your data survives even if two drives fail simultaneously.

If you use four drives, RAID 6 is somewhat like RAID 1 mentioned above or RAID 10 below. For better performance, you should use at least five drives.

RAID 10

This standard nested RAID setup combines RAID 1 and RAID 0.

RAID 10 requires four or more drives — an even number — and delivers performance and data protection. It offers 100% data safety against the simultaneous failure of half of the drives involved.

Standard RAID arrays: Requirements and drawbacks

All standard RAID arrays are designed for drives of the same capacity. If you use a mix, the system will treat all drives as the lowest capacity among them.

For example, if you use 1TB, 2TB, and 3TB drives together, they will all be regarded as 1TB drives — you have access to a total of just 3TB of raw storage space, not 6 TB.

In other words, when combining drives of different storage sizes, only the size of the lowest drive is used in all units.

Classic RAID
You waste a lot of storage space when mixing drives of different capacities in a standard RAID setup.

Furthermore, there’s no way to scale up the storage space in a standard RAID. If you want to increase the RAID’s capacity, you’ll have to follow these steps:

  • Back up the RAID’s data to another device.
  • Rebuild the RAID from scratch with higher-capacity drives.
  • Restore the data from the backup.

The process is time-consuming and requires the host device (the NAS server) to be removed from service.

Proprietary flexible RAID

To overcome the shortcomings of standard RAIDs, some NAS makers have proprietary RAIDs designed to streamline the storage management for beginners.

Synology Hybrid RAID SHR 1
The Synology Hybrid RAID (SHR) allows mixing drives of different capacities without wasting storage space.

The most popular example of this type of RAID is Synology’s Hybrid RAID (SHR).

First available in March 2010, SHR is an automated RAID management system that allows mixing drives of different capacities without wasting much storage space.

Specifically, when larger drives are mixed with smaller drives, their extra storage space is used for the entire RAID’s redundancy — it is not wasted.

Consequently, SHR enables users to scale up a server’s storage space by replacing existing drives with higher-capacity ones without having to rebuild the RAID from scratch.

In November 2021, TerraMaster also announced a flexible RAID called TRAID, which is similar to SHR.

Generally, proprietary RAID systems like SHR or TRAID are slightly slower than equivalent standard RAID systems. Still, their ease of use and simplicity more than compensate for the performance loss.

RAID rebuild

No matter what RAID configuration you use, when a drive in a redundant RAID fails, the RAID is now “degraded.” The host device — a NAS server in this case — will notify you via indicator lights, beeps, or email.

When a RAID is degraded, its redundancy or effectiveness is reduced. You must replace the failed drive for the RAID to restore its function via a “RAID rebuild.”

The rebuild process can take a long time — hours or even days — depending on how much data the RAID stores. You can still use the server during this time, just with (slightly) slower overall performance.

A RAID rebuild can be stressful for the rest of the disks in the array. For this reason, it’s a good idea to reduce the loads on your server during this time.

UGREEN NASync DXP6800 Pro back
A NAS server can have one or many network ports — Gigabit or Multi-Gig — to connect to a network.

Network storage: How to access the shared folders (via SMB)

At its core, a NAS server provides a large amount of protected storage space. What you do with this storage depends on the applications. As mentioned above, a server can do a lot, including media streaming, data syncing, backups, and more.

However, data sharing is the most common application. It’s the base of most other applications. Specifically, you store data on the server via shared folders and access it simultaneously on different computers. Most servers come with one or a few shared folders by default, such as “Public” or “Home,” and users can create as many shared folders as they want.

Data sharing can become sophisticated depending on the network. For example, you might want certain users (or groups of users) to access particular shared folders. You can also limit access to full (read and write) or read-only.

At the basic level, the way a network computer accesses a server remains the same. Generally, in a local network, you do that via the popular Server Message Block (SMB) protocol, which can be accessed by the server’s name or IP address.

SMB is the most popular way to access data on a local network (or remotely via VPN), using TCP and IP for transport. It’s also the most versatile. In addition to data sharing with the common file creation, viewing, writing, and deleting, you can use it for media streaming and many other applications.

How to access a NAS server

A server’s name is assigned during the initial setup process. Unless you can change it, it will remain the same.

Like all network devices, a NAS server gets its local IP address from the router. This IP might change each time the server restarts unless you reserve a specific address.

Tip

Generally, IP reservation is recommended when using a server. In any case, to avoid making mistakes that can create access issues, refrain from entering the IP address manually on the server itself (or any network client for that matter) unless you know what you’re doing.

For this post, let’s use an example where the NAS server’s name is HomeServer — the server name is generally not case-sensitive — and its IP address is 192.168.88.100. Note that your server’s IP address and name are generally different, depending on how you name it or your router’s configuration.

Let’s find out how you can access this server in a home network.

How to access a NAS server on a Windows computer

On a Windows computer, the standard application for accessing a network-shared folder is File Explorer. It also allows you to view the computer’s files and folders.

Accessing a NAS server from Windows
On a Windows computer, you can access the shared folder of a NAS server by entering its IP address in the address bar of File Explorer and hitting Enter.

Here are the steps:

1. Launch File Explorer by opening any existing folder. You can also search for it on the Start menu.

2. On File Explorer’s address bar, type in the server’s IP address or name before hitting Enter on the keyboard:

(I used the IP address and server name of our example, so change them to yours.)

\\192.168.88.100

Or

\\HomeServer

Note the double back-slashes (\\) that precede the IP or server name. Also, there’s no space.

3. If prompted, enter the username and password. It’s the same as the username and password of a user account on the server itself. Then, you’ll see a list of the available shared folders.

Accessing a NAS server from Windows Shared folder list
The list of a server’s shared folders.

And that’s it. Mission accomplished.

File Explorer will now display the list of available shared folders. You can interact with them as you do on the local computer. Right-clicking on one will give you more options, including creating shortcuts or making a network drive.

Accessing your NAS server on a Mac

On a Mac, things are a bit different but still simple enough.

Steps to access a server on a Mac computer
Steps to access a server on a Mac computer

1. Click on an empty spot on the desktop, press Command + K, and the “Connect to Server” window will appear.

2. Under Server address, type in the server’s IP address or name as shown below:

(I used the IP and server name of our example — change them to yours.)

smb://192.168.88.100 

Or

smb://HomeServer

Note the smb:// prefix — double forward-slashes in this case.

3. Click on Connect and enter the username and password (of the account you’ve created or the router’s admin account) if prompted.

Mission accomplished.

You’ll see the list of available shared folders. Pick one and click OK to create a shortcut on the computer’s desktop. Repeat step #1 if you want to access another shared folder.


Understanding how to create and access a shared folder on a NAS server will help with other applications.

For example, when applicable, you can dedicate a folder as the backup destination for Time Machine. The server will now work as a Time Capsule for backing up multiple Macs in a network.

Backing up from a Windows computer is much easier. You only need to pick a shared folder as the network location for File History.

Synology NAS Time Machine
You can easily pick a shared folder to host Time Machine backups on a Synology NAS server.

In addition, you can also set up data sync with a specific shared folder to keep files synchronized between the server and multiple computers.

Last but not least, enabling shadow copies of a shared folder is an excellent way to safeguard data against accidental deletion or malicious alteration (such as ransomware).

The possibilities are endless with a NAS server.

The takeaway

While not everyone’s cup of tea, a NAS server means much better data sharing and safekeeping. That’s not to mention many other valuable applications.

The more advanced the server, the better your experience. So try one today. Not ready for a real dedicated NAS server? Maybe try turning your Wi-Fi router into one. That’s an excellent way to start small on network-attached storage.

Share what you just read!
About Dong Ngo

Dong Ngo is an independent tech journalist with over 25 years of experience, including an 18-year stint at CNET, where he ran CNET SF Labs, developed testing methodologies, and reviewed gadgets. He founded Dong Knows Tech in early 2018 to provide nonsense-free tech news, reviews, and how-tos.

Comments are subject to approval, redaction, or removal. You're in the no-nonsense zone and that applies BOTH ways.

It's generally faster to get answers via site/page search. Your question/comment is one of many Dong Knows Tech receives daily.  

  1. Strictly no bigotry, falsehood, profanity, trolling, violence, or spamming, including unsolicited bashing/praising/plugging a product, a brand, a piece of content, a webpage, or a person (•).
  2. You're presumed and expected to have read this page in its entirety, including related posts and links in previous comments - questions already addressed will likely be ignored.
  3. Be reasonable, attentive, and respectful! (No typo-laden, broken-thought, or cryptic comments, please!)

Thank you!

(•) If you have subscription-related issues or represent a company/product mentioned here, please use the contact page or a PR channel.

19 thoughts on “NAS Server, Explained: Redundancy (RAID) and Network-Attached Storage Basics”

In a hurry? Take a jump!
  1. My Synology DS416 is still going strong with the same four drives. But eventually I’ll need to replace it. What do you think is a good replacement, Dong?

    Reply
    • I remember that one, JT. If you are happy with a four-bay, you can get any of the newer model with the same number of bay, though, I’d say a 5-bay is the sweet spot. So, any of these.

      If you simply move the drives over from the DS416 and update the OS as prompted if you want to keep everything the same. After that you can slowly replace the drives one at a time if they are old or if you want to increase the storage space. Good luck!

      Reply
  2. Hi Dong, Do you have a recommendation for 3rd party brand/model of HDD (used with an M.2 cache) or SSD to use in a DS725? Or maybe a link to a post where you’ve addressed this question of HDD/SSD recommendations for NAS? Thanks!

    Reply
  3. Hi Dong
    I know you don’t have time to give individual advice, but I’m hoping you can point me to a good source.
    I have an AX89X router, Zyxel XGS1250-12 switch, 10Gb fiber ONT from my ISP, and DS-923+ NAS.
    I’ve looked at lots of posts and tried dozens of “fixes” but I can’t get my NAS to be found with find.synology.com or Synology Assistant. Windows troubleshooter says the computer appears to be configured correctly but the device is not responding. I’ve done resets on the NAS, tried without the switch, etc.
    By the way, on the AX89X > Network Map > Clients, the Server shows up 3 times. 1 is named Synology. The other 2 are named using my street address as the name. They all have unique IP addresses. Their MAC addresses are the same for the first 3 pairs and unique for the last 3.
    I read in one of your posts that getting set up was tricky, but anyone with technical skills should be able to figure it out. I’ve done quite a few PC builds over the years, but I guess I don’t have the chops for this one.
    The Synology FAQs and Knowledge base have not been helpful. There’s lots of information on how to use the server but little to none on setting it up for first use.
    Thanks for any help you can offer.

    Reply
  4. For advanced users, not to be tied down by proprietary hardware, what we call a “software RAID” is what powering our enterprise cloud services today. Recommend to read up on the copy-on-write (C.O.W) file system like OpenZFS. The gold standard in data protection and storage.

    Reply
  5. I actually stopped using raid back in the 1990s. Why? Because while the disks are the main focal point of failure, there is also another one–the raid controller.

    When using a nas unit, this means the nas unit itself. Sure, you can buy another one and then put the drives in, but what if you need the data now? It’s all right there on the drives, but locked behind a proprietary raid format.

    This is why I always forgo raid systems and simply make jbod volumes. Then I can copy the data to both (like a normal backup), and because it’s just a jbod drive in a normal linux format, you can pull the drive and boot a linux live cd on a computer after putting the drive in it and access all your data immediately.

    Remember folks that a good part of a backup strategy is testing your restore strategy. You don’t want to be testing your restoration procedure when you actually need the data. 😉

    Reply
    • Hi Dong:
      Are you saying that you save all your data to RAID and JBOD?
      Is that done automatically or with periodic backups?
      Why would you use both? To access the JBOD disks if the RAID fails?
      I thought you were a big fan of RAID. This has me rethinking getting a NAS. Now I don’t really understand.
      Thanks.

      Reply
    • Hi Samir,
      “normal linux format” now includes reasonably matured btrfs filesystem, which has raid included, beyond extN filesystems.
      My 2013 ReadyNAS based on Debian Jessie uses it. I checked (before having problems, please) NAS drives plugged in my mdadm/btrfs-capable fatdog64 linux MacbookPro were recognised with mdadm –scan and mount /dev/md127 commands.
      “testing your restore strategy” Yes, that’s proven free-cost non-proprietary post-crash raid support with the community’s btrfs-tools and helping hand blogs = nice.
      I enjoy having
      + ordinary NAS services (redundant home, file/media share, time machine..)
      + app/package services (docker, torrent, plex..)
      + ssh to NAS linux access to its connected local drives : internal bays with btrfs snapshots (protects against user/virus deletion but should not be considered a backup) + external usb drive backup (protects against corruption from failed hardware controller)
      + hot swap after 1 of 4 drive crashed from Raid10, and keep going during rebuild (where your JBOD would fail, IMHO. Linux btrfs still recommend Raid10 over Raid5/6).
      With this info, Samir can now have his post-crash resilience results without losing Raid1 redundancy protection and with Raid0 performance multiplier.

      Reply
  6. Hi Dong:
    What would be a good way to put Windows OS on the NAS server and use it for 3 different PCs?
    Or is this a bad idea?

    Reply
    • You can’t use Windows OS on a NAS server, Edgar. What you can do is use a Windows virtual machine inside a NAS, in which case you have another Windows computer/server in the network which can work as a NAS but not exactly a NAS server.

      In short, what you mentioned is not an idea — it doesn’t exist. Microsoft once had its own version of NAS OS, which only worked on particular hardware, but has been out of the home NAS business for a long time. But you can use any Windows computer as a server. It’s just a matter of what you want to serve the rest of the network, how you build/manage it, and how much you want to spend.

      Reply
      • Thanks for that. Now that you you reminded me, I think I recall you saying the NAS would run on a Linux based system (not sure but it probably wouldn’t matter).
        So I’ll keep my (3) OS’s the same when I get my NAS up and running.
        Thanks again. You’re the best.

        Reply

Leave a Comment

Light
Dark