Kinetic Data s Multi-Tenancy Strategy

Size: px
Start display at page:

Download "Kinetic Data s Multi-Tenancy Strategy"

Transcription

1 Kinetic Data s Multi-Tenancy Strategy How Kinetic Request and Kinetic Task address the requirements of a Multi-Tenant deployment The need to be able to provide secure but effective solutions to a multi-tenanted service request implementation is building with the increased focus of (software-as-a-service) SaaS and cloud solutions. Kinetic Data has an architectural and security model that enables this type of deployment while still ensuring that the applications are easily configured and deployed without sacrificing security and integrity. Multi-tenancy Background Multi-tenancy refers to a principle in software architecture wherein a single instance of the software runs on a server, serving multiple client organizations (tenants). Wikipedia Multi-tenant applications have evolved from and combine some characteristics of three types of services: n From the 1960s, companies rented space and processing power on mainframe computers (time-sharing) to reduce computing expenses. Often they also reused existing applications, with simply a separate entry field on the logon screen to specify their customer account ID. On the basis of this ID, the mainframe accounting department could then charge the individual customers for (Central Processing Unit) CPU, memory and disk/tape usage actually incurred. n From the 1990s, traditional application service providers (ASPs) hosted (thenexisting) applications on behalf of their customers. Depending on the limitation of the underlying application, ASPs were forced to host applications on separate machines (if multiple instances of the applications could not be executed in the same physical machine) or as separate processes. Multi-tenant applications represent a more mature architecture that enables a similar service with lower operational cost. n Popular consumer-oriented web applications (such as Hotmail) were functionally designed as a single application instance that serves all customers, while isolating each user s data from other users. Multi-tenant applications represent a natural evolution from this model, offering additional customization to a group of users within the same client organization. 235 East Sixth St., Ste. 400B, Saint Paul, MN I I p. 1

2 Customization Multi-tenant applications are typically required to provide a high degree of customization to support each target organization s needs. Customization typically includes the following aspects: n Branding: allowing each organization to customize the look and feel of the application to match their organization branding (often referred to as a distinct skin ). n Workflow: accommodating differences in workflow to be used by a wide range of potential customers. n Extensions to the data model: supporting an extensible data model to give customers the ability to customize the data elements managed by the application to meet their specific needs. n Access control: letting each client s organization independently customize access rights and restrictions for each user. Security Of major concern in any multi-tenant environment are the twin aspects of data security and isolation of processes. For multi-tenant environments that share the application among independent tenants (i.e., that is not within divisions of the same tenant), security of data and processes is essential. A subcategory of multi-tenancy exists mainly within the IT service management sector which organizations, for example, IT service providers will set up a multi-tenant environment that allows a top-level entity the service provider to look down to the data and processes of the tenants, while preventing the tenants from seeing the other s data or processes. The most used strategies for maintaining security and isolation of data is row-level security. This can also be combined with other strategies such as query qualification to further restrict access to data from within the tenant or to allow some limited access across tenants. 235 East Sixth St., Ste. 400B, Saint Paul, MN I I p. 2

3 Kinetic Request/Kinetic Task and Multi-tenancy General Strategy Kinetic Data has adopted a strategy that achieves the requirements of true multitenancy as defined above to include: n Unique Branding for each tenant n Accommodating differences in workflow or processes per tenant n Extensions to the data model for each tenant n Access control by tenants Kinetic Request/Kinetic Task Architecture Kinetic Request and Kinetic Task are polymorphic, metadata-driven applications. In a metadata-driven application, there is a clear separation of the compiled runtime engine, application data, the metadata that describes the base functionality of an application, and the metadata that corresponds to each tenant s data and customizations. These distinct boundaries make it possible to independently update the engine, modify the core application, or customize tenant-specific components, with virtually no risk of one affecting the others. The outward-facing application can be described as polymorphic, in that it is driven by metadata rather than hard-coded and thereby able to be different in its function and display according to the metadata that configures the application. The Kinetic Data architecture follows these principles. Tenant-specific metadata defines display, functionality and processes for individual tenants. Common metadata defines common display, functionality and processes for all tenants. Request data is stored in a common-data structure with security and isolation maintained through row-level security and query qualification given security from each tenant down to specific group and user levels. 235 East Sixth St., Ste. 400B, Saint Paul, MN I I p. 3

4 This architecture allows changes to the request forms and portals (user interfaces), Kinetic tasks including approvals and task trees for each tenant without affecting other tenants. Isolation is achieved at the tenant level while still allowing the overall administrator the ability to manage and configure the Kinetic environment. As a result, each tenant can have unique branding, processes, portals, and forms that are specific to the tenant s requirements and processes, while the administrators can leverage the advanced design, development, and configuration functionality of the Kinetic environment. Kinetic Request/Kinetic Task and BMC Remedy The current versions Kinetic Request and Kinetic Task use BMC Remedy as the data store for all Kinetic metadata and transaction data. BMC Remedy multi-tenancy is well covered in a number of documents issued by BMC 1. BMC implements multi-tenant data segregation through a row-level security model. Row-level locking is set at the company level for BMC Remedy (IT Service Management) ITSM, forms. All child records inherit the tenants of the parents associated with them. 2 Company A Unrestricted Access Company B In brief, BMC Remedy utilizes row-level locking through a field in tables that contains the unique ID of the company. Any record created by a user in a table that has this field (field 112) is set by the BMC Remedy system to the ID of the user s company upon its creation. As a result, query, view, and modify access to records is restricted by the BMC Remedy system to only those records of the user s designated company or companies. BMC Remedy enables users within a multi-tenancy environment to be members of one or many companies or to have unrestricted access across all companies. 1 BMC Remedy IT Service Management Concepts Guide Oct BMC Remedy IT Service Management 7.0 Guide to Multi-Tenancy Dec East Sixth St., Ste. 400B, Saint Paul, MN I I p. 4

5 As Kinetic Request and Kinetic Task use the core BMC Remedy data structure to store tenant and application metadata, as well as data submitted as part of a request and/or task process, within a multi-tenanted environment, field 112 will be populated with the ID of the company of the user and as a result access will be restricted to those users with a company membership that allows access to those records. Kinetic Request/Kinetic Task extends beyond BMC Remedy multi-tenancy Kinetic Request/Kinetic Task extends the standard BMC Remedy multi-tenancy model with its polymorphic application architecture. Unlike other request management applications, Kinetic Request supports unique service items, request portals/catalogs and task/approval processes that are unique to each company in a multi-tenancy environment. The configuration of the request and catalog instances is easily achieved through cloning or templating. As a result, for a service provider, the process of creating a customized request management instance for a new client is a matter of selecting the service items that will be made available to the new client and using Kinetic utilities, such as KURL or Request Template, to export and import processes. All aspects of a service item or catalog, including tasks and integrations, can be easily and quickly replicated and configured to the client s unique requirements and processes. The security access model is also extended within each company segment within the multi-tenanted environment. Service items and catalogs can be made public, private, or only available for management, viewing, or submitting through group and user permissions. In this way, the configuration, management and submission of requests are controlled in a granular way. For example, an HR department may have control and management of a service item and another group of users may be able to work on the fulfillment of the request while allowing members of a particular division to submit requests for that item all based on group-access and user-access permissions. Another advantage of the polymorphic architecture of the Kinetic Request is the ability to brand all levels of the application from catalog and portal through to individual service items. This has been found to be an essential requirement of individual companies and in many instances, divisions of companies in a multi-tenancy environment. 235 East Sixth St., Ste. 400B, Saint Paul, MN I I p. 5

6 Kinetic Request/Kinetic Task Implementation Models Company-Specific Model Uniquely branded catalogs and portals can be configured for each company in a multi-tenancy environment without affecting the branding or processes of any other company in the same BMC Remedy instance. Kinetic Task enables company-specific approval and fulfillment processes to be associated with a particular company without any change to the core BMC Remedy workflow that may affect other companies. 235 East Sixth St., Ste. 400B, Saint Paul, MN I I p. 6

7 Shared Model If required, companies in a multi-tenancy environment can configure catalogs, portals and service items to be shared among them, while still maintaining the row-level security of the multi-tenant environment. In this model, while service items are shared among companies, access to the data that is submitted and the tickets created is controlled by the core BMC Remedy multi-tenancy rules. 235 East Sixth St., Ste. 400B, Saint Paul, MN I I p. 7

8 Blended Model A combination of both the company-specific and shared models can be configured where common service items can be shared among companies, while retaining companyspecific service items for each company. Again, access to the data that is submitted and the tickets created is controlled by the core BMC Remedy multi-tenancy rules. In this model, unique branding and task processing can still be achieved through custom styling and task management based on the company or group membership of the users. In Conclusion, Advantages of Kinetic Request/Kinetic Task Multi-tenancy Include: n Flexible deployment model n Customized (User Interface) UI for each company n Choice of unique or shared service items or a combination thereof n Data integrity and segmentation n Isolation of (User Interface) UI, and workflow processes n Configure for each tenant without global effects n Configure unique processes (approvals, tasks, integrations) for each tenant 235 East Sixth St., Ste. 400B, Saint Paul, MN I I p. 8

Building Multi-tenant Applications with Actian PSQL

Building Multi-tenant Applications with Actian PSQL Building Multi-tenant Applications with Actian PSQL Actian PSQL White Paper May 2013 This white paper is the first in a series of papers designed to show how easily Actian PSQL can provide all the requirements

More information

BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER

BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER Table of Contents Executive Summary............................................... 1 New Functionality...............................................

More information

VMware vcloud Director for Service Providers

VMware vcloud Director for Service Providers Architecture Overview TECHNICAL WHITE PAPER Table of Contents Scope of Document....3 About VMware vcloud Director....3 Platform for Infrastructure Cloud...3 Architecture Overview....3 Constructs of vcloud

More information

Cloud application services (SaaS) Multi-Tenant Data Architecture Shailesh Paliwal Infosys Technologies Limited

Cloud application services (SaaS) Multi-Tenant Data Architecture Shailesh Paliwal Infosys Technologies Limited Cloud application services (SaaS) Multi-Tenant Data Architecture Shailesh Paliwal Infosys Technologies Limited The paper starts with a generic discussion on the cloud application services and security

More information

Cisco Intelligent Automation for Cloud

Cisco Intelligent Automation for Cloud Data Sheet Cisco Intelligent Automation for Cloud Introduction Cloud technology is leading a transformation not only in data centers but also in the way companies and institutions evaluate, procure, and

More information

Kentico CMS 5 Developer Training Syllabus

Kentico CMS 5 Developer Training Syllabus Kentico CMS 5 Developer Training Syllabus June 2010 Page 2 Contents About this Course... 4 Overview... 4 Audience Profile... 4 At Course Completion... 4 Course Outline... 5 Module 1: Overview of Kentico

More information

Software as a Service (SaaS) for Management information system using multiple tenants

Software as a Service (SaaS) for Management information system using multiple tenants Software as a Service (SaaS) for Management information system using multiple tenants Rachana Desale, Purva Kolhatkar, Anju More, Piyush Katira, Vishal Kokane Prof.S.M.Jaybhaye (Department of Information

More information

CLOUD COMPUTING OVERVIEW

CLOUD COMPUTING OVERVIEW CLOUD COMPUTING OVERVIEW http://www.tutorialspoint.com/cloud_computing/cloud_computing_overview.htm Copyright tutorialspoint.com Cloud Computing provides us a means by which we can access the applications

More information

SOLUTION WHITE PAPER. BMC Manages the Full Service Stack on Secure Multi-tenant Architecture

SOLUTION WHITE PAPER. BMC Manages the Full Service Stack on Secure Multi-tenant Architecture SOLUTION WHITE PAPER BMC Manages the Full Service Stack on Secure Multi-tenant Architecture Table of Contents Introduction................................................... 1 Secure Multi-tenancy Architecture...................................

More information

PI Cloud Connect. Frequently Asked Questions

PI Cloud Connect. Frequently Asked Questions PI Cloud Connect Frequently Asked Questions Version 1.0.5 Content FAQ...3 General questions... 3 Signing up... 4 Deployment... 5 Publishing... 5 Subscribing... 6 User accounts... 7 Security... 8 Pricing...

More information

The Java EE 7 Platform and Support for the PaaS Model

The Java EE 7 Platform and Support for the PaaS Model The Java EE 7 Platform and Support for the PaaS Model 0. Introduction NIST [1] defines cloud computing as follows: Cloud computing is a model for enabling convenient, on-demand network access to a shared

More information

SAAS. Best practices for SAAS implementation using an Open Source Portal (JBoss)

SAAS. Best practices for SAAS implementation using an Open Source Portal (JBoss) SAAS Best practices for SAAS implementation using an Open Source Portal (JBoss) Introduction JBoss Portal is a very popular open source portal offering from Red Hat. It is JSR-168 compliant and provides

More information

Service Integration and Management:

Service Integration and Management: Service Integration and Management: SIAM ebonding with Kinetic Data Solutions This document outlines how service providers can develop and execute an effective SIAM strategy by leveraging Kinetic Data

More information

AppStack Technology Overview Model-Driven Application Management for the Cloud

AppStack Technology Overview Model-Driven Application Management for the Cloud AppStack Technology Overview Model-Driven Application Management for the Cloud Accelerating Application Time-to-Market The last several years have seen a rapid adoption for public and private cloud infrastructure

More information

Cisco Network Services Manager 5.0

Cisco Network Services Manager 5.0 Data Sheet Cisco Network Services Manager 5.0 Cisco Network Services Manager is designed to help enable customers to organize their network resources into a flexible multi-tenant infrastructure that integrates

More information

Managed Cloud Services

Managed Cloud Services Managed Services From Data Centre to Managed Public Traditional data centre Virtual Data Centre In-house Dedicated External Multi-tenant External Managed Public Consulting approach: Breakdown of Business

More information

Planning a Successful Cloud Strategy Identify existing assets, assess your business needs, and develop a technical and business plan for your cloud

Planning a Successful Cloud Strategy Identify existing assets, assess your business needs, and develop a technical and business plan for your cloud SOLUTION WHITE PAPER Planning a Successful Cloud Strategy Identify existing assets, assess your business needs, and develop a technical and business plan for your cloud Table of Contents Executive Summary

More information

Accelerating Time to Market:

Accelerating Time to Market: Accelerating Time to Market: Application Development and Test in the Cloud Paul Speciale, Savvis Symphony Product Marketing June 2010 HOS-20100608-GL-Accelerating-Time-to-Market-Dev-Test-Cloud 1 Software

More information

SaaS & Cloud Application Development & Delivery

SaaS & Cloud Application Development & Delivery SaaS & Cloud Application Development & Delivery A Whitepaper by Ekartha, Inc. by Gurpreet Singh, Ekartha Inc. Raj Sethi, Ekartha Inc. Ekartha, Inc. 63 Cutter Mill Road Great Neck, N.Y. 11021 Tel.: (516)

More information

IAAS CLOUD EXCHANGE WHITEPAPER

IAAS CLOUD EXCHANGE WHITEPAPER IAAS CLOUD EXCHANGE WHITEPAPER Whitepaper, July 2013 TABLE OF CONTENTS Abstract... 2 Introduction... 2 Challenges... 2 Decoupled architecture... 3 Support for different consumer business models... 3 Support

More information

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment

CloudCenter Full Lifecycle Management. An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management An application-defined approach to deploying and managing applications in any datacenter or cloud environment CloudCenter Full Lifecycle Management Page 2 Table of

More information

DEMO ONLY VERSION. Easy CramBible Lab C90-02A. SOA Cloud Technology Concepts. ** Single-user License **

DEMO ONLY VERSION. Easy CramBible Lab C90-02A. SOA Cloud Technology Concepts. ** Single-user License ** Easy CramBible Lab ** Single-user License ** C90-02A SOA Cloud Technology Concepts This copy can be only used by yourself for educational purposes Web: http://www.crambible.com/ E-mail: web@crambible.com

More information

WHITE PAPER: Egenera Cloud Suite

WHITE PAPER: Egenera Cloud Suite WHITE PAPER: Egenera Cloud Suite Introduction Cloud Computing Benefits Users Self-provision computing resources for unparalleled agility and fastest time-toservice Service providers Become cloud providers

More information

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Table of contents INTRODUCTION...1 BMC REMEDY AR SYSTEM ARCHITECTURE...2 BMC REMEDY AR SYSTEM TIER DEFINITIONS...2 > Client Tier...

More information

WHITE PAPER: Egenera Cloud Suite

WHITE PAPER: Egenera Cloud Suite WHITE PAPER: Egenera Cloud Suite ... Introduction Driven by ever-increasing business demand, cloud computing has become part of many organizations IT strategy today. Driving this transition is the need

More information

Mirjam van Olst. Best Practices & Considerations for Designing Your SharePoint Logical Architecture

Mirjam van Olst. Best Practices & Considerations for Designing Your SharePoint Logical Architecture Mirjam van Olst Best Practices & Considerations for Designing Your SharePoint Logical Architecture About me http://sharepointchick.com @mirjamvanolst mirjam@outlook.com Agenda Introduction Logical Architecture

More information

Commercial Software Licensing

Commercial Software Licensing Commercial Software Licensing CHAPTER 12: Prepared by DoD ESI January 2013 Chapter Overview Most software licenses today are either perpetual or subscription. Perpetual licenses involve software possession

More information

3 Ways to build a SaaS Product. Asteor Software Inc Ram Kumar - Director Product Management

3 Ways to build a SaaS Product. Asteor Software Inc Ram Kumar - Director Product Management 3 Ways to build a SaaS Product Asteor Software Inc Ram Kumar - Director Product Management SaaS without Multi-tenancy A separate server instance for each customer Separate Box Separate Shared Hosting Slice

More information

The Need for Service Catalog Design in Cloud Services Development

The Need for Service Catalog Design in Cloud Services Development The Need for Service Catalog Design in Cloud Services Development The purpose of this document: Provide an overview of the cloud service catalog and show how the service catalog design is an fundamental

More information

Cisco Secure Network Container: Multi-Tenant Cloud Computing

Cisco Secure Network Container: Multi-Tenant Cloud Computing Cisco Secure Network Container: Multi-Tenant Cloud Computing What You Will Learn Cloud services are forecast to grow dramatically in the next 5 years, providing a range of features and cost benefits for

More information

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Many corporations and Independent Software Vendors considering cloud computing adoption face a similar challenge: how should

More information

CliQr CloudCenter. Multi-Tenancy

CliQr CloudCenter. Multi-Tenancy CliQr CloudCenter Multi-Tenancy CliQr CloudCenter Multi-Tenancy and Multi-User Model Page 2 Table of Contents 1 Executive Summary...2 2 Introduction...3 3 Use Case: Application Onboarding...4 4 Use Case:

More information

Creating an Enterprise App Store Addressing the Consumerization of IT without Jeopardizing Control

Creating an Enterprise App Store Addressing the Consumerization of IT without Jeopardizing Control WHITE PAPER Creating an Enterprise App Store Addressing the Consumerization of IT without Jeopardizing Control Creating an Enterprise App Store Addressing the Consumerization of IT without Jeopardizing

More information

ITSM Software: Is SaaS the Model for You?

ITSM Software: Is SaaS the Model for You? ITSM Software: Is SaaS the Model for You? By Kai Holthaus, ITIL v3 Expert and Director for Third Sky, Inc. Software as a Service (SaaS) has gotten a lot of attention recently. Many companies and IT organizations

More information

Building SaaSApplications on Microsoft Azure. November 2011

Building SaaSApplications on Microsoft Azure. November 2011 Building SaaSApplications on Microsoft Azure November 2011 www.zensar.com Zensar Technologies 2011 Software as a Service (SaaS) Various Dimensions What is SaaS SaaS is a Software Delivery Model ( As a

More information

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle NIST Definition of Cloud Computing Cloud

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Cloud Computing I (intro) 15 319, spring 2010 2 nd Lecture, Jan 14 th Majd F. Sakr Lecture Motivation General overview on cloud computing What is cloud computing Services

More information

Understanding Service Variability for Profitable Software as a Service: Service Providers Perspective

Understanding Service Variability for Profitable Software as a Service: Service Providers Perspective Understanding Service Variability for Profitable Software as a Service: Service Providers Perspective Eng Lieh Ouh 1 and Stan Jarzabek 2 1 Institute of Systems Science, National University of Singapore

More information

VMware vcloud Service Definition for a Private Cloud

VMware vcloud Service Definition for a Private Cloud Service Definition for a Private Cloud Version 1.6 TECHNICAL WHITE PAPER Service Definition for a Private Cloud 2011 VMware, Inc. All rights reserved. This product is protected by U.S. and international

More information

Is it Time to Modernize Your Service Desk?

Is it Time to Modernize Your Service Desk? THOUGHT LEADERSHIP WHITE PAPER Is it Time to Modernize Your Service Desk? By Michele McFadden, Senior Director of Product Management, BMC Software When you pick a program to record on your DVR, purchase

More information

Cloud Service Metering, Accounting and Billing

Cloud Service Metering, Accounting and Billing Jürgen Schneider IBM Distinguished ngineer jschnei1@de.ibm.com Metering, Accounting and Universität Stuttgart, 10.03.2010 2009 IBM Corporation Computing, Metering, Report & Analytics Agenda 1. Introduction

More information

Cloud Panel Service Evaluation Scenarios

Cloud Panel Service Evaluation Scenarios Cloud Panel Service Evaluation Scenarios August 2014 Service Evaluation Scenarios The scenarios below are provided as a sample of how Finance may approach the evaluation of a particular service offered

More information

Private Cloud Using Service Catalog

Private Cloud Using Service Catalog Private Cloud Using Service Catalog Takahiro Nakai Enterprises are centralizing their in-house systems at data centers to reduce the total cost of ownership by using fewer servers and less power. However,

More information

Platform as a Service: The IBM point of view

Platform as a Service: The IBM point of view Platform as a Service: The IBM point of view Don Boulia Vice President Strategy, IBM and Private Cloud Contents 1 Defining Platform as a Service 2 The IBM view of PaaS 6 IBM offerings 7 Summary 7 For more

More information

Cloud Computing Standards: Overview and first achievements in ITU-T SG13.

Cloud Computing Standards: Overview and first achievements in ITU-T SG13. Cloud Computing Standards: Overview and first achievements in ITU-T SG13. Dr ITU-T, Chairman of Cloud Computing Working Party, SG 13 Future Networks Orange Labs Networks, Cloud & Future Networks Standard

More information

Multi-Tenancy on Private Cloud. F e b r u a r y 2 0 1 2

Multi-Tenancy on Private Cloud. F e b r u a r y 2 0 1 2 Multi-Tenancy on Private Cloud F e b r u a r y 2 0 1 2 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Market Trends/Challenges... 5 Traditional Service Delivery Model... 6 Limitations of the Traditional

More information

Cutting Through the Hype: Straight Talk About the Mainframe and Cloud Computing. Straight talk on cloud computing

Cutting Through the Hype: Straight Talk About the Mainframe and Cloud Computing. Straight talk on cloud computing Glenn Anderson, IBM Lab Services and Training Cutting Through the Hype: Straight Talk About the Mainframe and Cloud Computing Summer SHARE August 2014 Session 15593 Straight talk on cloud computing What

More information

Session 3. the Cloud Stack, SaaS, PaaS, IaaS

Session 3. the Cloud Stack, SaaS, PaaS, IaaS Session 3. the Cloud Stack, SaaS, PaaS, IaaS The service models resemble a cascading architecture where services on a higher level, as identified by Weinhardt et.al. (2009); encapsulate functionality from

More information

International Journal of Management (IJM), ISSN 0976 6502(Print), ISSN 0976 6510(Online), Volume 3, Issue 1, January- April (2012)

International Journal of Management (IJM), ISSN 0976 6502(Print), ISSN 0976 6510(Online), Volume 3, Issue 1, January- April (2012) INTERNATIONAL JOURNAL OF MANAGEMENT (IJM) International Journal of Management (IJM), ISSN 0976 6502(Print), ISSN 0976 ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 3, Issue 1, January- April (2012),

More information

Izenda & SQL Server Reporting Services

Izenda & SQL Server Reporting Services Izenda & SQL Server Reporting Services Comparing an IT-Centric Reporting Tool and a Self-Service Embedded BI Platform vv Izenda & SQL Server Reporting Services The reporting tools that come with the relational

More information

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services

A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services A Study on Analysis and Implementation of a Cloud Computing Framework for Multimedia Convergence Services Ronnie D. Caytiles and Byungjoo Park * Department of Multimedia Engineering, Hannam University

More information

Service Definition for Private Cloud TECHNICAL WHITE PAPER

Service Definition for Private Cloud TECHNICAL WHITE PAPER Service Definition for Private Cloud TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Phase I.... 3 Phase II.... 3 Workload Categories.... 4 Transient... 4 Highly Elastic.... 4 Infrastructure....

More information

Oracle Cloud 25.09.14. Bjarte Drivenes Enterprise Architect. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Cloud 25.09.14. Bjarte Drivenes Enterprise Architect. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Cloud 25.09.14 Bjarte Drivenes Enterprise Architect Copyright 2014 Oracle and/or its affiliates. All rights reserved. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Agenda Private

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

SOLUTION WHITE PAPER. Building a flexible, intelligent cloud

SOLUTION WHITE PAPER. Building a flexible, intelligent cloud SOLUTION WHITE PAPER Building a flexible, intelligent cloud Table of Contents Executive summary 1 Building a hybrid cloud 2 Provision complete cloud services 3 Service catalog 3 The user portal 4 Multi-tier

More information

Rich Media & HD Video Streaming Integration with Brightcove

Rich Media & HD Video Streaming Integration with Brightcove Rich Media & HD Video Streaming Integration with Brightcove IBM Digital Experience Version 8.5 Web Content Management IBM Ecosystem Development 2014 IBM Corporation Please Note IBM s statements regarding

More information

Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering

Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering Linux/Open Source and Cloud computing Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering NIST Definition of Cloud Computing Cloud computing is a model for enabling convenient, on-demand

More information

White Paper. Software Development Best Practices: Enterprise Code Portal

White Paper. Software Development Best Practices: Enterprise Code Portal White Paper Software Development Best Practices: Enterprise Code Portal An Enterprise Code Portal is an inside the firewall software solution that enables enterprise software development organizations

More information

Cloud Models and Platforms

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

More information

OpenText Media Management Audit Module FAQ

OpenText Media Management Audit Module FAQ OpenText Media Management Audit Module FAQ Collect valuable metrics, analytics, and information about your OpenText Media Management system Introduction Audit capability is a must-have for next-generation

More information

The Cloud ERP. Case Study JAAS

The Cloud ERP. Case Study JAAS Systems www.jaas.net Company» Founded: 1999» Location: Columbus, OH, USA» Industry: Manufacturing software Overview Develops and sells inte-grated accounting and manufacturing software solutions Key Results»

More information

Cloud Lifecycle Management

Cloud Lifecycle Management Cloud Lifecycle Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Table of Contents EXECUTIVE SUMMARY............................................... 1 CLOUD LIFECYCLE MANAGEMENT........................................

More information

Low-cost Open Data As-a-Service in the Cloud

Low-cost Open Data As-a-Service in the Cloud Low-cost Open Data As-a-Service in the Cloud Marin Dimitrov, Alex Simov, Yavor Petkov Ontotext AD, Bulgaria {first.last}@ontotext.com Abstract. In this paper we present the architecture and prototype of

More information

Building a SaaS Application. ReddyRaja Annareddy CTO and Founder

Building a SaaS Application. ReddyRaja Annareddy CTO and Founder Building a SaaS Application ReddyRaja Annareddy CTO and Founder Introduction As cloud becomes more and more prevalent, many ISV s and enterprise are looking forward to move their services and offerings

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

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012)

White Paper. Cloud Native Advantage: Multi-Tenant, Shared Container PaaS. http://wso2.com Version 1.1 (June 19, 2012) Cloud Native Advantage: Multi-Tenant, Shared Container PaaS Version 1.1 (June 19, 2012) Table of Contents PaaS Container Partitioning Strategies... 03 Container Tenancy... 04 Multi-tenant Shared Container...

More information

Extend and Enhance AD FS

Extend and Enhance AD FS Extend and Enhance AD FS December 2013 Sponsored By Contents Extend and Enhance AD FS By Sean Deuby Introduction...2 Web Service SSO Architecture...3 AD FS Overview...5 Ping Identity Solutions...7 Synergy

More information

Foundations and Concepts

Foundations and Concepts vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

SaaS the new normal. Service-now.com, Terry Brown

SaaS the new normal. Service-now.com, Terry Brown SaaS the new normal Service-now.com, Terry Brown Discussion Points Undeniable evolution What is SaaS? How can you benefit from SaaS Creating an ITSM solution at John Maneely Company Business drivers affecting

More information

Consolidated Technology Services PRIVATE CLOUD SERVICE. March 2014

Consolidated Technology Services PRIVATE CLOUD SERVICE. March 2014 Consolidated Technology Services PRIVATE CLOUD SERVICE March 2014 Topics Service Strategy Features and Benefits Service Options Rates Deployment Strategy Next Steps 2 Private Cloud Service Strategy Transform

More information

The deployment of OHMS TM. in private cloud

The deployment of OHMS TM. in private cloud Healthcare activities from anywhere anytime The deployment of OHMS TM in private cloud 1.0 Overview:.OHMS TM is software as a service (SaaS) platform that enables the multiple users to login from anywhere

More information

White Paper on CLOUD COMPUTING

White Paper on CLOUD COMPUTING White Paper on CLOUD COMPUTING INDEX 1. Introduction 2. Features of Cloud Computing 3. Benefits of Cloud computing 4. Service models of Cloud Computing 5. Deployment models of Cloud Computing 6. Examples

More information

Sentinel Cloud V.3.6 Quick Start Guide

Sentinel Cloud V.3.6 Quick Start Guide Sentinel Cloud V.3.6 Quick Start Guide 2 Sentinel Cloud Quick Start Guide Software Version This documentation is applicable for Sentinel Cloud 3.6. Document Revision History Part Number 007-012143-001

More information

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS

INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS INTRODUCTION TO CLOUD COMPUTING CEN483 PARALLEL AND DISTRIBUTED SYSTEMS CLOUD COMPUTING Cloud computing is a model for enabling convenient, ondemand network access to a shared pool of configurable computing

More information

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER

Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Hybrid Cloud Delivery Managing Cloud Services from Request to Retirement SOLUTION WHITE PAPER Contents Executive Summary................................................ 1 Hybrid Cloud Delivery..............................................

More information

Multi-tenancy with CakePHP. Robert Scherer M-Invent GmbH

Multi-tenancy with CakePHP. Robert Scherer M-Invent GmbH Multi-tenancy with CakePHP Robert Scherer M-Invent GmbH About me developer and consultant head of the CakePHP business unit of M-Invent GmbH author of the first german book about CakePHP, published on

More information

A Mainframe Guy and Cloud Computing

A Mainframe Guy and Cloud Computing A Mainframe Guy and Cloud Computing Per Fremstad, IBM pensjonist 2 Computing models: A bit of history 1950 s / 60 s / 70 s - Centralized Sharing and reliability Dumb, text-based terminals ----> PC s 1980

More information

BUILDING SAAS APPLICATIONS ON WINDOWS AZURE

BUILDING SAAS APPLICATIONS ON WINDOWS AZURE David Chappell BUILDING SAAS APPLICATIONS ON WINDOWS AZURE THINGS TO THINK ABOUT BEFORE YOU START Sponsored by Microsoft Corporation Copyright 2012 Chappell & Associates Contents Illustrating SaaP and

More information

Process Efficiencies with Kinetic Request

Process Efficiencies with Kinetic Request Process Efficiencies with Kinetic Request An executive view of the benefits and financial impact of enterprise request management Overview Kinetic Request, coupled with Kinetic Task, is an enterprise request

More information

Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing

Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing Guiding SOA Evolution through Governance From SOA 101 to Virtualization to Cloud Computing 3-day seminar The evolution of how companies employ SOA can be broken down into three phases: the initial phase

More information

Elastic Detector on Amazon Web Services (AWS) User Guide v5

Elastic Detector on Amazon Web Services (AWS) User Guide v5 Elastic Detector on Amazon Web Services (AWS) User Guide v5 This guide is intended for Elastic Detector users on AWS. Elastic Detector is available as SaaS or deployed as a virtual appliance through an

More information

Guideline on Implementing Cloud Identity and Access Management

Guideline on Implementing Cloud Identity and Access Management CMSGu2013-05 Mauritian Computer Emergency Response Team CERT-MU SECURITY GUIDELINE 2011-02 Enhancing Cyber Security in Mauritius Guideline on Implementing Cloud Identity and Access Management National

More information

The SMB IT Decision Maker s Guide: Choosing a SaaS Service Management Solution

The SMB IT Decision Maker s Guide: Choosing a SaaS Service Management Solution BEST PRACTICES WHITE PAPER The SMB IT Decision Maker s Guide: Choosing a SaaS Service Management Solution Nine Things to Look For in Your Next SaaS Service Desk Table of Contents Introduction...................................................

More information

CS 695 Topics in Virtualization and Cloud Computing and Storage Systems. Introduction

CS 695 Topics in Virtualization and Cloud Computing and Storage Systems. Introduction CS 695 Topics in Virtualization and Cloud Computing and Storage Systems Introduction Hot or not? source: Gartner Hype Cycle for Emerging Technologies, 2014 2 Source: http://geekandpoke.typepad.com/ 3 Cloud

More information

vcd Cloud Marketplace Portal

vcd Cloud Marketplace Portal vcd Cloud Marketplace Portal Are you a VMware vcloud Air Network service provider in need of a turnkey portal for your vcloud Director infrastructure? Now you can use the AirSembly cloud marketplace portal.

More information

CLOUD-BASED MULTI-TENANCY MODEL FOR SELF-SERVICE PORTAL

CLOUD-BASED MULTI-TENANCY MODEL FOR SELF-SERVICE PORTAL CLOUD-BASED MULTI-TENANCY MODEL FOR SELF-SERVICE PORTAL ABSTRACT Jitendra Maan 1 and Niranjan Mantha 2 Tata Consultancy Services Limited, India jitendra.maan@tcs.com niranjan.mantha@tcs.com A multi-tenant

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Fundamental Concepts and Models 1 1. Roles and Boundaries Could provider The organization that provides the cloud based IT resources Cloud consumer An organization (or a human) that has a formal contract

More information

Top five lessons learned from enterprise hybrid cloud projects

Top five lessons learned from enterprise hybrid cloud projects Top five lessons learned from enterprise hybrid cloud projects Top performer highlights More than half of top performers give users access to selfservice provisioning across both private and public cloud

More information

Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises

Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises 4 DAYS SHAREPOINT FOR THE POWER USER AND SOLUTIONS BUILDER Course Code NCS: SharePoint No-code Solutions for Office 365 and On-premises AUDIENCE FORMAT COURSE DESCRIPTION Power Users Instructor led training

More information

Service Management: Many Sizes Fit

Service Management: Many Sizes Fit BMC INDUSTRY INSIGHTS Service Management: Many Sizes Fit By Simon King, Senior Director of Remedy Product Management, BMC Software TABLE OF CONTENTS ITSM MATURITY LEVEL......... 3 A CLOSER LOOK..........

More information

Solution White Paper Monetizing the Service Provider Cloud

Solution White Paper Monetizing the Service Provider Cloud Solution White Paper Monetizing the Service Provider Cloud Deliver the value-added cloud services that customers need while maximizing revenue Table of Contents 1 EXECUTIVE SUMMARY 2 EVOLUTION OF THE CLOUD

More information

6 Best Practices to Cloud Enable Your Apps Advance Your Software as a Service Offering via Mission Critical Cloud. Where every interaction matters.

6 Best Practices to Cloud Enable Your Apps Advance Your Software as a Service Offering via Mission Critical Cloud. Where every interaction matters. Where every interaction matters. 6 Best Practices to Cloud Enable Your Apps Advance Your Software as a Service Offering via Mission Critical Cloud White Paper March 2013 By: Tier3 www.peer1.com Contents

More information

The Intelligent Content Framework

The Intelligent Content Framework The Intelligent Content Framework A practical approach to accelerating the Study Design and Regulatory Documentation Development Processes using a Rules-driven, Structured Content Authoring Solution Framework

More information

Accenture Cloud Enterprise Services

Accenture Cloud Enterprise Services BMC User Forum 2011 Accenture Cloud Enterprise Services Martin Jureit, Accenture GmbH Accenture, its logo, and High Performance Delivered are trademarks of Accenture. Agenda Accenture Cloud Enterprise

More information

Implementing Cloud Solutions Within Your Existing IT Environment. White paper

Implementing Cloud Solutions Within Your Existing IT Environment. White paper Implementing Cloud Solutions Within Your Existing IT Environment White paper DECEMBER 2012 Table of Contents Will Your Cloud Fit Within Your Existing IT Infrastructure?.... 3 The Importance of Cloud Management

More information

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com SharePoint 2010 Bootcamp This five-day course is designed to equip Systems Administrators, Integrators and Developers with a strong foundation for implementing solutions on Microsoft SharePoint 2010. Attendees

More information

Hybrid Cloud Places New Demands On The Network

Hybrid Cloud Places New Demands On The Network A Custom Technology Adoption Profile Commissioned By Juniper Networks April 2014 Hybrid Cloud Places New Demands On The Network Introduction Today s business pressures require IT resources to be a cost-effective

More information