Distributed block storage: Difference between revisions

Content deleted Content added
Created page with '== Distributed block storage == Distributed block storage is a  computer data storage architecture that the data is stored in volumes (known as blocks[1]) ac...'
 
de orphaned
 
(20 intermediate revisions by 9 users not shown)
Line 1:
{{Short description|Computer data storage architecture}}
== Distributed block storage ==
 
'''Distributed block storage''' is a  [[computer data storage ]] architecture that the data is stored in volumes (known as blocks[1]) across multiple physical servers, as opposed to other storage architectures like file systems which manages data as a fileterm hierarchy,dating andback objectto storage[[IBM which7030 managesStretch|Project data as objects. A common distributed block storage system is a Storage Area Network (SAN).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, Quote: "Block refers to the number of words transmitted to or from an input-output unit in response to a single input-output instruction. Block size is a structural property of an input-output unit; it may have been fixed by the design or left to be varied by the program.
</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 block storage ==
{{Main|Clustered file system}}
* Distributed Storagestorage, as opposed to Centralizedcentralized 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
</ref>
* Scalability --: support to scale the storage system  horizontally by adding or removing storage units to the system.
* Redundancy --: store the replication of the same data across multiple servers, for high availability,  backup, and disaster recovery purposes.
* Cost  saving --: it is possible to use cheaper, commodity servers to store large volumes of  data at low cost.
* Performance --: offer better performance than a single server in some scenarios, for example, it can store data closer to its consumers, or enable massively parallel access to large files.
 
=== DistributedBlock Storagestorage ===
{{Main|Block (data storage)}}
Block storage decouples data from the user's environment and allows the data to be spread across multiple environments.<ref>
[https://www.ibm.com/cloud/learn/block-storage What is Block Storage?] IBM
Block storage decouples data from the user’s environment and allows the data to be spread across multiple environments[3].</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  [[Storage area network|Storage Area Network]] environments  in place of  file storage.
* 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[2]:
*
* Scalability -- support to scale the storage system horizontally by adding or removing storage units to the system.
*
* Redundancy -- store the replication of the same data across multiple servers, for high availability, backup, and disaster recovery purposes.
*
* Cost saving -- it is possible to use cheaper, commodity servers to store large volumes of data at low cost.
*
* Performance -- offer better performance than a single server in some scenarios, for example, it can store data closer to its consumers, or enable massively parallel access to large files.
*
 
==References==
=== Block Storage ===
{{reflist}}
 
[[Category:Computer data storage]]
Block storage decouples data from the user’s environment and allows the data to be spread across multiple environments[3]. 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.
[[Category:Distributed data 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 Storage Area Network environments in place of file storage.