Content deleted Content added
EdMarkelov (talk | contribs) |
m Bot: link syntax and minor changes |
||
Line 1:
{{AfC submission|||ts=20210302014529|u=EdMarkelov|ns=118}}
== Distributed block storage
Distributed block storage is a
[
[[Byte]] denotes a group of bits used to encode a [[Character_(computing)|character]], or the number of bits transmitted in parallel to and from input-output units. A term other than character is used here because a given character may be represented in different applications by more than one code, and different codes may use different numbers of bits (i.e., different byte sizes). In input-output transmission the grouping of bits may be completely arbitrary and have no relation to actual characters. (The term is coined from bite, but respelled to avoid accidental mutation to bit.)
A [[Word_(computer_architecture)|word]] consists of the number of data bits transmitted in parallel from or to memory in one memory cycle. [[
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 [
=== Distributed 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<ref>
Line 18 ⟶ 17:
</ref>:
*
* Scalability -- support to scale the storage system
*
* Redundancy -- store the replication of the same data across multiple servers, for high availability,
*
* 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.
Line 30 ⟶ 29:
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?]
</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
|