APPLICATION NOTE. Elastic Scalability. for HetNet Deployment, Management & Optimization

Size: px
Start display at page:

Download "APPLICATION NOTE. Elastic Scalability. for HetNet Deployment, Management & Optimization"

Transcription

1 APPLICATION NOTE Elastic Scalability for HetNet Deployment, Management & Optimization

2 Introduction Most industry reports indicate that the HetNet market is poised for explosive growth in the coming years. Densification of the cellular network will see carriers deploying large numbers of small cells and Wi-Fi access points, often in a separate layer from the macrocells, to deliver high capacity in a targeted way close to the users. In the HetNet, cells of many sizes, air interfaces and spectrum (including Wi-Fi) are combined to form a seamless pool of flexible capacity. A variety of service provider types will offer services in this landscape Mobile Network Operators (MNOs), Multi-System Operators (MSOs), Internet Service Providers (ISPs) etc. either rolling out their own networks or piggybacking on networks deployed by others. While carriers have been deploying networks for decades, small cells will present an entirely different challenge as far as scalability goes. The scale of the future HetNet will be an order of magnitude more expansive than that of today s network. The sheer numbers of small cells deployed by carriers will be on a scale unprecedented in the wireless industry. Add carrier managed Wi-Fi to this, and the numbers become staggering. Tomorrow s HetNet management solutions will not only need to enable accelerated, plug-n-play deployment, but also support in and/or out scaling in a dynamically growing environment where deployments will not always be planned. Residential or homespot access points, for example, can proliferate in a less planned fashion, leading to unpredictable spikes in the load on the network management system. Even in the case of planned deployments, carriers will deploy heterogeneous access points in numbers far larger than seen today in macrocell deployments. 8,000,000 Cellular only WiFi/cellular WiFi only 7,000,000 6,000,000 5,000,000 Sites 4,000,000 3,000,000 2,000,000 1,000, Figure 1: Activation of New Access Points Yearly XCellAir Scalability Application Note 1

3 Growth will be driven by: (a) geographical requirements the need to deploy access points in new areas; and (b) auto-scaling based on access points added and/or taken out of existing coverage areas. Managing these networks in a scalable fashion will present significant challenges, and will require solutions architected from the ground up for scalability. Closely linked to the requirement for scalability is reliability the ability to maintain the required level of network management performance under high load, even when individual system components fail. This implies the need for load balancing and failover schemes, facilitating seamless switchover and redistribution of load between physical servers when failures occur. XCellAir s cloud based system allows service providers accelerated HetNet deployment, management, optimization and monetization. Uniquely, it blends Self-Organizing Network (SON) and Radio Resource Management (RRM) with traditional network management functionality, enabling plug-n-play, adaptive, interference-aware control of the network. The solution also differentiates itself from the competition in the way it scales in a fine-grained manner. The XCellAir system addresses scalability at multiple levels: A highly efficient and optimized design that minimizes resource allocation requirements per access point deployed; A cloud-based design from the onset, where management functionality is virtualized across commodity servers in the cloud, enabling granular in/out scaling as the network configuration changes in real time; By providing cloud orchestration, provisioning and monitoring tools to facilitate fine-grained auto-scaling of network management capacity. The system s Business Logic components are designed for scalability, with cleanly decoupled functional layers. Front End entities provide stateless interfaces to access points, and are typically implemented within Web containers. Communication between functional entities is largely via a queue management system, keeping the layers sufficiently decoupled from one another. The Services block contains the smarts of the system, and includes the algorithms to discover, provision and manage the access points in an adaptive, self-organizing manner. The Backend block includes the database, visualization and orchestration interfaces. These entities are fully unified and agnostic to the type of access point (Wi-Fi, cellular) being managed. Radio Map Cluster Stack ( Business Logic ) DATABASE VM Configuration SERVICES VM FRONT END VM QUEUE MANAGEMENT VM Front End Load Balancer RRM Fault Mgmt Front End SON Load Balancer Figure 2: Functional Architecture XCellAir Scalability Application Note 2

4 DESIGNED TO SCALE A Product with Elasticity at its Core The XCellAir system s Business Logic components have been designed from the outset to run on a scalable cloud framework. The architecture provides the modularity, partitioning, self-containment and portability to scale reliably on various cloud frameworks, public or private. An Efficient Architecture and Implementation XCellAir s implementation minimizes system resource requirements (processing, memory, storage, network bandwidth) for the support of each access point being managed. Stated another way, the design maximizes the number of access points that can be supported by a given server configuration (processor, memory, storage etc.) and ensures highly optimal usage of available resources. The following design tenets enable this: A largely stateless implementation minimizes the amount of context (and therefore memory and storage resources) that needs to be maintained within the system. The use of in-memory caching to reduce storage requirements and increase data read and/or write throughput Lightweight REST-style interfaces for inter-component communication The use of non-relational (NoSQL) database technology to facilitate elastic horizontal database scaling based on capacity needs. Loosely Coupled Layers Enable Fine-grained Independent Scaling The system functionality is organized into cleanly decoupled layers, as depicted in Figure 2. Each layer of functionality (Front-End, Services, Database) is deployed within a virtual machine (VM) structure in the cloud, and scales independently based on its own loading. Seamless communication is effected between virtual machines as they migrate across physical servers. Self-contained Virtual Machine Design The system components are self-contained, in that virtual machine instances are decoupled from one another. The design obviates the need for communication or data sharing between virtual machine instances, as the system scales horizontally and new VMs are instantiated to meet capacity needs. XCellAir Scalability Application Note 3

5 Cloud Framework Independence The system s Business Logic components have zero dependence on the cloud framework they run on. Where third-party components are used, they are industry-standard utilities with abstractions and/or wrappers for easy portability. The software is fully portable across cloud frameworks. Headline Here? Fghg Ghghgggh Gh Chunk 1 Chunk 2 Chunk 3 Load Balancing on the Front End The Front-End components receive requests from access points and operator consoles, and funnel them into the Service Layer XCellAir s system. The Front-End (FE) blocks are designed to handle heavy message loads in a scalable, resilient, fail-safe fashion. They are instantiated on virtual machines, and are independently scalable based on load. FE virtualization also ensures automatic redistribution of message load across available FEs in case of a specific FE instance failing. Load balancing functions reside downstream from the Front-End functions, and route incoming messages to the appropriate FE instances based on the existing load distribution. If a particular FE instance fails, load is automatically distributed amongst the other healthy FE copies. Database Scalability The databases at the backend of the system have the capacity to store large amounts of information, pertaining to access point provisioning, alarms and faults, radio resource allocation specifics and user (operator) profiles. As the network grows, high throughput from access points can challenge the capacity of a single database server. High query rates can exhaust the CPU capacity of a single server. Large data sets can similarly stretch the storage capacity of a single server. Radio Map DATABASE VM SHARED APPLICATIONS VM Configuration RRM Fault Mgmt SON Figure 3: Database Horizontal Scaling XCellAir s system uses horizontal scaling, or sharding, to ensure the databases scale to meet capacity needs. Sharding essentially divides the data set for a Cluster of access points and distributes it over multiple servers or shards, instantiated on the cloud as virtual machines. This reduces the number of operations each server needs to handle, as well as the amount of data each server needs to store. Replicas of shards are created and maintained, providing redundancy and high availability for the data in each shard. As the data set grows, the system automatically splits, resizes and reallocates data chunks across shards to maintain a balanced distribution of data across servers. XCellAir Scalability Application Note 4

6 Replete with Orchestration & Provisioning Tools to Enable Plug-n-Play Deployment and Automatic Scaling XCellAir s solution comes with the orchestration, provisioning and monitoring tools needed to make deployment and scaling fully automated and seamless. The system visualizes the HetNet as a collection of Clusters, each Cluster encompassing a potentially large number of access points. The service provider can dimension a Cluster to be as large as required. For example, the entire city of Montreal could be a Cluster. New Cluster Deployment The system is deployed in the service provider s cloud framework as a Cluster Stack. The Cluster Stack shown in Figure 4 below represents the functionality (i.e. the Business Logic) to manage and optimize a Cluster of access points. XCellAir s system includes orchestration and provisioning tools that enable one-touch, plug-nplay deployment of the Cluster Stack. Once the Stack is deployed and provisioned in the cloud, physical access points can be deployed, and the system will discover, provision and manage the access points. The Infrastructure Admin Server (IAS) shown in Figure 4 coordinates the orchestration and provisioning procedures required to launch, configure and inter-connect the various components in the Cluster Stack. The process is triggered by a single click on the management terminal. The IAS communicates with the cloud framework (public or private) to create and launch the base set of virtual machines (VMs) that are required for the Stack to be operational. The cloud framework allocates physical resources (processors, memory, storage etc.) needed for each VM, and ensures that each VM is up and running. Inter-VM connectivity is established, as per provisioning recipes that are loaded into each VM as part of its startup. Single-Touch, Plug-n-Play Process The Cluster Stack startup process is fully automated, driven by a single click from the user terminal. Horizontal Auto-Scaling Based on Capacity Needs The same set of orchestration, provisioning and monitoring tools enable the system to scale automatically with network and management traffic growth. A monitoring client within a VM monitors key performance parameters to determine whether resources need to be added or removed. When target parameters cross defined thresholds, indications are sent to the IAS, which works with the cloud framework to add or remove VMs. Cloud Framework Independent Process The use of open source tools and XCellAir-developed components makes the orchestration process minimally dependent on the cloud framework being used. With minimal adaptation, the IAS can work with various cloud frameworks. Various Integration Models Supported Multiple approaches are possible for integration of XCellAir s Server functionality into the service provider s framework. Both public and private cloud approaches are supported. The service provider can use the IAS to orchestrate, provision and monitor the system. In case the service provider wishes to use their own orchestration tools, the design of the system enables simplified integration with alternative tool sets. XCellAir Scalability Application Note 5

7 Cluster Stack ( Business Logic ) Cloud Provisioning Plane DATABASE VM CLOUD FRAMEWORK (public or private) VM Image Catalog SERVICES VM Orchestration Engine Orchestration API Radio Map RRM SON Configuration Fault Mgmt FRONT END VM Orchestration Client Provisioning Server QUEUE MANAGEMENT VM Monitoring Server Repository Provisioning Service (Java App) FRONT END VM Front End Front End MANAGEMENT TERMINAL Provisioning Service (Java App) Load Balancer Load Balancer Figure 4: Cluster Stack & Orchestration Plane XCellAir Scalability Application Note 6

8 Conclusion The demand for data services and always-on connectivity is growing with no end in sight. If wireless carriers are going to effectively service and tap into the revenue potential of this demand they need to bring the radio access network closer to the user and take advantage of all types of spectrum. To date the deployment of HetNets has been limited due to operational expense, interference and scalability concerns. XCellAir s cloud-based system modernizes the operations of carrier HetNets getting the most from their largely untapped potential. In addition, the system delivers these capabilities in a highly scalable fashion, allowing XCellAir to enable true RAN densification. For more information on XCellAir s solution, please contact [email protected] or visit our website Phone: [email protected] 6540 Lusk Blvd, San Diego, CA 92121, Suite 210 Copyright 2015 XCellAir. All Rights Reserved. AN_001_201502

SOLUTION BRIEF Seven Secrets to High Availability in the Cloud

SOLUTION BRIEF Seven Secrets to High Availability in the Cloud SOLUTION BRIEF Seven Secrets to High Availability in the Cloud High Availability (HA) is about designing systems and applications that deliver superior uptime and service. Businesses depend on their IT

More information

Planning the Migration of Enterprise Applications to the Cloud

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

More information

LEVERAGE VBLOCK SYSTEMS FOR Esri s ArcGIS SYSTEM

LEVERAGE VBLOCK SYSTEMS FOR Esri s ArcGIS SYSTEM Leverage Vblock Systems for Esri's ArcGIS System Table of Contents www.vce.com LEVERAGE VBLOCK SYSTEMS FOR Esri s ArcGIS SYSTEM August 2012 1 Contents Executive summary...3 The challenge...3 The solution...3

More information

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures

IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures IaaS Cloud Architectures: Virtualized Data Centers to Federated Cloud Infrastructures Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Introduction

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

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

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

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

The 5G Infrastructure Public-Private Partnership

The 5G Infrastructure Public-Private Partnership The 5G Infrastructure Public-Private Partnership NetFutures 2015 5G PPP Vision 25/03/2015 19/06/2015 1 5G new service capabilities User experience continuity in challenging situations such as high mobility

More information

Software-Defined Networks Powered by VellOS

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

More information

Making a Smooth Transition to a Hybrid Cloud with Microsoft Cloud OS

Making a Smooth Transition to a Hybrid Cloud with Microsoft Cloud OS Making a Smooth Transition to a Hybrid Cloud with Microsoft Cloud OS Transitioning from today s highly virtualized data center environments to a true cloud environment requires solutions that let companies

More information

Deploying complex applications to Google Cloud. Olia Kerzhner [email protected]

Deploying complex applications to Google Cloud. Olia Kerzhner olia@google.com Deploying complex applications to Google Cloud Olia Kerzhner [email protected] Cloud VMs Networks Databases Object Stores Firewalls Disks LoadBalancers Control..? Application stacks are complex Storage External

More information

Driving SDN Adoption in Service Provider Networks

Driving SDN Adoption in Service Provider Networks WHITEPAPER Software Defined Networking (SDN) Driving SDN Adoption in Service Provider Networks This whitepaper provides an overview of key requirements and enablers for driving SDN adoption in Service

More information

Blue Planet. Introduction. Blue Planet Components. Benefits

Blue Planet. Introduction. Blue Planet Components. Benefits Blue Planet Introduction Cyan Blue Planet is the first Software- Defined Network (SDN) and Network Function Virtualization (NFV) platform purpose- built for service providers and the wide area network.

More information

Ryan Horn, Lead Software Engineer at Twilio. November 12, 2014 Las Vegas. BDT312 Using the Cloud to Scale from a Database to a Data Platform

Ryan Horn, Lead Software Engineer at Twilio. November 12, 2014 Las Vegas. BDT312 Using the Cloud to Scale from a Database to a Data Platform BDT312 Using the Cloud to Scale from a Database to a Data Platform Ryan Horn, Lead Software Engineer at Twilio November 12, 2014 Las Vegas 2014 Amazon.com, Inc. and its affiliates. All rights reserved.

More information

SCALABILITY IN THE CLOUD

SCALABILITY IN THE CLOUD SCALABILITY IN THE CLOUD A TWILIO PERSPECTIVE twilio.com OUR SOFTWARE Twilio has built a 100 percent software-based infrastructure using many of the same distributed systems engineering and design principles

More information

An Architecture Vision

An Architecture Vision An Architecture Vision Universal Cloud Communications Stack Cloud Telecom. Software that turns communications into a service. 1 Software Architecture That Matters Universal Cloud Communications Stack (UCCS),

More information

Virtualized Security: The Next Generation of Consolidation

Virtualized Security: The Next Generation of Consolidation Virtualization. Consolidation. Simplification. Choice. WHITE PAPER Virtualized Security: The Next Generation of Consolidation Virtualized Security: The Next Generation of Consolidation As we approach the

More information

Auto-Scaling Model for Cloud Computing System

Auto-Scaling Model for Cloud Computing System Auto-Scaling Model for Cloud Computing System Che-Lun Hung 1*, Yu-Chen Hu 2 and Kuan-Ching Li 3 1 Dept. of Computer Science & Communication Engineering, Providence University 2 Dept. of Computer Science

More information

Scalable Architecture on Amazon AWS Cloud

Scalable Architecture on Amazon AWS Cloud Scalable Architecture on Amazon AWS Cloud Kalpak Shah Founder & CEO, Clogeny Technologies [email protected] 1 * http://www.rightscale.com/products/cloud-computing-uses/scalable-website.php 2 Architect

More information

Cloud computing - Architecting in the cloud

Cloud computing - Architecting in the cloud Cloud computing - Architecting in the cloud [email protected] 1 Outline Cloud computing What is? Levels of cloud computing: IaaS, PaaS, SaaS Moving to the cloud? Architecting in the cloud Best practices

More information

Cloud Computing Architecture

Cloud Computing Architecture Cloud Computing Architecture 1 1. Workload distribution architecture Scale up/down the IT resources Distribute workload among IT resource evenly 2 A variant Cloud service consumer requests are sent to

More information

Cisco Prime Network Services Controller. Sonali Kalje Sr. Product Manager Cloud and Virtualization, Cisco Systems

Cisco Prime Network Services Controller. Sonali Kalje Sr. Product Manager Cloud and Virtualization, Cisco Systems Cisco Prime Network Services Controller Sonali Kalje Sr. Product Manager Cloud and Virtualization, Cisco Systems Agenda Cloud Networking Challenges Prime Network Services Controller L4-7 Services Solutions

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R A p p l i c a t i o n D e l i v e r y f o r C l o u d S e r v i c e s : C u s t o m i z i n g S e r v i c e C r e a t i o n i n V i r t u a l E n v i r o n m e n t s Sponsored by: Brocade

More information

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

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

More information

GigaSpaces Real-Time Analytics for Big Data

GigaSpaces Real-Time Analytics for Big Data GigaSpaces Real-Time Analytics for Big Data GigaSpaces makes it easy to build and deploy large-scale real-time analytics systems Rapidly increasing use of large-scale and location-aware social media and

More information

When SDN meets Mobility

When SDN meets Mobility When SDN meets Mobility The result is an automated, simpler network that supports the way you work With wireless increasingly becoming the primary means of access for end users, it is essential that any

More information

Preparing Your IT for the Holidays. A quick start guide to take your e-commerce to the Cloud

Preparing Your IT for the Holidays. A quick start guide to take your e-commerce to the Cloud Preparing Your IT for the Holidays A quick start guide to take your e-commerce to the Cloud September 2011 Preparing your IT for the Holidays: Contents Introduction E-Commerce Landscape...2 Introduction

More information

WHY SERVICE PROVIDERS NEED A CARRIER PaaS SOLUTION cpaas for Network

WHY SERVICE PROVIDERS NEED A CARRIER PaaS SOLUTION cpaas for Network WHY SERVICE PROVIDERS NEED A CARRIER PaaS SOLUTION cpaas for Network Functions Virtualization White Paper Carrier PaaS provides the tools service providers need to transform their current network operational

More information

Towards Smart and Intelligent SDN Controller

Towards Smart and Intelligent SDN Controller Towards Smart and Intelligent SDN Controller - Through the Generic, Extensible, and Elastic Time Series Data Repository (TSDR) YuLing Chen, Dell Inc. Rajesh Narayanan, Dell Inc. Sharon Aicler, Cisco Systems

More information

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform

On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform On- Prem MongoDB- as- a- Service Powered by the CumuLogic DBaaS Platform Page 1 of 16 Table of Contents Table of Contents... 2 Introduction... 3 NoSQL Databases... 3 CumuLogic NoSQL Database Service...

More information

LinuxWorld Conference & Expo Server Farms and XML Web Services

LinuxWorld Conference & Expo Server Farms and XML Web Services LinuxWorld Conference & Expo Server Farms and XML Web Services Jorgen Thelin, CapeConnect Chief Architect PJ Murray, Product Manager Cape Clear Software Objectives What aspects must a developer be aware

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

Pluribus Netvisor Solution Brief

Pluribus Netvisor Solution Brief Pluribus Netvisor Solution Brief Freedom Architecture Overview The Pluribus Freedom architecture presents a unique combination of switch, compute, storage and bare- metal hypervisor OS technologies, and

More information

The Definitive Guide to Cloud Acceleration

The Definitive Guide to Cloud Acceleration The Definitive Guide to Cloud Acceleration Dan Sullivan sponsored by Chapter 5: Architecture of Clouds and Content Delivery... 80 Public Cloud Providers and Virtualized IT Infrastructure... 80 Essential

More information

Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings

Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings Solution Brief Enabling Database-as-a-Service (DBaaS) within Enterprises or Cloud Offerings Introduction Accelerating time to market, increasing IT agility to enable business strategies, and improving

More information

Platform as a Service (PaaS) Demystified

Platform as a Service (PaaS) Demystified A P P L I C A T I O N S A WHITE PAPER SERIES IN THE FOLLOWING PAGES, WE WILL DISCUSS THE VARIOUS IMPLEMENTATIONS OF PAAS AND HOW THE RIGHT OPTION WILL ENSURE PAAS SUCCESS. WE WILL ALSO DISCUSS THE BENEFITS

More information

Relational Databases in the Cloud

Relational Databases in the Cloud Contact Information: February 2011 zimory scale White Paper Relational Databases in the Cloud Target audience CIO/CTOs/Architects with medium to large IT installations looking to reduce IT costs by creating

More information

Intel Network Builders Solution Brief. Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks

Intel Network Builders Solution Brief. Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks Intel Network Builders Solution Brief Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks Overview Wireless networks built using small cell base stations are enabling mobile network

More information

Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES

Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 SDN - An Overview... 2 SDN: Solution Layers and its Key Requirements to be validated...

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

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

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

More information

Virtual Machine in Data Center Switches Huawei Virtual System

Virtual Machine in Data Center Switches Huawei Virtual System Virtual Machine in Data Center Switches Huawei Virtual System Contents 1 Introduction... 3 2 VS: From the Aspect of Virtualization Technology... 3 3 VS: From the Aspect of Market Driving... 4 4 VS: From

More information

COMPARISON OF VMware VSHPERE HA/FT vs stratus

COMPARISON OF VMware VSHPERE HA/FT vs stratus COMPARISON OF VMware VSHPERE HA/FT vs stratus ftserver SYSTEMS White Paper 2 Ensuring Availability of Virtualized Business-Critical Applications in an Always-On World Introduction Virtualization has become

More information

perspective Microservices A New Application Paradigm Abstract

perspective Microservices A New Application Paradigm Abstract perspective Microservices A New Application Paradigm Abstract Microservices Architecture is introducing the concept of developing functionality as a number of small self-contained services. This paper

More information

THE SDN TRANSFORMATION A Framework for Sustainable Success

THE SDN TRANSFORMATION A Framework for Sustainable Success WHITE PAPER THE SDN TRANSFORMATION A Framework for Sustainable Success The promise of Software Defined Networking (SDN) is gaining more and more attention as traffic growth increases the costs and complexity

More information

Adding scalability to legacy PHP web applications. Overview. Mario Valdez-Ramirez

Adding scalability to legacy PHP web applications. Overview. Mario Valdez-Ramirez Adding scalability to legacy PHP web applications Overview Mario Valdez-Ramirez The scalability problems of legacy applications Usually were not designed with scalability in mind. Usually have monolithic

More information

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine

How To Connect Virtual Fibre Channel To A Virtual Box On A Hyperv Virtual Machine Virtual Fibre Channel for Hyper-V Virtual Fibre Channel for Hyper-V, a new technology available in Microsoft Windows Server 2012, allows direct access to Fibre Channel (FC) shared storage by multiple guest

More information

NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization

NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization White Paper NFV Management and Orchestration: Enabling Rapid Service Innovation in the Era of Virtualization NFV Orchestration Overview Network Function Virtualization (NFV) technology, in combination

More information

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical

Radware ADC-VX Solution. The Agility of Virtual; The Predictability of Physical Radware ADC-VX Solution The Agility of Virtual; The Predictability of Physical Table of Contents General... 3 Virtualization and consolidation trends in the data centers... 3 How virtualization and consolidation

More information

Zend and IBM: Bringing the power of PHP applications to the enterprise

Zend and IBM: Bringing the power of PHP applications to the enterprise Zend and IBM: Bringing the power of PHP applications to the enterprise A high-performance PHP platform that helps enterprises improve and accelerate web and mobile application development Highlights: Leverages

More information

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

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

More information

Clouds. Microsoft Private Cloud- Making It Real

Clouds. Microsoft Private Cloud- Making It Real Clouds IT Microsoft Private Cloud- Making It Real Contents Copyright Information... 3 Built for the Future. Ready Now.... 4 A Private Cloud: Today s Datacenter... Optimized... 4 Why Microsoft?... 5 System

More information

Scalable Web Application

Scalable Web Application Scalable Web Applications Reference Architectures and Best Practices Brian Adler, PS Architect 1 Scalable Web Application 2 1 Scalable Web Application What? An application built on an architecture that

More information

Optimizing Data Center Networks for Cloud Computing

Optimizing Data Center Networks for Cloud Computing PRAMAK 1 Optimizing Data Center Networks for Cloud Computing Data Center networks have evolved over time as the nature of computing changed. They evolved to handle the computing models based on main-frames,

More information

Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service

Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service Optical switch WC-Pool (in a data centre) BBU-pool RAT 1 BBU-pool RAT 2 BBU-pool RAT N Mobile Cloud Networking FP7 European Project: Radio Access Network as a Service Dominique Pichon (Orange) 4th Workshop

More information

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1.

This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. This presentation covers virtual application shared services supplied with IBM Workload Deployer version 3.1. WD31_VirtualApplicationSharedServices.ppt Page 1 of 29 This presentation covers the shared

More information

VBLOCK SOLUTION FOR SAP: SIMPLIFIED PROVISIONING FOR OPERATIONAL EFFICIENCY

VBLOCK SOLUTION FOR SAP: SIMPLIFIED PROVISIONING FOR OPERATIONAL EFFICIENCY VBLOCK SOLUTION FOR SAP: SIMPLIFIED PROVISIONING FOR OPERATIONAL EFFICIENCY August 2011 2011 VCE Company, LLC. All rights reserved. 1 Table of Contents Introduction... 3 Purpose... 3 Audience... 3 Scope...

More information

Web Application Hosting in the AWS Cloud Best Practices

Web Application Hosting in the AWS Cloud Best Practices Web Application Hosting in the AWS Cloud Best Practices September 2012 Matt Tavis, Philip Fitzsimons Page 1 of 14 Abstract Highly available and scalable web hosting can be a complex and expensive proposition.

More information

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding

SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding SOLUTION BRIEF Citrix Cloud Solutions Citrix Cloud Solution for On-boarding www.citrix.com Contents Introduction... 3 The On- boarding Problem Defined... 3 Considerations for Application On- boarding...

More information

The Sierra Clustered Database Engine, the technology at the heart of

The Sierra Clustered Database Engine, the technology at the heart of A New Approach: Clustrix Sierra Database Engine The Sierra Clustered Database Engine, the technology at the heart of the Clustrix solution, is a shared-nothing environment that includes the Sierra Parallel

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Chapter 4: Fundamental Concepts and Models Nora Almezeini MIS Department, CBA, KSU From Cloud Computing by Thomas Erl, Zaigham Mahmood, and Ricardo Puttini(ISBN: 0133387526) Copyright 2013 Arcitura Education,

More information

Cloud Based Application Architectures using Smart Computing

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

More information

Powering the Next Generation Cloud with Azure Stack, Nano Server & Windows Server 2016! Jeff Woolsey Principal Program Manager Cloud & Enterprise

Powering the Next Generation Cloud with Azure Stack, Nano Server & Windows Server 2016! Jeff Woolsey Principal Program Manager Cloud & Enterprise Powering the Next Generation Cloud with Azure Stack, Nano Server & Windows Server 2016! Jeff Woolsey Principal Program Manager Cloud & Enterprise NEW: Operations Management Suite Microsoft Cloud Public

More information

Clustering Windows File Servers for Enterprise Scale and High Availability

Clustering Windows File Servers for Enterprise Scale and High Availability Enabling the Always-On Enterprise Clustering Windows File Servers for Enterprise Scale and High Availability By Andrew Melmed Director of Enterprise Solutions, Sanbolic, Inc. April 2012 Introduction Microsoft

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

Cloud RAN. ericsson White paper Uen 284 23-3271 September 2015

Cloud RAN. ericsson White paper Uen 284 23-3271 September 2015 ericsson White paper Uen 284 23-3271 September 2015 Cloud RAN the benefits of virtualization, centralization and coordination Mobile networks are evolving quickly in terms of coverage, capacity and new

More information

Securing Data in the Virtual Data Center and Cloud: Requirements for Effective Encryption

Securing Data in the Virtual Data Center and Cloud: Requirements for Effective Encryption THE DATA PROTECTIO TIO N COMPANY Securing Data in the Virtual Data Center and Cloud: Requirements for Effective Encryption whitepaper Executive Summary Long an important security measure, encryption has

More information

SDN Software Defined Networks

SDN Software Defined Networks There is nothing more important than our customers SDN Software Defined Networks A deployable approach for the Enterprise 2012 Enterasys Networks, Inc. All rights reserved SDN Overview What is SDN? Loosely

More information

Successfully Deploying Globalized Applications Requires Application Delivery Controllers

Successfully Deploying Globalized Applications Requires Application Delivery Controllers SHARE THIS WHITEPAPER Successfully Deploying Globalized Applications Requires Application Delivery Controllers Whitepaper Table of Contents Abstract... 3 Virtualization imposes new challenges on mission

More information

The Internet of ANYthing

The Internet of ANYthing The of ANYthing Abstract It is projected that by 2020 there will be 50 billion things connected to the. This presents both unprecedented opportunity and challenge. In the global network of things, new

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

REDEFINE SIMPLICITY TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS

REDEFINE SIMPLICITY TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS REDEFINE SIMPLICITY AGILE. SCALABLE. TRUSTED. TOP REASONS: EMC VSPEX BLUE FOR VIRTUALIZED ENVIRONMENTS Redefine Simplicity: Agile, Scalable and Trusted. Mid-market and Enterprise customers as well as Managed

More information

Web Application Hosting Cloud Architecture

Web Application Hosting Cloud Architecture Web Application Hosting Cloud Architecture Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural elements described

More information

Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware vsphere 5

Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware vsphere 5 Top 5 Reasons to choose Microsoft Windows Server 2008 R2 SP1 Hyper-V over VMware Published: April 2012 2012 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and

More information

What Is Microsoft Private Cloud Fast Track?

What Is Microsoft Private Cloud Fast Track? What Is Microsoft Private Cloud Fast Track? MICROSOFT PRIVATE CLOUD FAST TRACK is a reference architecture for building private clouds that combines Microsoft software, consolidated guidance, and validated

More information

Architecting Applications to Scale in the Cloud

Architecting Applications to Scale in the Cloud Architecting Applications to Scale in the Cloud Nuxeo White Paper White Paper Architecting Applications to Scale in the Cloud Table of Contents Executive Summary... 3! Between IaaS and SaaS... 3! Nuxeo

More information

Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D

Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D Cisco Network Services Orchestrator enabled by Tail-f Multi-Vendor Service Automation & Network Programmability Stefan Vallin, Ph D Product Manager NSO 10 June 2015 Key Market Trends and Challenges Changing

More information

WHITE PAPER. HyperOffice Solutions for Mobile Operators, ISPs and Service Providers

WHITE PAPER. HyperOffice Solutions for Mobile Operators, ISPs and Service Providers WHITE PAPER HyperOffice Solutions for Mobile Operators, ISPs and Service Providers HyperOffice, Feb 2011 INDEX 1. Introduction 1 The explosion of mobile data 1 Service Providers are key participants in

More information

DataStax Enterprise, powered by Apache Cassandra (TM)

DataStax Enterprise, powered by Apache Cassandra (TM) PerfAccel (TM) Performance Benchmark on Amazon: DataStax Enterprise, powered by Apache Cassandra (TM) Disclaimer: All of the documentation provided in this document, is copyright Datagres Technologies

More information

Glassfish Architecture.

Glassfish Architecture. Glassfish Architecture. First part Introduction. Over time, GlassFish has evolved into a server platform that is much more than the reference implementation of the Java EE specifcations. It is now a highly

More information

Testing Network Virtualization For Data Center and Cloud VERYX TECHNOLOGIES

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

More information

JReport Server Deployment Scenarios

JReport Server Deployment Scenarios JReport Server Deployment Scenarios Contents Introduction... 3 JReport Architecture... 4 JReport Server Integrated with a Web Application... 5 Scenario 1: Single Java EE Server with a Single Instance of

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

IBM Bluemix. The Digital Innovation Platform. Simon Moser ([email protected]) @mosersd

IBM Bluemix. The Digital Innovation Platform. Simon Moser (smoser@de.ibm.com) @mosersd IBM Bluemix The Digital Innovation Platform Simon Moser ([email protected]) @mosersd Who am I? - Senior Technical Staff Member at IBM Research & Development Lab in Böblingen, Germany - Bluemix Application

More information

NFV Checklist. Designing Agile, Scalable Networks for Carrier-Grade Performance

NFV Checklist. Designing Agile, Scalable Networks for Carrier-Grade Performance NFV Checklist Designing Agile, Scalable Networks for Carrier-Grade Performance NFV CHECKLIST: DESIGNING AGILE, SCALABLE NETWOKS FO CAIE-GADE PEFOMANCE 2 Contents NFV Checklist Introduction...3 1. Horizontal

More information

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time SCALEOUT SOFTWARE How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time by Dr. William Bain and Dr. Mikhail Sobolev, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 T wenty-first

More information

ScaleN: Elastic Infrastructure

ScaleN: Elastic Infrastructure Emerging data center models are based on flexibility and non-disruptive, on-demand scalability. Infrastructure must not only support these capabilities, but be able itself to provide these same benefits

More information

The Virtualization Practice

The Virtualization Practice The Virtualization Practice White Paper: Managing Applications in Docker Containers Bernd Harzog Analyst Virtualization and Cloud Performance Management October 2014 Abstract Docker has captured the attention

More information

Developing a Highly Available, Dynamic Hybrid Cloud Environment

Developing a Highly Available, Dynamic Hybrid Cloud Environment IT@Intel White Paper Intel IT IT Best Practices Cloud Computing and IT Business Agility October 2012 Developing a Highly Available, Dynamic Hybrid Cloud Environment Executive Overview Although open source

More information

TECHNOLOGY WHITE PAPER Jun 2012

TECHNOLOGY WHITE PAPER Jun 2012 TECHNOLOGY WHITE PAPER Jun 2012 Technology Stack C# Windows Server 2008 PHP Amazon Web Services (AWS) Route 53 Elastic Load Balancing (ELB) Elastic Compute Cloud (EC2) Amazon RDS Amazon S3 Elasticache

More information

ORACLE VM MANAGEMENT PACK

ORACLE VM MANAGEMENT PACK ORACLE VM MANAGEMENT PACK Effective use of virtualization promises to deliver significant cost savings and operational efficiencies. However, it does pose some management challenges that need to be addressed

More information

Big data blue print for cloud architecture

Big data blue print for cloud architecture Big data blue print for cloud architecture -COGNIZANT Image Area Prabhu Inbarajan Srinivasan Thiruvengadathan Muralicharan Gurumoorthy Praveen Codur 2012, Cognizant Next 30 minutes Big Data / Cloud challenges

More information