Content deleted Content added
added Category:Computer data storage using HotCat |
de orphaned |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1:
[[Gerrit Anne Blaauw|Blaauw]], Gerrit Anne; [[Frederick Phillips Brooks, Jr.|Brooks, Jr., Frederick Phillips]]; [[Werner Buchholz|Buchholz, Werner]] (1962), "[http://archive.computerhistory.org/resources/text/IBM/Stretch/pdfs/Buchholz_102636426.pdf 4: Natural Data Units]" (PDF), in [[Werner Buchholz|Buchholz, Werner]] (ed.), Planning a Computer System – Project Stretch, [[McGraw-Hill Book Company, Inc.|McGraw-Hill Book Company, Inc]]. / The Maple Press Company, York, PA., pp. 39–40, LCCN [https://lccn.loc.gov/61-10466 61-10466], [https://web.archive.org/web/20170403014651/http://archive.computerhistory.org/resources/text/IBM/Stretch/pdfs/Buchholz_102636426.pdf archived] (PDF) from the original on 2017-04-03, retrieved 2017-04-03, […] Terms used here to describe the structure imposed by the machine design, in addition to [[bit]], are listed below.▼
'''Distributed block storage''' is a [[computer data storage]] architecture that the data is stored in volumes (known as blocks, a term dating back to [[IBM 7030 Stretch|Project Stretch]]<ref>
▲[[Gerrit Anne Blaauw|Blaauw]], Gerrit Anne; [[Frederick Phillips Brooks, Jr.|Brooks, Jr., Frederick Phillips]]; [[Werner Buchholz|Buchholz, Werner]] (1962), "[http://archive.computerhistory.org/resources/text/IBM/Stretch/pdfs/Buchholz_102636426.pdf 4: Natural Data Units]" (PDF), in [[Werner Buchholz|Buchholz, Werner]] (ed.), Planning a Computer System – Project Stretch, [[McGraw-Hill Book Company, Inc.|McGraw-Hill Book Company, Inc]]. / The Maple Press Company, York, PA., pp. 39–40, LCCN [https://lccn.loc.gov/61-10466 61-10466], [https://web.archive.org/web/20170403014651/http://archive.computerhistory.org/resources/text/IBM/Stretch/pdfs/Buchholz_102636426.pdf archived] (PDF) from the original on 2017-04-03, retrieved 2017-04-03,
</ref>) across multiple physical servers, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and object storage which manages data as objects. A common distributed block storage system is a [[Storage area network|Storage Area Network]] (SAN).
== Distributed storage ==
{{Main|Clustered file system}}
Distributed storage, as opposed to centralized storage, typically takes the form of a cluster of storage units, with a mechanism for data synchronization and coordination between cluster nodes. Distributed storage has several advantages.<ref>
[https://cloudian.com/guides/data-backup/distributed-storage/ Distributed Storage: What’s Inside Amazon S3?] cloudian
Line 16:
== Block storage ==
{{Main|Block (data storage)}}
Block storage decouples data from the
[https://www.ibm.com/cloud/learn/block-storage What is Block Storage?] IBM
</ref> The storage is organized as blocks with unique identifiers by which they may be stored and retrieved as individual hard drives, and operating systems can connect to. It is an efficient and reliable way to store, use and manage data. The block storage can almost be used for any kinds of application, including but not limited to database storage and virtualization platform storage.
Storage blocks are generally accessed by [[iSCSI]], [[Fibre Channel]] or [[Fibre Channel over Ethernet]] (FCoE) protocols. Block storage provides high performance for mission-critical applications and can provide high I/O performance and low latency. it is commonly used in [[
==References==
Line 26 ⟶ 27:
[[Category:Computer data storage]]
[[Category:Distributed data storage]]
|