Block-level storage

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]

Storage in such services is organised as blocks. This emulates the type of behaviour seen in traditional disks or tape storage through storage virtualization. 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 file system 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.[2] Cloud block-level storage will usually offer facilities such as replication for reliability, or backup services.[3]

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.[4]

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.[5] 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.[6] 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.[7] With the shift from on-premises hosting to cloud services, this distinction has shifted.[8] Even block-storage is now seen as distinct servers (thus NAS), rather than the previous array of bare disks.

  1. ^ Wittig, Andreas; Wittig, Michael (2015). Amazon web services in action. Manning press. pp. 204–206. ISBN 978-1-61729-288-0.
  2. ^ Wittig & Wittig (2015), pp. 216–217.
  3. ^ Wittig & Wittig (2015), pp. 210–211.
  4. ^ Taneja, Arun. "How an object store differs from file and block storage". TechTarget.com. Archived from the original on 2016-02-13. Retrieved 2016-02-22.
  5. ^ Wittig & Wittig (2015), pp. 212–214.
  6. ^ Wittig & Wittig (2015), p. 212.
  7. ^ "What is file level storage versus block level storage?". Stonefly. Archived from the original on 15 October 2012.
  8. ^ Wittig & Wittig (2015), p. 205.

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne