Block-level storage

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Block-level storage is a concept in cloud-hosted data persistence where cloud services emulate the behaviour of a traditional block device, such as a physical hard drive.[1] It is a form of Network Attached Storage (NAS).[2]

Storage in such is organised as blocks. This emulates the type of behaviour seen in traditional disk or tape storage. Blocks are identified by an arbitrary and assigned identifier by which they may be stored and retrieved, but this has no obvious meaning in terms of files or documents. A filesystem must be applied on top of the block-level storage to map 'files' onto a sequence of blocks.

Amazon EBS (Elastic Block Store) is an example of a cloud block store.[3] Cloud block-level storage will usually offer facilities such as replication for reliability, or backup services.[4]

Block-level storage is in contrast to an object store or 'bucket store', such as Amazon S3 (Simple Storage Service), or to a database. These operate at a higher level of abstraction and are able to work with entities such as files, documents, images, videos or database records.[5]

Instance stores are another form of cloud-hosted block-level storage. These are provided as part of an 'instance', such as an Amazon EC2 (Elastic Compute Cloud) service.[6] As EC2 instances are primarily provided as compute resources, rather than storage resources, their storage is less robust. Their contents will be lost if the cloud instance is stopped.[7] As these stores are part of the instance's virtual server they offer higher performance and bandwidth to the instance. They are best used for temporary storage such as caching or temporary files, with persistent storage held on a different type of server.

At one time, block-level storage was provided by Storage Area Networks (SAN) and NAS provided file-level storage. [8] With the shift from on-premises hosting to cloud services, this distinction has shifted.[2] Even block-storage is now seen as distinct servers (thus NAS), rather than the previous array of bare discs.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 AWS In Action (2014), p. 205.
  3. AWS In Action (2014), pp. 216-217.
  4. AWS In Action (2014), pp. 210-211.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. AWS In Action (2014), pp. 212-214.
  7. AWS In Action (2014), p. 212.
  8. Lua error in package.lua at line 80: module 'strict' not found.