Service Description Cloud Storage Openstack Swift

Size: px
Start display at page:

Download "Service Description Cloud Storage Openstack Swift"

Transcription

1 Service Description Cloud Storage Openstack Swift

2 Table of Contents Overview iomart Cloud Storage... 3 iomart Cloud Storage Features... 3 Technical Features... 3 Proxy... 3 Storage Servers... 4 Consistency Servers... 4 Fault-tolerant... 5 Eventually Consistent... 5 Example Request Flow... 5 Client Data Designs... 5 Cloud Control... 6 Connectivity... 6 Service Management Details... 7 Pricing... 7 Support... 7 Information Assurance... 7 Ordering and Invoicing Process... 8 Service Lead Time... 8 On-boarding and Off-boarding... 8 Using the Service... 8 Termination Terms... 8 Service Credits... 9 Service migration... 9 Consumer Responsibilities... 9 Trial Services... 9

3 Overview iomart Cloud Storage Cloud Storage from iomart delivers unlimited storage capacity automatically without the requirement to invest in hardware and software, greatly reducing an organisation's capital expenditure. There is no limit to the size of the files than can be uploaded and the service is fully scalable and flexible, allowing organisations to scale their usage up or down depending on demand. Cloud Storage is an ideal solution for organisations which have a requirement to store large volumes of archive data or who are looking to extend their storage footprint without the need to invest in additional hardware or management. Alternatively, organisations which require a redundant solution for storing backup copies of data offsite can integrate the iomart Cloud Storage solution into their strategy. The Cloud Storage service is hosted in iomart's wholly-owned network of secure UK data centres. All data is written to three separate disk arrays and in the unlikely event of a disk array failure, all data is then automatically copied to a new array. iomart Cloud Storage Features Simple API Secure storage Constantly Available Provides public or private storage Integrated with CDN Seamlessly extends local infrastructure Unlimited capacity Guaranteed service levels Third party ecosystem Pay as you go Cost effective storage Technical Features iomart Cloud Storage is based on the Openstack Object storage platform, Swift. It is a distributed, fault-tolerant, eventually consistent object storage system. The service is designed to be run on a cluster of computers rather than on a single machine and Swift is composed of three major parts: the proxy, storage servers, and consistency servers. Proxy The proxy server is a server process that provides the Swift API. As the only system in the Swift cluster that communicates with clients, the proxy is responsible for coordinating with the storage servers and replying to the client with appropriate messages. The proxy is an HTTP server that implements Swift s REST-ful API. All messages to and from the proxy use standard HTTP verbs and response codes. This allows developers building clients to interact with Swift in a simple, familiar way.

4 Swift provides data durability by writing multiple complete replicas of the data stored in the system. The proxy is what coordinates the read and write requests from clients and implements the read and write guarantees of the system. When a client sends a write request, the proxy ensures that the object has been successfully written to disk on the storage nodes before responding with a code indicating success. Storage Servers The Swift storage servers provide the on-disk storage for the cluster. There are three types of storage servers in Swift: Account, Container, and Object. Each of these servers provides an internal REST-ful API. The Account and Container servers provide namespace partitioning and listing functionality. They are implemented as SQLite databases on disk, and, like all entities in Swift, they are replicated to multiple availability zones within the Swift cluster. Swift is designed for multi-tenancy. Users are generally given access to a single Swift account within a cluster, and they have complete control over that unique namespace. The Account server implements this functionality, users set metadata on their account, and Swift aggregates usage information here. Additionally, the Account server provides a listing of the containers within an account. Swift users may segment their namespace into individual containers. Although Containers cannot be nested, they are conceptually similar to directories or folders in a file system. Like accounts, users may set metadata on individual Containers, and Containers provide a listing of each object they contain. There is no limit to the number of Containers that a user may create within a Swift account, and the Containers do not have globally-unique naming requirements. Object servers provide the on-disk storage for objects stored within Swift. Each object in Swift is stored as a single file on disk, and object metadata is stored in the file s extended attributes. This simple design allows the object s data and metadata to be stored together and replicated as a single unit. Consistency Servers Storing data on disk and providing a REST-ful API to it is not a hard problem to solve. The hard part is handling failures. Swift s Consistency servers are responsible for finding and correcting errors caused by both data corruption and hardware failures. Auditors run in the background on every Swift server and continually scan the disks to ensure that the data stored on disk has not suffered any bit-rot or file system corruption. If an error is found, the corrupted object is moved to a quarantine area, and replication is responsible for replacing the data with a known good copy. Updaters ensure that account and container listings are correct. The object updater is responsible for keeping the object listings in the containers correct, and the container updaters are responsible for keeping the account listings up-to-date. Additionally, the object updater updates the object count and bytes used in the container metadata, and the container updater updates the object count, container count, and bytes used in the account metadata. Replicators ensure that the data stored in the cluster is where it should be and that enough copies of the data exist in the system. Generally, the replicators are responsible for repairing any corruption or degraded durability in the cluster.

5 Fault-tolerant The combination of Swift s components allows a Swift cluster to be highly fault-tolerant. Swift implements the concept of availability zones within a single geographic region, and data can be written to hand-off nodes if primary nodes are not available. This allows Swift to survive hardware failures up to and including the loss of an entire availability zone, with no impact to the end-user. Eventually Consistent Swift achieves high scalability by relaxing constraints on consistency. While Swift provides read-yourwrites consistency for new objects, listings and aggregate metadata (like usage information) may not be immediately accurate. Similarly, reading an object that has been overwritten with new data may return an older version of the object data. However, Swift provides the ability for the client to request the most up-to-date version at the cost of request latency. Example Request Flow When an object PUT request is made to Swift, the proxy server determines the correct storage nodes responsible for the data (based on a hash of the object name) and sends the object data to those Object servers concurrently. If one of the primary storage nodes is unavailable, the proxy will choose an appropriate hand-off node to write data to. If a majority of the object servers respond with a success, then the proxy returns success to the client. Similarly, when an object GET request is made, the proxy determines which three storage nodes have the data and then requests the data from each node in turn. The proxy will return the object data from the first storage node to respond successfully. Client Data Designs Using any storage system effectively means understanding the characteristics of the system and the guarantees that the system provides. Swift is optimised for high concurrency rather than single-stream throughput. The aggregate throughput of a Swift cluster is much higher than what is available for a single request stream. A Swift client can take advantage of this by distributing data across multiple containers within an account. For example, backups may be stored by day or week in a container that includes that information in its name. Or a photo-sharing application may store images across many containers by using a prefix of the hash of the photo in the container names.

6 Cloud Control There is currently no control panel. Support is delivered via and phone. Connectivity Connecting the iomart data centres is a 20 Gigabit-per-second (Gbps) fibre ring which provides resilience and diversity to minimise the impact of a single transit failure. Three peering sites across this ring provide 10Gbit uplinks to our transit providers; Tiscali, Interoute, Cogent, and Teleglobe and iomart also maintains private peering connections with LONAP and LINX. All of our networking exchange hardware is housed in on-site dedicated cabinets. Each data centre network hub houses a Cisco Catalyst 7600-series modular switch, dual power supplies and a range of 7600-series fabric-enabled line cards to support both multiple fibre and copper gigabit connections. Automatic systems constantly monitor our entire network, transit links and servers. In the event of any problem, our data centre NOC teams are on site 24 hours a day. iomart holds on-site spares for critical equipment which powers our network to assist us in ensuring that we maintain our 100% uptime guarantee. Off Site Connectivity If you wish to access our Cloud Storage platforms via dedicated Internet Connectivity from your local office iomart can deliver dedicated network links straight into our Enterprise grade network. A wide

7 variety of options are available from 10Mb/s through to 1Gb/s circuits, with or without internet breakout. For further information on options for off-site connectivity please contact your iomart Account Manager. Service Management Details iomart assigns an Account and Technical Manager to each client. Our approach to Account Management has been developed to provide a value added service to our customers. Account Managers are focused on developing relationships, understanding each customer s strategic goals and supporting them in the achievement of their objectives. By understanding the demands placed on the organisation and the business drivers we are able to identify and recommend solutions that support customers in the achievement of those objectives. The Account Manager is also a single point of contact for any requirements or escalations, ensuring any issues are dealt with seamlessly and effectively. Pricing Description Cost per month ( ) Cost per GB data stored The pricing is based on per month. Charges are billed in arrears, based on data stored Pricing is exclusive of VAT. Support Support is provided on a 24/7 basis and the iomart NOC team responds immediately to monitoring alarms and support requests. The SLA specifies that all service affecting problems are dealt with in fifteen minutes. Information Assurance Business Impact Level s (IL) iomart Cloud Storage has been assessed as suitable for information systems classified to Official status - appropriate for IL3 data. All iomart data centres are located in the UK UKAS certified management systems to ISO 9001, ISO 27001, ISO and ISO 14001

8 Ordering and Invoicing Process Upon receipt of a completed Sales Order form, iomart will deploy the required service. Billing for the service is monthly, with a minimum contract term of one month. Payment can be via Direct Debit or BACS transfer. Service Lead Time New Cloud Storage customers are typically deployed within two working days from order. Shorter deployment times may be available and prioritized upon request. On-boarding and Off-boarding Once the deployment is completed, account and access details are sent to the Account contact nominated by the customer. The service will be ready for use. Support for the service becomes available immediately. When use of the service ends, the customer will be able to export the data before the service is terminated. Using the Service iomart is an active partner in the Openstack project and as such all Developer API documentation is available online at In addition to this, a wide range of third party applications come with prebuilt functionality which takes advantage of iomart Cloud Storage such as Cloudberry and Cyberduck. Termination Terms At the point of termination, all data, accounts and access will be permanently deleted, and will not be able to be recovered or restored. Thirty days notice required before termination takes place. It is the responsibility of the customer to remove all data prior to termination. There are no termination costs for this Service.

9 Service Credits iomart offers guaranteed service levels on network availability, power, data centre environmental conditions and support. In the unlikely event that we do not meet our stated levels we will credit your account. Service migration Where necessary, iomart can assist with data migration projects from existing providers. We can also arrange for data to be exported from iomart Cloud Storage if required using a wide range of methods and mediums. Generally speaking the approach to migration varies depending on a wide variety of factors please contact your Account Manager for further details. Consumer Responsibilities The control and management of access is the responsibility of the customer administrator. The customer is responsible for ensuring only appropriate data is stored within this environment and that they abide by iomart s Acceptable Usage Policy. Trial Services iomart offers customers a one month free trial of the service prior to contract.

Service Description Email Archiving

Service Description Email Archiving Service Description Email Archiving Table of Contents Overview iomart Email Archiving... 3 iomart Email Archive Features... 3 Technical Features... 3 ediscovery... 4 Cost Reduction... 4 Email Archiving

More information

Service Description Email Filtering

Service Description Email Filtering Service Description Email Filtering Table of Contents Overview iomart Email Filtering... 3 iomart Email Filtering Features... 3 Technical Features... 3 Anti-Spam... 3 Cost Reduction... 4 Anti-Virus...

More information

Capito. G- Cloud 6. REFERENCE NUMBER RM1557vi. Service Definition Document. Secure Email Archiving

Capito. G- Cloud 6. REFERENCE NUMBER RM1557vi. Service Definition Document. Secure Email Archiving Capito G- Cloud 6 REFERENCE NUMBER RM1557vi Service Definition Document Secure Email Archiving December 2014 1. INTRODUCTION This document forms part of Capito s formal response to the Crown Commercial

More information

Hosted Exchange Service

Hosted Exchange Service Hosted Exchange Service Contents Contents... 1 Overview Hosted Exchange... 3 Hosted Exchange Features... 3 Technical Features... 3 Hosted Exchange - MailBox... 4 Hosted Exchange - Key Points... 4 Cloud

More information

Sync and Share Service

Sync and Share Service Sync and Share Service Contents Contents... 1 Overview Sync and Share... 3 Sync and Share Features... 3 Technical Features... 3 Cloud Control... 4 Connectivity... 4 Service Management Details... 4 Pricing...

More information

Service Description Cloud Backup

Service Description Cloud Backup Service Description Cloud Backup Table of Contents Overview iomart Cloud Backup... 3 Cloud Backup Features... 3 Key Features... 3 Key Benefits... 4 Technical Features... 4 Technology Benefits... 4 Fast,

More information

Capito. G- Cloud 6. REFERENCE NUMBER RM1557vi. Service Definition Document SECURE HOSTED BACKUP SERVICE 2015

Capito. G- Cloud 6. REFERENCE NUMBER RM1557vi. Service Definition Document SECURE HOSTED BACKUP SERVICE 2015 Capito G- Cloud 6 REFERENCE NUMBER RM1557vi Service Definition Document SECURE HOSTED BACKUP SERVICE 2015 December 2015 1. INTRODUCTION This document forms part of Capito s formal response to the Crown

More information

Service Description CloudSure Public, Private & Hybrid Cloud

Service Description CloudSure Public, Private & Hybrid Cloud Service Description CloudSure Public, Private & Hybrid Cloud Table of Contents Overview - CloudSure... 3 CloudSure Benefits... 3 CloudSure Features... 3 Technical Features... 4 Cloud Control... 4 Storage...

More information

CloudSure Managed IaaS

CloudSure Managed IaaS CloudSure Managed IaaS Contents Contents... 1 Overview - CloudSure... 3 CloudSure Benefits... 3 CloudSure Features... 3 Technical Features... 4 Cloud Control... 4 Storage... 4 Data Location and Integrity...

More information

Service Description Archive Storage in the Cloud

Service Description Archive Storage in the Cloud Service Description Archive Storage in the Cloud Product Overview Archive Storage in the Cloud enables an organisation to migrate their valuable but seldom used data to a cost efficient, reliable and secure

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

The OpenStack TM Object Storage system

The OpenStack TM Object Storage system The OpenStack TM Object Storage system Deploying and managing a scalable, open- source cloud storage system with the SwiftStack Platform By SwiftStack, Inc. contact@swiftstack.com Contents Introduction...

More information

itg CloudBase is a suite of fully managed Hybrid & Private Cloud Services ready to support your business onwards and upwards into the future.

itg CloudBase is a suite of fully managed Hybrid & Private Cloud Services ready to support your business onwards and upwards into the future. Web Filtering Email Filtering Mail Archiving Cloud Backup Disaster Recovery Virtual Machines Private Cloud itg CloudBase is a suite of fully managed Hybrid & Private Cloud Services ready to support your

More information

Big Data Analytics Service Definition G-Cloud 7

Big Data Analytics Service Definition G-Cloud 7 Big Data Analytics Service Definition G-Cloud 7 Big Data Analytics Service Service Overview ThinkingSafe s Big Data Analytics Service allows information to be collected from multiple locations, consolidated

More information

G-Cloud Service Definition. Canopy Remote Backup for Cloud SaaS

G-Cloud Service Definition. Canopy Remote Backup for Cloud SaaS G-Cloud Service Definition Canopy Remote Backup for Cloud SaaS Canopy Remote Backup for Cloud SaaS Canopy, an Atos company provides a highly secure, cloud backup and file management service for Internet-connected

More information

Backup to the Cloud Service Definition

Backup to the Cloud Service Definition Backup to the Cloud Service Definition Service Overview Working together with its Cloud Services Partner, Skyscape, SynApps Solutions (SynApps) has developed its Backup to the Cloud service to enable organisations

More information

Solution Overview. Our Solution employs two tiers of storage aligning costs of storage with the changing value of data over time.

Solution Overview. Our Solution employs two tiers of storage aligning costs of storage with the changing value of data over time. Service Solution Overview Online Backup per TB model Databarracks fully managed online backup solution uses the Asigra software to back up and protect both physical and virtual environments. Housed in

More information

IBM G-Cloud Microsoft Windows Active Directory as a Service

IBM G-Cloud Microsoft Windows Active Directory as a Service IBM G-Cloud Microsoft Windows Active Directory as a Service Service Definition IBM G-Cloud Windows AD as a Service 1 1. Summary 1.1 Service Description This offering is provided by IBM Global Business

More information

Data Centre Colocation Services

Data Centre Colocation Services Data Centre Colocation Services Contents Overview iomart Data Centre Colocation Services... 3 iomart Data Centre Estate... 3 Uptime Guaranteed... 3 Connectivity... 4 Service Level... 4 Security... 5 Technical

More information

Improving Scalability Of Storage System:Object Storage Using Open Stack Swift

Improving Scalability Of Storage System:Object Storage Using Open Stack Swift Improving Scalability Of Storage System:Object Storage Using Open Stack Swift G.Kathirvel Karthika 1,R.C.Malathy 2,M.Keerthana 3 1,2,3 Student of Computer Science and Engineering, R.M.K Engineering College,Kavaraipettai.

More information

Service Definition Easysite Web CMS

Service Definition Easysite Web CMS Service Definition Easysite Web CMS Easysite Web Content Management System G-Cloud III Service Definition Easysite Web Content Management System Contents 1 Service Easysite Web Content Management System...

More information

SERVICE DEFINITION DOCUMENT MANAGEMENT IN THE CLOUD

SERVICE DEFINITION DOCUMENT MANAGEMENT IN THE CLOUD Commercial in Confidence 1 G-CLOUD III FRAMEWORK SERVICE DEFINITION DOCUMENT MANAGEMENT IN THE CLOUD Capita Division / Supplier: Capita Business Services Ltd powered by SkyScape Service Name: Document

More information

G-Cloud iv brightsolid Hosting and Management Services. Service Definition Document

G-Cloud iv brightsolid Hosting and Management Services. Service Definition Document G-Cloud iv brightsolid Service Definition Document Sept 2013 Contents 1 Introduction... 3 2 An overview of the G-Cloud Service... 3 3 Information assurance... 3 4 Backup and Disaster Recovery... 3 5 Monitoring...

More information

Service Definition. Hyve Government Cloud Servers - Small (IaaS)

Service Definition. Hyve Government Cloud Servers - Small (IaaS) Service Definition Hyve Government Cloud Servers - Small (IaaS) Hyve Government Cloud Servers -Small Hyve's Government Cloud Servers are delivered to Government customers via the e-procurement portal as

More information

G-CLOUD FRAMEWORK RM1557-vi 5DRIVE PROFESSIONAL STORAGE (PRO)

G-CLOUD FRAMEWORK RM1557-vi 5DRIVE PROFESSIONAL STORAGE (PRO) Commercial in Confidence 1 G-CLOUD FRAMEWORK RM1557-vi SERVICE DEFINITION 5DRIVE PROFESSIONAL STORAGE (PRO) 5NINES 5NINES Data Centre Services Service Offered 5DRIVE PERSONAL CLOUD STORAGE with remote

More information

MANAGED CLOUD INFRASTRUCTURE www.easynet.com. Bronze Disaster Recovery Services

MANAGED CLOUD INFRASTRUCTURE www.easynet.com. Bronze Disaster Recovery Services MANAGED CLOUD INFRASTRUCTURE www.easynet.com Bronze Disaster Recovery Services G-Cloud Service Definition September 2013 Company Information Easynet Global Services Limited registered office Chancellor

More information

Vodafone Private Cloud

Vodafone Private Cloud Vodafone Private Cloud Overview Vodafone Private Cloud is our dedicated public sector cloud service that connects you to your own private IL2/IL3 network and / or core government networks, including the

More information

Managed Backup. Lot 4 - Specialist Cloud Services. Version: 3.0, Issue Date: 05/02/2014. Classification: Open

Managed Backup. Lot 4 - Specialist Cloud Services. Version: 3.0, Issue Date: 05/02/2014. Classification: Open Managed Backup Version: 3.0, Issue Date: 05/02/2014 Classification: Open Classification: Open ii MDS Technologies Ltd 201415/12/2014. Other than for the sole purpose of evaluating this Response, no part

More information

service description Email, SharePoint and File Archive in the Cloud Software as a Service

service description Email, SharePoint and File Archive in the Cloud Software as a Service easy to adopt, easy to use, easy to leave service description Email, SharePoint and File Archive in the Cloud Software as a Service version 4.0 Contents Overview... 3 Example use cases... 3 Pricing...

More information

Vodafone Primary Storage NAS

Vodafone Primary Storage NAS G-Cloud 6 Primary Storage NAS Service Definition Vodafone Primary Storage NAS Overview Vodafone Primary Storage Network Attached Storage (NAS) gives you a flexible way to provide file storage for your

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

Spektrix Service Definition

Spektrix Service Definition Spektrix Service Definition An overview of the G-Cloud Service Spektrix is a cloud-based ticketing and marketing software package provided as Software as a Service. It is designed for arts and entertainment

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

PERFORMANCE CLOUD SERVERS...

PERFORMANCE CLOUD SERVERS... ATTACHMENT 10 RACKSPACE PRICING G-CLOUD V Date: 10 th April 2014 UK SALES: +44 (0)20 8712 6507 UK SUPPORT: +44 20 8734 2700 WWW.RACKSPAE.CO.UK RACKSPACE HOSTING 5 MILLINGTON ROAD HAYES, UB3 4AZ, UNITED

More information

DataCentred Cloud Storage

DataCentred Cloud Storage Service Description DataCentred Michigan Park Michigan Avenue Salford Quays M50 2GY United Kingdom Tel: 0161 870 3981 enquiries@datacentred.co.uk www.datacentred.co.uk Contents Service Description... 2

More information

Connecting to the Cloud. Lot 4 - Specialist Cloud Services. Version: 3.0, Issue Date: 01/12/2014. Classification: Open

Connecting to the Cloud. Lot 4 - Specialist Cloud Services. Version: 3.0, Issue Date: 01/12/2014. Classification: Open Connecting to the Cloud Version: 3.0, Issue Date: 01/12/2014 Classification: Open Classification: Open ii MDS Technologies Ltd 201415/12/2014. Other than for the sole purpose of evaluating this Response,

More information

SWIFT. Page:1. Openstack Swift. Object Store Cloud built from the grounds up. David Hadas Swift ATC. HRL davidh@il.ibm.com 2012 IBM Corporation

SWIFT. Page:1. Openstack Swift. Object Store Cloud built from the grounds up. David Hadas Swift ATC. HRL davidh@il.ibm.com 2012 IBM Corporation Page:1 Openstack Swift Object Store Cloud built from the grounds up David Hadas Swift ATC HRL davidh@il.ibm.com Page:2 Object Store Cloud Services Expectations: PUT/GET/DELETE Huge Capacity (Scale) Always

More information

SwiftStack Global Cluster Deployment Guide

SwiftStack Global Cluster Deployment Guide OpenStack Swift SwiftStack Global Cluster Deployment Guide Table of Contents Planning Creating Regions Regions Connectivity Requirements Private Connectivity Bandwidth Sizing VPN Connectivity Proxy Read

More information

Service Definition. Hyve cloud based Microsoft Exchange hosting (PaaS)

Service Definition. Hyve cloud based Microsoft Exchange hosting (PaaS) Service Definition Hyve cloud based Microsoft Exchange hosting (PaaS) Hyve cloud based Microsoft Exchange hosting Hyve's cloud based Microsoft Exchange hosting is delivered to Government customers via

More information

Service Definition. Hyve cloud based Virtual Desktop (PaaS)

Service Definition. Hyve cloud based Virtual Desktop (PaaS) Service Definition Hyve cloud based Virtual Desktop (PaaS) Hyve cloud based Virtual Desktop (PaaS) Hyve's cloud based Virtual Desktop VDI is delivered to Government customers via the e- procurement portal

More information

From Zero to OpenStack

From Zero to OpenStack Richard Hartmann, RichiH@{freenode,OFTC,IRCnet}, rh@globalways.net August 20, 2011 Outline 1 Quick intro 2 Current situation 3 What is OpenStack? 4 OpenStack: Swift 5 Conclusion Outline 1 Quick intro 2

More information

HA / DR Jargon Buster High Availability / Disaster Recovery

HA / DR Jargon Buster High Availability / Disaster Recovery HA / DR Jargon Buster High Availability / Disaster Recovery Welcome to Maxava s Jargon Buster. Your quick reference guide to Maxava HA and industry technical terms related to High Availability and Disaster

More information

Platform Summary TMS2

Platform Summary TMS2 Platform Summary TMS2 I m p o r t a n t I n f o r m a t i o n This document is for information purposes only. iomart Hosting Limited (iomart) has made every effort to ensure the accuracy of all information

More information

OpenStack Private Cloud Hosting in an Tier 3 Data Centre. G-Cloud Lot 1 IaaS

OpenStack Private Cloud Hosting in an Tier 3 Data Centre. G-Cloud Lot 1 IaaS OpenStack Private Cloud Hosting in an Tier 3 Data Centre This is service provides a dedicated private cloud environment built on the open source technology, OpenStack. This is service provides a dedicated

More information

A simple object storage system for web applications Dan Pollack AOL

A simple object storage system for web applications Dan Pollack AOL A simple object storage system for web applications Dan Pollack AOL AOL Leading edge web services company AOL s business spans the internet 2 Motivation Most web content is static and shared Traditional

More information

WebFOCUS Cloud Express. The WebFOCUS Cloud Express service is delivered as a managed G-Cloud service by Amtex Solutions Ltd.

WebFOCUS Cloud Express. The WebFOCUS Cloud Express service is delivered as a managed G-Cloud service by Amtex Solutions Ltd. Service Definition The name of the Service is: WebFOCUS Cloud Express An overview of WebFOCUS Cloud Express The WebFOCUS Cloud Express service is delivered as a managed G-Cloud service by Amtex Solutions

More information

Data Warehouse as a Service. Lot 2 - Platform as a Service. Version: 1.1, Issue Date: 05/02/2014. Classification: Open

Data Warehouse as a Service. Lot 2 - Platform as a Service. Version: 1.1, Issue Date: 05/02/2014. Classification: Open Data Warehouse as a Service Version: 1.1, Issue Date: 05/02/2014 Classification: Open Classification: Open ii MDS Technologies Ltd 2014. Other than for the sole purpose of evaluating this Response, no

More information

Open Source Sales Force Automation (SFA) in the Cloud SaaS

Open Source Sales Force Automation (SFA) in the Cloud SaaS Open Source Sales Force Automation (SFA) in the Cloud SaaS Service Overview Our open source Sales Force Automation (SFA) in the cloud service allows customers to perform marketing automation through multi

More information

securevirtual Ltd IaaS: Cloud Server Hosting

securevirtual Ltd IaaS: Cloud Server Hosting securevirtual Ltd IaaS: Cloud Server Hosting SERVICE DEFINITION DOCUMENT G-Cloud 7 Catalogue Prepared for: G-Cloud Prepared by: securevirtual Date of issue: 6 th October 2015 Reference: - Status: Release

More information

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

Object Storage: A Growing Opportunity for Service Providers. White Paper. Prepared for: 2012 Neovise, LLC. All Rights Reserved. Object Storage: A Growing Opportunity for Service Providers Prepared for: White Paper 2012 Neovise, LLC. All Rights Reserved. Introduction For service providers, the rise of cloud computing is both a threat

More information

Application Management. Lot 4 - Specialist Cloud Services. Version: 3.0, Issue Date: 05/02/2014. Classification: Open

Application Management. Lot 4 - Specialist Cloud Services. Version: 3.0, Issue Date: 05/02/2014. Classification: Open Application Management Version: 3.0, Issue Date: 05/02/2014 Classification: Open Classification: Open ii MDS Technologies Ltd 2014. Other than for the sole purpose of evaluating this Response, no part

More information

Building Storage as a Service with OpenStack. Greg Elkinbard Senior Technical Director

Building Storage as a Service with OpenStack. Greg Elkinbard Senior Technical Director Building Storage as a Service with OpenStack Greg Elkinbard Senior Technical Director MIRANTIS 2012 PAGE 1 About the Presenter Greg Elkinbard Senior Technical Director at Mirantis Builds on demand IaaS

More information

We look beyond IT. Cloud Offerings

We look beyond IT. Cloud Offerings Cloud Offerings cstor Cloud Offerings As today s fast-moving businesses deal with increasing demands for IT services and decreasing IT budgets, the onset of cloud-ready solutions has provided a forward-thinking

More information

How to manage your OpenStack Swift Cluster using Swift Metrics Sreedhar Varma Vedams Inc.

How to manage your OpenStack Swift Cluster using Swift Metrics Sreedhar Varma Vedams Inc. How to manage your OpenStack Swift Cluster using Swift Metrics Sreedhar Varma Vedams Inc. What is OpenStack Swift Cluster? Cluster of Storage Server Nodes, Proxy Server Nodes and Storage Devices 2 Data

More information

Amazon Relational Database Service (RDS)

Amazon Relational Database Service (RDS) Amazon Relational Database Service (RDS) G-Cloud Service 1 1.An overview of the G-Cloud Service Arcus Global are approved to sell to the UK Public Sector as official Amazon Web Services resellers. Amazon

More information

Datrix Cloud Network Monitoring Solutions

Datrix Cloud Network Monitoring Solutions Critical Network Services & Enterprise Cloud Solutions Datrix Cloud Network Monitoring Solutions G Cloud 7 Author: Sam Wray Date: 6 th October 2015 Version: 2.0 Table of Contents Key Service Benefits...

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

SERVICE DEFINITION G-CLOUD 7 CLOUD BACKUP. Classification: Open

SERVICE DEFINITION G-CLOUD 7 CLOUD BACKUP. Classification: Open SERVICE DEFINITION G-CLOUD 7 CLOUD BACKUP Classification: Open Classification: Open ii MDS Technologies Ltd 2015. Other than for the sole purpose of evaluating this Response, no part of this material may

More information

Epimorphics Linked Data Publishing Platform

Epimorphics Linked Data Publishing Platform Epimorphics Linked Data Publishing Platform Epimorphics Services for G-Cloud Version 1.2 15 th December 2014 Authors: Contributors: Review: Andy Seaborne, Martin Merry Dave Reynolds Epimorphics Ltd, 2013

More information

Service Description for Hosted Server

Service Description for Hosted Server Service Overview tolomy has created its Hosted Server environment using VMware ESXi which provides the foundation for building and managing a virtualised IT infrastructure. These market leading, production-proven

More information

IBM Spectrum Protect in the Cloud

IBM Spectrum Protect in the Cloud IBM Spectrum Protect in the Cloud. Disclaimer IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Information regarding

More information

Desktop Services (Production) Lot 2 - Platform as a Service. Version: 2.0, Issue Date: 05/02/2014. Classification: Open

Desktop Services (Production) Lot 2 - Platform as a Service. Version: 2.0, Issue Date: 05/02/2014. Classification: Open Desktop Services (Production) Lot 2 - Platform as a Service Version: 2.0, Issue Date: 05/02/2014 Classification: Open Classification: Open ii MDS Technologies Ltd 2014. Other than for the sole purpose

More information

G-Cloud Service Definition. Canopy Remote Backup for Cloud SaaS

G-Cloud Service Definition. Canopy Remote Backup for Cloud SaaS G-Cloud Service Definition Canopy Remote Backup for Cloud SaaS Canopy Remote Backup for Cloud SaaS Canopy, an Atos company provides a highly secure, cloud backup and file management service for Internet-connected

More information

Drupal Private Cloud Hosting

Drupal Private Cloud Hosting professional services for the web consultancy design development hosting training support G-Cloud Service Definition Drupal Private Cloud Hosting sales@codeenigma.com T: +44 (0)20 3588 1550 Code Enigma

More information

Documentum Document Management in the Cloud Service Definition

Documentum Document Management in the Cloud Service Definition Documentum Document Management in the Cloud Service Definition Service Overview Working together with its Cloud Services Partner, Skyscape, SynApps Solutions (SynApps) has developed its Documentum Document

More information

How to Set Up Your Virtual Server infrastructure

How to Set Up Your Virtual Server infrastructure Connect Internet Solutions Ltd 4th Floor, New Barratt House, 47 North John Street, Liverpool, L2 6SG Tel: 0151 282 4321 Fax: 0151 282 4322 Email: gcloud@connectinternetsolutions.com Web: www.connectinternetsolutions.com

More information

HSS: A simple file storage system for web applications

HSS: A simple file storage system for web applications HSS: A simple file storage system for web applications Abstract AOL Technologies has created a scalable object store for web applications. The goal of the object store was to eliminate the creation of

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

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

Why back up the Cloud?

Why back up the Cloud? Why back up the Cloud? The CloudBerry Lab Whitepaper The introduction Always backup your data, even if it is in the cloud. The 3-2-1 rule of data protection says keep three copies of your data, on two

More information

CLOUD DESKTOP Service Definition

CLOUD DESKTOP Service Definition About Littlefish Established in Nottingham in 2003, Littlefish (UK) Ltd has an innovative, stable and successful history in Managed IT Services and has grown continuously over the last ten years. Through

More information

Virtual Data Centre Public Cloud Simplicity Private Cloud Security

Virtual Data Centre Public Cloud Simplicity Private Cloud Security Virtual Data Centre Public Cloud Simplicity Private Cloud Security www.interoute.com Interoute Virtual Data Centre Virtual Data Centre (VDC) is Interoute s Enterprise class Infrastructure as a Service

More information

Introduction to OpenStack Swift CloudOpen Japan 2014

Introduction to OpenStack Swift CloudOpen Japan 2014 Introduction to OpenStack Swift CloudOpen Japan 2014 Yuji Hagiwara hagiwarayuj@nttdata.co.jp Platform Engineer, NTT DATA Corp. Copyright 2014 NTT DATA Corporation 2 Agenda 1.What is Swift? 2.Swift s Latest

More information

easy to adopt, easy to use, easy to leave service description API accessible Cloud Storage IaaS version 5.1

easy to adopt, easy to use, easy to leave service description API accessible Cloud Storage IaaS version 5.1 easy to adopt, easy to use, easy to leave service description API accessible Cloud Storage IaaS version 5.1 Contents Highlights... 3 Overview... 3 Example use cases... 4 Trial service... 4 Information

More information

Virtual Server Hosting Service Definition. SD021 v1.8 Issue Date 20 December 10

Virtual Server Hosting Service Definition. SD021 v1.8 Issue Date 20 December 10 Virtual Server Hosting Service Definition SD021 v1.8 Issue Date 20 December 10 10 Service Overview Virtual Server Hosting is InTechnology s hosted managed service for virtual servers. Our virtualisation

More information

Storage for Different Compute Clouds

Storage for Different Compute Clouds Storage for Different Compute Clouds Session D-203, OpenStorage: Use Cases Joe Arnold CEO, SwiftStack Inc. October 2013 1 Storage for Different Compute Clouds Essential elements of Cloud Different compute

More information

Amazon Compute - EC2 and Related Services

Amazon Compute - EC2 and Related Services Amazon Compute - EC2 and Related Services G-Cloud Service 1 1.An overview of the G-Cloud Service Arcus Global are approved to sell to the UK Public Sector as official Amazon Web Services resellers. Amazon

More information

Marval Software Limited. G Cloud iii Framework Service Definition

Marval Software Limited. G Cloud iii Framework Service Definition 1 Marval Software Limited G Cloud iii Framework Service Definition Page 1 of 9 2 Contents An overview of the Marval Service Management (MSM) Software Solution... 3 Information assurance Impact Level (IL)

More information

Dedicated Compute Cloud. Lot 1 - Infrastructure as a Service. Version: 1.0, Issue Date: 09/12/2014. Classification: Open

Dedicated Compute Cloud. Lot 1 - Infrastructure as a Service. Version: 1.0, Issue Date: 09/12/2014. Classification: Open Dedicated Compute Cloud Version: 1.0, Issue Date: 09/12/2014 Classification: Open Classification: Open ii MDS Technologies Ltd 201416/12/2014. Other than for the sole purpose of evaluating this Response,

More information

UNCLASSIFIED. UK Email Archiving powered by Mimecast Service Description

UNCLASSIFIED. UK Email Archiving powered by Mimecast Service Description UNCLASSIFIED 11/12/2015 v2.2 UK Email Archiving powered by Mimecast Service Description Cobweb s UK Email Archiving, powered by Mimecast, provides businesses with a secure, scalable cloud-based message

More information

G-CLOUD IIII FRAMEWORK SERVICE DEFINITION: SCHOOLS HOSTED SERVICE FOR SIMS

G-CLOUD IIII FRAMEWORK SERVICE DEFINITION: SCHOOLS HOSTED SERVICE FOR SIMS G-CLOUD IIII FRAMEWORK SERVICE DEFINITION: SCHOOLS HOSTED SERVICE FOR SIMS Capita Division / Supplier: Service Name: Capita Business Services Ltd SIMS OVERVIEW OF THE SERVICE The hosted service for SIMS

More information

G-CLOUD FRAMEWORK RM1557-vi 5DRIVE PERSONAL CLOUD BACKUP

G-CLOUD FRAMEWORK RM1557-vi 5DRIVE PERSONAL CLOUD BACKUP Commercial in Confidence 1 G-CLOUD FRAMEWORK RM1557-vi SERVICE DEFINITION 5DRIVE PERSONAL CLOUD BACKUP 5NINES 5NINES Data Centres Services Service Offered 5DRIVE - CLOUD BACKUP SERVICE with remote access

More information

G-Cloud 6 brightsolid Secure Cloud Servers. Service Definition Document

G-Cloud 6 brightsolid Secure Cloud Servers. Service Definition Document G-Cloud 6 brightsolid Service Definition Document December 2014 Contents 1 Introduction... 3 2 An overview of the G-Cloud Service... 3 3 Information assurance... 3 4 Backup and Disaster Recovery... 3 5

More information

www.basho.com Technical Overview Simple, Scalable, Object Storage Software

www.basho.com Technical Overview Simple, Scalable, Object Storage Software www.basho.com Technical Overview Simple, Scalable, Object Storage Software Table of Contents Table of Contents... 1 Introduction & Overview... 1 Architecture... 2 How it Works... 2 APIs and Interfaces...

More information

SafeMail April 2015. SafeMail Helping your business reach further with email hosted at UK based, ISO 27001, Tier 4 data centres.

SafeMail April 2015. SafeMail Helping your business reach further with email hosted at UK based, ISO 27001, Tier 4 data centres. SafeMail April 2015 Secure cloud solutions with guaranteed UK data sovereignty. SafeMail Helping your business reach further with email hosted at UK based, ISO 27001, Tier 4 data centres. Detailing the

More information

CloudDesk - Security in the Cloud INFORMATION

CloudDesk - Security in the Cloud INFORMATION CloudDesk - Security in the Cloud INFORMATION INFORMATION CloudDesk SECURITY IN THE CLOUD 3 GOVERNANCE AND INFORMATION SECURITY 3 DATA CENTRES 3 DATA RESILIENCE 3 DATA BACKUP 4 ELECTRONIC ACCESS TO SERVICES

More information

Designing a Cloud Storage System

Designing a Cloud Storage System Designing a Cloud Storage System End to End Cloud Storage When designing a cloud storage system, there is value in decoupling the system s archival capacity (its ability to persistently store large volumes

More information

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation

High Availability & Disaster Recovery Development Project. Concepts, Design and Implementation High Availability & Disaster Recovery Development Project Concepts, Design and Implementation High Availability & Disaster Recovery Development Project CONCEPTS Who: Schmooze Com Inc, maintainers, core

More information

www.elite.net.uk Product Portfolio

www.elite.net.uk Product Portfolio www.elite.net.uk Product Portfolio About Established in 1998 Elite is an internet service provider that offers a range of solutions for medium and large enterprises; system integrators; channel partners;

More information

RTS Communications G-Cloud Service Definition Video Conferencing as a Service (VAAS)

RTS Communications G-Cloud Service Definition Video Conferencing as a Service (VAAS) RTS Communications G-Cloud Service Definition Video Conferencing as a Service (VAAS) Video Conferencing VMR Service Virtual Meeting Rooms December 2014 RTS G-Cloud 6 Service Definition Page 1 CONTENTS

More information

Business Intelligence as a Service for the G-Cloud

Business Intelligence as a Service for the G-Cloud Service Definition The name of the Service is: Business Intelligence as a Service An overview of Business Intelligence (BI) as a Service The BI service supports intelligent decisions by business users

More information

Client Hardware and Infrastructure Suggested Best Practices

Client Hardware and Infrastructure Suggested Best Practices Client Hardware and Infrastructure Suggested Best Practices While it is the responsibility of our Clients to support their hardware and infrastructure, the Pretty Good Practices below are provided for

More information

What is. LDeX MEDIA PLATFORM?

What is. LDeX MEDIA PLATFORM? What is LDeX MEDIA PLATFORM? WHAT IS THE THE LDeX MEDIA PLATFORM: The UK s digital platform of choice which enables industry partners to globally connect, share resources and support each other through

More information

Distributed File Systems

Distributed File Systems Distributed File Systems Mauro Fruet University of Trento - Italy 2011/12/19 Mauro Fruet (UniTN) Distributed File Systems 2011/12/19 1 / 39 Outline 1 Distributed File Systems 2 The Google File System (GFS)

More information

service description Document Management in the Cloud Software as a Service

service description Document Management in the Cloud Software as a Service easy to adopt, easy to use, easy to leave service description Document Management in the Cloud Software as a Service version 4.0 Contents Overview... 3 Example use cases... 3 Pricing... 4 Trial service...

More information

Reference Design: Scalable Object Storage with Seagate Kinetic, Supermicro, and SwiftStack

Reference Design: Scalable Object Storage with Seagate Kinetic, Supermicro, and SwiftStack Reference Design: Scalable Object Storage with Seagate Kinetic, Supermicro, and SwiftStack May 2015 Copyright 2015 SwiftStack, Inc. swiftstack.com Page 1 of 19 Table of Contents INTRODUCTION... 3 OpenStack

More information

Vodafone Cloud Storage

Vodafone Cloud Storage Vodafone Cloud Storage Overview Vodafone Cloud Storage gives you another, more flexible way to store data. It s available on G-Cloud and it s: Flexible you can decide how and where to store your data Fast

More information

Service Definition - HR and Payroll Solutions

Service Definition - HR and Payroll Solutions Service Definition - HR and Payroll Solutions Central Government RM1557 Date issued: 19/12/11 HR & EMPLOYEE SERVICES CASE MANAGEMENT EDRM & DOCUMENT MANAGEMENT FINANCE & ACCOUNTS PARTNERSHIP THROUGH INSIGHT,

More information

Cloud Hosting. Managed Cloud. Benefits of the iomart Managed Cloud. Taking the cloud to new heights

Cloud Hosting. Managed Cloud. Benefits of the iomart Managed Cloud. Taking the cloud to new heights Cloud Hosting Cloud Hosting Taking the cloud to new heights The benefits of cloud computing are becoming more apparent. You can cut costs by switching to more flexible on-demand IT resources that better

More information

Hosted Desktop as a Service

Hosted Desktop as a Service Hosted Desktop as a Service Contents 1 Introduction to Hosted Desktop Service...2 2 Service Definition...3 2.1 Functionality & Features... 3 2.2 Administration... 4 2.3 Access Methods... 4 2.4 Service

More information