An Introduction to Service Containers

Size: px
Start display at page:

Download "An Introduction to Service Containers"

Transcription

1 An Introduction to Service Containers Matt Bolick Technical Marketing Engineer September 11, Cisco and/or its affiliates. All rights reserved. Cisco Public 1

2 Traditional Network Services Traditional Features Cisco Network Operating System Feature 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 2

3 Physical Server Container Container Physical Server Physical Server or Cloud Container Physical Server Container What s happening in the server world. Feature or Application Feature or Application Feature or Application Feature or Application Feature or Application Feature or Application 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 3

4 External Server Blade Future Service Delivery Write once. Run anywhere. Service Container Blade Hosting with Hypervisor End-Point Hosting Cisco Network Operating System Container Feature or Application Cisco Network Operating System Container Cisco Network Operating System Feature or Application Feature or Application 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 4

5 What is a Service Container? Service Containers use virtualization technology to provide a hosting environment on Cisco routers & switches for applications which may be developed and released independent of platform release cycles Cisco and/or its affiliates. All rights reserved. Cisco Public 5

6 Use Cases for Service Containers Virtualized environment on a cisco device. Use Case Cisco Virtual Services: Work/Appliance Consolidation Example: ISR-WAAS on ISR4451-X Use Case Cisco Agents: Integral Router Features with decoupled release cycles Example: RESTFul API in the CSR1000v Use Case Signed Third Party Services: Container Hosted OnePK Applications Service Containers Network OS Container Virtual Service 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 6

7 Where is this happening? Catalyst 4500 Sup 7E Wireshark and future services ISR4451-X WAAS and future services Cloud Services Router 1000v REST API for automated deployment Nexus 3000, 5000, 6000 & rd Party Embedded Services 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 7

8 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 8

9 Anything you can think of OnePK Evolving How We Interact With the Network Operating System Traditional Approach New Paradigm CLI IOS SNMP HTML XML Monitoring Policy App AAA CDP Syslog Netflow Routing Protocols Span Interface Discovery Routing Data Plane Actions Events App EEM (TCL) C Java Python 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 9

10 Introducing One Platform Kit - onepk Applications That YOU Create onepk Flexible development environment to: Innovate Extend Automate Customize Enhance Modify Any Cisco Router or Switch 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 10

11 External Server Blade Future Service Delivery Write once. Run anywhere. Service Container Blade Hosting End-Point Hosting Cisco Network Operating System Container Feature or Application Cisco Network Operating System Container Cisco Network Operating System Feature or Application onepk Interface Feature or Application 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 11

12 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 12

13 Example Architecture: ISR4451-X IOSd Control Plane ISR-WAAS Future Cisco Embedded Network Services Linux OS Common API (onepk) Platform Specific Data Plane AppNav AVC Other Data Plane Features onepk onepk Internal Services Blade (UCS E- Series) External Services Blade (UCS) 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 13

14 ISR 4451-X Block Diagram Control Plane (1 core) & Services Plane (3 cores) Data Plane (10 cores) FPGE Service Containers Live Here Multi Gigabit Fabric ISC SM-X SM-X NIM 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 14

15 Terminology Virtual-Service: This refers to the container service configuration object. It is sometimes also called the Virtual Machine: (VM) or the container. Host: The IOS-XE, NXOS system software Guest: An instance of the foreign software being hosted. It is sometimes referred to as the application. OVA: The software package provided by the application writer which contains the application and metafiles used to create the hosting environment. (Open Virtualization Archive) Distribution: The complete set of software provided by the application development team. KVM: Kernel Virtual Machine LxC: Linux Container 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 15

16 IOS & Host Service IOS & Host Service Service Container Technologies KVM Description: KVM is a virtual machine emulation of the underlying hardware. KVM runs as a Type 2 hypervisor on IOS-XE. IOS/VMAN provide VM management Services. Characteristics: Isolates Guest Operating System from Host OS Takes advantage of CPU hardware extensions found on server-class processors (e.g., Intel s VT-x technology) Provides the highest level of guest/host isolation. LXC Description: This is an operating system virtualization technology (not a hypervisor) that shares the host kernel with the guest but provides isolation through namespace extensions to the Linux kernel. Characteristics: Native Performance, no device emulation or CPU specific requirements Support across Processor Architectures (MIPs, PPC, Intel) More easily allows sharing of host services/libraries into guest Host has direct visibility into resource usage and contention Guest applications run on the same OS kernel and thus there s less isolation and fault separation Application Guest Root File System Application Guest Root File System Guest OS Kernel Host OS (Linux Root File System) Host OS (Linux Kernel) Hardware Resource Host OS (Linux Root File System) Host OS (Linux Kernel) Hardware Resource 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 16

17 Application Signing Platforms with Service Containers Trust Level Defined per platform Some platforms might allow unsigned applications Cisco Application Signature Applied to identify trusted applications Securely signed and identified Service Container OVA Cisco and 3 rd Party Applications Submitted to Cisco Developer Network for certification and signing Trusted Application Signatures 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 17

18 Cisco Prime Infrastructure 2.0 Full Service Container Lifecycle Management Automated Point-and-Click Life- Cycle Management for Service Containers Point-and-Click deployment of Service Containers Automated and scheduled provisioning. Simplified Templates and Configuration Advice Full Life-Cycle Management Role-Based Access Support for a wide range of Service Container Types Automated management for Containers across the network 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 18

19 Virtual Service Deployment Workflow Hosted Service Deployment Model router#virtual-service install name <app_name> package <file_uri> router#virtual-service uninstall name <app_name> Un-Install Service Install Service (package) Configure Service router#interface VirtualPortGroup1 ip address router#virtual-service <app-name> interface virtualportgroup1 ip address profile app-model-1 router#virtual-service upgrade name <app_name> package <file_uri> Upgrade Service (Host Initiated) Start Service router#virtual-service <app-name> activate Manage Service Monitor Service router#show virtual-service connect router#show log router#copy core router#show virtual-service global router#show virtual-service list router#show virtual-service detail name <app-name> router#show virtual-service utilization name <app-name> 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 19

20 Install Virtual Service Software Package router#virtual-service install name WAAS package harddisk:isr4451x-waas b27.ova [media harddisk:] Package "harddisk:/isr4451x-waas b27.ova" is currently being installed for virtual service WAAS". Once the install is finished, please activate the VM to run the VM. router# Feb 14 19:37:09.886: %VIRT_SERVICE-5-INSTALL_STATE: Successfully installed virtual service WAAS router# Install command specifies the following User selected name of virtual service Location of the OVA package file [optional] destination media On ASR1K and ISR4451-X platforms we support installation to harddisk only Cisco and/or its affiliates. All rights reserved. Cisco Public 20

21 Configure Virtual Service interface VirtualPortGroup1 ip address load-interval 30! interface VirtualPortGroup2 ip address Container-1 Container-2 Container-3 Container virtual-service Container-2 interface VirtualPortGroup1 interface VirtualPortGroup2 br0 (subnet x) br1 (subnet x) interface VirtualPortGroup1 ip address interface VirtualPortGroup2 ip address Cisco and/or its affiliates. All rights reserved. Cisco Public 21

22 Configure Virtual Service (Profiles) router(config)#virtual-service WAAS router(config-virt-serv)#profile? ISR-WAAS-1300 ISR-WAAS profile for 1300 TCP connections ISR-WAAS-2500 ISR-WAAS profile for 2500 TCP connections ISR-WAAS-750 ISR WAAS profile for 750 TCP connections Example: ISR-WAAS Profiles Profile Name Description CPU Memory DRE Disk ISR-WAAS-750 WAAS Profile for 750 connections 25% 4G 150G ISR-WAAS-1300 WAAS Profile for 1300 connections 50% 6G 150G ISR-WAAS-2500 WAAS Profile for 2500 connections 75% 8G 350G 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 22

23 Activate Virtual Service router#show virtual-service list Virtual Service List: Name Status Package Name WAAS Installed ISR4451X-WAAS b... router(config)#virtual-service waas router(config-virt-serv)#activate router(config-virt-serv)#end router# Feb 14 19:53:02.070: %VIRT_SERVICE-5-ACTIVATION_STATE: Successfully activated virtual service WAAS Feb 14 19:53:04.069: %LINK-3-UPDOWN: Interface VirtualPortGroup3, changed state to up Feb 14 19:53:05.070: %LINEPROTO-5-UPDOWN: Line protocol on Interface VirtualPortGroup3, changed state to up router#show virtual-service list Virtual Service List: Name Status Package Name WAAS Activated ISR4451X-WAAS b Cisco and/or its affiliates. All rights reserved. Cisco Public 23

24 Show Virtual Service: Global Information router#show virtual-service Virtual Service Global State and Virtualization Limits: Infrastructure version : 1.2 Total virtual services installed : 3 Total virtual services activated : 2 Maximum memory for virtualization : MB Maximum HDD storage for virtualization : MB Maximum bootflash storage for virtualization : 7107 MB Maximum system CPU : 75% Maximum VCPUs per virtual service : 6 Committed memory : 6144 MB Committed disk storage : MB Committed system CPU : 25% Available memory : 4096 MB Available disk storage : MB Available system CPU : 50% Machine types supported Machine types disabled : KVM, LXC : none 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 24

25 Show Virtual Service: Detail Provides detailed view of Guest machine resources (verbose) router#show virtual-service detail name WAAS Virtual Service WAAS Detail: Package metadata: Package name : ISR4451X-WAAS b2.ova Application name : ISR-WAAS Application version : 1.0 Application description : WAAS Certificate type : N/A Signing method : SHA512 Licensing name : ISR-WAAS Licensing version : 1.0 OVA path : /vol/harddisk/isr4451x-waas b2.ova State : Activated Detailed guest status : Version: oe-vwaas The system has been up for 2 days, 23 hours, 35 minutes, 22 seconds. Interception-method: appnav-controller Current Service Node state : Operational Time Service Node entered current state : Mon Feb 11 20:25: System State: Running\ <snip> 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 25

26 Show Virtual Service Profiles router#show virtual-service profile name WAAS Virtual Service WAAS profiles: Name Description Allowed ISR-WAAS-2500 ISR-WAAS profile for 2500 TCP connections Yes ISR-WAAS-1300 ISR-WAAS profile for 1300 TCP connections Yes ISR-WAAS-750 ISR WAAS profile for 750 TCP connections Yes router#show virtual-service profile name WAAS detail Virtual Service WAAS Profile Details: Profile name : ISR-WAAS-2500 Description : ISR-WAAS profile for 2500 TCP connections License name : ISR-WAAS License version : 1.0 Resource admission : No Resource requirements : Disk space : MB Memory : 8192MB CPU : 75% system CPU VCPUs : 6 (sockets:1 cores:6 threads:1) <SNIP> 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 26

27 Connect to Virtual Service router#virtual-service connect name WAAS console Connected to appliance. Exit using ^c^c^c Cisco Wide Area Application Engine Console Username: 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 27

28 Show Virtual Service Log router#show platform software trace message virt-manager rp active 02/14 19:16: [vman]: (debug): Request content 02/14 19:16: [vman]: (debug): Finished continuation of show_trace_msg_request 02/14 19:16: [vman]: (debug): Request content 02/14 19:16: [vman]: (debug): Continuing show_trace_msg_request 02/14 19:16: [vman]: (debug): Finished continuation of show_trace_msg_request 02/14 19:16: [vman]: (debug): Application registered continuation for show_trace_msg_request 02/14 19:16: [vman]: (debug): Registering show_trace_msg_request for continuation 02/14 19:16: [vman]: (debug): Request content 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 28

29 Upgrade Virtual Service router#virtual-service upgrade name waas package? bootflash: Appliance package cns: Appliance package flash: Appliance package harddisk: Appliance package null: Appliance package nvram: Appliance package system: Appliance package tar: Appliance package tmpsys: Appliance package router#virtual-service upgrade name waas package harddisk:isr4451x-waas b2.ova 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 29

30 Un-install Virtual Service router#virtual-service uninstall name WAAS router# Feb 14 19:34:29.765: %VIRT_SERVICE-5-INSTALL_STATE: Successfully uninstalled virtual service WAAS router# 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 30

31 ISR-WAAS Simplified Deployment REST API for automated CSR1000v deployment Nexus 3k, 5k, 6k & 7k support for open containers 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 31

32 Key Benefits with ISR4451-X ISR-WAAS All in a box simple to deploy FULL FEATURED WAAS ACCELERATOR INSIDE Native Simple Scalable Tighter Integration Service aware data plane AppNav Dedicated Resources 3 steps to setup within 10 minutes Up to 2500 connections 150Mbps optimized WAN Embedded AppNav to expand w/ WAAS on UCS-E or externally 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 32

33 Router# service waas enable Step 1: Choose WAAS Profile 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 33

34 Step 2: Choose WAN Interface 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 34

35 Step 3: Verify and Activate 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 35

36 Cisco IOS Software in Virtual Form-Factor App App CSR 1000V Selected Features of IOS XE primarily for Cloud Use Cases OS OS VPC/ vdc Hypervisor Virtual Switch Physical Server Server, Switch, Multi-Hypervisor (ESXi, KVM, Xen) Small Footprint (reducing from 4 vcpu to 1), Low Performance Elastic Capacity (10 Mbps and up Throughput, 2 to 8 GB RAM) RESTful APIs (leverages OnePK) for Automated Management Enterprise-class Networking with Rapid Deployment and Flexibility 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 36

37 Example: RESTful API for CSR1000v REST API Web Interface written in Python LXC Service Container onepk API Infrastructure IOS XE 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 37

38 Nexus OS Open Container Architecture User/3 rd Party C, JAVA, Python Program User/3 rd Party C, JAVA, Python Program Open LxC Service Containers onepk API Infrastructure NXOS (Nexus Platforms) 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 38

39 What to Look For in the Future Flexible Services from Cisco Additional Options for 3 rd Party Services More Install Options Virtual Services Write once and run in many locations. Parity Across Devices Identical features and feel on appliances, virtual devices and service containers. Simplified Install Management tools and installation scripts to make working with services easier. Partner Applications Applications from third parties tested and certified by Cisco Customer Applications More options per-platform for un-signed applications. Development Assistance Application Development Kits and assistance available as a service. Platforms More platforms being introduced with support for service containers. Modules Modules in several platforms that can run the same service containers. Development Servers Service Container support within dedicated servers. Consistent, Powerful and Portable Network Applications 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 39

40 Thank you.

41 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 41

Application-Centric WLAN. Rob Mellencamp

Application-Centric WLAN. Rob Mellencamp Application-Centric WLAN Rob Mellencamp Agenda NX Integrated Services Platform Integrated Services Architecture Application Installation Example Application Monitoring Enterprise Mobility Architecture

More information

Enhancing Hypervisor and Cloud Solutions Using Embedded Linux Iisko Lappalainen MontaVista

Enhancing Hypervisor and Cloud Solutions Using Embedded Linux Iisko Lappalainen MontaVista Enhancing Hypervisor and Cloud Solutions Using Embedded Linux Iisko Lappalainen MontaVista Setting the Stage This presentation will discuss the usage of Linux as a base component of hypervisor components

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

How to Backup and Restore a VM using Veeam

How to Backup and Restore a VM using Veeam How to Backup and Restore a VM using Veeam Table of Contents Introduction... 3 Assumptions... 3 Add ESXi Server... 4 Backup a VM... 6 Restore Full VM... 12 Appendix A: Install Veeam Backup & Replication

More information

Enterprise-Class Virtualization with Open Source Technologies

Enterprise-Class Virtualization with Open Source Technologies Enterprise-Class Virtualization with Open Source Technologies Alex Vasilevsky CTO & Founder Virtual Iron Software June 14, 2006 Virtualization Overview Traditional x86 Architecture Each server runs single

More information

Intelligent WAN 2.0 principles. Pero Gvozdenica, Systems Engineer, pero.gvozdenica@combis.hr Vedran Hafner, Systems Engineer, vehafner@cisco.

Intelligent WAN 2.0 principles. Pero Gvozdenica, Systems Engineer, pero.gvozdenica@combis.hr Vedran Hafner, Systems Engineer, vehafner@cisco. Intelligent WAN 2.0 principles Pero Gvozdenica, Systems Engineer, pero.gvozdenica@combis.hr Vedran Hafner, Systems Engineer, vehafner@cisco.com Then VS Now Intelligent WAN: Leveraging the Any Transport

More information

Microsoft SQL Server 2012 on Cisco UCS with iscsi-based Storage Access in VMware ESX Virtualization Environment: Performance Study

Microsoft SQL Server 2012 on Cisco UCS with iscsi-based Storage Access in VMware ESX Virtualization Environment: Performance Study White Paper Microsoft SQL Server 2012 on Cisco UCS with iscsi-based Storage Access in VMware ESX Virtualization Environment: Performance Study 2012 Cisco and/or its affiliates. All rights reserved. This

More information

Cisco WAAS Express. Product Overview. Cisco WAAS Express Benefits. The Cisco WAAS Express Advantage

Cisco WAAS Express. Product Overview. Cisco WAAS Express Benefits. The Cisco WAAS Express Advantage Data Sheet Cisco WAAS Express Product Overview Organizations today face several unique WAN challenges: the need to provide employees with constant access to centrally located information at the corporate

More information

Optimally Manage the Data Center Using Systems Management Tools from Cisco and Microsoft

Optimally Manage the Data Center Using Systems Management Tools from Cisco and Microsoft White Paper Optimally Manage the Data Center Using Systems Management Tools from Cisco and Microsoft What You Will Learn Cisco is continuously innovating to help businesses reinvent the enterprise data

More information

Stratusphere Solutions

Stratusphere Solutions Stratusphere Solutions Deployment Best Practices Guide Introduction This guide has been authored by experts at Liquidware Labs in order to provide a baseline as well as recommendations for a best practices

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS377 Guest Lecture Tian Guo 1 Data Centers and Cloud Computing Intro. to Data centers Virtualization Basics Intro. to Cloud Computing Case Study: Amazon EC2 2 Data Centers

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

NetScaler VPX FAQ. Table of Contents

NetScaler VPX FAQ. Table of Contents NetScaler VPX FAQ Table of Contents Feature and Functionality Frequently Asked Questions... 2 Pricing and Packaging Frequently Asked Questions... 4 NetScaler VPX Express Frequently Asked Questions... 5

More information

Cisco Unified Network Services: Overcome Obstacles to Cloud-Ready Deployments

Cisco Unified Network Services: Overcome Obstacles to Cloud-Ready Deployments Cisco Unified Network Services: Overcome Obstacles to Cloud-Ready Deployments What You Will Learn Deploying network services in virtual data centers is extremely challenging. Traditionally, such Layer

More information

Infoblox vnios Software for CISCO AXP

Infoblox vnios Software for CISCO AXP Summary Infoblox vnios for Cisco consolidates core network services such as DNS, DHCP and IPAM and others onto the Cisco Integrated Services Router (ISR) running the Application Extension Platform (AXP)

More information

Cisco Nexus 1000V Switch for Microsoft Hyper-V

Cisco Nexus 1000V Switch for Microsoft Hyper-V Data Sheet Cisco Nexus 1000V Switch for Microsoft Hyper-V Product Overview Cisco Nexus 1000V Switches provide a comprehensive and extensible architectural platform for virtual machine and cloud networking.

More information

The Advantages of Cloud Services

The Advantages of Cloud Services Cloud-Based Services: Assure Performance, Availability, and Security What You Will Learn Services available from the cloud offer cost and efficiency benefits to businesses, but until now many customers

More information

Cisco and Canonical: Cisco Network Virtualization Solution for Ubuntu OpenStack

Cisco and Canonical: Cisco Network Virtualization Solution for Ubuntu OpenStack Solution Overview Cisco and Canonical: Cisco Network Virtualization Solution for Ubuntu OpenStack What You Will Learn Cisco and Canonical extend the network virtualization offered by the Cisco Nexus 1000V

More information

Cisco Application-Centric Infrastructure (ACI) and Linux Containers

Cisco Application-Centric Infrastructure (ACI) and Linux Containers White Paper Cisco Application-Centric Infrastructure (ACI) and Linux Containers What You Will Learn Linux containers are quickly gaining traction as a new way of building, deploying, and managing applications

More information

Cisco Nexus 1000V Virtual Ethernet Module Software Installation Guide, Release 4.0(4)SV1(1)

Cisco Nexus 1000V Virtual Ethernet Module Software Installation Guide, Release 4.0(4)SV1(1) Cisco Nexus 1000V Virtual Ethernet Module Software Installation Guide, Release 4.0(4)SV1(1) September 17, 2010 Part Number: This document describes how to install software for the Cisco Nexus 1000V Virtual

More information

Cisco Virtual Wide Area Application Services: Technical Overview

Cisco Virtual Wide Area Application Services: Technical Overview Cisco Virtual Wide Area Application Services: Technical Overview What You Will Learn Organizations are offering private and virtual private cloud-based application delivery over the WAN to their end users

More information

Cisco ACI Simulator Release Notes, Release 1.2(1i)

Cisco ACI Simulator Release Notes, Release 1.2(1i) Cisco ACI Simulator Release Notes, Release 1.2(1i) This document provides the compatibility information, usage guidelines, and the scale values that were validated in testing this Cisco ACI Simulator release.

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

Cisco Virtual Security Gateway for Nexus 1000V Series Switch

Cisco Virtual Security Gateway for Nexus 1000V Series Switch Data Sheet Cisco Virtual Security Gateway for Nexus 1000V Series Switch Product Overview Cisco Virtual Security Gateway (VSG) for Nexus 1000V Series Switch is a virtual appliance that provides trusted

More information

Cisco NetFlow Generation Appliance (NGA) 3140

Cisco NetFlow Generation Appliance (NGA) 3140 Q&A Cisco NetFlow Generation Appliance (NGA) 3140 General Overview Q. What is Cisco NetFlow Generation Appliance (NGA) 3140? A. Cisco NetFlow Generation Appliance 3140 is purpose-built, high-performance

More information

Implementing and Troubleshooting the Cisco Cloud Infrastructure **Part of CCNP Cloud Certification Track**

Implementing and Troubleshooting the Cisco Cloud Infrastructure **Part of CCNP Cloud Certification Track** Course: Duration: Price: $ 4,295.00 Learning Credits: 43 Certification: Implementing and Troubleshooting the Cisco Cloud Infrastructure Implementing and Troubleshooting the Cisco Cloud Infrastructure**Part

More information

Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services

Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services Windows Server on WAAS: Reduce Branch-Office Cost and Complexity with WAN Optimization and Secure, Reliable Local IT Services What You Will Learn Windows Server on WAAS reduces the cost and complexity

More information

Set Up a VM-Series Firewall on an ESXi Server

Set Up a VM-Series Firewall on an ESXi Server Set Up a VM-Series Firewall on an ESXi Server Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara,

More information

Network Virtualization

Network Virtualization . White Paper Network Services Virtualization What Is Network Virtualization? Business and IT leaders require a more responsive IT infrastructure that can help accelerate business initiatives and remove

More information

Defining SDN. Overview of SDN Terminology & Concepts. Presented by: Shangxin Du, Cisco TAC Panelist: Pix Xu Jan 2014

Defining SDN. Overview of SDN Terminology & Concepts. Presented by: Shangxin Du, Cisco TAC Panelist: Pix Xu Jan 2014 Defining SDN Overview of SDN Terminology & Concepts Presented by: Shangxin Du, Cisco TAC Panelist: Pix Xu Jan 2014 2013 Cisco and/or its affiliates. All rights reserved. 2 2013 Cisco and/or its affiliates.

More information

Aerohive Networks Inc. Free Bonjour Gateway FAQ

Aerohive Networks Inc. Free Bonjour Gateway FAQ Aerohive Networks Inc. Free Bonjour Gateway FAQ 1. About the Product... 1 2. Installation... 2 3. Management... 3 4. Troubleshooting... 4 1. About the Product What is the Aerohive s Free Bonjour Gateway?

More information

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM

Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM Bern University of Applied Sciences Engineering and Information Technology Module I-7410 Advanced Linux FS-11 Part1: Virtualization with KVM By Franz Meyer Version 1.0 February 2011 Virtualization Architecture

More information

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers.

The virtualization of SAP environments to accommodate standardization and easier management is gaining momentum in data centers. White Paper Virtualized SAP: Optimize Performance with Cisco Data Center Virtual Machine Fabric Extender and Red Hat Enterprise Linux and Kernel-Based Virtual Machine What You Will Learn The virtualization

More information

Cisco Data Center Network Manager Release 5.1 (LAN)

Cisco Data Center Network Manager Release 5.1 (LAN) Cisco Data Center Network Manager Release 5.1 (LAN) Product Overview Modern data centers are becoming increasingly large and complex. New technology architectures such as cloud computing and virtualization

More information

Achieve Automated, End-to-End Firmware Management with Cisco UCS Manager

Achieve Automated, End-to-End Firmware Management with Cisco UCS Manager Achieve Automated, End-to-End Firmware Management with Cisco UCS Manager What You Will Learn This document describes the operational benefits and advantages of firmware provisioning with Cisco UCS Manager

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

Full and Para Virtualization

Full and Para Virtualization Full and Para Virtualization Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF x86 Hardware Virtualization The x86 architecture offers four levels

More information

1 Data Center Infrastructure Remote Monitoring

1 Data Center Infrastructure Remote Monitoring Page 1 of 7 Service Description: Cisco Managed Services for Data Center Infrastructure Technology Addendum to Cisco Managed Services for Enterprise Common Service Description This document referred to

More information

Version 3.7 Technical Whitepaper

Version 3.7 Technical Whitepaper Version 3.7 Technical Whitepaper Virtual Iron 2007-1- Last modified: June 11, 2007 Table of Contents Introduction... 3 What is Virtualization?... 4 Native Virtualization A New Approach... 5 Virtual Iron

More information

Cisco UCS Central Software

Cisco UCS Central Software Data Sheet Cisco UCS Central Software Cisco UCS Manager provides a single point of management for an entire Cisco Unified Computing System (Cisco UCS) domain of up to 160 servers and associated infrastructure.

More information

2972 Linux Options and Best Practices for Scaleup Virtualization

2972 Linux Options and Best Practices for Scaleup Virtualization HP Technology Forum & Expo 2009 Produced in cooperation with: 2972 Linux Options and Best Practices for Scaleup Virtualization Thomas Sjolshagen Linux Product Planner June 17 th, 2009 2009 Hewlett-Packard

More information

Cisco Wide Area Application Services (WAAS) Network Module

Cisco Wide Area Application Services (WAAS) Network Module Cisco Wide Area Application Services (WAAS) Network Module Cisco Wide Area Application Services (WAAS) Network Modules (NME) for Cisco Integrated Services routers (ISR), and the second-generation (G2)

More information

Cisco Application Policy Infrastructure Controller Enterprise Module (Cisco APIC-EM)

Cisco Application Policy Infrastructure Controller Enterprise Module (Cisco APIC-EM) TM Cisco Application Policy Infrastructure Controller Enterprise Module (Cisco APIC-EM) Early Field Trial #2 Release Notes Version 0.7.1.3 Corporate Headquarters Cisco 170 West Tasman Drive San Jose, CA

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

Cisco Prime Data Center Network Manager Release 6.1

Cisco Prime Data Center Network Manager Release 6.1 Data Sheet Cisco Prime Data Center Network Manager Release 6.1 Product Overview Modern data centers are becoming increasingly massive and complex. Proliferation of new technologies such as virtualization

More information

Cisco Video Surveillance Manager for Cisco UCS E-Series Servers

Cisco Video Surveillance Manager for Cisco UCS E-Series Servers Data Sheet Cisco Video Surveillance Manager for Cisco UCS E-Series Servers Cisco UCS E-Series Server modules are power-optimized 64-bit blade servers designed to be deployed in the Cisco Integrated Services

More information

How To Use The Cisco Wide Area Application Services (Waas) Network Module

How To Use The Cisco Wide Area Application Services (Waas) Network Module Cisco Wide Area Application Services (WAAS) Network Module The Cisco Wide Area Application Services (WAAS) Network Module for the Cisco Integrated Services Routers (ISR) is a powerful WAN optimization

More information

Set Up a VM-Series Firewall on an ESXi Server

Set Up a VM-Series Firewall on an ESXi Server Set Up a VM-Series Firewall on an ESXi Server Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.1 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara,

More information

VM-Series Firewall Deployment Tech Note PAN-OS 5.0

VM-Series Firewall Deployment Tech Note PAN-OS 5.0 VM-Series Firewall Deployment Tech Note PAN-OS 5.0 Revision A 2012, Palo Alto Networks, Inc. www.paloaltonetworks.com Contents Overview... 3 Supported Topologies... 3 Prerequisites... 4 Licensing... 5

More information

KVM, OpenStack, and the Open Cloud

KVM, OpenStack, and the Open Cloud KVM, OpenStack, and the Open Cloud Adam Jollans, IBM & Mike Kadera, Intel CloudOpen Europe - October 13, 2014 13Oct14 Open VirtualizaGon Alliance 1 Agenda A Brief History of VirtualizaGon KVM Architecture

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

Chapter 14 Virtual Machines

Chapter 14 Virtual Machines Operating Systems: Internals and Design Principles Chapter 14 Virtual Machines Eighth Edition By William Stallings Virtual Machines (VM) Virtualization technology enables a single PC or server to simultaneously

More information

Virtual Switching Without a Hypervisor for a More Secure Cloud

Virtual Switching Without a Hypervisor for a More Secure Cloud ing Without a for a More Secure Cloud Xin Jin Princeton University Joint work with Eric Keller(UPenn) and Jennifer Rexford(Princeton) 1 Public Cloud Infrastructure Cloud providers offer computing resources

More information

Spotlight On Backbone Technologies

Spotlight On Backbone Technologies Spotlight On Backbone Technologies Shawn Stevens Technical Lead, Data Center Technologies CCIE #4618 shawn.stevens@cdw.com CDW.com/network 800.800.4239 Agenda Overview of Software-Defined Networking (SDN)

More information

October 2011. Gluster Virtual Storage Appliance - 3.2 User Guide

October 2011. Gluster Virtual Storage Appliance - 3.2 User Guide October 2011 Gluster Virtual Storage Appliance - 3.2 User Guide Table of Contents 1. About the Guide... 4 1.1. Disclaimer... 4 1.2. Audience for this Guide... 4 1.3. User Prerequisites... 4 1.4. Documentation

More information

Federated Application Centric Infrastructure (ACI) Fabrics for Dual Data Center Deployments

Federated Application Centric Infrastructure (ACI) Fabrics for Dual Data Center Deployments Federated Application Centric Infrastructure (ACI) Fabrics for Dual Data Center Deployments March 13, 2015 Abstract To provide redundancy and disaster recovery, most organizations deploy multiple data

More information

Cisco Application Control Engine in the Virtual Data Center

Cisco Application Control Engine in the Virtual Data Center Cisco Application Control Engine in the Virtual Data Center Q. What is Cisco Application Control Engine (ACE) the Virtual Data Center (AVDC)? A. AVDC is a solution that focuses on integrating key data

More information

Simplified Private Cloud Management

Simplified Private Cloud Management BUSINESS PARTNER ClouTor Simplified Private Cloud Management ClouTor ON VSPEX by LOCUZ INTRODUCTION ClouTor on VSPEX for Enterprises provides an integrated software solution for extending your existing

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

More information

Cisco Application Networking Manager Version 2.0

Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment

More information

System Requirements and Server Configuration

System Requirements and Server Configuration Hardware Requirements for C Series, page 1 Open Virtualization Files, page 2 VMware Hosting, page 2 Software, page 2 Side A Server Component Configurations, page 5 Side B Server Component Configurations,

More information

Who s Endian? www.cloudrouter.dk

Who s Endian? www.cloudrouter.dk Who s Endian? Endian was founded in 2003 at Appiano, Italy, by a team of experienced network specialists and Linux enthusiasts. Endian s goal and path of development are immediately clear: creating sophisticated

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

CCNA DATA CENTER BOOT CAMP: DCICN + DCICT

CCNA DATA CENTER BOOT CAMP: DCICN + DCICT CCNA DATA CENTER BOOT CAMP: DCICN + DCICT COURSE OVERVIEW: In this accelerated course you will be introduced to the three primary technologies that are used in the Cisco data center. You will become familiar

More information

IOS110. Virtualization 5/27/2014 1

IOS110. Virtualization 5/27/2014 1 IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to

More information

White Paper. SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family

White Paper. SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family White Paper SAP NetWeaver Landscape Virtualization Management on VCE Vblock System 300 Family Table of Contents 2 Introduction 3 A Best-of-Breed Integrated Operations Architecture 3 SAP NetWeaver Landscape

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

Xen @ Google. Iustin Pop, <iustin@google.com> Google Switzerland. Sponsored by:

Xen @ Google. Iustin Pop, <iustin@google.com> Google Switzerland. Sponsored by: Xen @ Google Iustin Pop, Google Switzerland Sponsored by: & & Introduction Talk overview Corporate infrastructure Overview Use cases Technology Open source components Internal components

More information

Cisco Enhanced Device Interface 2.2

Cisco Enhanced Device Interface 2.2 Cisco Enhanced Device Interface 2.2 Product Features Q. What is Cisco Enhanced Device Interface (EDI)? A. Cisco EDI is an external implementation and extension of the Cisco network element interface designed

More information

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic

Options in Open Source Virtualization and Cloud Computing. Andrew Hadinyoto Republic Polytechnic Options in Open Source Virtualization and Cloud Computing Andrew Hadinyoto Republic Polytechnic No Virtualization Application Operating System Hardware Virtualization (general) Application Application

More information

Remote PC Guide Series - Volume 1

Remote PC Guide Series - Volume 1 Introduction and Planning for Remote PC Implementation with NETLAB+ Document Version: 2016-02-01 What is a remote PC and how does it work with NETLAB+? This educational guide will introduce the concepts

More information

An Analysis of Container-based Platforms for NFV

An Analysis of Container-based Platforms for NFV An Analysis of Container-based Platforms for NFV Sriram Natarajan, Deutsche Telekom Inc. Ramki Krishnan, Dell Inc. Anoop Ghanwani, Dell Inc. Dilip Krishnaswamy, IBM Research Peter Willis, BT Plc Ashay

More information

Cisco Virtual Network Management Center

Cisco Virtual Network Management Center Data Sheet Cisco Virtual Network Management Center Introduction The dynamic nature of the cloud paradigm introduces new needs for automation, but it also facilitates new types of automation due to the

More information

simplify monitoring Environment Prerequisites for Installation Simplify Monitoring 11.4 (v11.4) Document Date: January 2015 www.tricerat.

simplify monitoring Environment Prerequisites for Installation Simplify Monitoring 11.4 (v11.4) Document Date: January 2015 www.tricerat. simplify monitoring Environment Prerequisites for Installation Simplify Monitoring 11.4 (v11.4) Document Date: January 2015 www.tricerat.com Legal Notices Simplify Monitoring s Configuration for Citrix

More information

Accelerate POC to Production: OpenStack with FlexPod

Accelerate POC to Production: OpenStack with FlexPod Accelerate POC to Production: OpenStack with FlexPod Dave Cain Reference Architect, NetApp @thedavecain Muhammad Afzal Engineering Architect, Cisco @mafzal786 1 October 28 th, 2015 OpenStack Evolving Appliances

More information

VMware ESXi 3.5 update 2

VMware ESXi 3.5 update 2 VMware ESXi 3.5 update 2 VMware ESXi 3.5 Exec Summary What is it? What does it do? What is unique? Who can use it? How do you use it? Next generation, thin hypervisor for FREE Partitions servers to create

More information

Unified Computing Systems

Unified Computing Systems Unified Computing Systems Cisco Unified Computing Systems simplify your data center architecture; reduce the number of devices to purchase, deploy, and maintain; and improve speed and agility. Cisco Unified

More information

Cisco Nexus 7000 Series Supervisor Module

Cisco Nexus 7000 Series Supervisor Module Cisco Nexus 7000 Series Supervisor Module The Cisco Nexus 7000 Series Supervisor Module (Figure 1) scales the control plane and data plane services for the Cisco Nexus 7000 Series system in scalable data

More information

Deploying Business Virtual Appliances on Open Source Cloud Computing

Deploying Business Virtual Appliances on Open Source Cloud Computing International Journal of Computer Science and Telecommunications [Volume 3, Issue 4, April 2012] 26 ISSN 2047-3338 Deploying Business Virtual Appliances on Open Source Cloud Computing Tran Van Lang 1 and

More information

VMware vsphere 4.1. Pricing, Packaging and Licensing Overview. E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R

VMware vsphere 4.1. Pricing, Packaging and Licensing Overview. E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R VMware vsphere 4.1 Pricing, Packaging and Licensing Overview E f f e c t i v e A u g u s t 1, 2 0 1 0 W H I T E P A P E R Table of Contents Executive Summary...................................................

More information

Balancing CPU, Storage

Balancing CPU, Storage TechTarget Data Center Media E-Guide Server Virtualization: Balancing CPU, Storage and Networking Demands Virtualization initiatives often become a balancing act for data center administrators, who are

More information

PLUMgrid Toolbox: Tools to Install, Operate and Monitor Your Virtual Network Infrastructure

PLUMgrid Toolbox: Tools to Install, Operate and Monitor Your Virtual Network Infrastructure Toolbox: Tools to Install, Operate and Monitor Your Virtual Network Infrastructure Introduction The concept of Virtual Networking Infrastructure (VNI) is disrupting the networking space and is enabling

More information

Virtualization. Types of Interfaces

Virtualization. Types of Interfaces Virtualization Virtualization: extend or replace an existing interface to mimic the behavior of another system. Introduced in 1970s: run legacy software on newer mainframe hardware Handle platform diversity

More information

Centralized Orchestration and Performance Monitoring

Centralized Orchestration and Performance Monitoring DATASHEET NetScaler Command Center Centralized Orchestration and Performance Monitoring Key Benefits Performance Management High Availability (HA) Support Seamless VPX management Enables Extensible architecture

More information

International Journal of Computer & Organization Trends Volume20 Number1 May 2015

International Journal of Computer & Organization Trends Volume20 Number1 May 2015 Performance Analysis of Various Guest Operating Systems on Ubuntu 14.04 Prof. (Dr.) Viabhakar Pathak 1, Pramod Kumar Ram 2 1 Computer Science and Engineering, Arya College of Engineering, Jaipur, India.

More information

Parallels Virtual Automation 6.0

Parallels Virtual Automation 6.0 Parallels Virtual Automation 6.0 Installation Guide for Windows Copyright 1999-2012 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. c/o Parallels International

More information

PROPRIETARY CISCO. Cisco Cloud Essentials for EngineersV1.0. LESSON 1 Cloud Architectures. TOPIC 1 Cisco Data Center Virtualization and Consolidation

PROPRIETARY CISCO. Cisco Cloud Essentials for EngineersV1.0. LESSON 1 Cloud Architectures. TOPIC 1 Cisco Data Center Virtualization and Consolidation Cisco Cloud Essentials for EngineersV1.0 LESSON 1 Cloud Architectures TOPIC 1 Cisco Data Center Virtualization and Consolidation 2010 Cisco and/or its affiliates. All rights reserved. Cisco Confidential

More information

StruxureWare TM Center Expert. Data

StruxureWare TM Center Expert. Data StruxureWare TM Center Expert Data End to end data center infrastructure management software for monitoring and control of power, cooling, security and energy usage from the building through IT systems

More information

Enabling Technologies for Distributed and Cloud Computing

Enabling Technologies for Distributed and Cloud Computing Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Multi-core CPUs and Multithreading

More information

Management of VMware ESXi. on HP ProLiant Servers

Management of VMware ESXi. on HP ProLiant Servers Management of VMware ESXi on W H I T E P A P E R Table of Contents Introduction................................................................ 3 HP Systems Insight Manager.................................................

More information

IO Visor: Programmable and Flexible Data Plane for Datacenter s I/O

IO Visor: Programmable and Flexible Data Plane for Datacenter s I/O IO Visor: Programmable and Flexible Data Plane for Datacenter s I/O LINUX FOUNDATION COLLABORATIVE PROJECTS Introduction Introduction As an industry, we have been building datacenter infrastructure for

More information

Virtualization Management the ovirt way

Virtualization Management the ovirt way ovirt introduction FOSDEM 2013 Doron Fediuck Red Hat What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure

More information

Cisco Data Center Network Manager for SAN

Cisco Data Center Network Manager for SAN Cisco Data Center Network Manager for SAN Product Overview Modern data centers are becoming increasingly massive and complex. Proliferation of new technologies such as virtualization is adding yet another

More information

VMware and CPU Virtualization Technology. Jack Lo Sr. Director, R&D

VMware and CPU Virtualization Technology. Jack Lo Sr. Director, R&D ware and CPU Virtualization Technology Jack Lo Sr. Director, R&D This presentation may contain ware confidential information. Copyright 2005 ware, Inc. All rights reserved. All other marks and names mentioned

More information

SDN Applications in Today s Data Center

SDN Applications in Today s Data Center SDN Applications in Today s Data Center Harry Petty Director Data Center & Cloud Networking Cisco Systems, Inc. Santa Clara, CA USA October 2013 1 Customer Insights: Research/ Academia OpenFlow/SDN components

More information

Traditional v/s CONVRGD

Traditional v/s CONVRGD Traditional v/s CONVRGD Traditional Virtualization Stack Converged Virtualization Infrastructure with HCE/HSE Data protection software applications PDU Backup Servers + Virtualization Storage Switch HA

More information

WHITE PAPER. VMware vsphere 4 Pricing, Packaging and Licensing Overview

WHITE PAPER. VMware vsphere 4 Pricing, Packaging and Licensing Overview WHITE PAPER VMware vsphere 4 Pricing, Packaging and Licensing Overview Introduction to VMware vsphere 4... 3 Pricing, Packaging and Licensing Overview... 3 What s New in VMware vsphere.... 4 VMware vsphere

More information

Deliver Fabric-Based Infrastructure for Virtualization and Cloud Computing

Deliver Fabric-Based Infrastructure for Virtualization and Cloud Computing White Paper Deliver Fabric-Based Infrastructure for Virtualization and Cloud Computing What You Will Learn The data center infrastructure is critical to the evolution of IT from a cost center to a business

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

Virtualised MikroTik

Virtualised MikroTik Virtualised MikroTik MikroTik in a Virtualised Hardware Environment Speaker: Tom Smyth CTO Wireless Connect Ltd. Event: MUM Krackow Feb 2008 http://wirelessconnect.eu/ Copyright 2008 1 Objectives Understand

More information