Developing High-Performance, Flexible SDN & NFV Solutions with Intel Open Network Platform Server Reference Architecture

Size: px
Start display at page:

Download "Developing High-Performance, Flexible SDN & NFV Solutions with Intel Open Network Platform Server Reference Architecture"

Transcription

1 White Paper Developing Solutions with Intel ONP Server Reference Architecture Developing High-Performance, Flexible SDN & NFV Solutions with Intel Open Network Platform Server Reference Architecture Developing innovative, flexible cloud networking solutions as defined by Software Defined Networking (SDN) and Network Functions Virtualization (NFV) is simpler with the Intel Open Network Platform Server (Intel ONP Server) Reference Architecture (RA). The Intel ONP Server Reference Architecture provides developers with a validated template for quickly developing and showcasing next-generation, cloud-aware network solutions, using a comprehensive stack of open Authors: Dana Nehama Senior Product Marketing Manager, Intel Software Defined Networking Division source software and powerful industry-standard hardware. This white paper provides the information you need to get started developing your own unique applications. Rob Shiveley Open Source Technology Center, Intel Software and Services Group Contributors: Joseph Gasparakis Networking Software Engineer, Intel Software Defined Networking Division Rob Love Networking Software Engineer, Intel Software Defined Networking Division

2 Table of Contents Redefining Network Infrastructure... 2 Intel Open Network Platform Server Reference Architecture... 2 Example Intel ONP Server Node Hardware and Software Building Blocks in ONP Server Rel Orchestration with OpenStack*...4 Abstracting Network Control with OpenDaylight*...4 Traffic Forwarding with Open vswitch*...4 Accelerating Packet Processing with Data Plane Development Kit (DPDK)...4 A Complete SDN and NFV Development Environment...4 SDN & NFV Use Case Examples... 5 Virtualizing the Enterprise CPE (Access Router) into the Operator s Network...5 Enabling Additional Functionality... 6 Summary... 6 Redefining Network Infrastructure Today s cloud services need greater performance, flexibility, and adaptability from the networks that support them. The exponential growth of data and devices including the expected explosion of the Internet of Things (IoT) along with business needs for cloud-driven agile solutions, demand that networks respond faster, be more flexible, and cost less. The Software Defined Networking (SDN) and Network Functions Virtualization (NFV) initiatives redefine how network equipment delivers control and forwarding services within the data center. SDN disintegrates traditional network equipment architecture by separating the networking control layer, where decisions are made, from the data plane that provides forwarding services. Doing so, SDN provides a framework for Cloud Service Providers (CSPs) and enterprises to design softwaredriven, innovative networking applications and run them on cost-effective standard high-volume servers (SHVS). Control commands are passed from servers to data plane devices, where forwarding is carried out. NFV allows networking functions to be run on virtual machines, creating highly flexible and adaptable network resources that can be quickly deployed as needed to fulfill changing demands within the cloud data center. By disintegrating control and data planes and introducing virtualization into the network, SDN and NFV enable development of more responsive networks that can meet the needs of today s cloud computing at lower cost. Intel Open Network Platform Server Reference Architecture The Intel Open Network Platform Server (Intel ONP Server) is a Reference Architecture (RA) server that provides a hardware/software template for creating and showcasing SDN and NFV server solutions. The Intel ONP Server Reference Architecture is released on a quarterly basis in the format of a reference architecture guide which is posted on 01.org. The Intel ONP Server Reference Architecture Guide provides instructions for building the ONP Server system and software, test scripts, and a set of benchmark performance test results. Open Network Platform Overview Software Stack Based on Open Source, Open Standards High-Performance IA-Based Server Hardware Figure 1. Intel ONP Server overview. 2

3 The foundation of the Intel ONP Server RA is a SHVS based on Intel Architecture (IA) with a software stack composed of open source, open standard software building blocks (Figure 1). This RA is designed to deliver high-performance processing and acceleration, plus wide applicability across open source projects using the x86 instruction set. The open source software ingredients consist of OpenStack,* OpenDaylight,* Open vswitch,* DPDK,* and K.* Thus, the Intel ONP Server provides a reference server node solution for SDN and NFV application development, for testing, and for Proof of Concept (POC) demonstrations. The Intel ONP Server software has been tested within a SDN-like environment to deliver foundational functionality and to meet benchmark performance results expected in the industry. Figure 2 illustrates a typical RA test environment, which includes Intel ONP Server nodes, OpenDaylight controller, and OpenStack functionality. OpenStack* Enhancements Plugin OVDB OpenDaylight* OpenFlow* INTEL ONP SERVER INTEL ONP SERVER Open vswitch* DPDK Linux*/K* Intel Architecture network processor chipset Open vswitch* DPDK Linux*/K* Intel Architecture network processor chipset Intel ONP Server Software Intel ONP Server Hardware Developers Network Functions Figure 2. Intel Open Network Platform Server Reference Architecture environment enables innovative 3rd party solution development. 3

4 Example Intel ONP Server Node Hardware and Software Building Blocks in ONP Server Rel. 1.2 Each Intel ONP Server node specifies the following components: Hardware 1 Intel Xeon processor E v3, 2.60 GHz, Dual 14 cores 2 Intel GbE Controller (2X) Memory: 8x8 GB DDR4 RDIMM Crucial CT8G4RFS4213 Intel Communications Chipset 8950 with Intel Quick Assist Technology Software 3 BIOS: GRNDSDP1.86B.0038.R DPDK: v1.7.1 OVS: multiple OVS versions used in different nodes: OVS v2.3.0 (Controller node), v2.1.2 (OVDK compute node), v (Accelerated OVS compute node) OVDK: v1.2-0 OpenStack: Juno OpenDaylight: Helium K: v fc20.x86_64 Linux* OS with K* hypervisor Intel QuickAssist Drivers for function acceleration and Southbound (implementation) interfaces are clearly defined and documented APIs through which the application developer can interface with the controller to take advantage of the rich set of protocols and services within OpenDaylight. Traffic Forwarding with Open vswitch* In a virtual environment, the hypervisor needs a method of forwarding traffic across independent virtual machines and to the external network. Open vswitch provides these services. Open vswitch delivers a production-quality, manageable virtual switch targeted at multi-server virtualization deployments. Accelerating Packet Processing with Data Plane Development Kit (DPDK) The DPDK is a set of libraries and drivers that take advantage of Intel instruction set architecture features to accelerate packet processing on x86 platforms. The libraries include: The Intel ONP Server was designed to support the performance needs of network services in a virtualized environment. It integrates two processor sockets, a large number of cores, and 10-gigabit Ethernet, all running on Linux.* By integrating Intel libraries, drivers, APIs, and other 3rd-party software components, Intel exposes the performance and reliability features of the Intel ONP Server silicon and underlying hardware to higher level software, such as OpenStack and OpenDaylight. With these tools, developers can quickly take advantage of the unique server capabilities for networking. Orchestration with OpenStack* OpenStack is the cloud operating environment used to automate deployment of software solutions on virtual machines. OpenStack itself has several components. Together, they provide automation intelligence and drive deployment of the needed business and network applications. For example, when a customer requests a new data analysis service that requires 4 only specific packet types, OpenStack could orchestrate the construction and deployment of s that deliver the analytics application and any required NFV-based packet filtering services. Enhanced Platform Awareness in OpenStack enables deployment of NFV virtual machines onto server platforms with the specific hardware and silicon capabilities that are optimal for the particular needs of the. This helps ensure the application is provided the best combination of features available across the spectrum of available systems in the data center. Abstracting Network Control with OpenDaylight* Network control is rich and complex. OpenDaylight provides a framework through which the network application can direct control decisions. Open Daylight is a combination of many components, including a fully pluggable controller, APIs, protocol plug-ins, and applications, all designed to enable the SDN application abstractions to manifest. The Northbound (programmatic) A multicore framework Huge page memory Ring buffers Poll-mode drivers The libraries can be used to: Receive and send packets within the minimum number of CPU cycles (usually less than 80 cycles) Develop fast packet capture algorithms Run third-party fast path stacks A Complete SDN and NFV Development Environment The Intel ONP Server Reference Architecture is a complete environment that helps accelerate SDN and NFV deployments, plus applications development and deployment for cloud data centers. The architecture abstracts the development from the hardware and exposes the enhancements and features of the Intel platform for networking applications. An application developed by Intel engineers and implemented on the Intel ONP Server Reference Architecture are described below.

5 SDN & NFV Use Case Examples Enterprises typically deploy a number of network functions as dedicated hardware infrastructure. These are often expensive and proprietary appliances or systems with little flexibility to adapt to changing needs. With increasing innovative development of virtual functions, a service provider might deliver these to an enterprise in the future on a Virtual Network Functions as a Service (VNFaaS) basis. Here are some possible examples: Enterprise Access Router as Enterprise Customer Premise Equipment Provider Edge Router Enterprise Firewall Enterprise WAN Optimization Controller Deep Packet Inspection Intrusion Prevention System (IPS) and other security appliances Network Performance Monitoring Virtualizing the Enterprise CPE (Access Router) into the Operator s Network Traditional IP routers are based on custom hardware and software. They are among the most capitalintensive portions of service provider infrastructure. Yet, Provider Edge (PE) routers often run out of control plane resources before they run out of data plane resources. Virtualization of the control plane functions can improve scalability while making use of the existing data plane infrastructure. This can be a revenue opportunity for the service provider. Rather than the enterprise invest capital in deployment of networking infrastructure, the service provider can provide advanced networking features as a measured service on an expense basis. With the service provider implementing the enterprise CPE, it can also offer additional VNF instances on demand and as needed for the control plane of the PE router, improving its scalability and increasing revenue opportunities. Making the VNF functionality available to the enterprise as a service is comparable to the cloud computing notion of Software as a Service. Figure 3 illustrates a possible implementation. As shown in the figure, enterprise local traffic is handled by a local L2 or L3 switch, providing physical connectivity (and possibly further functionality) to the wider network. The LAN is extended to the operator s network through a virtual enterprise CPE (ve-cpe). In addition to providing access to router services, the ve-cpe might also virtualize next-generation firewall (NG-FW), WAN optimization controller (WOC), deep packet inspection (DPI), and VPN termination services. As the enterprise required additional services, perhaps unique to the business, the operator could likely respond more quickly than an equipment manufacturer, offering added services to the enterprise. WOC NG-FW QoS/DPI VPN AR AR AR ve-cpe Enterprise Branch Virtualized Branch Customer Site Virtualization Public Network Centralized Corporate IT Infrastructure L2/L3 Switch ONT WiFi AP Phy Ports PE Aggregator VoIP Non-Virtualized Branch AR WOC NG-FW ONT Network Edge Virtualization Internet WAN LAN Figure 3. Enterprise vcpe Router provided as part of a virtual service can create revenue opportunities to service providers. 5

6 Enabling Additional Functionality SDN and NFV target applications may require functions, such as High-Precision Event Timer (HPET). These functions would need to be enabled in BIOS as required, and the appropriate modules added to the Linux kernel. Other functionality to consider, and described in the Getting Started Guide, include the following: Power management and power saving Reducing context switches with Linux core isolation Loading the DPDK Kernel NIC Interface (KNI) module for keeping compatibility with standard Linux network interfaces and also for running the KNI sample application Running DPDK with Intel Virtualization technology (Intel VT-d) High performance of small packets on 40 Gbps NICs Running applications without root privileges Summary The Intel ONP Server Reference Architecture provides an environment for network application developers and cloud architects to quickly create and showcase innovative SDN and NFV solutions that can enable flexible, responsive, less costly networks. The Reference Architecture leverages standards-based, open source software projects and Intel drivers, libraries, and APIs. The Intel ONP Server Reference Architecture Guide provides the instructions and information to build out a validated development and test environment, including sample applications to help new developers to get started innovating solutions for their customers. Across that spectrum of options, software vendors, system integrators, developers, and cloud architects can benefit from the use of Intel ONP Server as a vehicle to evaluate and jumpstart development of systems or software for use in SDN and NFV environments. 6

7 For more information on Intel Open Network Platforms, visit open-network-platform.html For more information about the open source projects and to download source files, see their respective web sites: For more information about Intel QuickAssist technology, visit quickassist-technology-developer.html 7

8 Any software source code reprinted in this document is furnished under a software license and may only be used or copied in accordance with the terms of that license. INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHER- WISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. A Mission Critical Application is any application in which failure of the Intel Product could result, directly or indirectly, in personal injury or death. SHOULD YOU PURCHASE OR USE INTEL S PRODUCTS FOR ANY SUCH MISSION CRITICAL APPLICATION, YOU SHALL INDEMNIFY AND HOLD INTEL AND ITS SUBSIDIARIES, SUBCONTRACTORS AND AFFILIATES, AND THE DIRECTORS, OFFICERS, AND EMPLOYEES OF EACH, HARMLESS AGAINST ALL CLAIMS COSTS, DAMAGES, AND EXPENSES AND REASONABLE ATTORNEYS FEES ARISING OUT OF, DIRECTLY OR INDIRECTLY, ANY CLAIM OF PRODUCT LIABILITY, PERSONAL INJURY, OR DEATH ARISING IN ANY WAY OUT OF SUCH MISSION CRITICAL APPLICATION, WHETHER OR NOT INTEL OR ITS SUBCONTRACTOR WAS NEGLIGENT IN THE DESIGN, MANUFACTURE, OR WARNING OF THE INTEL PRODUCT OR ANY OF ITS PARTS. Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence or characteristics of any features or instructions marked reserved or undefined. Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them. The information here is subject to change without notice. Do not finalize a design with this information. The products described in this document may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. Contact your local Intel sales office or your distributor to obtain the latest specifications and before placing your product order. 1 Intel ONP Server release Also being validated on Intel Xeon processors E5 v3. 3 Gartner, Forecast: The Internet of Things, Worldwide, 2013 Copyright 2014 Intel Corporation. All rights reserved. Intel, the Intel logo, and Intel Xeon are trademarks of Intel Corporation in the U.S. and/or other countries. *Other names and brands may be claimed as the property of others. 1214/RS/HBD/PDF US

VNF & Performance: A practical approach

VNF & Performance: A practical approach VNF & Performance: A practical approach Luc Provoost Engineering Manager, Network Product Group Intel Corporation SDN and NFV are Forces of Change One Application Per System Many Applications Per Virtual

More information

Intel Open Network Platform Release 2.1: Driving Network Transformation

Intel Open Network Platform Release 2.1: Driving Network Transformation data sheet Intel Open Network Platform Release 2.1: Driving Network Transformation This new release of the Intel Open Network Platform () introduces added functionality, enhanced performance, and greater

More information

Intel Network Builders: Lanner and Intel Building the Best Network Security Platforms

Intel Network Builders: Lanner and Intel Building the Best Network Security Platforms Solution Brief Intel Xeon Processors Lanner Intel Network Builders: Lanner and Intel Building the Best Network Security Platforms Internet usage continues to rapidly expand and evolve, and with it network

More information

Different NFV/SDN Solutions for Telecoms and Enterprise Cloud

Different NFV/SDN Solutions for Telecoms and Enterprise Cloud Solution Brief Artesyn Embedded Technologies* Telecom Solutions Intel Xeon Processors Different NFV/SDN Solutions for Telecoms and Enterprise Cloud Networking solutions from Artesyn Embedded Technologies*

More information

新 一 代 軟 體 定 義 的 網 路 架 構 Software Defined Networking (SDN) and Network Function Virtualization (NFV)

新 一 代 軟 體 定 義 的 網 路 架 構 Software Defined Networking (SDN) and Network Function Virtualization (NFV) 新 一 代 軟 體 定 義 的 網 路 架 構 Software Defined Networking (SDN) and Network Function Virtualization (NFV) 李 國 輝 客 戶 方 案 事 業 群 亞 太 區 解 決 方 案 架 構 師 美 商 英 特 爾 亞 太 科 技 有 限 公 司 Email: kuo-hui.li@intel.com 1 Legal

More information

Intel Service Assurance Administrator. Product Overview

Intel Service Assurance Administrator. Product Overview Intel Service Assurance Administrator Product Overview Running Enterprise Workloads in the Cloud Enterprise IT wants to Start a private cloud initiative to service internal enterprise customers Find an

More information

Creating Overlay Networks Using Intel Ethernet Converged Network Adapters

Creating Overlay Networks Using Intel Ethernet Converged Network Adapters Creating Overlay Networks Using Intel Ethernet Converged Network Adapters Technical Brief Networking Division (ND) August 2013 Revision 1.0 LEGAL INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel Ethernet and Configuring Single Root I/O Virtualization (SR-IOV) on Microsoft* Windows* Server 2012 Hyper-V. Technical Brief v1.

Intel Ethernet and Configuring Single Root I/O Virtualization (SR-IOV) on Microsoft* Windows* Server 2012 Hyper-V. Technical Brief v1. Intel Ethernet and Configuring Single Root I/O Virtualization (SR-IOV) on Microsoft* Windows* Server 2012 Hyper-V Technical Brief v1.0 September 2012 2 Intel Ethernet and Configuring SR-IOV on Windows*

More information

NFV Reference Platform in Telefónica: Bringing Lab Experience to Real Deployments

NFV Reference Platform in Telefónica: Bringing Lab Experience to Real Deployments Solution Brief Telefonica NFV Reference Platform Intel Xeon Processors NFV Reference Platform in Telefónica: Bringing Lab Experience to Real Deployments Summary This paper reviews Telefónica s vision and

More information

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Red Hat* Cloud Foundations Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Red Hat* Cloud Foundations

More information

Going Virtual: Intel and Red Hat Demonstrate SDN Service-Chaining Solutions

Going Virtual: Intel and Red Hat Demonstrate SDN Service-Chaining Solutions White Paper Intel Open Network Platform Software Defined Networking Division Going Virtual: Intel and Red Hat Demonstrate SDN Service-Chaining Solutions As software-defined networking (SDN) and network

More information

iscsi Quick-Connect Guide for Red Hat Linux

iscsi Quick-Connect Guide for Red Hat Linux iscsi Quick-Connect Guide for Red Hat Linux A supplement for Network Administrators The Intel Networking Division Revision 1.0 March 2013 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH

More information

Intel Media SDK Library Distribution and Dispatching Process

Intel Media SDK Library Distribution and Dispatching Process Intel Media SDK Library Distribution and Dispatching Process Overview Dispatching Procedure Software Libraries Platform-Specific Libraries Legal Information Overview This document describes the Intel Media

More information

Intel Data Direct I/O Technology (Intel DDIO): A Primer >

Intel Data Direct I/O Technology (Intel DDIO): A Primer > Intel Data Direct I/O Technology (Intel DDIO): A Primer > Technical Brief February 2012 Revision 1.0 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1

How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1 How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1 Technical Brief v1.0 February 2013 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

The Case for Rack Scale Architecture

The Case for Rack Scale Architecture The Case for Rack Scale Architecture An introduction to the next generation of Software Defined Infrastructure Intel Data Center Group Pooled System Top of Rack Switch POD Manager Network CPU/Memory Storage

More information

The Role of Virtual Routers In Carrier Networks

The Role of Virtual Routers In Carrier Networks The Role of Virtual Routers In Carrier Networks Sterling d Perrin Senior Analyst, Heavy Reading Agenda Definitions of SDN and NFV Benefits of SDN and NFV Challenges and Inhibitors Some Use Cases Some Industry

More information

White Paper. Innovate Telecom Services with NFV and SDN

White Paper. Innovate Telecom Services with NFV and SDN White Paper Innovate Telecom Services with NFV and SDN 2 NEXCOM White Paper As telecommunications companies seek to expand beyond telecommunications services to data services, they find their purposebuilt

More information

Telecom - The technology behind

Telecom - The technology behind SPEED MATTERS v9.3. All rights reserved. All brand names, trademarks and copyright information cited in this presentation shall remain the property of its registered owners. Telecom - The technology behind

More information

Intel Network Builders

Intel Network Builders Intel Network Builders Nakina Systems Solution Brief Intel Xeon Processors Intel Network Builders Nakina Systems and Intel Make NFV Network Operational Introduction Every great generation of computing

More information

COSBench: A benchmark Tool for Cloud Object Storage Services. Jiangang.Duan@intel.com 2012.10

COSBench: A benchmark Tool for Cloud Object Storage Services. Jiangang.Duan@intel.com 2012.10 COSBench: A benchmark Tool for Cloud Object Storage Services Jiangang.Duan@intel.com 2012.10 Updated June 2012 Self introduction COSBench Introduction Agenda Case Study to evaluate OpenStack* swift performance

More information

Intel Internet of Things (IoT) Developer Kit

Intel Internet of Things (IoT) Developer Kit Intel Internet of Things (IoT) Developer Kit IoT Cloud-Based Analytics User Guide September 2014 IoT Cloud-Based Analytics User Guide Introduction Table of Contents 1.0 Introduction... 4 1.1. Revision

More information

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Platforms Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Platforms Ubuntu* Enterprise Cloud Executive Summary Intel Cloud Builder Guide Intel Xeon Processor Ubuntu* Enteprise Cloud Canonical*

More information

Upsurge in Encrypted Traffic Drives Demand for Cost-Efficient SSL Application Delivery

Upsurge in Encrypted Traffic Drives Demand for Cost-Efficient SSL Application Delivery WHITE PAPER Cost-Efficient SSL Application Delivery Upsurge in Encrypted Traffic Drives Demand for Cost-Efficient SSL Application Delivery Always On SSL Since 1994, enterprises looking to protect the security

More information

Network Function Virtualization Using Data Plane Developer s Kit

Network Function Virtualization Using Data Plane Developer s Kit Network Function Virtualization Using Enabling 25GbE to 100GbE Virtual Network Functions with QLogic FastLinQ Intelligent Ethernet Adapters DPDK addresses key scalability issues of NFV workloads QLogic

More information

Securing the Intelligent Network

Securing the Intelligent Network WHITE PAPER Securing the Intelligent Network Securing the Intelligent Network New Threats Demand New Strategies The network is the door to your organization for both legitimate users and would-be attackers.

More information

Cloud based Holdfast Electronic Sports Game Platform

Cloud based Holdfast Electronic Sports Game Platform Case Study Cloud based Holdfast Electronic Sports Game Platform Intel and Holdfast work together to upgrade Holdfast Electronic Sports Game Platform with cloud technology Background Shanghai Holdfast Online

More information

Leading Virtualization 2.0

Leading Virtualization 2.0 Leading Virtualization 2.0 How Intel is driving virtualization beyond consolidation into a solution for maximizing business agility within the enterprise White Paper Intel Virtualization Technology (Intel

More information

A Superior Hardware Platform for Server Virtualization

A Superior Hardware Platform for Server Virtualization A Superior Hardware Platform for Server Virtualization Improving Data Center Flexibility, Performance and TCO with Technology Brief Server Virtualization Server virtualization is helping IT organizations

More information

COMPUTING. Centellis Virtualization Platform An open hardware and software platform for implementing virtualized applications

COMPUTING. Centellis Virtualization Platform An open hardware and software platform for implementing virtualized applications COMPUTING Data Sheet Centellis VP provides the hardware and software platform to deploy carrier grade virtualized applications. Application virtualization software framework based on industry standard

More information

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms

Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms Enomaly Elastic Computing Platform, * Service Provider Edition Executive Summary Intel Cloud Builder Guide

More information

Virtualization, SDN and NFV

Virtualization, SDN and NFV Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,

More information

Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze

Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze Power Benefits Using Intel Quick Sync Video H.264 Codec With Sorenson Squeeze Whitepaper December 2012 Anita Banerjee Contents Introduction... 3 Sorenson Squeeze... 4 Intel QSV H.264... 5 Power Performance...

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

Intel Open Network Platform Server Reference Architecture: SDN and NFV for Carrier-Grade Infrastructure and Cloud Data Centers

Intel Open Network Platform Server Reference Architecture: SDN and NFV for Carrier-Grade Infrastructure and Cloud Data Centers White Paper Communications and Storage Infrastructure Intel Open Network Platform for Servers Intel Open Network Platform Server Reference Architecture: SDN and NFV for Carrier-Grade Infrastructure and

More information

Network Functions Virtualization

Network Functions Virtualization Network Functions Virtualization NFV Definition From ETSI NFV Leaflets NFV Performance The goal has been achieved at laboratory, but now we should go into production! From ETSI NFV White Papers NFV Potencial

More information

Integrated OpenStack Cloud Solution with Service Assurance

Integrated OpenStack Cloud Solution with Service Assurance White Paper Redapt Intel SAA Integrated OpenStack Cloud Solution with Service Assurance Open Reference Cloud Architecture White Paper Redapt, Inc. and Intel Corporation Executive Summary Enterprise IT

More information

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0*

How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* Technical Brief v1.0 December 2011 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Intel vpro Technology. How To Purchase and Install Symantec* Certificates for Intel AMT Remote Setup and Configuration

Intel vpro Technology. How To Purchase and Install Symantec* Certificates for Intel AMT Remote Setup and Configuration Intel vpro Technology How To Purchase and Install Symantec* Certificates for Intel AMT Remote Setup and Configuration Document Release Date: September 14, 2012 Revision History Revision Revision History

More information

Intel Identity Protection Technology Enabling improved user-friendly strong authentication in VASCO's latest generation solutions

Intel Identity Protection Technology Enabling improved user-friendly strong authentication in VASCO's latest generation solutions Intel Identity Protection Technology Enabling improved user-friendly strong authentication in VASCO's latest generation solutions June 2013 Dirk Roziers Market Manager PC Client Services Intel Corporation

More information

with PKI Use Case Guide

with PKI Use Case Guide Intel Identity Protection Technology (Intel IPT) with PKI Use Case Guide Version 1.0 Document Release Date: February 29, 2012 Intel IPT with PKI Use Case Guide i Legal Notices and Disclaimers INFORMATION

More information

Leveraging SDN and NFV in the WAN

Leveraging SDN and NFV in the WAN Leveraging SDN and NFV in the WAN Introduction Software Defined Networking (SDN) and Network Functions Virtualization (NFV) are two of the key components of the overall movement towards software defined

More information

Intel Identity Protection Technology (IPT)

Intel Identity Protection Technology (IPT) Intel Identity Protection Technology (IPT) Enabling improved user-friendly strong authentication in VASCO's latest generation solutions June 2013 Steve Davies Solution Architect Intel Corporation 1 Copyright

More information

Evaluation and Characterization of NFV Infrastructure Solutions on HP Server Platforms

Evaluation and Characterization of NFV Infrastructure Solutions on HP Server Platforms Evaluation and Characterization of NFV Infrastructure Solutions on HP Server Platforms DPDK Summit Al Sanders August 17, 2015 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained

More information

SDN and NFV in the WAN

SDN and NFV in the WAN WHITE PAPER Hybrid Networking SDN and NFV in the WAN HOW THESE POWERFUL TECHNOLOGIES ARE DRIVING ENTERPRISE INNOVATION rev. 110615 Table of Contents Introduction 3 Software Defined Networking 3 Network

More information

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family

Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family White Paper June, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

END-TO-END OPTIMIZED NETWORK FUNCTION VIRTUALIZATION DEPLOYMENT

END-TO-END OPTIMIZED NETWORK FUNCTION VIRTUALIZATION DEPLOYMENT White Paper Intel, Brocade, Cyan, Red Hat, and Telefónica Services END-TO-END OPTIMIZED NETWORK FUNCTION VIRTUALIZATION DEPLOYMENT How intelligent Function ization () orchestration based on industry standard

More information

Intel vpro Technology. How To Purchase and Install Go Daddy* Certificates for Intel AMT Remote Setup and Configuration

Intel vpro Technology. How To Purchase and Install Go Daddy* Certificates for Intel AMT Remote Setup and Configuration Intel vpro Technology How To Purchase and Install Go Daddy* Certificates for Intel AMT Remote Setup and Configuration Revision 1.4 March 10, 2015 Revision History Revision Revision History Date 1.0 First

More information

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology 30406_VT_Brochure.indd 1 6/20/06 4:01:14 PM Preface Intel has developed a series of unique Solution Recipes designed

More information

Intel DPDK Boosts Server Appliance Performance White Paper

Intel DPDK Boosts Server Appliance Performance White Paper Intel DPDK Boosts Server Appliance Performance Intel DPDK Boosts Server Appliance Performance Introduction As network speeds increase to 40G and above, both in the enterprise and data center, the bottlenecks

More information

Intel Core TM i3 Processor Series Embedded Application Power Guideline Addendum

Intel Core TM i3 Processor Series Embedded Application Power Guideline Addendum Intel Core TM i3 Processor Series Embedded Application Power Guideline Addendum July 2012 Document Number: 327705-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Customizing Boot Media for Linux* Direct Boot

Customizing Boot Media for Linux* Direct Boot White Paper Bruce Liao Platform Application Engineer Intel Corporation Customizing Boot Media for Linux* Direct Boot October 2013 329747-001 Executive Summary This white paper introduces the traditional

More information

Accelerating High-Speed Networking with Intel I/O Acceleration Technology

Accelerating High-Speed Networking with Intel I/O Acceleration Technology White Paper Intel I/O Acceleration Technology Accelerating High-Speed Networking with Intel I/O Acceleration Technology The emergence of multi-gigabit Ethernet allows data centers to adapt to the increasing

More information

Vendor Update Intel 49 th IDC HPC User Forum. Mike Lafferty HPC Marketing Intel Americas Corp.

Vendor Update Intel 49 th IDC HPC User Forum. Mike Lafferty HPC Marketing Intel Americas Corp. Vendor Update Intel 49 th IDC HPC User Forum Mike Lafferty HPC Marketing Intel Americas Corp. Legal Information Today s presentations contain forward-looking statements. All statements made that are not

More information

NEC s Carrier-Grade Cloud Platform

NEC s Carrier-Grade Cloud Platform NEC s Carrier-Grade Cloud Platform Deploying Virtualized Network Functions in Cloud INDEX 1. Paving the way to Telecom Network Function Virtualization P.3 2. Open Carrier-grade Hypervisor P.3 Latency and

More information

Software Solutions for Multi-Display Setups

Software Solutions for Multi-Display Setups White Paper Bruce Bao Graphics Application Engineer Intel Corporation Software Solutions for Multi-Display Setups January 2013 328563-001 Executive Summary Multi-display systems are growing in popularity.

More information

Intel Technical Advisory

Intel Technical Advisory This Technical Advisory describes an issue which may or may not affect the customer s product Intel Technical Advisory 5200 NE Elam Young Parkway Hillsboro, OR 97124 TA-1054-01 April 4, 2014 Incorrectly

More information

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation 1

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation 1 Accelerate OpenStack* Together * OpenStack is a registered trademark of the OpenStack Foundation 1 Software Defined Infrastructure A Gateway to Faster Innovation & Lower Costs Adrian Hoban (Intel) Alan

More information

Intel Desktop Board DG41WV

Intel Desktop Board DG41WV Intel Desktop Board DG41WV Specification Update April 2011 Part Number: E93639-003 The Intel Desktop Board DG41WV may contain design defects or errors known as errata, which may cause the product to deviate

More information

Overcoming Security Challenges to Virtualize Internet-facing Applications

Overcoming Security Challenges to Virtualize Internet-facing Applications Intel IT IT Best Practices Cloud Security and Secure ization November 2011 Overcoming Security Challenges to ize Internet-facing Applications Executive Overview To enable virtualization of Internet-facing

More information

Three Paths to Faster Simulations Using ANSYS Mechanical 16.0 and Intel Architecture

Three Paths to Faster Simulations Using ANSYS Mechanical 16.0 and Intel Architecture White Paper Intel Xeon processor E5 v3 family Intel Xeon Phi coprocessor family Digital Design and Engineering Three Paths to Faster Simulations Using ANSYS Mechanical 16.0 and Intel Architecture Executive

More information

Intel and Qihoo 360 Internet Portal Datacenter - Big Data Storage Optimization Case Study

Intel and Qihoo 360 Internet Portal Datacenter - Big Data Storage Optimization Case Study Intel and Qihoo 360 Internet Portal Datacenter - Big Data Storage Optimization Case Study The adoption of cloud computing creates many challenges and opportunities in big data management and storage. To

More information

Affordable Building Automation System Enabled by the Internet of Things (IoT)

Affordable Building Automation System Enabled by the Internet of Things (IoT) Solution Blueprint Internet of Things (IoT) Affordable Building Automation System Enabled by the Internet of Things (IoT) HCL Technologies* uses an Intel-based intelligent gateway to deliver a powerful,

More information

Intel Desktop Board DP55WB

Intel Desktop Board DP55WB Intel Desktop Board DP55WB Specification Update July 2010 Order Number: E80453-004US The Intel Desktop Board DP55WB may contain design defects or errors known as errata, which may cause the product to

More information

SDN for Wi-Fi OpenFlow-enabling the wireless LAN can bring new levels of agility

SDN for Wi-Fi OpenFlow-enabling the wireless LAN can bring new levels of agility WHITEPAPER SDN for Wi-Fi OpenFlow-enabling the wireless LAN can bring new levels of agility Copyright 2014 Meru Networks, Inc. All rights reserved. Table of Contents Executive summary... 3 Introduction...

More information

Intel Desktop Board DQ965GF

Intel Desktop Board DQ965GF Intel Desktop Board DQ965GF Specification Update October 2008 Order Number: D65914-005US The Intel Desktop Board DQ965GF may contain design defects or errors known as errata, which may cause the product

More information

LANDesk White Paper. LANDesk Management Suite for Lenovo Secure Managed Client

LANDesk White Paper. LANDesk Management Suite for Lenovo Secure Managed Client LANDesk White Paper LANDesk Management Suite for Lenovo Secure Managed Client Introduction The Lenovo Secure Managed Client (SMC) leverages the speed of modern networks and the reliability of RAID-enabled

More information

NEC * Virtualized EPC Innovation Powered by Multi Core Intel Architecture Processors

NEC * Virtualized EPC Innovation Powered by Multi Core Intel Architecture Processors NEC * Virtualized EPC Innovation Powered by Multi Core Intel Architecture Processors Table of Contents Abstract................................................................................... 3 1.0

More information

Definition of a White Box. Benefits of White Boxes

Definition of a White Box. Benefits of White Boxes Smart Network Processing for White Boxes Sandeep Shah Director, Systems Architecture EZchip Technologies sandeep@ezchip.com Linley Carrier Conference June 10-11, 2014 Santa Clara, CA 1 EZchip Overview

More information

Big Data Technologies for Ultra-High-Speed Data Transfer and Processing

Big Data Technologies for Ultra-High-Speed Data Transfer and Processing White Paper Intel Xeon Processor E5 Family Big Data Analytics Cloud Computing Solutions Big Data Technologies for Ultra-High-Speed Data Transfer and Processing Using Technologies from Aspera and Intel

More information

Intel Data Migration Software

Intel Data Migration Software User Guide Software Version 2.0 Document Number: 324324-002US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY

More information

Video Analytics at the Mobile Edge - Optimizing/Monetizing Viewing Experience

Video Analytics at the Mobile Edge - Optimizing/Monetizing Viewing Experience WHITE PAPER Intel Architecture Intel Solid-State Drives (Intel SSD) IneoQuest* Management Platforms Networking and Communications Video Analytics at the Mobile Edge - Optimizing/Monetizing Viewing Experience

More information

A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC. September 18, 2014.

A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC. September 18, 2014. A Presentation at DGI 2014 Government Cloud Computing and Data Center Conference & Expo, Washington, DC September 18, 2014 Charles Sun www.linkedin.com/in/charlessun @CharlesSun_ 1 What is SDN? Benefits

More information

Cloud Network Function

Cloud Network Function White Paper Intel Network Builders ZTE Cloud Network Function Intel Network Builders: Cloud Network Function Background Trends in Mobile Network Evolution After more than twenty years of development, global

More information

Customer Benefits Through Automation with SDN and NFV

Customer Benefits Through Automation with SDN and NFV Customer Benefits Through Automation with SDN and NFV Helping service providers solve specific challenges they are facing today while improving the overall customer service life cycle 1 Table of Contents

More information

Intel Core i5 processor 520E CPU Embedded Application Power Guideline Addendum January 2011

Intel Core i5 processor 520E CPU Embedded Application Power Guideline Addendum January 2011 Intel Core i5 processor 520E CPU Embedded Application Power Guideline Addendum January 2011 Document Number: 324818-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Douglas Fisher Vice President General Manager, Software and Services Group Intel Corporation

Douglas Fisher Vice President General Manager, Software and Services Group Intel Corporation Douglas Fisher Vice President General Manager, Software and Services Group Intel Corporation Other brands and names are the property of their respective owners. Other brands and names are the property

More information

Solution Recipe: Remote PC Management Made Simple with Intel vpro Technology and Intel Active Management Technology

Solution Recipe: Remote PC Management Made Simple with Intel vpro Technology and Intel Active Management Technology Solution Recipe: Remote PC Management Made Simple with Intel vpro Technology and Intel Active Management Technology Preface Intel has developed a series of unique Solution Recipes designed for channel

More information

Intel Virtualization Technology (VT) in Converged Application Platforms

Intel Virtualization Technology (VT) in Converged Application Platforms Intel Virtualization Technology (VT) in Converged Application Platforms Enabling Improved Utilization, Change Management, and Cost Reduction through Hardware Assisted Virtualization White Paper January

More information

Accelerating Business Intelligence with Large-Scale System Memory

Accelerating Business Intelligence with Large-Scale System Memory Accelerating Business Intelligence with Large-Scale System Memory A Proof of Concept by Intel, Samsung, and SAP Executive Summary Real-time business intelligence (BI) plays a vital role in driving competitiveness

More information

Network Management and Orchestration Evolution Strategies

Network Management and Orchestration Evolution Strategies Network Management and Orchestration Evolution Strategies SPONSORED BY WORKSHOP: NETWORK MANAGEMENT & ORCHESTRATION EVOLUTION STRATEGIES September 15, 2016 Moderator: Jim Hodges, Senior Analyst, Heavy

More information

BROCADE NETWORKING: EXPLORING SOFTWARE-DEFINED NETWORK. Gustavo Barros Systems Engineer Brocade Brasil

BROCADE NETWORKING: EXPLORING SOFTWARE-DEFINED NETWORK. Gustavo Barros Systems Engineer Brocade Brasil BROCADE NETWORKING: EXPLORING SOFTWARE-DEFINED NETWORK Gustavo Barros Systems Engineer Brocade Brasil Software- Defined Networking Summary Separate control and data planes Networks are becoming: More programmatic

More information

Debunking the Myths: An Essential Guide to Software-Defined Networking April 17, 2013

Debunking the Myths: An Essential Guide to Software-Defined Networking April 17, 2013 Copyright 2013 Vivit Worldwide Debunking the Myths: An Essential Guide to Software-Defined Networking April 17, 2013 Brought to you by Vivit Cloud Builders Special Interest Group (SIG) Jim Murphy Cloud

More information

Specification Update. January 2014

Specification Update. January 2014 Intel Embedded Media and Graphics Driver v36.15.0 (32-bit) & v3.15.0 (64-bit) for Intel Processor E3800 Product Family/Intel Celeron Processor * Release Specification Update January 2014 Notice: The Intel

More information

Intel Desktop Board D945GCPE Specification Update

Intel Desktop Board D945GCPE Specification Update Intel Desktop Board D945GCPE Specification Update Release Date: July 11, 2007 Order Number: E11670-001US The Intel Desktop Board D945GCPE may contain design defects or errors known as errata, which may

More information

Intel HTML5 Development Environment. Article - Native Application Facebook* Integration

Intel HTML5 Development Environment. Article - Native Application Facebook* Integration Intel HTML5 Development Environment Article - Native Application Facebook* Integration V3.06 : 07.16.2013 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO

More information

Intel Identity Protection Technology with PKI (Intel IPT with PKI)

Intel Identity Protection Technology with PKI (Intel IPT with PKI) Intel Identity Protection Technology with PKI (Intel IPT with PKI) Technology Overview White Paper by Paul Carbin Rev 1.0, May 22 2012 Technology Overview Page 1 of 26 Legal Notices and Disclaimers INFORMATION

More information

Intel Desktop Board D945GCPE

Intel Desktop Board D945GCPE Intel Desktop Board D945GCPE Specification Update January 2009 Order Number: E11670-003US The Intel Desktop Board D945GCPE may contain design defects or errors known as errata, which may cause the product

More information

Accelerating Business Intelligence with Large-Scale System Memory

Accelerating Business Intelligence with Large-Scale System Memory Accelerating Business Intelligence with Large-Scale System Memory A Proof of Concept by Intel, Samsung, and SAP Executive Summary Real-time business intelligence (BI) plays a vital role in driving competitiveness

More information

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack

Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat: Application Centric Infrastructure Integration with OpenStack Cisco and Red Hat Extend the Cisco ACI Policy Framework to Red Hat Enterprise Linux OpenStack Platform Enabled Environments

More information

USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices

USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices White Paper April 2012 Document: 327216-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel HTML5 Development Environment. Tutorial Test & Submit a Microsoft Windows Phone 8* App (BETA)

Intel HTML5 Development Environment. Tutorial Test & Submit a Microsoft Windows Phone 8* App (BETA) Intel HTML5 Development Environment Tutorial Test & Submit a Microsoft Windows Phone 8* App v1.00 : 04.09.2013 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Intel Simple Network Management Protocol (SNMP) Subagent v6.0

Intel Simple Network Management Protocol (SNMP) Subagent v6.0 Intel Simple Network Management Protocol (SNMP) Subagent v6.0 User Guide March 2013 ii Intel SNMP Subagent User s Guide Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

Intel Desktop Board DG43RK

Intel Desktop Board DG43RK Intel Desktop Board DG43RK Specification Update December 2010 Order Number: E92421-003US The Intel Desktop Board DG43RK may contain design defects or errors known as errata, which may cause the product

More information

The Lagopus SDN Software Switch. 3.1 SDN and OpenFlow. 3. Cloud Computing Technology

The Lagopus SDN Software Switch. 3.1 SDN and OpenFlow. 3. Cloud Computing Technology 3. The Lagopus SDN Software Switch Here we explain the capabilities of the new Lagopus software switch in detail, starting with the basics of SDN and OpenFlow. 3.1 SDN and OpenFlow Those engaged in network-related

More information

SDN software switch Lagopus and NFV enabled software node

SDN software switch Lagopus and NFV enabled software node SDN software switch Lagopus and NFV enabled software node Kazuaki OBANA NTT Network Innovation Laboratories SDN software switch Lagopus 1 Motivation Agile and flexible networking Full automation in provisioning,

More information

Beyond the Data Center: How Network-Function Virtualization Enables New Customer-Premise Services

Beyond the Data Center: How Network-Function Virtualization Enables New Customer-Premise Services Beyond the Data Center: How Network-Function Virtualization Enables New Customer-Premise Services By Tom R. Halfhill Senior Analyst February 2016 www.linleygroup.com Beyond the Data Center: How Network-Function

More information

Intel Atom Processor E3800 Product Family

Intel Atom Processor E3800 Product Family Intel Atom Processor E3800 Product Family Thermal Design Guide October 2013 Document Number: 329645-001 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms Intel Cloud Builders Guide Intel Xeon Processor-based Servers RES Virtual Desktop Extender Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms Client Aware Cloud with RES Virtual

More information

Intel Platform and Big Data: Making big data work for you.

Intel Platform and Big Data: Making big data work for you. Intel Platform and Big Data: Making big data work for you. 1 From data comes insight New technologies are enabling enterprises to transform opportunity into reality by turning big data into actionable

More information