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

UCloud:全球大促降价,云服务器全网最低价,1核1G快杰云服务器47元/年

ucloud:全球大促活动降价了!这次云服务器全网最低价,也算是让利用户了,UCloud商家调低了之前的促销活动价格,并且新增了1核1G内存配置快杰型云服务器,价格是47元/年(也可选2元首月),这是全网同配置最便宜的云服务器了!UCloud全球大促活动促销机型有快杰型云服务器和通用型云服务器,促销机房国内海外都有,覆盖全球20个城市,具体有北京、上海、广州、香港、 台北、日本东京、越南胡志明市、...

VirMach(8元/月)KVM VPS,北美、欧洲

VirMach,成立于2014年的美国IDC商家,知名的低价便宜VPS销售商,支持支付宝、微信、PayPal等方式付款购买,主打美国、欧洲暑假中心产品,拥有包括洛杉矶、西雅图、圣何塞、凤凰城在内的11个数据中心可以选择,可以自由搭配1Gbps、2Gbps、10Gbps带宽端口,有Voxility DDoS高防IP可以选择(500Gbps以上的防御能力),并且支持在控制面板付费切换机房和更换IP(带...

ftlcloud9元/月,美国云服务器,1G内存/1核/20g硬盘/10M带宽不限/10G防御

ftlcloud(超云)目前正在搞暑假促销,美国圣何塞数据中心的云服务器低至9元/月,系统盘与数据盘分离,支持Windows和Linux,免费防御CC攻击,自带10Gbps的DDoS防御。FTL-超云服务器的主要特色:稳定、安全、弹性、高性能的云端计算服务,快速部署,并且可根据业务需要扩展计算能力,按需付费,节约成本,提高资源的有效利用率。活动地址:https://www.ftlcloud.com...

什么是磁盘阵列为你推荐
支持ipad360和搜狗搜狗浏览器和360极速浏览器你会选择哪个?flashfxp下载求最新无需注册的FlashFXP下载地址支付宝注册网站在哪里注册支付宝netshwinsockreset电脑开机老是出现wwbizsrv.exe 应用程序错误 怎么处理资费标准中国电信套餐资费一览表2021三友网三友有机硅是不是国企,待遇如何?现在花钱去是不是值得?2828商机网28商机网适合年轻人做的项目??pintang俏品堂是干什么的?很多论坛都有他们的踪迹。400电话查询400电话号码可以查询归属地吗?办理400电话是不是很贵?
东莞虚拟主机 深圳虚拟主机 域名停靠 便宜vps 河南vps 德国vps 3322免费域名 电信测速器 kdata 68.168.16.150 主机屋免费空间 网站实时监控 国内php空间 香港亚马逊 免费的域名 腾讯网盘 闪讯网 wordpress空间 fatcow webmin 更多