Cloud and Big Data initiatives. Mark O Connell, EMC

Size: px
Start display at page:

Download "Cloud and Big Data initiatives. Mark O Connell, EMC"

Transcription

1 Object storage PRESENTATION systems: TITLE GOES the underpinning HERE of Cloud and Big Data initiatives Mark O Connell, EMC

2 SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations and literature under the following conditions: Any slide or slides used must be reproduced in their entirety without modification The SNIA must be acknowledged as the source of any material used in the body of any document containing material from these presentations. This presentation is a project of the SNIA Education Committee. Neither the author nor the presenter is an attorney and nothing in this presentation is intended to be, or should be construed as legal advice or an opinion of counsel. If you need legal advice or a legal opinion please contact your attorney. The information presented herein represents the author's personal opinion and current understanding of the relevant issues involved. The author, the presenter, and the SNIA do not assume any responsibility or liability for damages arising out of any reliance on or use of this information. NO WARRANTIES, EXPRESS OR IMPLIED. USE AT YOUR OWN RISK. 2

3 Abstract Object storage systems: the underpinning of Cloud and Big Data initiatives Object storage systems have risen to prominence in the storage industry and underlie both public and private cloud offerings. This talk will cover the needs of a cloud based storage system, why traditional approaches are insufficient to meet this challenge, the basic paradigms and architectures of object storage systems, how the architecture of an object storage system addresses the needs of cloud based storage, and challenges of using object storage systems vs traditional IT systems. Additionally this talk will compare and contrast the major object storage systems in use today, including Amazon s S3, Microsoft s Azure, EMC Atmos, the OpenStack Swift initiative, and others. 3

4 This talk will cover What is Cloud? What are Object Storage systems? How do Object Storage systems satisfy cloud use cases? What is Big Data? How do Big Data, Cloud, and Object Storage relate? 4

5 What is cloud? Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. This cloud model is composed of five essential characteristics, three service models, and four deployment models. 5

6 5 Essential Cloud Characteristics On-demand self-service. Broad network access. Resource pooling. Rapid elasticity. Measured service 6

7 What storage meets these criteria? On-demand self-service. Broad network access. Resource pooling. Rapid elasticity. Measured service 7

8 Object storage: Evolution of storage Object storage 8

9 At first there was one Block devices Characteristics Disk, LUN, etc Simple, linear block addresses Fixed size elements (512 byte block) Atomic access at the element level Advantages Speed and performance Ability to satisfy many use cases Disadvantages Difficult to use Fixed size LUNs Caveats: may grow, thin LUNs Fragmentation issues If large LUNs are maintained for performance 9

10 Then there were two Filesystems Characteristics Built on block Space management Sharing NFS, CIFS Byte accessible OS caching for performance Advantages Easy to use, human understandable addressing Standard tools Disadvantages Limitations path length, directory size, FS size, inodes, etc. Semantics heavyweight for some use cases Stateful protocols, unsuitable for internet/mobile use 10

11 The Third Amigo Object Storage Characteristics Advantages Disadvantages 11

12 Defining Characteristics Single, Flat namespace Location independent addressing Constant time read performance Unlimited storage, autoconfiguring Policies at object or bucket level (policies at user defined container level) Per-object user definable metadata 12

13 Typical Characteristics Scale out Distributed Eventually consistent 13

14 Common Characteristics REST/HTTP for internet/mobile access Multi-tenancy Self-service Provisioning Metering 14

15 Single, Flat Namespace Key/Value store (Amazon S3, Azure, SWIFT) May looks like a pathname, e.g. /foo/bar/filename Unique within a bucket Ability to list based on common prefix and up to a delimiter Otherwise no directory semantics Typically used with a consistent hashing algorithm Unique Identifier (Atmos, XAM) Opaque character string Must typically be used with an application database to store the identifiers Typically globally unique 15

16 Location independent addressing Location independent addressing No relationship between a name and the location of the object Two objects with similar names are not necessarily colocated Block systems: Reading N sequential blocks faster than reading N random blocks Flash based storage changes this effect Filesystem: Accessing /foo/bar/file1 may speed up access to /foo/bar/file2 (caching effects) Filesystem: Reading from /foo/bar/file1 normally speeds up future reads of that same file Constant time read performance Read of each object completes in the same time Typically achieved via a hash on object name Hash internally translated to object location(s) 16

17 Unlimited storage and policies Unlimited storage, autoconfiguring Adding storage to the system automatically expands capacity available for all users No limits on total storage, total objects, etc Policies at user defined container level Amazon bucket level policies, reduced redundancy at object level Azure storage account level policies Atmos per object policies Amplidata per namespace policy 17

18 Per-object user definable metadata What s in a document beyond the content? 18

19 Per-object user definable metadata What s in a document beyond the content? 19

20 Per-object user definable metadata Applications embed metadata in files in an application specific mechanism What s different in an object storage system? Object systems provide standard ways to store metadata Enables easier processing of the metadata Allows different applications to manipulate or process the metadata 20

21 Object Storage: Typical Characteristics Scale out Distributed 21

22 Object Storage: Typical Characteristics Eventually consistent Write an object with all 1 s Overwrite the object with all 2 s Read from the object should get 2 s (strong consistency) May get 1 s, will eventually get 2 s Will not get 5 s (a value that was never written) Areas which generally show eventual consistency Quorum reads Number of object replicas Asynchronous replication with read allowed List after write eventually consistent 22

23 Common Characteristics REST/HTTP for internet/mobile access Multi-tenancy More than logical data segregation Separation of users, administrators, etc E.g. a per-filesystem administrator, a per-lun administrator Self-service Provisioning Metering Pay-as-you- go services, pay for pure consumption, not allocation 23

24 Object Storage Examples Clouds powered by object storage Underlying technologies 24

25 Summary: Storage Evolution With Block Storage: Data is organized as an array of unrelated blocks Hosts directly access blocks With File/NAS Storage: Data is organized as an array of unrelated blocks Onboard file system places data on disk External systems directly access files within the onboard file system With Object Storage: Application centric data storage, access, and management model Stores virtual containers that encapsulate data, data attributes, metadata, and Object IDs/keys With Cloud Storage: Nearly limitless scalability designed to manage the explosion of unstructured data Capable of scaling across multiple physical locations, regardless of distance Advanced, policy driven data management based on attributes and metadata Flexible access methods that support traditional object storage models and new web based application architectures Simple set it and forget it management with end user self service capabilities 25

26 Object storage satisfies cloud needs On-demand self-service. Unlimited storage, Multi-tenancy, Self provisioning Broad network access. Scale out architecture, REST/HTTP Resource pooling. Single flat namespace, unlimited storage, autoconfiguring, user defined policy scope, scale out, distributed Rapid elasticity. Single flat namespace, autoconfiguring, location independent addressing, scale out Measured service. Multi-tenancy, Metadata, Metering 26

27 What is Big Data? 27

28 Big Data Definition Big data is high-volume, high-velocity and high-variety information assets that demand cost-effective, innovative forms of information processing for enhanced insight and decision making. Source: Gartner 28

29 Where does Big Data come from? Shopping habits Web surfing Social media and picture sharing sites Car and appliance sensors s 29

30 Leveraging Big Data Massive data collection Collected across horizontal applications What do online sites like Netflix, Pandora, Amazon, and others do? Utilize data across customers Make predictions, recommendations 30

31 Big data needs Broad network access. Scale out architecture, REST/HTTP Resource pooling. Single flat namespace, unlimited storage, autoconfiguring, user defined policy scope, scale out, distributed Rapid elasticity. Single flat namespace, autoconfiguring, location independent addressing, scale out Commonality with cloud Good fit with object storage architectures 31

32 Object systems uniquely suit Big Data Per-object metadata gives context to drive analytics Medical records from patient X Records from patients with asthma diagnosis May add as agile response to real world situations Asthmatic patients using experimental therapy Z 32

33 Summary 33

34 Object storage systems Object storage systems build on block and file storage Automate the management of these devices Object storage systems are optimized for new usage patterns Non-local access: Web, mobile, etc Non-stateful access: REST, HTTP Scale out access across many independent streams Scalable access: Built for multiple independent use cases Needs of cloud systems overlap with object systems Scale, Elasticity, Pooling of resource, Broad network access Big data systems overlap with cloud and object 34

35 Attribution & Feedback The SNIA Education Committee thanks the following individuals for their contributions to this Tutorial. Authorship History Mark O Connell March 2013 Additional Contributors Michelle Scardino March 2013 Joseph White March 2013 Michael Fishman March 2013 Please send any questions or comments regarding this SNIA Tutorial to tracktutorials@snia.org 35

High Performance Computing OpenStack Options. September 22, 2015

High Performance Computing OpenStack Options. September 22, 2015 High Performance Computing OpenStack PRESENTATION TITLE GOES HERE Options September 22, 2015 Today s Presenters Glyn Bowden, SNIA Cloud Storage Initiative Board HP Helion Professional Services Alex McDonald,

More information

How to Cost Effectively Retain Reference Data for Analytics and Big Data. Molly Rector, EVP Product Management & WW Marketing, Spectra Logic

How to Cost Effectively Retain Reference Data for Analytics and Big Data. Molly Rector, EVP Product Management & WW Marketing, Spectra Logic How to Cost Effectively Retain Reference Data for Analytics and Big Data Molly Rector, EVP Product Management & WW Marketing, Spectra Logic SNIA Legal Notice The material contained in this tutorial is

More information

How it can benefit your enterprise. Dejan Kocic Hitachi Data Systems (HDS)

How it can benefit your enterprise. Dejan Kocic Hitachi Data Systems (HDS) PRESENTATION Case for flash TITLE GOES storage HERE How it can benefit your enterprise Dejan Kocic Hitachi Data Systems (HDS) SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

Cloud Archiving. Paul Field Consultant

Cloud Archiving. Paul Field Consultant Paul Field Consultant SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in presentations and literature

More information

Understanding Enterprise NAS

Understanding Enterprise NAS Anjan Dave, Principal Storage Engineer LSI Corporation Author: Anjan Dave, Principal Storage Engineer, LSI Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA

More information

Storage Clouds. Karthik Ramarao. Director of Strategy and Technology and CTO Asia Pacific, NetApp Board Director SNIA South Asia

Storage Clouds. Karthik Ramarao. Director of Strategy and Technology and CTO Asia Pacific, NetApp Board Director SNIA South Asia Deploying PRESENTATION Public, TITLE Private, GOES HERE and Hybrid Storage Clouds Karthik Ramarao Director of Strategy and Technology and CTO Asia Pacific, NetApp Board Director SNIA South Asia SNIA Legal

More information

How it can benefit your enterprise. Dejan Kocic Netapp

How it can benefit your enterprise. Dejan Kocic Netapp PRESENTATION Case for flash TITLE GOES storage HERE How it can benefit your enterprise Dejan Kocic Netapp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

Big Data Storage Options for Hadoop Sam Fineberg, HP Storage

Big Data Storage Options for Hadoop Sam Fineberg, HP Storage Sam Fineberg, HP Storage SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

More information

Enterprise Architecture and the Cloud. Marty Stogsdill, Oracle

Enterprise Architecture and the Cloud. Marty Stogsdill, Oracle Marty Stogsdill, Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

More information

Cloud Storage Clients. Rich Ramos, Individual

Cloud Storage Clients. Rich Ramos, Individual Rich Ramos, Individual SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

More information

in Transition to the Cloud

in Transition to the Cloud PRESENTATION Data Protection TITLE GOES HERE in Transition to the Cloud David A. Chapa, CTE Seagate Technology Author: SNIA - Data Protection & Capacity Optimization (DPCO) Committee SNIA Legal Notice

More information

Deploying Public, Private, and Hybrid Storage Clouds. Marty Stogsdill, Oracle

Deploying Public, Private, and Hybrid Storage Clouds. Marty Stogsdill, Oracle Deploying Public, Private, and Hybrid Storage Clouds Marty Stogsdill, Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Cloud File Services: October 1, 2014

Cloud File Services: October 1, 2014 Cloud File Services: SMB/CIFS and TITLE NFS in the Cloud PRESENTATION GOES HERE October 1, 2014 Webcast Presenters David Fair, SNIA ESF Business Development Chair - Intel John Reed Product Manager, Windows

More information

Restoration Technologies. Mike Fishman / EMC Corp.

Restoration Technologies. Mike Fishman / EMC Corp. Trends PRESENTATION in Data TITLE Protection GOES HERE and Restoration Technologies Mike Fishman / EMC Corp. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless

More information

Interoperable Cloud Storage with the CDMI Standard

Interoperable Cloud Storage with the CDMI Standard Interoperable Cloud Storage with the CDMI Standard Storage and Data Management in a post-filesystem World Mark Carlson, SNIA TC and Oracle Co-Chair, SNIA Cloud Storage TWG and Initiative Author: Mark Carlson,

More information

Storage Clouds. Enterprise Architecture and the Cloud. Author and Presenter: Marty Stogsdill, Oracle

Storage Clouds. Enterprise Architecture and the Cloud. Author and Presenter: Marty Stogsdill, Oracle Deploying PRESENTATION Public, TITLE Private, GOES HERE and Hybrid Storage Clouds Enterprise Architecture and the Cloud Author and Presenter: Marty Stogsdill, Oracle SNIA Legal Notice The material contained

More information

15 Best Practices For Comparing Data Protection With Cloud Media Server

15 Best Practices For Comparing Data Protection With Cloud Media Server The Changing PRESENTATION Role TITLE of GOES Data HERE Protection In a Virtual World Gene Nagle, BridgeSTOR Thomas Rivera, Hitachi Data Systems SNIA Legal Notice The material contained in this tutorial

More information

Sujee Maniyam, ElephantScale

Sujee Maniyam, ElephantScale Hadoop PRESENTATION 2 : New TITLE and GOES Noteworthy HERE Sujee Maniyam, ElephantScale SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member

More information

Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation

Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation : Backup to Tape, Disk and Beyond Michael Fishman, EMC Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use

More information

UNDERSTANDING DATA DEDUPLICATION. Thomas Rivera SEPATON

UNDERSTANDING DATA DEDUPLICATION. Thomas Rivera SEPATON UNDERSTANDING DATA DEDUPLICATION Thomas Rivera SEPATON SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material

More information

Cloud Data Management Interface (CDMI) The Cloud Storage Standard. Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG

Cloud Data Management Interface (CDMI) The Cloud Storage Standard. Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG Cloud Data Management Interface (CDMI) The Cloud Storage Standard Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

How To Create A Cloud Backup Service

How To Create A Cloud Backup Service Cloud Backup Recovery and Restore Requirements Ashar Baig, Asigra Chairman, SNIA Cloud Backup Recovery and Restore (BURR) Special Interest Group (SIG) SNIA Legal Notice The material contained in this tutorial

More information

DFS For Not-So Dummies. Matthew Geddes

DFS For Not-So Dummies. Matthew Geddes Matthew Geddes SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in presentations and literature under

More information

Enterprise Architecture and the Cloud. Marty Stogsdill, Oracle

Enterprise Architecture and the Cloud. Marty Stogsdill, Oracle Marty Stogsdill, Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

More information

Accelerating Applications and File Systems with Solid State Storage. Jacob Farmer, Cambridge Computer

Accelerating Applications and File Systems with Solid State Storage. Jacob Farmer, Cambridge Computer Accelerating Applications and File Systems with Solid State Storage Jacob Farmer, Cambridge Computer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

UNDERSTANDING DATA DEDUPLICATION. Tom Sas Hewlett-Packard

UNDERSTANDING DATA DEDUPLICATION. Tom Sas Hewlett-Packard UNDERSTANDING DATA DEDUPLICATION Tom Sas Hewlett-Packard SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material

More information

Deduplication s Role in Disaster Recovery. Thomas Rivera, SEPATON

Deduplication s Role in Disaster Recovery. Thomas Rivera, SEPATON Thomas Rivera, SEPATON SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in presentations and literature

More information

UNDERSTANDING DATA DEDUPLICATION. Jiří Král, ředitel pro technický rozvoj STORYFLEX a.s.

UNDERSTANDING DATA DEDUPLICATION. Jiří Král, ředitel pro technický rozvoj STORYFLEX a.s. UNDERSTANDING DATA DEDUPLICATION Jiří Král, ředitel pro technický rozvoj STORYFLEX a.s. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual

More information

Trends in Application Recovery. Andreas Schwegmann, HP

Trends in Application Recovery. Andreas Schwegmann, HP Andreas Schwegmann, HP SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations

More information

Today s Agile, Complex and Heterogeneous Data Centers

Today s Agile, Complex and Heterogeneous Data Centers Managing PRESENTATION Backup TITLE and GOES Recovery HERE in Today s Agile, Complex and Heterogeneous Data Centers Maria Pressley, Chief Evangelist Unitrends Gene Nagle, Vice President Technical Services

More information

WAN Optimization and Cloud Computing. Josh Tseng, Riverbed

WAN Optimization and Cloud Computing. Josh Tseng, Riverbed WAN Optimization and Cloud Computing Josh Tseng, Riverbed SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material

More information

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE. Matt Kixmoeller, Pure Storage

LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE. Matt Kixmoeller, Pure Storage LEVERAGING FLASH MEMORY in ENTERPRISE STORAGE Matt Kixmoeller, Pure Storage SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies

More information

Data Center Transformation. Russ Fellows, Managing Partner Evaluator Group Inc.

Data Center Transformation. Russ Fellows, Managing Partner Evaluator Group Inc. Russ Fellows, Managing Partner Evaluator Group Inc. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in

More information

WAN Optimization and Thin Client: Complementary or Competitive Application Delivery Methods? Josh Tseng, Riverbed

WAN Optimization and Thin Client: Complementary or Competitive Application Delivery Methods? Josh Tseng, Riverbed WAN Optimization and Thin Client: Complementary or Competitive Application Delivery Methods? Josh Tseng, Riverbed SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member

More information

Deduplication s Role in Disaster Recovery. Thomas Rivera, SEPATON

Deduplication s Role in Disaster Recovery. Thomas Rivera, SEPATON Thomas Rivera, SEPATON SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in presentations and literature

More information

The Role of WAN Optimization in Cloud Infrastructures

The Role of WAN Optimization in Cloud Infrastructures The Role of WAN Optimization in Cloud Infrastructures Josh Tseng, Riverbed Technology Author: Josh Tseng, Riverbed Technology SNIA Legal Notice The material contained in this tutorial is copyrighted by

More information

VDI Optimization Real World Learnings. Russ Fellows, Evaluator Group

VDI Optimization Real World Learnings. Russ Fellows, Evaluator Group Russ Fellows, Evaluator Group SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material

More information

Managing Data Storage in the Public Cloud. October 2009

Managing Data Storage in the Public Cloud. October 2009 October 2009 Table of Contents Introduction...1 What is a Public Cloud?...1 Managing Data Storage as a Service...2 Improving Public Cloud Storage CDMI...4 How CDMI Works...4 Metadata in CDMI... 6 CDMI

More information

Storage Cloud Environments. Alex McDonald NetApp

Storage Cloud Environments. Alex McDonald NetApp Deploying PRESENTATION Public, TITLE Private, GOES HERE and Hybrid Storage Cloud Environments Alex McDonald NetApp Webcast Presenter Alex McDonald joined NetApp in 2005, after more than 30 years in a variety

More information

Visions for Ethernet Connected Drives. Vice President, Dell Oro Group chris@delloro.com March 25, 2015

Visions for Ethernet Connected Drives. Vice President, Dell Oro Group chris@delloro.com March 25, 2015 Visions for Ethernet Connected Drives PRESENTATION TITLE GOES HERE Chris DePuy, Vice President, Dell Oro Group chris@delloro.com March 25, 2015 Webcast Presenters David Fair, SNIA ESF Chair Intel Vice

More information

Scale and Availability Considerations for Cluster File Systems. David Noy, Symantec Corporation

Scale and Availability Considerations for Cluster File Systems. David Noy, Symantec Corporation Scale and Availability Considerations for Cluster File Systems David Noy, Symantec Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted.

More information

Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation

Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation Introduction to Data Protection: Backup to Tape, Disk and Beyond Michael Fishman, EMC Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies

More information

Using Classification to manage File Servers. Nir Ben-Zvi, Microsoft Corporation

Using Classification to manage File Servers. Nir Ben-Zvi, Microsoft Corporation Using Classification to manage File Servers Nir Ben-Zvi, Microsoft Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members

More information

Block Storage in the Open Source Cloud called OpenStack

Block Storage in the Open Source Cloud called OpenStack Block Storage in the Open Source Cloud called OpenStack PRESENTATION TITLE GOES HERE June 3, 2015 Webcast Presenters Alex McDonald, Vice Chair SNIA-ESF NetApp Walter Boring, Software Engineer, HP 2 SNIA

More information

How To Migrate To A Network (Wan) From A Server To A Server (Wlan)

How To Migrate To A Network (Wan) From A Server To A Server (Wlan) The Role of WAN Optimization in Infrastructures Josh Tseng, Riverbed SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use

More information

How To Understand And Understand The Risks Of Configuration Drift

How To Understand And Understand The Risks Of Configuration Drift How to: Eliminate Configuration Drift Risk Gil Hecht, CEO Continuity Software SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members

More information

TECHNICAL WHITE PAPER: ELASTIC CLOUD STORAGE SOFTWARE ARCHITECTURE

TECHNICAL WHITE PAPER: ELASTIC CLOUD STORAGE SOFTWARE ARCHITECTURE TECHNICAL WHITE PAPER: ELASTIC CLOUD STORAGE SOFTWARE ARCHITECTURE Deploy a modern hyperscale storage platform on commodity infrastructure ABSTRACT This document provides a detailed overview of the EMC

More information

Active Archive - Data Protection for the Modern Data Center. Molly Rector, Spectra Logic Dr. Rainer Pollak, DataGlobal

Active Archive - Data Protection for the Modern Data Center. Molly Rector, Spectra Logic Dr. Rainer Pollak, DataGlobal Active Archive - Data Protection for the Modern Data Center Molly Rector, Spectra Logic Dr. Rainer Pollak, DataGlobal SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE

ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE ENABLING GLOBAL HADOOP WITH EMC ELASTIC CLOUD STORAGE Hadoop Storage-as-a-Service ABSTRACT This White Paper illustrates how EMC Elastic Cloud Storage (ECS ) can be used to streamline the Hadoop data analytics

More information

Deduplication s Role in Disaster Recovery. Gene Nagle, EXAR Thomas Rivera, SEPATON

Deduplication s Role in Disaster Recovery. Gene Nagle, EXAR Thomas Rivera, SEPATON Gene Nagle, EXAR Thomas Rivera, SEPATON SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this material in presentations

More information

in the Cloud - What To Do and What Not To Do Chad Thibodeau / Cleversafe Sebastian Zangaro / HP

in the Cloud - What To Do and What Not To Do Chad Thibodeau / Cleversafe Sebastian Zangaro / HP Digital PRESENTATION Data Archive TITLE and GOES Preservation HERE in the Cloud - What To Do and What Not To Do Chad Thibodeau / Cleversafe Sebastian Zangaro / HP SNIA Legal Notice The material contained

More information

ADVANCED DEDUPLICATION CONCEPTS. Larry Freeman, NetApp Inc Tom Pearce, Four-Colour IT Solutions

ADVANCED DEDUPLICATION CONCEPTS. Larry Freeman, NetApp Inc Tom Pearce, Four-Colour IT Solutions ADVANCED DEDUPLICATION CONCEPTS Larry Freeman, NetApp Inc Tom Pearce, Four-Colour IT Solutions SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and

More information

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2

DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing WHAT IS CLOUD COMPUTING? 2 DISTRIBUTED SYSTEMS [COMP9243] Lecture 9a: Cloud Computing Slide 1 Slide 3 A style of computing in which dynamically scalable and often virtualized resources are provided as a service over the Internet.

More information

Overview Copy Cop ri y g ri h g t h 2014 t EM E C Corp M orat C Corp i orat o i n. n. A l A ll l rig ri h g t h s t res s e res rved rv.

Overview Copy Cop ri y g ri h g t h 2014 t EM E C Corp M orat C Corp i orat o i n. n. A l A ll l rig ri h g t h s t res s e res rved rv. Overview 1 What the Heck is an Object anyway? File Object G:\folder1\Dog.jpg File Size ACL Date LAN Access SMB/CIFS/NFS Object ID + Metadata All File info plus: M Lady Beagle Likes Kids LAN/WAN/Mobile

More information

Future Proofing Data Archives with Storage Migration From Legacy to Cloud

Future Proofing Data Archives with Storage Migration From Legacy to Cloud Future Proofing Data Archives with Storage Migration From Legacy to Cloud ABSTRACT This white paper explains how EMC Elastic Cloud Storage (ECS ) Appliance and Seven10 s Storfirst software enable organizations

More information

CLOUD TECH SOLUTION AT INTEL INFORMATION TECHNOLOGY ICApp Platform as a Service

CLOUD TECH SOLUTION AT INTEL INFORMATION TECHNOLOGY ICApp Platform as a Service CLOUD TECH SOLUTION AT INTEL INFORMATION TECHNOLOGY ICApp Platform as a Service Open Data Center Alliance, Inc. 3855 SW 153 rd Dr. Beaverton, OR 97003 USA Phone +1 503-619-2368 Fax: +1 503-644-6708 Email:

More information

Why Private Cloud? Nenad BUNCIC VPSI 29-JUNE-2015 EPFL, SI-EXHEB

Why Private Cloud? Nenad BUNCIC VPSI 29-JUNE-2015 EPFL, SI-EXHEB Why Private Cloud? O P E R A T I O N S V I E W Nenad BUNCIC EPFL, SI-EXHEB 1 What Exactly Is Cloud? Cloud technology definition, as per National Institute of Standards and Technology (NIST SP 800-145),

More information

Understanding Storage Virtualization of Infortrend ESVA

Understanding Storage Virtualization of Infortrend ESVA Understanding Storage Virtualization of Infortrend ESVA White paper Abstract This white paper introduces different ways of implementing storage virtualization and illustrates how the virtualization technology

More information

Simple. Extensible. Open.

Simple. Extensible. Open. White Paper Simple. Extensible. Open. Unleash the Value of Data with EMC ViPR Global Data Services Abstract The following paper opens with the evolution of enterprise storage infrastructure in the era

More information

Cloud Archive & Long Term Preservation Challenges and Best Practices

Cloud Archive & Long Term Preservation Challenges and Best Practices Cloud Archive & Long Term Preservation Challenges and Best Practices Chad Thibodeau, Cleversafe, Inc. Sebastian Zangaro, HP Author: Chad Thibodeau, Cleversafe, Inc. Author: Sebastian Zangaro, HP SNIA Legal

More information

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research

Introduction to Cloud : Cloud and Cloud Storage. Lecture 2. Dr. Dalit Naor IBM Haifa Research Storage Systems. Dalit Naor, IBM Haifa Research Introduction to Cloud : Cloud and Cloud Storage Lecture 2 Dr. Dalit Naor IBM Haifa Research Storage Systems 1 Advanced Topics in Storage Systems for Big Data - Spring 2014, Tel-Aviv University http://www.eng.tau.ac.il/semcom

More information

Unmasking Virtualization Security. Eric A. Hibbard, CISSP, CISA Hitachi Data Systems

Unmasking Virtualization Security. Eric A. Hibbard, CISSP, CISA Hitachi Data Systems Eric A. Hibbard, CISSP, CISA Hitachi Data Systems SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may

More information

Building the Business Case for the Cloud

Building the Business Case for the Cloud Building the Business Case for the Cloud Alex McDonald Industry Standards, Office of the CTO, NetApp Author: Marty Stogsdill, Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

Using CDMI to Manage Swift, S3, and Ceph Object Repositories David Slik NetApp, Inc.

Using CDMI to Manage Swift, S3, and Ceph Object Repositories David Slik NetApp, Inc. Using CDMI to Manage Swift, S3, and Ceph Object Repositories David Slik NetApp, Inc. A Brief Overview of CDMI CDMI (Cloud Data Management Interface) is a RESTful API for accessing and managing cloud storage.

More information

September 2009 Cloud Storage for Cloud Computing

September 2009 Cloud Storage for Cloud Computing September 2009 Cloud Storage for Cloud Computing This paper is a joint production of the Storage Networking Industry Association and the Open Grid Forum. Copyright 2009 Open Grid Forum, Copyright 2009

More information

Building Out Your Cloud-Ready Solutions. Clark D. Richey, Jr., Principal Technologist, DoD

Building Out Your Cloud-Ready Solutions. Clark D. Richey, Jr., Principal Technologist, DoD Building Out Your Cloud-Ready Solutions Clark D. Richey, Jr., Principal Technologist, DoD Slide 1 Agenda Define the problem Explore important aspects of Cloud deployments Wrap up and questions Slide 2

More information

Storage Virtualization

Storage Virtualization Section 2 : Storage Networking Technologies and Virtualization Storage Virtualization Chapter 10 EMC Proven Professional The #1 Certification Program in the information storage and management industry

More information

Software Defined Storage

Software Defined Storage Mark Carlson, Alan Yoder, Leah Schoeb, Don Deel, Carlos Pratt April, 2014 Working DRAFT Publication of this Working Draft for review and comment has been approved by the SNIA TC. This draft represents

More information

Cloud Gateway. Agenda. Cloud concepts Gateway concepts My work. Monica Stebbins

Cloud Gateway. Agenda. Cloud concepts Gateway concepts My work. Monica Stebbins Approved for Public Release; Distribution Unlimited. Case Number 15 0196 Cloud Gateway Monica Stebbins Agenda 2 Cloud concepts Gateway concepts My work 3 Cloud concepts What is Cloud 4 Similar to hosted

More information

SSD and Deduplication The End of Disk?

SSD and Deduplication The End of Disk? SSD and Deduplication The End of Disk? Jered Floyd, CTO, Permabit Technology Corp. Author: Jered Floyd, CTO, Permabit Technology Corp. SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

How To Write On A Flash Memory Flash Memory (Mlc) On A Solid State Drive (Samsung)

How To Write On A Flash Memory Flash Memory (Mlc) On A Solid State Drive (Samsung) Using MLC NAND in Datacenters (a.k.a. Using Client SSD Technology in Datacenters) Tony Roug, Intel Principal Engineer SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA.

More information

Get The Private Cloud You Want From The Infrastructure You ve Got

Get The Private Cloud You Want From The Infrastructure You ve Got Get The Private Cloud You Want From The Infrastructure You ve Got Eric Hennessey Sr. Principal Technical Product Manager, Storage and Availability Management Group 1 Digital Government Institute November

More information

Object Storage: Out of the Shadows and into the Spotlight

Object Storage: Out of the Shadows and into the Spotlight Technology Insight Paper Object Storage: Out of the Shadows and into the Spotlight By John Webster December 12, 2012 Enabling you to make the best technology decisions Object Storage: Out of the Shadows

More information

VMware Software-Defined Storage Vision

VMware Software-Defined Storage Vision VMware Software-Defined Storage Vision Lee Dilworth (@leedilworth) Principal Systems Engineer 2014 VMware Inc. All rights reserved. The Software-Defined Data Center Expand virtual compute to all applications

More information

ARCHIVING FOR DATA PROTECTION IN THE MODERN DATA CENTER. Tony Walker, Dell, Inc. Molly Rector, Spectra Logic

ARCHIVING FOR DATA PROTECTION IN THE MODERN DATA CENTER. Tony Walker, Dell, Inc. Molly Rector, Spectra Logic ARCHIVING FOR DATA PROTECTION IN THE MODERN DATA CENTER Tony Walker, Dell, Inc. Molly Rector, Spectra Logic SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise

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

The NIST Definition of Cloud Computing (Draft)

The NIST Definition of Cloud Computing (Draft) Special Publication 800-145 (Draft) The NIST Definition of Cloud Computing (Draft) Recommendations of the National Institute of Standards and Technology Peter Mell Timothy Grance NIST Special Publication

More information

Big Data and the Urgency of College- Level Data Storage & Virtualization Curriculum

Big Data and the Urgency of College- Level Data Storage & Virtualization Curriculum PRESENTATION TITLE GOES HERE Big Data and the Urgency of College- Level Data Storage & Virtualization Curriculum Ramin Elahi, UC Santa Cruz Ext. @ Silicon Valley SNIA Legal Notice The material contained

More information

Fundamental Approaches to WAN Optimization. Josh Tseng, Riverbed

Fundamental Approaches to WAN Optimization. Josh Tseng, Riverbed Fundamental Approaches to WAN Optimization Josh Tseng, Riverbed SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this

More information

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage HiTech White Paper -as-a-service SAN and NAS Reference Architectures leveraging Private Cloud About the Author Ankur Srivastava Ankur Srivastava is a Solution Architect working with the Hi Tech Industry

More information

S O L U T I O N P R O F I L E. Riverbed and EMC Deliver Capacity-Optimized Cloud Storage for Backup, Recovery, Archiving, and DR

S O L U T I O N P R O F I L E. Riverbed and EMC Deliver Capacity-Optimized Cloud Storage for Backup, Recovery, Archiving, and DR Riverbed and EMC Deliver Capacity-Optimized Cloud Storage for Backup, Recovery, Archiving, and DR November 2010 Today s ongoing and rapidly-accelerating growth in data under management comes at the same

More information

Rethinking Archiving: Exploring the path to improved IT efficiency and maximizing value of archiving solution investments

Rethinking Archiving: Exploring the path to improved IT efficiency and maximizing value of archiving solution investments Rethinking Archiving: Exploring the path to improved IT efficiency and maximizing value of archiving solution investments Marshall Amaldas & Brad Nisbet, IDC Authors: Marshall Amaldas & Brad Nisbet, IDC

More information

Storage management and business continuity strategy and futures

Storage management and business continuity strategy and futures #SymVisionEmea #SymVisionEmea Storage management and business continuity strategy and futures Petter Sveum Information Availability Solution Lead EMEA Ian Wood Information Management Strategy & GTM Storage

More information

Cloud Computing. Course: Designing and Implementing Service Oriented Business Processes

Cloud Computing. Course: Designing and Implementing Service Oriented Business Processes Cloud Computing Supplementary slides Course: Designing and Implementing Service Oriented Business Processes 1 Introduction Cloud computing represents a new way, in some cases a more cost effective way,

More information

VIPR SOFTWARE- DEFINED STORAGE

VIPR SOFTWARE- DEFINED STORAGE VIPR SOFTWARE- DEFINED STORAGE Virtualize Everything. Compromise Nothing. 1 IT is Being Transformed Days/Months Minutes/ Seconds Help Desk IT-Issued Self-Service Choice Computing Flat Tax Metered 2 Traditional

More information

EMC Unified Storage for Microsoft SQL Server 2008

EMC Unified Storage for Microsoft SQL Server 2008 EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information

More information

HGST Object Storage for a New Generation of IT

HGST Object Storage for a New Generation of IT Enterprise Strategy Group Getting to the bigger truth. SOLUTION SHOWCASE HGST Object Storage for a New Generation of IT Date: October 2015 Author: Scott Sinclair, Storage Analyst Abstract: Under increased

More information

MPSTOR Technology Overview

MPSTOR Technology Overview MPSTOR Technology Overview Delivering operational efficiency to the datacenter through software defined storage enabling data centers generate new higher margin revenue streams via a single programmable

More information

Trends in Data Protection and Restoration Technologies. Mike Fishman, EMC 2 Corporation (Author and Presenter)

Trends in Data Protection and Restoration Technologies. Mike Fishman, EMC 2 Corporation (Author and Presenter) Trends in Data Protection and Restoration Technologies Mike Fishman, EMC 2 Corporation (Author and Presenter) SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless

More information

yvette@yvetteagostini.it yvette@yvetteagostini.it

yvette@yvetteagostini.it yvette@yvetteagostini.it 1 The following is merely a collection of notes taken during works, study and just-for-fun activities No copyright infringements intended: all sources are duly listed at the end of the document This work

More information

Creating a Catalog for ILM Services. Bob Mister Rogers, Application Matrix Paul Field, Independent Consultant Terry Yoshii, Intel

Creating a Catalog for ILM Services. Bob Mister Rogers, Application Matrix Paul Field, Independent Consultant Terry Yoshii, Intel Creating a Catalog for ILM Services Bob Mister Rogers, Application Matrix Paul Field, Independent Consultant Terry Yoshii, Intel SNIA Legal Notice The material contained in this tutorial is copyrighted

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

Archive and Preservation in the Cloud - Business Case, Challenges and Best Practices. Chad Thibodeau, Cleversafe, Inc. Sebastian Zangaro, HP

Archive and Preservation in the Cloud - Business Case, Challenges and Best Practices. Chad Thibodeau, Cleversafe, Inc. Sebastian Zangaro, HP Archive and Preservation in the Cloud - Business Case, Challenges and Best Chad Thibodeau, Cleversafe, Inc. Sebastian Zangaro, HP SNIA Legal Notice The material contained in this tutorial is copyrighted

More information

An Introduction to Storage Management. Raymond A. Clarke, Oracle

An Introduction to Storage Management. Raymond A. Clarke, Oracle An Introduction to Storage Management Raymond A. Clarke, Oracle SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use this

More information

RETHINK STORAGE. Transform the Data Center with EMC ViPR Software-Defined Storage. White Paper

RETHINK STORAGE. Transform the Data Center with EMC ViPR Software-Defined Storage. White Paper White Paper RETHINK STORAGE Transform the Data Center with EMC ViPR Software-Defined Storage Abstract The following paper opens with the evolution of the Software- Defined Data Center and the challenges

More information

Preparing for a Security Audit: Best Practices for Storage Professionals

Preparing for a Security Audit: Best Practices for Storage Professionals Preparing for a Security Audit: Best Practices for Storage Professionals Blair Semple, CISSP-ISSEP Vice Chair, SNIA Storage Security Industry Forum, Security Evangelist, NetApp SNIA Legal Notice The material

More information

ITSM in the Cloud. An Overview of Why IT Service Management is Critical to The Cloud. Presented By: Rick Leopoldi RL Information Consulting LLC

ITSM in the Cloud. An Overview of Why IT Service Management is Critical to The Cloud. Presented By: Rick Leopoldi RL Information Consulting LLC ITSM in the Cloud An Overview of Why IT Service Management is Critical to The Cloud Presented By: Rick Leopoldi RL Information Consulting LLC What s Driving the Move to Cloud Computing Greater than 70%

More information

CHAPTER 8 CLOUD COMPUTING

CHAPTER 8 CLOUD COMPUTING CHAPTER 8 CLOUD COMPUTING SE 458 SERVICE ORIENTED ARCHITECTURE Assist. Prof. Dr. Volkan TUNALI Faculty of Engineering and Natural Sciences / Maltepe University Topics 2 Cloud Computing Essential Characteristics

More information

Hypertable Architecture Overview

Hypertable Architecture Overview WHITE PAPER - MARCH 2012 Hypertable Architecture Overview Hypertable is an open source, scalable NoSQL database modeled after Bigtable, Google s proprietary scalable database. It is written in C++ for

More information

Architectural Implications of Cloud Computing

Architectural Implications of Cloud Computing Architectural Implications of Cloud Computing Grace Lewis Research, Technology and Systems Solutions (RTSS) Program Lewis is a senior member of the technical staff at the SEI in the Research, Technology,

More information