Cloud based storage. Cloud Storage Storage accessed by a web service API It is a block storage, it exposes its storage to clients as Raw storage that.

Slides:



Advertisements
Similar presentations
OGF29 – Cloud Standards Interoperability Demo OCCI, CDMI & OpenNebula Chicago, June 20-22, 2010.
Advertisements

Creating HIPAA-Compliant Medical Data Applications with Amazon Web Services Presented by, Tulika Srivastava Purdue University.
Let's say we want to access domain - reliablescribe.com First we need to buy a computer We need to subscribe to an Internet Service Provider (ISP) The.
Coursework.  5 groups of 4-5 students  2 project options  Full project specifications on 3 rd March  Final deadline 10 th May 2011  Code storage.
OPeNDAP in the Cloud Optimizing the Use of Storage Systems Provided by Cloud Computing Environments OPeNDAP James Gallagher, Nathan Potter and NOAA/NODC.
University of Notre Dame
Chapter 4 Infrastructure as a Service (IaaS)
Public cloud definition Public cloud is a cloud in which Cloud infrastructure is available to the general public. Public cloud define cloud computing.
Indiana University QuakeSim Activities Marlon Pierce, Geoffrey Fox, Xiaoming Gao, Jun Ji, Chao Sun.
FI-WARE – Future Internet Core Platform FI-WARE Cloud Hosting July 2011 High-level description.
2006 IEEE International Conference on Web Services ICWS 2006 Overview.
Cloud Computing (101).
Google AppEngine. Google App Engine enables you to build and host web apps on the same systems that power Google applications. App Engine offers fast.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
Cloud Computing Systems Lin Gu Hong Kong University of Science and Technology Sept. 21, 2011 Windows Azure—Overview.
Value in the Clouds. Centralized (utility), distributed, cloud Now cloud 00’s web 90’s client server 70’s & 80’s mini computer 60’s mainframe Now cloud.
 A cookie is a piece of text that a Web server can store on a user's hard disk.  Cookie data is simply name-value pairs stored on your hard disk by.
January 2013 CDMI: An Introduction. Big Data Complexity Volume Speed “Big Data” refers to datasets whose size is beyond the ability of typical tools to.
IT 210 The Internet & World Wide Web introduction.
JICSIT/ITAIC 2011 Keynote 1 Yinong Chen (Ph.D.) Arizona State University, Tempe, Arizona Service-Oriented Computing.
Interoperability in the Cloud By Alex Espinoza
Cloud Computing. What is Cloud Computing? Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of configurable.
The Blue Book pages 19 onwards
CS590VC – Tutorial 9 Calling Web Services from Second life.
IPlant Collaborative Tools and Services Workshop iPlant Collaborative Tools and Services Workshop Overview of Atmosphere.
Agenda Data Storage Database Management Systems Chapter 3 AOL Time-Warner Case.
StratusLab is co-funded by the European Community’s Seventh Framework Programme (Capacities) Grant Agreement INFSO-RI Storage Services ACGRID-III.
Cloud Computing A set of Internet-based application.
By: Ashish Gohel 8 th sem ISE.. Why Cloud Computing ? Cloud Computing platforms provides easy access to a company’s high-performance computing and storage.
1 NETE4631 Working with Cloud-based Storage Lecture Notes #11.
Steven Carvellas Anirban Ghosh Pramod Vedantham Rahul Sheth Varun Sarwade.
Server-side Programming The combination of –HTML –JavaScript –DOM is sometimes referred to as Dynamic HTML (DHTML) Web pages that include scripting are.
Big Data Open Source Software and Projects ABDS in Summary IV: Level 7 I590 Data Science Curriculum August Geoffrey Fox
Why Use Google BigQuery?. LogosPlatforms Why use BigQuery? Cost Effective Infrastructure Maintenance DB Administrators.
Cloud Computing is a Nebulous Subject Or how I learned to love VDF on Amazon.
Google Map Engine Can export images to Map Engine from Earth Engine
Windows Azure Fundamentals Services Storage. Table of contents Overview Cloud service basics Managing cloud services Cloud storage basics Table storage.
Vignesh Ravindran Sankarbala Manoharan. Infrastructure As A Service (IAAS) is a model that is used to deliver a platform virtualization environment with.
European Grid Initiative Data Services and Solutions Part 2: Data in the cloud Enol Fernández Data Services.
Z39.50 A Basic Introduction Kathleen R. Murray, Ph.D. William E. Moen, Ph.D. May 2002.
Servizi di brokering Valerio Venturi CCR Giornata di formazione dedicata al Cloud Computing 6 Febbraio 2013.
Virtual multidisciplinary EnviroNments USing Cloud infrastructures Data Management at VENUS-C Ilja Livenson KTH
© 2015 MetricStream, Inc. All Rights Reserved. AWS server provisioning © 2015 MetricStream, Inc. All Rights Reserved. By, Srikanth K & Rohit.
© 2010 IBM Corporation What’s New in RSA 8.0 Beta 1 – Tools for the IBM Compute Cloud March, 2010.
Unit 3 Virtualization.
Course: Cluster, grid and cloud computing systems Course author: Prof
Working with Cloud-based Storage
Linked Data Theatre Federated data.
Overview of CDMI (Cloud Data Management Interface) (CDMI_SNIA_Architecture_v1.0.1 : 4~7장) 발표자 : 박용훈.
Node.js Express Web Services
Exam in just 24 hours!!! Pass your exam in first attempt by the help of our latest braindumps
Web Services CO5027.
ICT Communications Lesson 1: Using the Internet and the World Wide Web
Working with Cloud-based Storage
AWS COURSE DEMO BY PROFESSIONAL-GURU. Amazon History Ladder & Offering.
OpenStack Ani Bicaku 18/04/ © (SG)² Konsortium.
Website URL
Amazon Storage as a Service
WEB API.
Chapter 15: File System Internals
DARIAH Competence Centre: architecture and activity summary
NFS.
Objectives In this lesson you will learn about: Need for servlets
API DOCUMENTATION Swetha Mohandas Microsoft Connect 2016
Web Server Design Week 16 Old Dominion University
Chapter 15: File System Internals
Cloud Computing: Concepts
Chapter 15: File System Internals
Revision PowerPoint By Nicole Davidson.
Mobile Crime Website Development
Presentation transcript:

Cloud based storage

Cloud Storage Storage accessed by a web service API It is a block storage, it exposes its storage to clients as Raw storage that can be partitioned to create volumes

IBM Website Cloud storage access methods

Cloud storage models

Provisioning cloud storage Unmanaged and managed storage Unmanaged storage, the storage service provider makes storage capacity available to users, but defines the nature of storage How to use? What applications are supported?

Managed Cloud storage Amazon EMC Google storage for developers IBM smart Business storage cloud Nirvanix Rackspace

Cloud storage domain model and interfaces USER Application MetadataSystem Storage Pointer Tables (URLS) Stored Data

Cloud Data Management Interface (CDMI) Specifies an API that a server must implement so that remote clients can store, retrieve, and manage data via web services (http calls)

A client of both interfaces would perform the following operations as an example: The Client creates a CDMI Container through the CDMI interface and exports it as an OCCI export type. The CDMI Container ObjectID is returned as a result. The Client then creates a Virtual Machine through the OCCI interface and attaches a storage volume of type CDMI using the ObjectID. The OCCI Virtual Machine ID is returned as a result. The Client then updates the CDMI Container object export information with the OCCI Virtual Machine ID to allow the Virtual Machine access to the container. The Client then starts the Virtual Machine through the OCCI interface.