United Kingdom
Catalog   /   Computing   /   Networking   /   NAS Servers

Comparison WD My Cloud EX2 Ultra without HDD vs QNAP TS-469U-SP RAM 1 ГБ

Add to comparison
WD My Cloud EX2 Ultra without HDD
QNAP TS-469U-SP RAM 1 ГБ
WD My Cloud EX2 Ultra without HDDQNAP TS-469U-SP RAM 1 ГБ
Compare prices 7
from £47.61 
Outdated Product
TOP sellers
Main
Support for cloud technologies for remote data access. Compact dimensions.
Mountdesktop
rack-mount /1U/
Drives
3.5" drive slots24
Max. storage capacity20 TB
Hot swap
SATA 2
SATA 3
RAID
RAID 0
RAID 1
 
 
JBOD
 
RAID 0
RAID 1
RAID 5
RAID 10
JBOD
RAID 6
Connection
LAN ports12
LAN speed1 Gbps1 Gbps
USB 2.05
USB 3.2 gen122
eSATA2
VGA output
HDMI+
Features
Software features
Web server
FTP server
print server
multimedia (DLNA, iTunes, uPnP)
BitTorrent client
 
video surveillance server
backup
DDNS
 
Chromecast
Web server
FTP server
print server
multimedia (DLNA, iTunes, uPnP)
BitTorrent client
database server
video surveillance server
backup
DDNS
domain integration
 
Hardware
Operating systemMy Cloud OSLinux
CPUMarvell ARMADA 385Intel Atom Dual Core 2.13 ГГц
RAM1 GB1 GB
Max. RAM3 GB
RAM slots2
Built-in memory512 MB
ControlWeb interfaceWeb interface
General
Power consumption52 W
Coolingactiveactive
Size44х439х599 mm
Weight7.6 kg
Added to E-Catalogapril 2016july 2013

Mount

Rack mounted. In accordance with the name, this type of NAS-servers is designed for installation in telecommunications racks. These devices come in standard sizes and mounts for quick and easy installation in a standard equipment slot. Technically, the possibility of a separate installation is not excluded, however, it is inconvenient and hardly justified to use such models outside the racks. Typically, this form factor includes the most advanced professional NAS servers that can carry up to 12 drives (see "Drive Slots") and have an extensive set of software features, including regarding RAID (see the relevant paragraphs below for more details).

Desktop. This category includes NAS servers installed separately — on a table, shelf, floor, etc.; roughly speaking — all models for which rack mounting is not provided. Among desktop models there are models of any price level, from modest low-cost devices to advanced professional solutions with the appropriate capabilities.

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.

Max. storage capacity

This item characterizes the maximum capabilities of the device for connecting drives. This way you can understand how much maximum memory can be added to the NAS server.

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 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.

USB 2.0

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

USB connectors are used in computer technology to connect various external peripherals. In the case of NAS servers, we are most often talking about external drives — flash drives, hard drives, etc. In this way, you can transfer information from an internal drive to an external one (for example, for backup purposes) or vice versa, and even expand the total working volume of the server . In addition, on models with a VGA output (see below), a keyboard can also be connected to USB, and on models with a print server function (see "Software Features"), respectively, a printer. For added convenience, the USB connector can be placed on the front panel (see below).

As for USB 2.0 specifically, today this version is generally considered obsolete due to the relatively low speed (up to 480 Mbps) and the low power supplied through the connector. Peripherals of newer versions can be connected to such a port, however, the speed will be limited by the capabilities of version 2.0, and the power supply may not be sufficient. Therefore, in modern NAS servers, such connectors are quite rare — mainly as an addition to the newer and faster USB 3.2 gen1 (see below), designed for relatively unpretentious peripherals like keyboards.

eSATA

The number of eSATA connectors provided in the design of the NAS server.

eSATA is a specialized interface for connecting external drives, primarily hard drives. It provides data transfer rates up to 2.4 Gbps — half that of USB 3.2 gen1, but significantly more than USB 2.0. And the clear advantage of such an interface is that it allows you to leave free USB ports that may be required for other devices. At the same time, eSATA drives are not very common nowadays, therefore, connectors of this type are provided in NAS servers quite rarely (and mostly in an amount of less than one).

VGA output

Connector for outputting video signal to an external screen. Allows you to connect a monitor to the NAS server and monitor the operation parameters on it; and some models even have firmware with a full graphical interface, allow keyboard and mouse connection, and can be controlled directly from the monitor and keyboard/mouse. However, it is worth noting that VGA uses an analogue format, supports relatively low resolutions (in fact, up to 1280x1024) and does not provide sound transmission. Therefore, nowadays it is rare, as it is gradually being replaced by more advanced video interfaces — primarily HDMI (see below).

HDMI

The presence of an HDMI output in the NAS server; either the presence of such a connector itself or its specific version can be indicated here.

HDMI is a digital interface specifically designed to carry high-definition video and multi-channel audio. This is the most common of these interfaces, most modern monitors, TVs, home theaters, projectors, etc. have this type of input. Thus, even in such a specific technique as NAS servers, such outputs have several applications. The first option is to connect a monitor to monitor the parameters of the server; some devices at the same time allow you to connect keyboards / mice and control the server directly, like a regular computer. The second option is to use the NAS server as a media centre to broadcast movies and other content to a TV, home theater, etc.

The specific functionality of HDMI should be specified separately. As for the versions, the following options are relevant today:

— v 1.4. Relatively old (2009), but still quite widely used version. Supports resolutions up to 4096x2160 (at 24 fps), as well as frame rates up to 120 Hz, which allows you to play 3D content as well. It is found both in the original version and in improved versions v 1.4a and v 1.4b — they have advanced features for working with 3D.

-v 2.0. Version released in 2013. The increased bandwidth compared to its predecessor made it possible to provide full support for 4K video (at frame...rates up to 60 Hz), as well as multi-channel audio up to 32 channels and 4 streams over a single cable. HDMI v 2.0 did not originally support HDR, however this feature was introduced in the v 2.0a update and was improved and expanded in v 2.0b. With all this, old cables, originally designed for version 1.4, are also suitable for connecting according to this standard.

— v 2.1. Standard introduced in 2017. Also known as HDMI Ultra High Speed, bandwidth has increased so much that it is possible to transmit video at resolutions up to 10K at 120 frames per second. Note that to use all the features of this version, you need cables that were originally created for it (although the functionality of earlier versions will be available when connected via a regular cable).

In conclusion, we note that different versions of HDMI are mutually compatible, however, the signal transmission capabilities in such cases will be limited by the characteristics of the older and slower standard.
WD My Cloud EX2 Ultra often compared