Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved.

Size: px
Start display at page:

Download "Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved."

Transcription

1 Object Storage: A Growing Opportunity for Service Providers Prepared for: White Paper 2012 Neovise, LLC. All Rights Reserved.

2 Introduction For service providers, the rise of cloud computing is both a threat and an opportunity. Shared and dedicated hosting services are all under attack by a variety of emerging cloud services that provide hourly pricing and automation through APIs. An emerging class of competitors, led by Amazon Web Services (AWS), is not just building a new market but siphoning spending from established providers. Those who don t respond quickly face the possibility of declining revenues or even obsolescence. The good news is that cloud services also represent a large opportunity for serving new customers and increasing revenue. However, in order to compete, existing service providers must move quickly to deliver cloud services of their own. The race to offer cloud services is already well under way. During the first half of 2012, Neovise completed research on 500 of the largest hosting providers in the world. The study revealed that 229 of them, or 45.8%, already offer cloud-based infrastructure-as-a-service (IaaS). While service providers are flocking to IaaS, storage-as-a-service (STaaS) is another huge segment of the cloud computing market that should not be overlooked. The demand for STaaS is increasing exponentially, driven by trends like video, mobility, big data, file sharing and cloud computing itself. In order to serve each of these growing needs, several different types of cloud storage services are coming online. Object storage is perhaps the most important of these new storage services since it provides the low cost, persistent, reliable data storage foundation underlying many STaaS and IaaS offerings. Object storage not only represents a huge revenue Object storage not only represents opportunity, it is one of the fastest growing segments a huge revenue opportunity, it is one of the cloud computing market. The most successful of the fastest growing segments of object storage service to date is Amazon Simple the cloud computing market. Storage Service (S3). In June 2012, just six years after its launch, the number of objects stored in S3 reached one trillion (1,000,000,000,000 or ). While the typical object storage service will not achieve these rates, the never-ending growth in storage demand provides a viable environment in which to compete. Block and File Storage Before getting into the depths of object storage systems and services, it is helpful to consider two other popular and still useful types of storage system Neovise, LLC. All Rights Reserved. Page 1

3 Block storage. Block storage devices provide fixed-size chunks of raw storage capacity. At this level, data is stored without any concept of data format or type. The data is simply a series of 0s and 1s and it is up to higher-level applications and/or file systems to keep track of data location, context and meaning. The storage area network (SAN) is a commonly used example of a blockbased storage system. They are dedicated networks that provide access to consolidated, blocklevel data storage devices such as disk arrays. SANs use the iscsi standard to send and receive data over IP networks and give applications and file systems the illusion of locally attached disks. File storage. Network attached storage (NAS) is a common example of a file-based storage system. NAS devices use file systems built on top of block storage devices. File systems serve two key purposes: they establish the notion of a file and they provide a structure for organizing files. 1. Files are data structures that typically live within operating systems and keep track of a related set of blocks that contain the contents of the file. Files also have associated information known as metadata that describes the file. File name, length, type and creation date are all examples of metadata. 2. File organization is also accomplished using data structures that are typically part of operating systems. File systems offer directories (also called folders on some systems) that are used to store related files and/or additional directories. Directories are organized using a hierarchical naming convention starting with a root or starting point. Within a given file system, every directory is uniquely identified using its full path name starting from the root directory. Files are uniquely identified by the full path name of the directory where they are stored, followed by their name. Understanding Object Storage Many new technologies are easily compared to their predecessors, requiring just a small intuitive leap to understand them. On the other hand, some new technologies bare only a slight resemblance to past approaches. Object storage fits in this latter Object storage introduces category and introduces a completely new way of looking at a completely new way of storage. Rather than describing how object storage is similar to looking at storage. block or file-based storage, it is better to describe how object storage is different Neovise, LLC. All Rights Reserved. Page 2

4 While object storage systems may contain files and other types of data, they are not actually file systems and do not establish the notion of files. Just as the name implies, object storage systems contain objects. These objects consist of an object identifier (OID), data and metadata. There is no object organization system equivalent to the hierarchical directories found in file systems. The object storage system does not impose any structure on objects as file systems do for different file types. Even when object storage systems contain files, the object system simply views them as data. Unlike file systems, the metadata for individual objects can be quite extensive. Why Object Storage is Better At first glance, object storage may seem to have a number of shortcomings. However, these systems have instead eliminated the capabilities that create performance bottlenecks and scalability limitations in file systems. For example, many operations on individual files require the file system to traverse every directory in the file s path name, starting with the root directory. These data structures are shared by the entire file system and access to them can slow dramatically when hundreds of thousands or even millions of files are stored. Accessing metadata that is stored in the file system but outside individual files also serves as a barrier to scale and performance. Object storage works much differently than file systems, in part by providing direct access to individual objects. All that is needed to access an object is an OID. Since all metadata for each object is stored within the object itself, there is no contention for shared resources such as those found in file systems (e.g. shared namespace, certain metadata and other file system data structures). This approach allows operations The result is nearly unlimited scale along with linear performance. performed on objects to happen independently of operations on other objects. The result is nearly unlimited scale along with linear performance. Of course object storage is not the best approach for every storage application. Databases, file systems and applications that require the lowest latencies tend to work best with block level storage systems such as SANs. On the other hand, when chosen for the right usage scenario, object storage systems are hard to beat. Static data such as virtual machine images, videos, photos, , backups and archives are particularly well suite for object storage Neovise, LLC. All Rights Reserved. Page 3

5 Object Storage Requirements Service providers interested in offering object-based STaaS must address two related sets of requirements: First, they must meet their own business requirements. Second, they must meet the technical requirements of their customers. Business Requirements Before discussing business requirements, it is important to note that service providers may either build or buy object storage systems. Building including extending an open source solution has a number of inherent challenges including the need for deep expertise in software development, distributed systems architecture and design, object storage, security and more. Then, once the object storage service is operational, additional resources will still be needed for ongoing support and enhancements. Advantages provided by commercial solutions may include faster time to market and revenue, a company to stand behind the product and provide support, and extended capabilities such as integration with billing and payment systems. Several of the top business requirements for a commercial object storage system are summarized here: Speed The race is on to get to market with complete cloud solutions, including object storage. Service providers need complete solutions that support rapid time-to-market. Scale While economies of scale provide an important advantage, many service providers need a solution that scales down, letting them start small and grow quickly. Revenue In order to target the broadest set of potential customers, an object storage solution must meet the requirements of a variety of workloads. Cost Object storage services are price competitive and service providers need affordable solutions that work on commodity hardware yet deliver high reliability. Differentiation Service providers need an object storage solution that supports multiple architectures and that can be tuned across variables such as cost and performance. As suggested by several of the business requirements, it is also critical to deliver an object storage service that meets the technical requirements of customers. Technical Requirements The items listed below represent some of the most important requirements categories for success with persistent, multi-tenant object storage services. Any purchase decision should consider 2012 Neovise, LLC. All Rights Reserved. Page 4

6 these and other in-depth technical requirements, as well as hands-on validation through proof of concept projects and/or limited trials. Reliability Resiliency to underlying hardware and network failures in availability zones, data centers and regions or other similar failure-containment constructs. Security Isolation of data from other tenants, access control lists for users and groups, read/write access control, encryption and strong authentication. Scale Huge numbers of objects are stored in object storage services so they must scale to billions of objects or more, while supporting large object sizes. Performance Fast reads and writes while handling a broad range of transaction rates and traffic conditions and while serving tenants in availability zones in every region. Control Control over service level agreements (SLA) so that performance, reliability and costs tradeoffs can be made. Customer control over data location. There is an additional requirement to consider relative to an existing object storage service, Amazon Simple Storage Service (S3). Amazon S3 Compatibility S3 is the object storage service for AWS, providing its customers a highly durable storage infrastructure for a wide variety of applications. S3 objects come from a variety of sources including Amazon Elastic Compute Cloud (EC2) customers seeking persistent storage and partners that have built services on top of S3. Due to the overall success of S3, it serves as an industry benchmark for multi-tenant object storage services. Those wishing to compete in the IaaS space in general or the object storage space in particular should seriously consider building an object storage service compatible with the S3 API. By providing this level of S3 compatibility, service providers move one step closer to tapping into the ecosystem of solutions that run on S3. Those wishing to compete in the IaaS space in general or the object storage space in particular should seriously consider building an S3- compatible object storage service. S3 Compatible Object Storage from Cloudian Cloudian is a turnkey platform for building and delivering S3-compatible object storage services that meet the business and technical requirements described earlier. Designed as a complete solution rather than a do-it-yourself project, Cloudian includes capabilities such as multiple billing and subscription revenue models, usage-based metering, integration with popular billing and payment systems, and a web-based management console. Since time-to-market and time-to Neovise, LLC. All Rights Reserved. Page 5

7 revenue are so critical to service providers, Cloudian was also designed for deployment from start to finish in just a few months. Service providers are following several different approaches to adding object storage services to their offerings. Some start by offering integrated compute and object storage services. Others start with standalone object storage and either add compute services later, or remain a cloud storage specialist. Regardless of which path is chosen, the majority of service providers like to start small with perhaps a 10TB system and then grow large quickly. Cloudian supports this model by scaling from a minimum of two nodes up to hundreds of nodes with petabytes of data across multiple data centers. The company also offers the Cloudian Community Edition for free in deployments up to 10TB. This is an excellent way for service providers as well as enterprises to get accustomed to object storage. Another important aspect of scaling is affordability, which Cloudian enables service also impacts profit margins. Cloudian enables service providers to leverage providers to leverage heterogeneous commodity servers for heterogeneous commodity cost-effective horizontal scalability. Since heterogeneous servers for cost-effective systems are supported, new systems can be mixed with old horizontal scalability. when it is time for growth. New node detection and data rebalancing is performed automatically without service interruption. For reliability, Cloudian is built on top of a NoSQL storage layer and has a fully distributed, peer-to-peer architecture, with no single point of failure. It is resilient to network and node failures with no data loss due to the automatic replication and recovery processes inherent to the architecture. The system can be deployed across multiple sites and datacenters to provide geographic redundancy. Upgrades and updates can be performed without service interruption. Conclusions There is a clear opportunity for service providers to increase revenue and growth rates through object-based STaaS. However, in order to be successful, service providers must provide the right set of capabilities to meet the needs of their customers. By providing object storage services that are API-compatible with S3, service providers position themselves to deliver what their customers really want. Success with object storage also requires consideration of at least two related sets of requirements: business requirements for the service provider and technical requirements for their 2012 Neovise, LLC. All Rights Reserved. Page 6

8 customers. Business requirements include speed to market, the ability to start small and grow large quickly, revenue and addressable market through offering services with broad appeal, affordability through support of commodity hardware, and differentiation by supporting flexible architectures and other configurable choices. Technical requirements include extremely high reliability and security, massive scale for individual tenants and across the entire service, solid performance in a variety of usage conditions, and control by supporting flexible choices and tradeoffs between SLA variables such as performance, reliability and cost. Very few service providers have the resources and skills to build their own object storage service. While open source offerings are a step in the right direction, they still require deep expertise in a variety of technical domains. Even after deployment they consume valuable resources for ongoing support and enhancements. Advantages provided by commercial solutions may include faster time to market and revenue, a company to stand behind the product and provide support, and extended capabilities such as integration with billing and payment systems. Cloudian helps service providers quickly and Cloudian helps service providers affordably build highly reliable, massively scalable quickly and affordably build highly object storage services that are API-compatible with reliable, massively scalable object Amazon S3. Neovise recommends serious storage services that are APIcompatible with Amazon S3. consideration of Cloudian as the basis for large-scale, object-based storage services, particularly for those seeking S3 compatibility. To determine whether Cloudian is right for you, consider doing a proof of concept or in-depth trial. Also keep in mind that the Cloudian Community Edition is license free up to 10TBs a great way to get started with object storage Neovise, LLC. All Rights Reserved. Page 7

9 About Neovise Based on independent research and analysis, Neovise delivers essential knowledge and guidance to cloud-related technology vendors, service providers and systems integrators, as well as business and IT organizations that purchase and use cloud-related services and technology. Our offerings include research, advisory and collateral development services that help our customers and their customers make optimal decisions and formulate winning strategies. Research. Analyze. Neovise. For more information, visit Neovise, LLC. All Rights Reserved.

Building Storage-as-a-Service Businesses

Building Storage-as-a-Service Businesses White Paper Service Providers Greatest New Growth Opportunity: Building Storage-as-a-Service Businesses According to 451 Research, Storage as a Service represents a large and rapidly growing market with

More information

Cloud-Era File Sharing and Collaboration

Cloud-Era File Sharing and Collaboration Cloud-Era File Sharing and Collaboration Maginatics Cloud Storage Platform Perspective 2012 Neovise, LLC. All Rights Reserved. Report Published July 29, 2014 Introduction Distributed file systems have

More information

Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore. The Challenge SOLUTION GUIDE

Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore. The Challenge SOLUTION GUIDE Implementing Multi-Tenanted Storage for Service Providers with Cloudian HyperStore COST EFFECTIVE SCALABLE STORAGE PLATFORM FOR CLOUD STORAGE SERVICES SOLUTION GUIDE The Challenge Service providers (MSPs/ISPs/ASPs)

More information

Scala Storage Scale-Out Clustered Storage White Paper

Scala Storage Scale-Out Clustered Storage White Paper White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current

More information

Introduction to Red Hat Storage. January, 2012

Introduction to Red Hat Storage. January, 2012 Introduction to Red Hat Storage January, 2012 1 Today s Speakers 2 Heather Wellington Tom Trainer Storage Program Marketing Manager Storage Product Marketing Manager Red Hat Acquisition of Gluster What

More information

OPTIMIZING PRIMARY STORAGE WHITE PAPER FILE ARCHIVING SOLUTIONS FROM QSTAR AND CLOUDIAN

OPTIMIZING PRIMARY STORAGE WHITE PAPER FILE ARCHIVING SOLUTIONS FROM QSTAR AND CLOUDIAN OPTIMIZING PRIMARY STORAGE WHITE PAPER FILE ARCHIVING SOLUTIONS FROM QSTAR AND CLOUDIAN CONTENTS EXECUTIVE SUMMARY The Challenges of Data Growth SOLUTION OVERVIEW 3 SOLUTION COMPONENTS 4 Cloudian HyperStore

More information

Amazon Cloud Storage Options

Amazon Cloud Storage Options Amazon Cloud Storage Options Table of Contents 1. Overview of AWS Storage Options 02 2. Why you should use the AWS Storage 02 3. How to get Data into the AWS.03 4. Types of AWS Storage Options.03 5. Object

More information

Cloud Models and Platforms

Cloud Models and Platforms Cloud Models and Platforms Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF A Working Definition of Cloud Computing Cloud computing is a model

More information

Choosing Between Commodity and Enterprise Cloud

Choosing Between Commodity and Enterprise Cloud Choosing Between Commodity and Enterprise Cloud With Performance Comparison between Cloud Provider USA, Amazon EC2, and Rackspace Cloud By Cloud Spectator, LLC and Neovise, LLC. 1 Background Businesses

More information

Leveraging Cloud Object Storage for Cost Savings, Scale and Reliability. Avere Systems Adds Cloud Storage as a NAS Tier

Leveraging Cloud Object Storage for Cost Savings, Scale and Reliability. Avere Systems Adds Cloud Storage as a NAS Tier Leveraging Cloud Object Storage for Cost Savings, Scale and Reliability Avere Systems Adds Cloud Storage as a NAS Tier Solution 2012 Neovise, LLC. All Assessment Rights Reserved. Published February 24,

More information

IBM to Acquire SoftLayer

IBM to Acquire SoftLayer IBM to Acquire SoftLayer How this May Change the Enterprise Cloud Services Landscape and What it Means to Customers Perspective 2012 Neovise, LLC. All Rights Reserved. Report Introduction On June 4 th,

More information

A new Breed of Managed Hosting for the Cloud Computing Age. A Neovise Vendor White Paper, Prepared for SoftLayer

A new Breed of Managed Hosting for the Cloud Computing Age. A Neovise Vendor White Paper, Prepared for SoftLayer A new Breed of Managed Hosting for the Cloud Computing Age A Neovise Vendor White Paper, Prepared for SoftLayer Executive Summary Traditional managed hosting providers often suffer from issues that cause

More information

Second-Generation Cloud Computing IaaS Services

Second-Generation Cloud Computing IaaS Services Second-Generation Cloud Computing IaaS Services What it means, and why we need it now Prepared for: White Paper 2012 Neovise, LLC. All Rights Reserved. Cloud Computing: Driving IT Forward Cloud computing,

More information

An Introduction to Cloud Computing Concepts

An Introduction to Cloud Computing Concepts Software Engineering Competence Center TUTORIAL An Introduction to Cloud Computing Concepts Practical Steps for Using Amazon EC2 IaaS Technology Ahmed Mohamed Gamaleldin Senior R&D Engineer-SECC ahmed.gamal.eldin@itida.gov.eg

More information

Replication, Business Continuity and Restoration with Cloud Economics

Replication, Business Continuity and Restoration with Cloud Economics Replication, Business Continuity and Restoration with Cloud Economics How HotLink DR Express Provides VMware Disaster Recovery that Won t Break the Bank Solution 2012 Neovise, LLC. All Assessment Rights

More information

Software-Defined Networks Powered by VellOS

Software-Defined Networks Powered by VellOS WHITE PAPER Software-Defined Networks Powered by VellOS Agile, Flexible Networking for Distributed Applications Vello s SDN enables a low-latency, programmable solution resulting in a faster and more flexible

More information

Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES

Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES Meeting the 7 Challenges in Testing and Performance Management Introduction With advent of the cloud paradigm, organizations are transitioning

More information

Public, Private and Hybrid Clouds

Public, Private and Hybrid Clouds Public, Private and Hybrid Clouds When, Why and How They are Really Used Sponsored by: Research Summary 2013 Neovise, LLC. All Rights Reserved. [i] Table of Contents Table of Contents... 1 i Executive

More information

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN Whitepaper NexentaConnect for VMware Virtual SAN Full Featured File services for Virtual SAN Table of Contents Introduction... 1 Next Generation Storage and Compute... 1 VMware Virtual SAN... 2 Highlights

More information

Technical Brief: Global File Locking

Technical Brief: Global File Locking Nasuni enables collaboration among users of files no matter where users are located Introduction The Nasuni Service combines the availability and scale of cloud storage with the local performance found

More information

POWER ALL GLOBAL FILE SYSTEM (PGFS)

POWER ALL GLOBAL FILE SYSTEM (PGFS) POWER ALL GLOBAL FILE SYSTEM (PGFS) Defining next generation of global storage grid Power All Networks Ltd. Technical Whitepaper April 2008, version 1.01 Table of Content 1. Introduction.. 3 2. Paradigm

More information

Cloud Based Distributed Databases: The Future Ahead

Cloud Based Distributed Databases: The Future Ahead Cloud Based Distributed Databases: The Future Ahead Arpita Mathur Mridul Mathur Pallavi Upadhyay Abstract Fault tolerant systems are necessary to be there for distributed databases for data centers or

More information

HyperQ Storage Tiering White Paper

HyperQ Storage Tiering White Paper HyperQ Storage Tiering White Paper An Easy Way to Deal with Data Growth Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

More information

Intro to AWS: Storage Services

Intro to AWS: Storage Services Intro to AWS: Storage Services Matt McClean, AWS Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved AWS storage options Scalable object storage Inexpensive archive

More information

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 Network Virtualization Overview... 1 Network Virtualization Key Requirements to be validated...

More information

T a c k l i ng Big Data w i th High-Performance

T a c k l i ng Big Data w i th High-Performance Worldwide Headquarters: 211 North Union Street, Suite 105, Alexandria, VA 22314, USA P.571.296.8060 F.508.988.7881 www.idc-gi.com T a c k l i ng Big Data w i th High-Performance Computing W H I T E P A

More information

Cloud Based Application Architectures using Smart Computing

Cloud Based Application Architectures using Smart Computing Cloud Based Application Architectures using Smart Computing How to Use this Guide Joyent Smart Technology represents a sophisticated evolution in cloud computing infrastructure. Most cloud computing products

More information

Cisco Unified Data Center

Cisco Unified Data Center Solution Overview Cisco Unified Data Center Simplified, Efficient, and Agile Infrastructure for the Data Center What You Will Learn The data center is critical to the way that IT generates and delivers

More information

Planning the Migration of Enterprise Applications to the Cloud

Planning the Migration of Enterprise Applications to the Cloud Planning the Migration of Enterprise Applications to the Cloud A Guide to Your Migration Options: Private and Public Clouds, Application Evaluation Criteria, and Application Migration Best Practices Introduction

More information

Understanding Object Storage and How to Use It

Understanding Object Storage and How to Use It SWIFTSTACK WHITEPAPER An IT Expert Guide: Understanding Object Storage and How to Use It November 2014 The explosion of unstructured data is creating a groundswell of interest in object storage, certainly

More information

Cloudian delivers object storage for next generation infrastructures

Cloudian delivers object storage for next generation infrastructures Cloudian delivers object storage for next generation infrastructures Prepared for: Cloudian July 2014 TABLE OF CONTENTS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY 2 INTRODUCTION 3 The challenges 3 Considering

More information

Caringo Swarm 7: beyond the limits of traditional storage. A new private cloud foundation for storage needs at scale

Caringo Swarm 7: beyond the limits of traditional storage. A new private cloud foundation for storage needs at scale Caringo Swarm 7: beyond the limits of traditional storage. A new private cloud foundation for storage needs at scale Prepared for: Caringo May 2014 TABLE OF CONTENTS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY

More information

Zadara Storage Cloud A whitepaper. @ZadaraStorage

Zadara Storage Cloud A whitepaper. @ZadaraStorage Zadara Storage Cloud A whitepaper @ZadaraStorage Zadara delivers two solutions to its customers: On- premises storage arrays Storage as a service from 31 locations globally (and counting) Some Zadara customers

More information

Making the Transition. From ISV to SaaS. with Xterity Wholesale Cloud

Making the Transition. From ISV to SaaS. with Xterity Wholesale Cloud Making the Transition From ISV to SaaS with Xterity Wholesale Cloud CONTENTS: 1 The New Business Model...Page 3 2 Business Challenges...Page 5 3 Technology Challenges...Page 7 4 Xterity Wholesale Cloud...Page

More information

Building a Converged Infrastructure with Self-Service Automation

Building a Converged Infrastructure with Self-Service Automation Building a Converged Infrastructure with Self-Service Automation Private, Community, and Enterprise Cloud Scenarios Prepared for: 2012 Neovise, LLC. All Rights Reserved. Case Study Report Introduction:

More information

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage

Clodoaldo Barrera Chief Technical Strategist IBM System Storage. Making a successful transition to Software Defined Storage Clodoaldo Barrera Chief Technical Strategist IBM System Storage Making a successful transition to Software Defined Storage Open Server Summit Santa Clara Nov 2014 Data at the core of everything Data is

More information

Big data management with IBM General Parallel File System

Big data management with IBM General Parallel File System Big data management with IBM General Parallel File System Optimize storage management and boost your return on investment Highlights Handles the explosive growth of structured and unstructured data Offers

More information

DLT Solutions and Amazon Web Services

DLT Solutions and Amazon Web Services DLT Solutions and Amazon Web Services For a seamless, cost-effective migration to the cloud PREMIER CONSULTING PARTNER DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Duane Thorpe Phone:

More information

CONVERGE APPLICATIONS, ANALYTICS, AND DATA WITH VCE AND PIVOTAL

CONVERGE APPLICATIONS, ANALYTICS, AND DATA WITH VCE AND PIVOTAL CONVERGE APPLICATIONS, ANALYTICS, AND DATA WITH VCE AND PIVOTAL Vision In today s volatile economy, an organization s ability to exploit IT to speed time-to-results, control cost and risk, and drive differentiation

More information

IBM SmartCloud for Service Providers

IBM SmartCloud for Service Providers IBM SmartCloud for Service Providers Launch new cloud services simply and quickly to increase revenue Highlights Offers a pre-integrated, pre-configured, building-block approach to cloud services delivery

More information

The Importance of High Customer Experience

The Importance of High Customer Experience SoftLayer Investments Drive Growth and Improved Customer Experience A Neovise Vendor Perspective Report 2010 Neovise, LLC. All Rights Reserved. Executive Summary Hosting and datacenter services provider

More information

HIGH-SPEED BRIDGE TO CLOUD STORAGE

HIGH-SPEED BRIDGE TO CLOUD STORAGE HIGH-SPEED BRIDGE TO CLOUD STORAGE Addressing throughput bottlenecks with Signiant s SkyDrop 2 The heart of the Internet is a pulsing movement of data circulating among billions of devices worldwide between

More information

High Availability with Windows Server 2012 Release Candidate

High Availability with Windows Server 2012 Release Candidate High Availability with Windows Server 2012 Release Candidate Windows Server 2012 Release Candidate (RC) delivers innovative new capabilities that enable you to build dynamic storage and availability solutions

More information

Balboa Park Online Collaborative Deploys the Exablox OneBlox Solution: Achieves Cost and Management Savings

Balboa Park Online Collaborative Deploys the Exablox OneBlox Solution: Achieves Cost and Management Savings BUYER CASE STUDY Balboa Park Online Collaborative Deploys the Exablox OneBlox Solution: Achieves Cost and Management Savings Laura DuBois Ashish Nadkarni IDC OPINION Global Headquarters: 5 Speen Street

More information

2) Xen Hypervisor 3) UEC

2) Xen Hypervisor 3) UEC 5. Implementation Implementation of the trust model requires first preparing a test bed. It is a cloud computing environment that is required as the first step towards the implementation. Various tools

More information

SMART SCALE YOUR STORAGE - Object "Forever Live" Storage - Roberto Castelli EVP Sales & Marketing BCLOUD

SMART SCALE YOUR STORAGE - Object Forever Live Storage - Roberto Castelli EVP Sales & Marketing BCLOUD SMART SCALE YOUR STORAGE - Object "Forever Live" Storage - Roberto Castelli EVP Sales & Marketing BCLOUD 1 BCLOUD at a Glance 4 years constantly growing + 3PBs protected and distributed every day from

More information

VMware VDR and Cloud Storage: A Winning Backup/DR Combination

VMware VDR and Cloud Storage: A Winning Backup/DR Combination VMware VDR and Cloud Storage: A Winning Backup/DR Combination 7/29/2010 CloudArray, from TwinStrata, and VMware Data Recovery combine to provide simple, fast and secure backup: On-site and Off-site The

More information

DDN updates object storage platform as it aims to break out of HPC niche

DDN updates object storage platform as it aims to break out of HPC niche DDN updates object storage platform as it aims to break out of HPC niche Analyst: Simon Robinson 18 Oct, 2013 DataDirect Networks has refreshed its Web Object Scaler (WOS), the company's platform for efficiently

More information

Red Hat Storage Server

Red Hat Storage Server Red Hat Storage Server Marcel Hergaarden Solution Architect, Red Hat marcel.hergaarden@redhat.com May 23, 2013 Unstoppable, OpenSource Software-based Storage Solution The Foundation for the Modern Hybrid

More information

How To Compare The Two Cloud Computing Models

How To Compare The Two Cloud Computing Models WHITE PAPER Elastic Cloud Infrastructure: Agile, Efficient and Under Your Control - 1 - INTRODUCTION Most businesses want to spend less time and money building and managing infrastructure to focus resources

More information

cloud functionality: advantages and Disadvantages

cloud functionality: advantages and Disadvantages Whitepaper RED HAT JOINS THE OPENSTACK COMMUNITY IN DEVELOPING AN OPEN SOURCE, PRIVATE CLOUD PLATFORM Introduction: CLOUD COMPUTING AND The Private Cloud cloud functionality: advantages and Disadvantages

More information

AVLOR SERVER CLOUD RECOVERY

AVLOR SERVER CLOUD RECOVERY AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

IBM Global Technology Services November 2009. Successfully implementing a private storage cloud to help reduce total cost of ownership

IBM Global Technology Services November 2009. Successfully implementing a private storage cloud to help reduce total cost of ownership IBM Global Technology Services November 2009 Successfully implementing a private storage cloud to help reduce total cost of ownership Page 2 Contents 2 Executive summary 3 What is a storage cloud? 3 A

More information

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products MaxDeploy Ready Hyper- Converged Virtualization Solution With SanDisk Fusion iomemory products MaxDeploy Ready products are configured and tested for support with Maxta software- defined storage and with

More information

BlueArc unified network storage systems 7th TF-Storage Meeting. Scale Bigger, Store Smarter, Accelerate Everything

BlueArc unified network storage systems 7th TF-Storage Meeting. Scale Bigger, Store Smarter, Accelerate Everything BlueArc unified network storage systems 7th TF-Storage Meeting Scale Bigger, Store Smarter, Accelerate Everything BlueArc s Heritage Private Company, founded in 1998 Headquarters in San Jose, CA Highest

More information

How to Turn the Promise of the Cloud into an Operational Reality

How to Turn the Promise of the Cloud into an Operational Reality TecTakes Value Insight How to Turn the Promise of the Cloud into an Operational Reality By David Talbott The Lure of the Cloud In recent years, there has been a great deal of discussion about cloud computing

More information

C2030-280.Examcollection.Premium.Exam.34q

C2030-280.Examcollection.Premium.Exam.34q C2030-280.Examcollection.Premium.Exam.34q Number: C2030-280 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ Exam Code: C2030-280 Exam Name: IBM Cloud Computing Infrastructure

More information

Advanced Knowledge and Understanding of Industrial Data Storage

Advanced Knowledge and Understanding of Industrial Data Storage Dec. 3 rd 2013 Advanced Knowledge and Understanding of Industrial Data Storage By Jesse Chuang, Senior Software Manager, Advantech With the popularity of computers and networks, most enterprises and organizations

More information

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for Disaster Recovery

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for Disaster Recovery SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for Disaster Recovery www.citrix.com Contents Introduction... 3 Fitting Disaster Recovery to the Cloud... 3 Considerations for Disaster Recovery

More information

ioscale: The Holy Grail for Hyperscale

ioscale: The Holy Grail for Hyperscale ioscale: The Holy Grail for Hyperscale The New World of Hyperscale Hyperscale describes new cloud computing deployments where hundreds or thousands of distributed servers support millions of remote, often

More information

Hosting Provider Plans to Expand Cloud Business by 80 Percent Using Software Upgrade

Hosting Provider Plans to Expand Cloud Business by 80 Percent Using Software Upgrade Hosting Provider Plans to Expand Cloud Business by 80 Percent Using Software Upgrade Overview Country or Region:United States Industry: Hosting Customer Profile Hostway is a leader in cloud, managed, and

More information

Relocating Windows Server 2003 Workloads

Relocating Windows Server 2003 Workloads Relocating Windows Server 2003 Workloads An Opportunity to Optimize From Complex Change to an Opportunity to Optimize There is much you need to know before you upgrade to a new server platform, and time

More information

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida

Amazon Web Services Primer. William Strickland COP 6938 Fall 2012 University of Central Florida Amazon Web Services Primer William Strickland COP 6938 Fall 2012 University of Central Florida AWS Overview Amazon Web Services (AWS) is a collection of varying remote computing provided by Amazon.com.

More information

SOLUTION BRIEF KEY CONSIDERATIONS FOR LONG-TERM, BULK STORAGE

SOLUTION BRIEF KEY CONSIDERATIONS FOR LONG-TERM, BULK STORAGE SOLUTION BRIEF KEY CONSIDERATIONS FOR LONG-TERM, BULK STORAGE IT organizations must store exponentially increasing amounts of data for long periods while ensuring its accessibility. The expense of keeping

More information

ZADARA STORAGE. Managed, hybrid storage EXECUTIVE SUMMARY. Research Brief

ZADARA STORAGE. Managed, hybrid storage EXECUTIVE SUMMARY. Research Brief ZADARA STORAGE Managed, hybrid storage Research Brief EXECUTIVE SUMMARY In 2013, Neuralytix first documented Zadara s rise to prominence in the then, fledgling integrated on-premise and in-cloud storage

More information

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand.

IBM Global Technology Services September 2007. NAS systems scale out to meet growing storage demand. IBM Global Technology Services September 2007 NAS systems scale out to meet Page 2 Contents 2 Introduction 2 Understanding the traditional NAS role 3 Gaining NAS benefits 4 NAS shortcomings in enterprise

More information

Elastic Private Clouds

Elastic Private Clouds White Paper Elastic Private Clouds Agile, Efficient and Under Your Control 1 Introduction Most businesses want to spend less time and money building and managing IT infrastructure to focus resources on

More information

19.10.11. Amazon Elastic Beanstalk

19.10.11. Amazon Elastic Beanstalk 19.10.11 Amazon Elastic Beanstalk A Short History of AWS Amazon started as an ECommerce startup Original architecture was restructured to be more scalable and easier to maintain Competitive pressure for

More information

Tips For Buying Cloud Infrastructure

Tips For Buying Cloud Infrastructure 27 Tips For Buying Cloud Infrastructure A Comprehensive list of questions to ask yourself when reviewing potential cloud providers By Christopher Wilson @chrisleewilson Table of Contents Intro: Evaluating

More information

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com

Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India talk2tamanna@gmail.com IJCSIT, Volume 1, Issue 5 (October, 2014) e-issn: 1694-2329 p-issn: 1694-2345 A STUDY OF CLOUD COMPUTING MODELS AND ITS FUTURE Tamanna Roy Rayat & Bahra Institute of Engineering & Technology, Punjab, India

More information

Building an AWS-Compatible Hybrid Cloud with OpenStack

Building an AWS-Compatible Hybrid Cloud with OpenStack Building an AWS-Compatible Hybrid Cloud with OpenStack AWS is Transforming IT Amazon Web Services (AWS) commands a significant lead in the public cloud services market, with revenue estimated to grow from

More information

Introduction to NetApp Infinite Volume

Introduction to NetApp Infinite Volume Technical Report Introduction to NetApp Infinite Volume Sandra Moulton, Reena Gupta, NetApp April 2013 TR-4037 Summary This document provides an overview of NetApp Infinite Volume, a new innovation in

More information

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments

With Red Hat Enterprise Virtualization, you can: Take advantage of existing people skills and investments RED HAT ENTERPRISE VIRTUALIZATION DATASHEET RED HAT ENTERPRISE VIRTUALIZATION AT A GLANCE Provides a complete end-toend enterprise virtualization solution for servers and desktop Provides an on-ramp to

More information

It s Not Public Versus Private Clouds - It s the Right Infrastructure at the Right Time With the IBM Systems and Storage Portfolio

It s Not Public Versus Private Clouds - It s the Right Infrastructure at the Right Time With the IBM Systems and Storage Portfolio White Paper - It s the Right Infrastructure at the Right Time With the IBM Systems and Storage Portfolio Contents Executive Summary....2 Introduction....3 Private clouds - Powerful tech, new solutions....3

More information

The case for cloud-based disaster recovery

The case for cloud-based disaster recovery IBM Global Technology Services IBM SmartCloud IBM SmartCloud Virtualized Server Recovery i The case for cloud-based disaster recovery Cloud technologies help meet the need for quicker restoration of service

More information

Managing the Cloud as an Incremental Step Forward

Managing the Cloud as an Incremental Step Forward WP Managing the Cloud as an Incremental Step Forward How brings cloud services into your IT infrastructure in a natural, manageable way white paper INFO@SERVICE-NOW.COM Table of Contents Accepting the

More information

Fujitsu Cloud IaaS Trusted Public S5. shaping tomorrow with you

Fujitsu Cloud IaaS Trusted Public S5. shaping tomorrow with you Fujitsu Cloud IaaS Trusted Public S5 shaping tomorrow with you Realizing the cloud opportunity: Fujitsu Cloud iaas trusted Public s5 All the benefits of the public cloud, with enterprise-grade performance

More information

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation Top Ten Questions to Ask Your Primary Storage Provider About Their Data Efficiency May 2014 Copyright 2014 Permabit Technology Corporation Introduction The value of data efficiency technologies, namely

More information

WOS Cloud. ddn.com. Personal Storage for the Enterprise. DDN Solution Brief

WOS Cloud. ddn.com. Personal Storage for the Enterprise. DDN Solution Brief DDN Solution Brief Personal Storage for the Enterprise WOS Cloud Secure, Shared Drop-in File Access for Enterprise Users, Anytime and Anywhere 2011 DataDirect Networks. All Rights Reserved DDN WOS Cloud

More information

Introduction to AWS Economics

Introduction to AWS Economics Introduction to AWS Economics Reducing Costs and Complexity May 2015 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

Frequently Asked Questions: EMC ViPR Software- Defined Storage Software-Defined Storage

Frequently Asked Questions: EMC ViPR Software- Defined Storage Software-Defined Storage Frequently Asked Questions: EMC ViPR Software- Defined Storage Software-Defined Storage Table of Contents What's New? Platform Questions Customer Benefits Fit with Other EMC Products What's New? What is

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T S o f tw a re - D e fined Storage: T h e N e x t - Generation Data Platform for the S o f tw a re - D e fined Datacenter July 2014 Adapted from IDC's Worldwide

More information

Leveraging the Cloud for Data Protection and Disaster Recovery

Leveraging the Cloud for Data Protection and Disaster Recovery WHITE PAPER: Leveraging the Cloud for Data Protection and Disaster Recovery Leveraging the Cloud for Data Protection and Disaster Recovery Bennett Klein DATA MANAGEMENT CUSTOMER SOLUTIONS MARCH 2012 Table

More information

Cloud Computing. Chapter 1 Introducing Cloud Computing

Cloud Computing. Chapter 1 Introducing Cloud Computing Cloud Computing Chapter 1 Introducing Cloud Computing Learning Objectives Understand the abstract nature of cloud computing. Describe evolutionary factors of computing that led to the cloud. Describe virtualization

More information

3 common cloud challenges eradicated with hybrid cloud

3 common cloud challenges eradicated with hybrid cloud 3 common cloud eradicated 3 common cloud eradicated Cloud storage may provide flexibility and capacityon-demand benefits but it also poses some difficult that have limited its widespread adoption. Consequently,

More information

GETTING THE MOST FROM THE CLOUD. A White Paper presented by

GETTING THE MOST FROM THE CLOUD. A White Paper presented by GETTING THE MOST FROM THE CLOUD A White Paper presented by Why Move to the Cloud? CLOUD COMPUTING the latest evolution of IT services delivery is a scenario under which common business applications are

More information

Cisco and EMC Solutions for Application Acceleration and Branch Office Infrastructure Consolidation

Cisco and EMC Solutions for Application Acceleration and Branch Office Infrastructure Consolidation Solution Overview Cisco and EMC Solutions for Application Acceleration and Branch Office Infrastructure Consolidation IT organizations face challenges in consolidating costly and difficult-to-manage branch-office

More information

Cloud Storage and Backup

Cloud Storage and Backup Cloud Storage and Backup Cloud Storage and Backup Cloud Storage and Backup services from iomartcloud have been designed to deliver the performance, capacity, security and flexibility needed to address

More information

Securing Virtual Applications and Servers

Securing Virtual Applications and Servers White Paper Securing Virtual Applications and Servers Overview Security concerns are the most often cited obstacle to application virtualization and adoption of cloud-computing models. Merely replicating

More information

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION

Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION October 2013 Daitan White Paper Reference Model for Cloud Applications CONSIDERATIONS FOR SW VENDORS BUILDING A SAAS SOLUTION Highly Reliable Software Development Services http://www.daitangroup.com Cloud

More information

Protect Data... in the Cloud

Protect Data... in the Cloud QUASICOM Private Cloud Backups with ExaGrid Deduplication Disk Arrays Martin Lui Senior Solution Consultant Quasicom Systems Limited Protect Data...... in the Cloud 1 Mobile Computing Users work with their

More information

Building the Business Case for Cloud: Real Ways Private Cloud Can Benefit Your Organization

Building the Business Case for Cloud: Real Ways Private Cloud Can Benefit Your Organization : Real Ways Private Cloud Can Benefit Your Organization In This Paper Leveraging cloud technology can help drive down costs while enabling service-oriented IT. Private and hybrid cloud approaches improve

More information

Storage Multi-Tenancy for Cloud Computing. Paul Feresten, NetApp; SNIA Cloud Storage Initiative Member

Storage Multi-Tenancy for Cloud Computing. Paul Feresten, NetApp; SNIA Cloud Storage Initiative Member Paul Feresten, NetApp; SNIA Cloud Storage Initiative Member March, 2010 Table of Contents Introduction...1 What is Multi-Tenancy?...2 Storage Multi-Tenancy...2 Enabling Cloud-Based Data Management CDMI...3

More information

Microsoft Private Cloud Fast Track

Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track Microsoft Private Cloud Fast Track is a reference architecture designed to help build private clouds by combining Microsoft software with Nutanix technology to decrease

More information

Taking Big Data to the Cloud. Enabling cloud computing & storage for big data applications with on-demand, high-speed transport WHITE PAPER

Taking Big Data to the Cloud. Enabling cloud computing & storage for big data applications with on-demand, high-speed transport WHITE PAPER Taking Big Data to the Cloud WHITE PAPER TABLE OF CONTENTS Introduction 2 The Cloud Promise 3 The Big Data Challenge 3 Aspera Solution 4 Delivering on the Promise 4 HIGHLIGHTS Challenges Transporting large

More information

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Clear the way for new business opportunities. Unlock the power of data. Overcoming storage limitations Unpredictable data growth

More information

How To Choose Cloud Computing

How To Choose Cloud Computing IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 09, 2014 ISSN (online): 2321-0613 Comparison of Several IaaS Cloud Computing Platforms Amar Deep Gorai 1 Dr. Birendra Goswami

More information

Amazon EC2 Product Details Page 1 of 5

Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Product Details Page 1 of 5 Amazon EC2 Functionality Amazon EC2 presents a true virtual computing environment, allowing you to use web service interfaces to launch instances with a variety of

More information