Catalog   /   Computing   /   Networking   /   NAS Servers

Comparison Synology DiskStation DS124 vs QNAP TS-464-8G

Add to comparison
Synology DiskStation DS124
QNAP TS-464-8G
Synology DiskStation DS124QNAP TS-464-8G
Compare prices 11
from $648.70 
Outdated Product
TOP sellers
Mountdesktopdesktop
Drives
3.5" drive slots14
HDD connection interfaceSATA 3SATA 3
Hot swap
M.2 connector2
PCIe1 pcs
RAID
 
RAID 0
RAID 1
RAID 5
RAID 6
RAID 10
JBOD
Single
Connection
LAN ports12
LAN speed1 Gbps2.5 Gbps
USB-A 2.02 pcs
USB-A 5Gbps2 pcs
USB-A 10Gbps2 pcs
HDMIv 2.0
Features
Software features
Web server
FTP server
multimedia (DLNA, iTunes, uPnP)
BitTorrent client
video surveillance server
backup
domain integration
Web server
FTP server
multimedia (DLNA, iTunes, uPnP)
BitTorrent client
mail server
database server
video surveillance server
backup
DDNS
domain integration
virtualization
Hardware
Operating systemDSMQTS 5.0.1
CPURealtek RTD1619B
CPU cores4 cores (4 threads)4 cores (4 threads)
CPU speed1.7 GHz2 GHz
TurboBoost frequency2.9 GHz
RAM1 GB8 GB
Max. RAM8 GB
Built-in memory4 GB
General
Power consumption10.7 W40.5 W
Coolingactiveactive
Noise level19 dB
Size71x166x224 mm168x170x226 mm
Weight0.7 kg2.26 kg
Added to E-Catalogaugust 2023march 2023
Compare Synology DiskStation DS124 and QNAP TS-464-8G
Synology DiskStation DS124 often compared
QNAP TS-464-8G often compared
Glossary

3.5" drive slots

The number of slots for drives in the form factor 3.5", provided in the design of the server.

Initially, 3.5 "is the traditional, most popular form factor of drives for server systems. It is noticeably larger than 2.5", but it allows you to create capacious, inexpensive (in terms of gigabytes) and reliable media, in which it is also easier to implement various additional functions. That is why, specifically in NAS servers, this form factor is also the most popular; slots under 2.5" are much less common in such equipment, and in most cases they complement 3.5".

As for the number of slots, it can vary from 2 (or even 1) in the most basic desktop systems to 8 or more in professional rack-mount solutions. And not only their maximum capacity depends on the specific number of drives, but also some other features of work — first of all, the physical possibility of using one or another RAID level.

Hot swap

The ability to remove one of the NAS server's internal drives and replace it with another without shutting down the entire server. Thanks to this, time is not wasted on rebooting, and the information on other media remains constantly available. Note that even if this feature is available in the NAS server, it may not be available when using RAID — some versions of this technology (see "RAID support") do not allow hot- plugging drives.

M.2 connector

Number of M.2 slots provided in the design of the NAS server.

M.2 slot is used for connecting various internal peripheral devices, mainly of a miniature form factor. This solution allows reducing the size of the NAS server itself. Solutions without 2.5" and 3.5" slots can make it compact. It is worth noting that this slot can implement two electrical (logical) interfaces — SATA 3.0 and PCI-Express, with each individual M.2 socket on the board being able to support either both interfaces simultaneously or just one of them. These details should be clarified before purchase, as they directly affect the capabilities of using M.2. For instance, with SATA 3.0 support, such a slot has a significantly lower speed compared to PCI-E; therefore, this M.2 variant is mainly used for inexpensive SSD modules. In turn, PCI-E is somewhat more expensive but provides maximum data transfer speed and allows connecting high-class solid-state drives to the NAS server.

PCIe

The number of PCIe slots available in the NAS server design.

PCIe is one of the most popular modern interfaces for connecting internal components to a computer's motherboard. Specifically in NAS servers, it can be used for wireless adapters and SSDs; in the latter case, PCIe allows for higher speeds than SATA and fully realizes the potential of solid-state memory. The number of such slots corresponds to the number of PCIe components that can be installed in the server simultaneously.

Note that PCIe connections can use different numbers of lanes (1x, 4x, 16x), and for normal operation, the slot on the "motherboard" should have no fewer lanes than the component being installed. In practice, this means that a component with a 1x slot can fit into any slot without issues, but for larger slots, the connection capability should be clarified separately. However, in the case of NAS servers, even the capabilities of PCIe 4x are rarely required, let alone 16x.

RAID

NAS server supports RAID technology. The term is an abbreviation for "redundant array of independent disks", that is, "redundant array of independent disks". Accordingly, only models with more than one drive slot can have this feature (see “Drive Slots”).

There are several options for combining disks into a redundant array, they differ in a number of characteristics: some focus on increasing speed, others focus on fault tolerance. However, all RAIDs have two key differences from non-arrayed systems. The first is that the RAID array is perceived by the system as one single drive. The second is “redundancy”: the total volume of disks included in the array must be greater than the volume of data that is planned to be stored on them. This is due to the fact that the array uses service information, which must be stored on the same disks (however, the exception is RAID 0, see below).

The most common RAID versions today are:

RAID 0. An array of two or more disks, information on which is written by interleaving: first, the data is divided into blocks of the same length, and then each of these blocks is written to its “own” disk in turn. For example, if a RAID 0 array consists of 3 disks, and the file is divided into 7 parts, then parts 1, 4 and 7 will be on the first disk, 2 and 5 on the second, and 3 and 6 on the third. that it is not actually a RAID, as it devoid of "redundancy" — the volume of the array corresp...onds to the sum of the disk volumes. The main advantage of RAID 0 is a significant increase in performance; it is higher, the more disks are included in the array. On the other hand, the reliability of such systems is lower than that of individual drives: in the event of a failure of any of the drives, the entire array becomes inaccessible, and the more drives are used, the higher the likelihood of this. The minimum number of drives for RAID 0 is two.

RAID 1. In arrays of this type, information is recorded according to the principle of mirroring: two disks, the information on which is completely identical. This provides a very solid system fault tolerance: the data contained in the array will be available in full, without additional tricks and serious drops in performance, even if one of the disks fails completely. In addition, some gain in read speed is achieved in this way, and "hot swapping" (see above) usually does not cause problems. The disadvantage is the high cost of building: you have to pay for two hard drives, getting the volume of one. However, in some cases this can be quite an acceptable price for increased reliability.

RAID 5. In such arrays, unlike RAID 0 and 1 (see above), not only basic information is stored on disks, but also service information — in the form of data for error correction (so-called checksums). In this case, both types of information are distributed evenly across all disks. For example, in RAID 5, consisting of 4 disks, the first "portion" of data to be written will be divided equally between disks 1,2 and 3, and the checksum will be written to disk 4; the second portion is between disks 1,2 and 4, with a checksum written to disk 3, etc. This provides good fault tolerance: the array provides data access in the event of a complete failure of any of the drives. In addition, RAID 5 is characterized by a very low level of redundancy: the working volume of the array is equal to the volume of the smallest disk multiplied by (n-1), where n is the total number of disks. The main disadvantages of RAID 5 are relatively low performance, which drops even more in the event of a failure; this is due to the abundance of additional operations associated with the use of checksums. In addition, if one of the drives fails, the reliability of the remaining array is reduced to the RAID 0 level (see above), and the remaining drives experience very significant loads, which further increases the risk of additional failure; if two disks fail, data can be recovered only by special methods. The minimum required number of drives for RAID 5 is three.

RAID 10. A combination of arrays of the RAID 0 and RAID 1 types (see above): the disks are combined in pairs into mirror RAID 1 arrays, and the whole system operates on the RAID 0 principle, with sequential information writing to each pair of disks. This scheme allows you to maintain the high performance characteristic of the classic RAID 0, while eliminating its main drawback — unreliability. Regardless of the number of drives, a RAID 10 array is completely insensitive to a single drive failure and can easily survive the loss of half the drives if they are all in different mirrored pairs. At the same time, the simultaneous failure of one pair leads to an irreversible loss of information. Another drawback is the high redundancy characteristic of RAID 1: the useful volume of the array is half the sum of the volumes of all disks. At least 4 drives are required to build RAID 10, and anyway, their number must be even.

JBOD. Abbreviation for "Just a bunch of disks" — "just a bunch of disks." This name, although rough, but quite accurately describes the features of arrays of this type: JBOD does not provide "redundancy", does not use additional technologies such as checksums (see RAID 5), and the volume of the array is equal to the total volume of all disks included in it. The discs are connected in a kind of series. This means that when writing each next file, the remaining free space on the previous disk in the queue is first filled, and if there is not enough space, the rest of the data is written to the next one. For example, if you write two 70 GB files to an empty JBOD array of 100 GB disks, the first file will fit entirely on the first disk, and the second will take up the remaining 30 GB on the first and 40 GB on the second. Similarly, if the volume of the file exceeds the volume of the entire disk — in our example, a 120 GB file will occupy the entire first disk and 20 GB on the second. The advantages of JBOD are good performance with a small load on the processor and the ability to combine disks with different sizes and speeds. In addition, they are somewhat more fault-tolerant than similar RAID 0 in many respects (see above): the failure of one disk does not necessarily lead to the irreversible loss of data of the entire array. At the same time, the reliability of JBODs is still somewhat lower than that of single disks, and therefore they can only be considered as a tool for improving performance.

Note that the variety of RAID standards used in modern NAS servers is not limited to the above. Additional options may include but are not limited to:

— RAID 3 and RAID 4 — similar to RAID 5 described above, however, in these formats, checksums are written to one dedicated disk, and are not distributed evenly across all disks. This improves performance (for RAID 3 — only in some cases), but reduces the reliability of the control disk. For a number of reasons, they are rather uncommon.

— RAID 6 is another analogue of RAID 5, differs in that it uses not one, but two sets of checksums, also evenly distributed over all disks. This significantly increases reliability, but reduces performance and increases the level of redundancy — the volumes of not one, but two disks “fall out” of the total volume.

— RAID 0+1. It can mean 2 options. The most common is an array of two RAID 0 (striped) combined into a RAID 1 (mirror). Some manufacturers use RAID 0+1 as a designation for an advanced technology that allows you to “mirror” information on an odd number of disks: for example, in a three-disk array, the first piece of data will be mirrored on disks 1 and 2, the second — on 2 and 3, the third — on 3 and 1 etc.

— RAID 50 and RAID 60. RAID 5 and RAID 6 arrays, respectively, composed of groups of disks combined in RAID 0. Provide high reliability and performance, but are expensive and difficult to maintain.

There are also other options for "combined" RAID — for example, in RAID 51, two RAID 5 arrays are made into a "mirror" pair.

LAN ports

The number of LAN ports provided in the design of the NAS server.

LAN — a connector used for a wired connection to Ethernet local networks (the most common "local" format today, it is also used to access the Internet). For a relatively simple network (say, within a medium office), one LAN port will be enough. However, models are produced where there are more than one such ports, mainly 2, 3 and 4 connectors. They are designed for large networks divided into subnets with separate access to the NAS server: the presence of several LAN connectors allows you to connect each of the subnets directly without using a router. This simplifies the network architecture and optimizes the load.

LAN speed

The maximum operating speed supported by the LAN port(s) of the NAS server. For the LAN ports themselves, see above; in today's networking equipment, higher speed means compatibility with lower rates

In general, the higher the LAN speed, the wider the bandwidth, the faster the device will cope with data transfer and the easier it will be for it to work with several network requests at once. As for specific standards, 1 Gbps is the most popular nowadays: it gives quite decent speed and at the same time is inexpensive. The more advanced 10 Gbps standard is less common, mostly in professional equipment designed for high loads. The middle and rare link are models with a speed of 2.5 Gbps. But LAN 100 Mbps is considered completely obsolete version.

USB-A 2.0

The number of USB version 2.0 ports available in the NAS server design.

USB ports are used in computer technology to connect various external peripherals. In the case of NAS servers, this mostly involves external storage devices like USB flash drives, hard drives, etc. This allows transferring information from the internal storage to an external one (for example, for backup purposes) or vice versa, and even expanding the server's overall working volume. Furthermore, in models with a VGA output (see below), a keyboard can also be connected via USB, and in models with a print server function (see “Software Features”), a printer can be connected accordingly. For additional convenience, the USB port can be located on the front panel (see below).

As for USB 2.0 in particular, today this version is generally considered outdated — due to its relatively low speed (up to 480 Mbps) and low power supply through the port. Peripherals of newer versions can be connected to such a port, but the speed will be limited to the capabilities of version 2.0, and the power supply may be insufficient. Therefore, in modern NAS servers, such ports are quite rare — mainly as a complement to newer and faster USB 3.2 gen1 ports (see below), intended for relatively undemanding peripherals like keyboards.

USB-A 5Gbps

Number of ports USB 3.2 gen1 provided in the design of the NAS server.

USB connectors are used in computer technology for connecting various external peripherals. In the case of NAS servers, this usually refers to external storage devices — flash drives, hard drives, etc. This allows information to be transferred from the internal storage to an external one (for example, for backup purposes) or vice versa, and even to expand the overall working capacity of the server. Additionally, in models with a VGA output (see below), a keyboard can also be connected via USB, and in models with a print server function (see "Software Features"), a printer can be connected accordingly. For added convenience, the USB connector can be placed on the front panel (see below).

Specifically, USB 5Gbps (previously known as USB 3.0 and USB 3.2 gen1) is the direct successor of USB 2.0 and the most widespread USB standard today. This version provides a data transfer speed of up to 4.8 Gbps, as well as fairly high power supply. These connectors are backward compatible with peripherals using USB 2.0.