功能强大 扩展性强 - 上架式工控机 ( Rackmount )
从部件的选择到最后的工艺,研华都是遵循着为你提供一个高品质的产品所进行的,并为您实现不同环境下的应用。全系列高效能1U~7U上架式工控机,可以满足更多的扩展需求。研华客制化配置服务,可以让您更快捷、更有效的配置个性化系统。
RACK_AXIS2_01
CORE 2 DUO Rackmount Platforms

Core 2 Duo

Pentium 4 LGA 775 Rackmount Servers

Pentium 4 LGA 775

Pentium 4 Rackmount Computers

Pentium 4 (socket 478)

Pentium M Rackmount Computers

Pentium M

RACK_AXIS2_05
Long Life-cycle Thin Client Server 1U 上架式板系统
(最高. 2-slot)
Revision Control Low Profile Server 2U 上架式系统
(最多. 5-Slot)
Price Performance 上架式系统 4U 上架式系统
(最多. 14-Slot)
Price Performance 上架式系统 4U Rackmount
(Max.20-Slot)
...
Long Life-cycle Thin Client Server
Long Life-cycle Thin Client Server

Pentium 4 2.8GHz Processor * 512M DDR 400 * 80G SATA * 10/100Base-T Ethernet * 1 PCI Expansion Slot *

RMB10,000全系列產品 


何谓 RAID 磁盘阵列 ?

( Redundant Array of Independent Disks) 简单来说,RAID是把多颗硬盘组合成为一个磁盘阵列组,使性能达到甚至超过一颗对等容量的巨大硬盘。RAID常被用在服务器上,并且常使用完全相同的硬盘作为组合。由于硬盘价格的不断下降与RAID功能更加有效地与主机板整合,特别是需要大容量储存空间的工作,如:视讯与音讯制作。

Small and Large Disk Striping Mirroring and Parity
RAID subsystems come in all sizes from desktop units to floor-standing models (see NAS and SAN ). Stand-alone units may include large amounts of cache as well as redundant power supplies. Initially used with servers, desktop PCs are increasingly being retrofitted by adding a RAID controller and extra IDE or SCSI disks. Newer motherboards often have RAID controllers.
RAID improves performance by disk striping, which interleaves bytes or groups of bytes across multiple drives, so more than one disk is reading and writing simultaneously.
Fault tolerance is achieved by mirroring or parity. Mirroring is 100% duplication of the data on two drives (RAID 1). Parity is used to calculate the data in two drives and store the results on a third (RAID 3 or 5). After a failed drive is replaced, the RAID controller automatically rebuilds the lost data from the other two. RAID systems may have a spare drive (hot spare) ready and waiting to be the replacement for a drive that fails.
RAID的应用层级
RAID 0 - 速度快 (常见使用)
将多个磁盘合并成一个大的磁盘,不具有备援,并行I/O,速度最快。常见应用如Gaming博弈系统

RAID 1 - 数据备援 (常见使用) (Widely Used)
透过镜像原理,在主硬盘上存放数据的同时也在镜像硬盘上写一样的数据,当主硬盘毁损时,镜像硬盘则代替主硬盘的工作。因此安全性最高,但磁盘利用率也是最低。常见应用如银行业等商业服务。

RAID 2 - 速度快
为RAID 0的改良版,将数据进行编码后,加入了错误修正码,分割分别写入磁盘中。因此整体的数据容量会大于原始数据,最少要三台磁盘驱动器才能运作

RAID 3 - 速度快、数据备援 Tolerance
采用数据交错存储技术,特别将检查数据独立存放,因此读取一小段数据数据都可能需要所有的磁盘进行工作,所以这种规格比较适于读取大量数据时使用。
 

RAID 4 - 速度快、数据备援
与RAID 3不同的是以区块为单位分割,存取数据时常频繁来往读取,因此对硬盘的损耗可能会提高。

RAID 5 - 速度快、数据备援 (常见使用)
兼具存储性、安全性及经济考虑的解决方案。它使用的是Disk Striping(硬盘分割)技术,为系统提供数据安全保障,RAID 5具有和RAID 0相近似的数据读取速度,且磁盘空间利用率要比RAID 1高,存储成本相对较低廉。

RAID 6 - 速度快、高数据可靠度
同一数组中容许两个硬盘同时失效,更换新硬盘时再由另两个正常硬盘将备份的数据建立在新的硬盘中.所以至少必须具备四或四个以上硬盘才能生效。

RAID 10, RAID 100 - 速度快、数据备援
RAID 10 is RAID 1 + 0. 提供RAID 0数据速度以及RAID 1的数据备援能力。
RAID 100 is RAID 10 + 0. 为数据速度再提升的应用。