总线What are the advantages of SCSI disk arrays and how are they assembled(什么是SCSI磁盘阵列有什么优点是怎么样组装的)

什么是磁盘阵列  时间:2021-04-09  阅读:()

What are the advantages of SCSI disk arrays and how are theyassembled 什么是SCSI磁盘阵列有什么优点是怎么样组装的Disk array (DiscArray) is composed of many sets of disk or CDmachine according to certain rules, such as sub section(Striping) , block (Declustering) , cross access (Interleaving)is composed of a fast, large capacity memory subsystem. Underthe control and management of the array controller, it achievesfast, parallel or cross access, andhas a strong fault tolerance.From the user point of view, although the disk array is composedof several, dozens or even hundreds of disc, but still can beconsidered as a single disk, the capacity can be up to hundredsof megabytes to thousands, so this technology is widelywelcomed by the multimedia system.

Disk array is the full name of:

RedundanArrayofInexpensiveDisk, referred to as RAIDtechnology. It is the disk redundancy technology proposed byProfessor DavidPatterson of BerkeleyUniversity in California,USA in 1988. Since then, disk array technology has developedrapidly and gradually matured. Now basically accepted, thereare the following eight series.

1.RAID0 (0 level disk array)

RAID0, also known as data fragmentation, means that data isdistributed across multiple disks without fault tolerance. Thecapacityand the datarate is Ntimes as astand-alone capacity,N total disk disk array, I/O transmission rate is high, but theaverage fault free MTTF time (MeanTimeToFailure) of only a

single disk machine N, so the reliability of zero level diskarray is the worst.

2.RAID1 (1 level disk array)

RAID1, also known as mirrored (Mirror) disk, uses mirror faulttolerance to improve reliability. That is, each working diskhas a mirrored disk, and each time it writes data, it must bewritten to the mirrored disk at the same time. When reading thedata, it is only read from theworking disk. Once the disk fails,immediately switch to the mirrored disk, read the data from themirrored disk, and then recover the correct data from the diskby the system. Therefore, data canbe reconstructed in this way,but the working disk and themirror diskmust be kept one-to-onecorrespondence. The disk array is highly reliable, but itseffective capacity is reduced to less than half of the totalcapacity. As aresult, RAID1 is oftenused in applications whereerror rates are extremely demanding, such as finance andf inance.

3.RAID2 (2 level disk array)

RAID2 is also called a cross, it uses the Hamming code forcomplex test, without the need for CRC in each sector after theinspection (CyclicReDundancycheck) . Hamming code is a (n, K)linear block code, n is the length of the code word, K is thenumber of data bits, and R is the digit used for the test, sothere are: n=2r - 1r=n - K

Therefore, bit interleaved access is most advantageous forHamming code test. This kind of disk is suitable for reading

and writing large data. But redundant information costs arestill too large to stop the widespread use of such disks.

4.RAID3 (3 level disk array)

RAID3 is a single disk fault tolerant parallel transmissionarray disk. It is characterized by reducing the test disk toone (the RAID2 checksum is multiple, the DAID1 test disk is 1to 1) , and the data is stored in bits or bytes in the disk (eachdisk machine that is scattered over the same fan code withinthe group) . Its advantage is that the bandwidth of the wholearray can be fully utilized, and the data transmission time isreduced. The disadvantage is that each read and write affectsthe whole group, and can only do I/O once each time.

5.RAID4 (4 level disk array)

RAID4 is an array that can read and write groups of disksindependently. The check plate is only one.

The difference between RAID4 and RAID3 is: RAID3 is the bitwiseor byte interleaving, RAID4 block (sector) access, canindependently operate on a disk, it does not need to like RAID3,even if every small I/O operations also involves the whole group,only to group two a disk drive (a data disk, a disk can test) .Thereby increasing the I/O rate of small data.

6.RAID5 (5 level disk array)

RAID5 is an array of independent access to rotatedparity check.It differs from the RAID1, 2, 3, and 4 disk arrays in that it

does not have a fixed calibration disk, but rather distributesits redundant parity information evenly on all disks on whichthe array belongs.

Thus, there is both data information and verificationinformation on the same disk drive. This change solves theproblem of contention check disks, so DAID5 allows multiplewrite operations concurrently within the same group. So RAID5is suitable for large data operations, but also for a varietyof transaction processing. It is a fast, large capacity andfault-tolerant distributed rational disk array.

7.RAID6 (6 level disk array)

RAID6 is a two dimensional parity check independent access diskarray. Its redundancy check and error correction informationis evenly distributed across all disks, while data is storedacross thedisk inavariable sizeblock. This typeof disk arrayallows double disk errors.

8.RAID7 (7 level disk array)

RAID7 is based on RAID6 and adopts cache technology, which makesthe transmission rate and response speed improved greatly.Cache is a cache where data is written into cache before it iswritten to the disk array. Cache block size is generally used,and the size of the data block in the disk array is the same,that is, a block of cache corresponds to a block of disk. Whenwriting, the data is written into two separate cache, so thateven if one of the cache fails, the data is not lost. The writeoperation will respond directly to the cache level, and then

to the disk array. When data is written from cache to disk array,the data of the same track will be completed in one operation,so that many blocks of data can be written many times, and thespeed is improved. When reading, the host reads directly fromthe cache, instead of reading from the array disk and reducingthe number of disk read operations, thus taking full advantageof the disk bandwidth.

This combination of cache and disk array technology, to makeup for the lackof diskarray (suchas blockwrite defect requestresponse etc. ) , which makes the whole system in an efficient,rapid, large capacity, high reliability, convenient andflexible storage system is provided to the user, so as to meetthe needs of the technical development before, especially isthe need of multimedia system.

The key technology of analyzing disk array

Storage technology has received extensive attention incomputer technology, and server storage technology is the focusof the industry. When it comes to server storage technology,people are almost immediately associated with SCSI (Small,Computer, Systems, Interface) technology. Although the cheapIDE hard disk has greatly improved the performance, capacityand other key technical indicators, it can meet or even exceedthe needs of the original server storage devices. However, dueto the popularity and rapid development of Internet, the sizeof network servers is becoming larger and larger. At the sametime, Internet not only to the network server itself, but alsoto the server memory technology has put forward the sternrequest. Endless market demand has led to the rapid development

of server storage technology. The disk array is a mature serverstorage technology, but also one of the large capacityperipherals in the market.

In the high-end, the traditional storage mode, whether in scale,security, or performance, can not meet the growing demand forstorage of special applications. Such as storage area network(SAN) and other new technologies or applications continue toemerge, emerge in an endless stream new storage architectureand solutions, server storage technology by direct attachedstorage (DAS) to the storage network technology (NAS) expansion.In the end, with the development of hardware technology, in thepromotion of strong market demand, localization, based on thedirect connection of the disk array storage technology, speed,performance and storage capacity constantly to a new level. And,in order to satisfy the users of data storage security, accessspeed and large storage capacity, disk array storage technologyfrom the emphasis on technological innovation, pay attentionto system optimization, technical scheme as the leadingtechnology to promote gradually entered the industrialstandard, emphasizes the eyes and the size of the market, withmature products as the leading product popularity period.Looking back on the development of disk array, it has beenclosely related to the development of SCSI technology, and someproprietary technologies have been introduced by some vendors,如IBM的SSA 串行存储体系结构技术等 由于兼容性和升级能力不尽如人意在市场上的影响都远不及SCSI技术广泛。由于SCSI技术兼容性好市场需求旺盛使得SCSI技术发展很快。从最原始5MB/s传输速度的SCSI-1一直发展到现在LVD接口的160mb/传输速度的

Ultra 160 SCSI 320mb/传输速度的超320的SCSI接口也将在2001年出现见表从当前市场看超3 1。技术和SCSI RAID 廉价磁盘冗余阵列技术还应是磁盘阵列存储的主流技术。

SCSI技术

SCSI本身是为小型机区别于微机而言定制的存储接口 SCSI协议的版本1版本也仅规定了5MB/s传输速度的SCSI-1的总线类型、接口定义、 电缆规格等技术标准。随着技术的发展 SCSI协议的版本2版本作了较大修订遵循SCSI-2协议的16位数据带宽高主频的SCSI存储设备陆续出现并成为市场的主流产品也使得SCSI总线技术牢牢地占据了服务器的存储市场。协议则增加了能满足特殊设备协议所需要的命令集使得SCSI协议既适应传统的并行传输设备又能适应最新出现的一些串行设备的通讯需要如光纤通道协议

FCP、串行存储协议、串行总线协议等渐渐地SSP。  “小型机”的概念开始弱化 “高性能计算机”和”服务器”的概念在人们的心目中得到强化 SCSI一度成为用户从硬件上来区分”服务器”和PC机的一种标准。

通常情况下用户对SCSI总线的关心放在硬件上不同的SCSI的工作模式意味着有不同的最大传输速度。如40Mb/s的Ultra SCSI、160mb/的超3的SCSI等等。但最大传输速度并不代表设备正常工作时所能达到的平均访问速度也不意味着不同SCSI工作模式之间的访问速度存在着必然的”倍数”关系。 SCSI控制器的实际访问速度与SCSI硬盘型号、技术参数以及传输电缆长度、抗干扰能力等因素关系密切。提高SCSI总线效率必须关注SCSI设备端的配置和传输线缆的规范和质量。可以看出超3模式下获得的实际访问速度还不到超宽模式下实际访问速度的2倍。

一般说来选用高速的SCSI硬盘、适当增加SCSI通道上连接硬盘数、优化应用对磁盘数据的访问方式等可以大幅度提高SCSI总线的实

际传输速度。尤其需要说明的是在同样条件下不同的磁盘访问方式下获得的SCSI总线实际传输速度可以相差几十倍对应用的优化是获得高速存储访问时必须关注的重点而这却常常被一些用户所忽视。按4kb数据块随机访问6块SCSI硬盘时 SCSI总线的实际访问速度为2. 74mb s SCSI总线的工作效率仅为总线带宽的1. 7%在完全不变的条件下按256kb的数据块对硬盘进行顺序读写 SCS I总线的实际访问速度为141.2mbs SCSI总线的工作效率高达总线带宽的88%。

随着传输速度的提高信号传输过程中的信号衰减和干扰问题显得越来越突出终结器在一定程度上可以起到降低信号波反射改善信号质量的作用。同时 LV D 低电压差分技术的应用也越来越多。 L VD工作模式是和SE 单端模式相对应的它可以很好地抵抗传输干扰延长信号的传输距离。 同时

Ultra 2 SCSI and Ultra 3 SCSI mode by using the twisted paircable type SCSI dedicated to improve the quality of signaltransmi ssion.

In the concept of disk array, large capacity hard disk does notmean a single hard disk capacity, but refers to a single harddisk through the RAID technology, according to the RAID levelinto a larger capacity of the hard disk. Therefore, in diskarray technology, RAID technology is relatively critical, andat the same time, according to the selectedRAID level, the "bighard disk" also has different functions.

RAID is a very mature technology, but because of its high cost,inconvenient configuration and lack of relativelyprofessionaltechnicians, it is not very popular. According to statistics,75% of server systems around the world are not currently

configured with RAID. Because of the demand of server storage,the demand of data security and expansibility is higher andhigher, and the development potential of RAID market is huge.RAID technology is an industry standard and different vendorsdefineRAID levels. At present, the definition of theRAID levelcan be widely recognized by the industry only 4 kinds, RAID 0,RAID 1, RAID 0 + 1 and RAID 5.

RAID 0 is a storage space without redundant data striping, hasthe advantages of low cost, high performance, high read-writestorage space utilization RAID level, suitable for Video /Audio signal storage, temporary file dump on specialapplication requirements very strict speed. However, becauseof no data redundancy, its security is greatly reduced, and anydamage to the hard disk that constitutes the array will resultin catastrophic loss of data. Therefore, configuring 4 or morehard disks in RAID 0 is unwise for general applications.RAID 1 is two hard disk data, completely mirroring, goodsecurity, simple technology, easy management, good reading andwriting performance. But it can not be extended (single harddisk capacity) , waste of data space, in a strict sense, shouldnot be called "array. "".

RAID 01 integrated RAID 0 andRAID 1 features, independent disksconfigured as RAID 0, two complete sets of RAID 0 mirror eachother. Its performance of reading and writing is excellent andits security is high, but the cost of building an array is largeand the utilization of data space is low, so it can not be calledan economical and efficient scheme.

SpinServers(月89美元) 2*e5-2630L v2,美国独立服务器

SpinServers服务商也不算是老牌的服务商,商家看介绍是是2018年成立的主机品牌,隶属于Majestic Hosting Solutions LLC旗下。商家主要经营独立服务器租用和Hybrid Dedicated服务器等,目前包含的数据中心在美国达拉斯、圣何塞机房,自有硬件和IP资源等,商家还自定义支持用户IP广播到机房。看到SpinServers推出了美国独服的夏季优惠促销活动,最低月...

TabbyCloud周年庆&七夕节活动 美國INAP 香港CN2

TabbyCloud迎来一周岁的生日啦!在这一年里,感谢您包容我们的不足和缺点,在您的理解与建议下我们也在不断改变与成长。为庆祝TabbyCloud运营一周年和七夕节,TabbyCloud推出以下活动。TabbyCloud周年庆&七夕节活动官方网站:https://tabbycloud.com/香港CN2: https://tabbycloud.com/cart.php?gid=16购买链...

RAKsmartCloud服务器,可自定义配置月$7.59

RAKsmart商家一直以来在独立服务器、站群服务器和G口和10G口大端口流量服务器上下功夫比较大,但是在VPS主机业务上仅仅是顺带,尤其是我们看到大部分主流商家都做云服务器,而RAKsmart商家终于开始做云服务器,这次试探性的新增美国硅谷机房一个方案。月付7.59美元起,支持自定义配置,KVM虚拟化,美国硅谷机房,VPC网络/经典网络,大陆优化/精品网线路,支持Linux或者Windows操作...

什么是磁盘阵列为你推荐
prohibitedleaning on the door prohibited什么用法(语法),不甚感激360退出北京时间怎样让电脑时间与北京时间相同360arp防火墙在哪谁知道360防火墙的arp防火墙文件在哪netshwinsockreset电脑开机老是出现wwbizsrv.exe 应用程序错误 怎么处理www.topit.mehttp://www.topit.me/ 中自己上传的照片如何删除密码cuteftp颁发的拼音发字的多音字组词我爱e书网手机怎么下载电子书网络u盘有没有网络U盘 5G的 就像真的U盘一样的?就像下载到真U盘一样的 到自己电脑直接复制就可以拉的啊什么是通配符什么是介母
免费二级域名申请 过期已备案域名 10t等于多少g 56折 主机屋免费空间 京东商城0元抢购 服务器是干什么的 彩虹云 域名dns 网通服务器 云营销系统 国外在线代理服务器 后门 存储服务器 789电视剧网 rewritecond google搜索打不开 百度新闻源申请 magento主机 ipower 更多