Skip to main content

Storage as a service (STaaS)


Storage as a service (STaaS) is a managed service in which the provider supplies the customer with access to a data storage platform. The service can be delivered on premises from infrastructure that is dedicated to a single customer, or it can be delivered from the public cloud as a shared service that's purchased by subscription and is billed according to one or more usage metrics.

STaaS customers access individual storage services through standard system interface protocols or application program interfaces (APIs). Typical offerings include bare-metal storage capacity; raw storage volumes; network file systems; storage objects; and storage applications that support file sharing and backup lifecycle management.

Storage as a service was originally seen as a cost-effective way for small and mid-size businesses that lacked the technical personnel and capital budget to implement and maintain their own storage infrastructure. Today, companies of all sizes use storage as a service.

Uses of STaaS

Storage as a service can be used for data transfers and redundant storage, as well as to restore any corrupted or lost data. CIOs may want to use STaaS for the ability to deploy resources at an instant or to replace some existing storage space -- leaving room for on-premises storage hardware. CIOs may also appreciate the ability to tailor storage capacity and performance per workload.

As an example, instead of maintaining a large tape library and arranging to vault (store) tapes off site, a network administrator that uses STaaS for backups could specify what data on the network should be backed up and how often it should be backed up. Their company would sign a service-level agreement (SLA) whereby the STaaS provider agrees to rent storage space on a cost-per-gigabyte-stored and cost-per-data-transfer basis, and the company's data would then be automatically transferred at the specified time over the storage provider's proprietary wide area network (WAN) or the internet. If the company's data were to ever become corrupt or get lost, the network administrator could contact the STaaS provider and request a copy of the data.

Storage as a service in cloud computing

Instead of storing data on-premises, organizations that use STaaS will typically utilize a public cloud for storage and backup needs. Public cloud storage may also use different storage methods for STaaS. These storage methods include backup and restore, disaster recovery, block storage, SSD storage, object storage and bulk data transfer. Backup and restore refers to the backing up of data to the cloud, which provides protection in case of data loss. Disaster recovery may refer to protecting and replicating data from virtual machines (VMs).

Block storage enables customers to provision block storage volumes for lower-latency I/O. SSD storage is another storage type that is typically used for intensive read/write and I/O operations. Object storage systems are used in data analytics, disaster recovery and cloud applications and tend to have high latency. Cold storage is used to create and configure stored data quickly. Bulk data transfers will use disks and other hardware to transfer data.

Advantages of STaaS

Key advantages to STaaS in the enterprise include the following:

  • Storage costs. Personnel, hardware and physical storage space expenses are reduced.
  • Disaster recovery. Having multiple copies of data stored in different locations can better enable disaster recovery measures.
  • Scalability. With most public cloud services, users only pay for the resources that they use.
  • Syncing. Files can be automatically synced across multiple devices.
  • Security. Security can be both an advantage and a disadvantage, as security methods may change per vendor. Data tends to be encrypted during transmission and while at rest.

Disadvantages of STaaS

Common disadvantages of STaaS include the following:

  • Security. Users may end up transferring business-sensitive or mission-critical data to the cloud, which makes it important to choose a service provider that's reliable.
  • Potential storage costs. If bandwidth limitations are exceeded, these could be expensive.
  • Potential downtimes. Vendors may go through periods of downtime where the service is not available, which can be trouble for mission-critical data.
  • Limited customization. Since the cloud infrastructure is owned and managed by the service provider, it is less customizable.
  • Potential for vendor lock-in. It may be difficult to migrate from one service to another.

Popular storage-as-a-service vendors

Examples of STaaS vendors include Dell EMC, Hewlett Packard Enterprise (HPE), NetApp and IBM. Dell EMC provides Isilon NAS storage, EMC Unity hybrid-flash storage and other storage options. HPE has an equally large, if not larger, presence in storage systems compared to Dell EMC.

Other public cloud vendors with cloud storage services include the following:

  • Amazon Web Services (AWS)

  • Microsoft Azure

  • Google Cloud

  • Oracle cloud

  • Box

  • Arcserve

Before choosing a service method, an organization should consider the location of the data centre, its security methods, cost, performance, availability, scalability and potential of vendor lock-in.

Comments

Popular posts from this blog

Ghosting

Ghosting is to cease communications without notification. The use of the word "ghost" as a verb originated in social media in reference to dating, but the term is now used by employers to describe employees and potential employees who suddenly disappear. Typically, ghosting is used to describe: Job candidates who suddenly stop responding to messages. New hires who fail to show up for their first day of work. Employees who do not show up for a shift. Employees who leave work in the middle of the day and never come back. Some analysts blame ghosting on millennial entitlement. The reasoning is that members of the millennial generation have been brought up to feel they are special -- so special, in fact, that they do not need to follow conventional rules of behavior. Other analysts, however, maintain that ghosting behavior stems from changes in the job market and the phenomenon is simply a reflection of the laws of supply and demand in a healthy jo...

Data deduplication

Data deduplication -- often called intelligent compression or single-instance storage -- is a process that eliminates redundant copies of data and reduces storage overhead. Data deduplication techniques ensure that only one unique instance of data is retained on storage media, such as disk, flash or tape. Redundant data blocks are replaced with a pointer to the unique data copy. In that way, data deduplication closely aligns with incremental backup, which copies only the data that has changed since the previous backup. For example, a typical email system might contain 100 instances of the same 1 megabyte (MB) file attachment. If the email platform is backed up or archived, all 100 instances are saved, requiring 100 MB of storage space. With data deduplication, only one instance of the attachment is stored; each subsequent instance is referenced back to the one saved copy. In this example, a 100 MB storage demand drops to 1 MB. Target vs. source deduplication Data deduplica...

A Graphics Processing Unit (GPU)

A graphics processing unit (GPU) is a computer chip that performs rapid mathematical calculations, primarily for the purpose of rendering images. A GPU may be found integrated with a central processing unit (CPU) on the same circuit, on a graphics card or in the motherboard of a personal computer or server. In the early days of computing, the CPU performed these calculations. As more graphics-intensive applications such as AutoCAD were developed; however, their demands put strain on the CPU and degraded performance. GPUs came about as a way to offload those tasks from CPUs, freeing up their processing power. NVIDIA, AMD, Intel and ARM are some of the major players in the GPU market. GPU vs. CPU A graphics processing unit is able to render images more quickly than a central processing unit because of its parallel processing architecture, which allows it to perform multiple calculations at the same time. A single CPU does not have this capability, although multi...