Service Edge Virtualization - Hardware Considerations for Optimum Performance

Size: px
Start display at page:

Download "Service Edge Virtualization - Hardware Considerations for Optimum Performance"

Transcription

1 Service Edge Virtualization - Hardware Considerations for Optimum Performance Executive Summary This whitepaper provides a high level overview of Intel based server hardware components and their impact on virtualization. It is intended to be used as a guide for software developers and system integrators to help them in their choice of open standard networking platforms for service edge applications..

2 Choosing the right hardware Over the past several years, focus of server virtualization has increasingly shifted to networking space. Both wireless and wireline networking device vendors have created virtual versions of their dedicated hardware devices. This has also provided opportunities for many independent software vendors (ISVs) and new entrants to provide innovative ways to deliver networking services. This is made possible thanks to advancement in generic x86 Intel architecture-based hardware platform designs. Features such as Intel virtualization technologies (VT-x, VT-d, VT-c), Intel TXT, AES-NI, SR-IOV, PCI Express pass-through, DPDK and QuickAssist make it possible to run many workloads, that previously required specialized ASICs and Network Processor Units (NPUs), in traditional off the shelf Intel based servers. As such, a growing number of workloads can now take advantage of Intel virtualization technologies and provide even lower cost alternatives to traditional proprietary networking gear. However, virtualization has several unintended problems. One key problem is to map virtualization to hardware ie. CPU, Memory, IO and Storage. It is very common to see most software vendors using a dual socket server as a reference platform for their application. In some cases however, a standard dual socket server can be overkill for specific applications or workloads, does not offer the most appropriate configuration or hardware is simply not optimized for network function scale-up or scale-out. In such cases, customers are then left to determine how to best optimize hardware and software to match their desired workloads and throughput. Each component that makes up a system must be considered, and that includes motherboard design, BIOS, IPMI, CPU, integrated Intel VT features, memory mapping and memory type, PCIe lane mapping, integrated IO and storage. Wireless and wireline networks have already taken great advantage of virtualization. Specifically in the Radio Access Network (RAN), virtualization has provided the means for service providers to replace many services such as the Evolved Packet Core (EPC) consisting of PCRF, MME, PDN, SGW and PDN GW functions or Deep Packet Inspection (DPI ) in the GiLAN etc with Virtual Network Functions (VNFs) running on standard servers. In wireline data networks, virtualization has caused even greater disruption; many services that ran on dedicated equipment at customer premises are now replaced by a single box that can consolidate many of those services, and in some cases allow customers to move those services in to the cloud. This whitepaper provides a high level overview of Intel based server hardware components and their impact on virtualization. It is intended to be used as a guide for software developers and system integrators to help them in their choice of open standard networking platforms.

3 Hardware considerations NFV CPU to PCIE lane mapping With regard to non-uniform memory access (NUMA) all modern x86 multi-socket architected support NUMA in hardware. When running a Virtual Machine (VM) it should be deployed in a NUMA node. Workload performance will be degraded if it has to cross NUMA node boundaries. NUMA node memoryaffinity is typically handled by operating systems and hypervisors, however some applications may require it to be manually configured. Memory bank population In a multiprocessor system is it important pay attention to how memory DIMMs are populated. A balanced configuration can be optimized for density and/or performance. It is relatively easy to understand how to configure servers for maximum memory capacity based on the number of DIMM slots available and the type of memory allowed. But it is not always clear which factors to consider for performance optimization. Several factors need to be considered and these are enumerated below: DIMM Speed Rank The faster the memory, the lower the time memory requests have to wait before they can be executed. This could depend on application. More ranks can help applications parallelize memory requests but for applications that need low latency, this could result in lower performance CAS Latency This has to do with DRAM response time. Basically the number of clock cycles the memory controller has to wait before it can issue CAS. This goes hand in hand with DIMM speed. When selecting DIMMs, pay attention to CAS latency as well as DIMM speed, and in the resulting memory latency. ECC or non-ecc? For networking and mission critical services, ECC memory capability is an essential feature for server reliability. ECC support is mandatory in most data centers, cloud and enterprise IT infrastructures as it is a crucial element in providing enterprise customers with acceptable service levels. Memory Type UDIMMs UDIMMs are not a good option for applications that require low latency. Memory controllers access the memory on the DIMM by interfacing with each DRMA individually, resulting in low performance and capacity.

4 RDIMMs In the RDIMM case, the memory controller interfaces with the register on the DIMM. The register then communicates with actual DRMA. This adds an extra clock cycle but allows for better latency and density than on UDIMMs. LRDIMMs For LRDIMMs, the register is replaced by an isolation memory buffer (imb by Inphi).The memory buffer re-drives all of the data, command, address and clock signals from the host memory controller and provides them to the multiple ranks of DRAM. LRDIMM supports rank multiplication, where multiple physical DRAM ranks appear to the host controller as a single logical rank of a larger size. However, the relative high cost of LRDIMM is a major limitation. Intel Virtualization Technologies (VT) Intel VT provides hardware offload features for CPU virtualization, memory virtualization, I/O virtualization, Intel Graphics virtualization and Virtualization of Security and Network functions. Intel VT-x HW assist for Virtualization VT-x previously codenamed Vanderpool provides CPU and chipset features to enable virtualization. The following is a brief explanation of key CPU and memory virtualization features: Intel Flex Priority Improves Virtual Machine access to the Task Priority Register (TPR). This reduces IO performance and eliminates the overheard that most VMs have with regards to guest TPR. It is designed to accelerate VMM interrupt handling and thereby improve overall performance. Intel Flex Migration This allows the Virtual-Machine Monitor (VMM) to abstract available processor features and report a consistent set of features to the guest OS (VM). Thanks to Intel Flex Migration, the VM can seamlessly migrate from one generation of Intel processor to the next or even across different families of Intel processors. CPUID Virtualization This allows a VMM to virtualize CPUID instruction. With this feature VMM can migrate to different machine/processor that support different features. Virtual Processor IDs (VPID) With this feature VMMs can support multiple VMs. With VPID active transition, the look-aside buffer (TLB) is not flushed on VM entry or exit. Performance benefits are workload dependent.

5 Guest Pre-emption Timer With this features VMM can preempt execution of a guest OS. It is programmable timer and can be set to cause a VM to exit when the timer expires. It also allows the VMM to add quality of service (QoS) features in specific implementations. Descriptor Table Exiting Allows a VMM to protect a guest from internal attack. This is useful feature for VM and security agents to enhance security features. Pause-Loop Exiting (PLE) To make sure no single vcpu that is running a VM is locking up or holding a spin-lock. With this feature spin-locks are detected and PLE allows the VMM to exit the lock-holding VM. Extended page Table (EPT) This allows virtualization of physical memory. When EPT is in use, certain physical addresses are treated as VM-physical addresses and are not used to access memory directly. Instead, VM-physical addresses are translated by navigating through a set of EPT paging structures to produce physical addresses that are used to access memory. Intel VT for directed IO (VT-d) This feature is implement in the chipset. When Intel VT-d is enabled, the guest OS can choose to use either the traditional approach or, as needed, pass-through devices. In pass-through mode, the PCI* device is not allocated by the hypervisor and, therefore, the device can be allocated directly by a VM which now sees the physical PCI device. Intel VT for Directed I/O provides VMM software with the following capabilities: I/O device assignment: for flexibly assigning I/O devices to VMs and extending the protection and isolation properties of VMs for I/O operations. DMA remapping: for supporting address translations for Direct Memory Accesses (DMA) from devices. Interrupt remapping: for supporting isolation and routing of interrupts from devices and external interrupt controllers to appropriate VMs. Interrupt posting: for supporting direct delivery of virtual interrupts from devices and external interrupt controllers to virtual processors. Reliability: for recording and reporting of DMA and in interrupt errors to system software that may otherwise corrupt memory or impact VM isolation.

6 Intel Virtualization Technology for Connectivity (Intel VT-c) Intel Virtualization Technology (Intel VT) for Connectivity (Intel VT-c) enables lower CPU utilization, reduced system latency, and improved networking throughput. VT-c is a key feature of many server class Intel network controllers. Intel VT-c consist of the following main virtualization technologies: Intel TXT Virtual Machine Device Queues (VMDQ) VMDQ offloads the sorting burden from the VMM to the network controller, to accelerate network I/O throughput. This is a hardware assist feature of Intel networking silicon that improves VM networking performance and lowers VMM CPU utilization. Single-Root I/O Virtualization (SR-IOV) SR-IOV is a part of the PCI Special Interest Group (PCISIG) specification. SR-IOV provides a standard method for sharing a single PCIe device concurrently with multiple VMs. But the more interesting feature is the ability to allow for creation of multiple virtual functions from a single PCIe function. Each virtual function gets a slice of the physical function and can be allocated to a VM using standard interfaces. Intel Trusted Execution Technology (Intel TXT) provides a hardware-based security foundation on which to build and maintain a chain of trust to protect the platform from software-based attacks. In virtualization, Intel TXT can help prevent spread of infected VMs from one machine to another. For example in case of a compromised VM, Intel TXT can prevent migration of this VM to another machine by creating "trusted pools", thus limiting VM migration. Intel AES-NI AES-NI is set of six new instructions that leverage the fast processing of Rijndael algorithms (AES) in hardware. For networking application this feature can encrypt and decrypt messages and data without consuming precious CPU cycles. AES-NI is available with all major hypervisors and supports AES-NI usage in guest OSs. Intel DDIO Intel Data Direct IO Technology allows Intel network adapters to talk directly with the processor cache. By allowing direct access to cache instead of first accessing main memory. Intel DDIO is available on all Intel Xeon E5 processors and has no hardware, OS or Hypervisor dependency. Application and system integrators that want to take advantage of this feature need to make sure IO devices/add-in cards i.e. Ethernet, RAID controllers etc. are built with DDIO technology. For many NFV use cases DDIO can greatly improve performance as data from the NIC is available faster for processing and service chaining. Intel CMT/CAT Intel Cache Monitoring Technology / Cache Allocation Technology (CMT/CAT) is available on all Intel Xeon Processor D and Intel Xeon Processor E v4 (and some v3) SKUs. CMT/CAT allows hypervisors to determine cache utilization by application. This provides an even playing field for multiple VNF or VMs running on the same processor. CMT can be used to monitor cache occupancy per VNF or VM, whereas CAT allows control of a CPUs shared last level cache (LLC). With CMT and CAT, applications can implement QoS by metering and monitoring VNFs or VMs i.e. take action if a VNF is using

7 less than or greater than x% of LLC. This technology also provides a way to detect noisy or aggressive VNFs or VMs and implement alarms and actions. DPDK The Data Plane Developer Kit (DPDK) is probably the most important sofwtare for transforming a generic Intel processor in to a packet processing engine. DPDK is an absolutely must-have for any networking application that requires 10 Gbps or higher line-rate throughput. In virtualized environments, DPDK can be used for accelerating virtual switches (vswitch) as well as applications and VNFs. DPDK has very strong open source community support via and For SDN and NFV deployment, DPDK-accelerated Open vswitch, or ovs-dpdk, is a key component for applications that require line rate performance. Fast Data I/O (Fido) which leverages Vector Packet Processing (VPP) technology from Cisco takes this a step further with virtual switch and virtual router functionality based on the DPDK. This is good news for application developers trying to develop high bandwidth, low latency and line rate applications. Intel QuickAssist Technology Intel QuickAssist technology (QAT) provides hardware offload for crypto functions and compression. This is typically implemented via an onboard chipset or an add-in PCIe adaptor card. Some Intel System-on-a- Chip (SoC) processors have embedded QAT support including Intel Xeon based SoCs. Current generation Intel QAT supports SR-IOV with up to 32 virtual functions. Each virtual function can be assigned to individual VNFs or VMs, bypassing the hypervisor and virtual switch resulting in line rate performance for crypto and compression applications.

8 Advantech Platforms designed for Network Service Edge virtualization Advantech understands the need for hardware designs that are optimized for network specific workloads. Customers planning to deploy SDN and NFV application can rely on Advantech for application-ready platforms leveraging all the features of Intel processors, chipsets and LAN controllers. Each platform is designed with one of following key ingredients: Latest generation Intel Xeon Processors Intel Vt-x (Vt-d, Vt-c), AES-NI, TXT, CMT/CAT, DDIO Balanced DDR4 Memory Balanced PCIe lane mapping and IO pinning PCIe IO with SR-IOV Intel QuickAssist Technology DPDK Next Gen CPU Figure 1 Platform Selection Guide

9 FWA-3260 Intel Xeon Processor D System On Chip up to 16 cores and 1.5MB last level cache per core 4 x DDR4 ECC UDIMMs/RDIMMs and RDIMMs, up to 2400MHz and up to 128GB 4 server class GbE ports implemented by an Intel i350 Ethernet Controller with advanced LAN bypass 2 GbE management ports 2 x 10GE SFP+ ports 2 Network Mezzanine Card bays for PCIe gen.3 based port expansion with 1GbE and 10GbE and 40GbE ports 1 x PCIex8 full-height / half-length add-on cards Two 2.5" SATA HDDs/SSDs and two M.2 SSD sockets IPMI2.0 compliant Remote Management (optional) FWA-5020 Single or dual Intel Xeon E v4 processor(s) up to 145W TDP DDR MHz ECC up to 512 GB (CPU SKU) 4 x GbE with LAN bypass, 2 x GbE for Mgmt (SKU dependent) 2 x 10GbE SFP+ NICs (SKU dependent) Up to 4 x NMC (Network Mezzanine Card) slots for a wide range of GbE, 10GbE and 40GbE NMCs with or without advanced LAN bypass 2 x 2.5" SATA HDDs/SSDs IPMI 2.0 compliant Remote Management Advanced Platform Reliability and Serviceability 2 x internal CLC PCIE card (Dual DH8955) supported (SKU dependent) FWA x Intel Xeon E v3/v4 processors up to 145W TDP DDR4 1866/2133 ECC memory up to 512GB PCIe gen. 3 support Up to 8 x NMC (Network Mezzanine Card) slots for a wide range of GbE, 10GbE and 40GbE NMCs with or without advanced LAN bypass 2 x PCIe x16 slots support FH/HL add-on cards 2 x 2.5" removable external SATA HDDs/SSDs IPMI 2.0 compliant Remote Management Advanced Platform Reliability and Serviceability

Intel Select Solution for ucpe

Intel Select Solution for ucpe Solution Brief Intel Select Solution for ucpe Intel Xeon Processor D-2100 Intel Select Solution for ucpe Overview Thanks to their increasing adoption of software defined networking (SDN), software defined

More information

All product specifications are subject to change without notice.

All product specifications are subject to change without notice. MSI N3000 series is cost-benefit rackmount network security. Basing on Intel Xeon E3-1200 v3/v4/v5 series CPU and Xeon D-1500 series SoC which is to help enterprise to be flexibly applied to various network

More information

Data Path acceleration techniques in a NFV world

Data Path acceleration techniques in a NFV world Data Path acceleration techniques in a NFV world Mohanraj Venkatachalam, Purnendu Ghosh Abstract NFV is a revolutionary approach offering greater flexibility and scalability in the deployment of virtual

More information

Intel Select Solution for NFVI with Advantech Servers & Appliances

Intel Select Solution for NFVI with Advantech Servers & Appliances Solution Brief Intel Select Solution for NFVI Intel Xeon Processor Scalable Family Intel Select Solution for NFVI with Advantech Servers & Appliances Overview Communications service providers (CoSPs) are

More information

Flexible General-Purpose Server Board in a Standard Form Factor

Flexible General-Purpose Server Board in a Standard Form Factor Product brief Small and Medium Business, Storage, Networking, Web Hosting, and Security Appliances Intel Server Board S2600ST Product Family Featuring the Intel Xeon Processor Scalable Family Flexible

More information

Fast packet processing in the cloud. Dániel Géhberger Ericsson Research

Fast packet processing in the cloud. Dániel Géhberger Ericsson Research Fast packet processing in the cloud Dániel Géhberger Ericsson Research Outline Motivation Service chains Hardware related topics, acceleration Virtualization basics Software performance and acceleration

More information

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 VNFaaS (Virtual Network Function as a Service) In our present work, we consider the VNFaaS use-case

More information

Full Featured with Maximum Flexibility for Expansion

Full Featured with Maximum Flexibility for Expansion PRODUCT brief Data Center, Cloud, High Performance Computing Intel Server Board S2600WF Product Family Featuring the 2 nd Generation Intel Xeon Processor Scalable Family Full Featured with Maximum Flexibility

More information

Getting Real Performance from a Virtualized CCAP

Getting Real Performance from a Virtualized CCAP Getting Real Performance from a Virtualized CCAP A Technical Paper prepared for SCTE/ISBE by Mark Szczesniak Software Architect Casa Systems, Inc. 100 Old River Road Andover, MA, 01810 978-688-6706 mark.szczesniak@casa-systems.com

More information

Density Optimized System Enabling Next-Gen Performance

Density Optimized System Enabling Next-Gen Performance Product brief High Performance Computing (HPC) and Hyper-Converged Infrastructure (HCI) Intel Server Board S2600BP Product Family Featuring the Intel Xeon Processor Scalable Family Density Optimized System

More information

Intel s Architecture for NFV

Intel s Architecture for NFV Intel s Architecture for NFV Evolution from specialized technology to mainstream programming Net Futures 2015 Network applications Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION

More information

Intel Select Solutions for Professional Visualization with Advantech Servers & Appliances

Intel Select Solutions for Professional Visualization with Advantech Servers & Appliances Solution Brief Intel Select Solution for Professional Visualization Intel Xeon Processor Scalable Family Powered by Intel Rendering Framework Intel Select Solutions for Professional Visualization with

More information

Cisco HyperFlex HX220c M4 Node

Cisco HyperFlex HX220c M4 Node Data Sheet Cisco HyperFlex HX220c M4 Node A New Generation of Hyperconverged Systems To keep pace with the market, you need systems that support rapid, agile development processes. Cisco HyperFlex Systems

More information

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Data Sheet Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Fast and Flexible Hyperconverged Systems You need systems that can adapt to match the speed of your business. Cisco HyperFlex Systems

More information

Accelerating 4G Network Performance

Accelerating 4G Network Performance WHITE PAPER Accelerating 4G Network Performance OFFLOADING VIRTUALIZED EPC TRAFFIC ON AN OVS-ENABLED NETRONOME SMARTNIC NETRONOME AGILIO SMARTNICS PROVIDE A 5X INCREASE IN vepc BANDWIDTH ON THE SAME NUMBER

More information

Agenda. Introduction Network functions virtualization (NFV) promise and mission cloud native approach Where do we want to go with NFV?

Agenda. Introduction Network functions virtualization (NFV) promise and mission cloud native approach Where do we want to go with NFV? August, 2018 Agenda Introduction Network functions virtualization (NFV) promise and mission cloud native approach Where do we want to go with NFV? 2 Miroslaw Walukiewicz I m from Gdansk, Poland. 25 years

More information

Agilio CX 2x40GbE with OVS-TC

Agilio CX 2x40GbE with OVS-TC PERFORMANCE REPORT Agilio CX 2x4GbE with OVS-TC OVS-TC WITH AN AGILIO CX SMARTNIC CAN IMPROVE A SIMPLE L2 FORWARDING USE CASE AT LEAST 2X. WHEN SCALED TO REAL LIFE USE CASES WITH COMPLEX RULES TUNNELING

More information

How to abstract hardware acceleration device in cloud environment. Maciej Grochowski Intel DCG Ireland

How to abstract hardware acceleration device in cloud environment. Maciej Grochowski Intel DCG Ireland How to abstract hardware acceleration device in cloud environment Maciej Grochowski Intel DCG Ireland Outline Introduction to Hardware Accelerators Intel QuickAssist Technology (Intel QAT) as example of

More information

Achieve Low Latency NFV with Openstack*

Achieve Low Latency NFV with Openstack* Achieve Low Latency NFV with Openstack* Yunhong Jiang Yunhong.Jiang@intel.com *Other names and brands may be claimed as the property of others. Agenda NFV and network latency Why network latency on NFV

More information

Altos R320 F3 Specifications. Product overview. Product views. Internal view

Altos R320 F3 Specifications. Product overview. Product views. Internal view Product overview The Altos R320 F3 single-socket 1U rack server delivers great performance and enterprise-level scalability in a space-saving design. Proactive management utilities effectively handle SMB

More information

Enterprise Network Compute System (ENCS)

Enterprise Network Compute System (ENCS) Enterprise Network Compute System (ENCS) Cisco vbranch Architecture Per Jensen, per@cisco.com Sept 2017 Agenda: Tech Update september-2017 1. ENCS update + demo v/per 2. Viptela update + demo v/dr Søren

More information

SmartNICs: Giving Rise To Smarter Offload at The Edge and In The Data Center

SmartNICs: Giving Rise To Smarter Offload at The Edge and In The Data Center SmartNICs: Giving Rise To Smarter Offload at The Edge and In The Data Center Jeff Defilippi Senior Product Manager Arm #Arm Tech Symposia The Cloud to Edge Infrastructure Foundation for a World of 1T Intelligent

More information

Enterprise Cloud Computing. Eddie Toh Platform Marketing Manager, APAC Data Centre Group Cisco Summit 2010, Kuala Lumpur

Enterprise Cloud Computing. Eddie Toh Platform Marketing Manager, APAC Data Centre Group Cisco Summit 2010, Kuala Lumpur 1 Enterprise Cloud Computing Eddie Toh Platform Marketing Manager, APAC Data Centre Group Cisco Summit 2010, Kuala Lumpur Agenda 2 Fundamentals of Enterprise Cloud Computing IT & Cloud Computing Requirements

More information

RIFT.io* and Intel Taking Virtual Network Functions to Hyperscale

RIFT.io* and Intel Taking Virtual Network Functions to Hyperscale white paper RIFT.io* and Intel Taking Virtual Network Functions to Hyperscale Introduction Network functions virtualization (NFV) is a powerful technology that offers elasticity, scale, and reliability

More information

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS

WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS WIND RIVER TITANIUM CLOUD FOR TELECOMMUNICATIONS Carrier networks are undergoing their biggest transformation since the beginning of the Internet. The ability to get to market quickly and to respond to

More information

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Data Sheet Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Fast and Flexible Hyperconverged Systems You need systems that can adapt to match the speed of your business. Cisco HyperFlex Systems

More information

NFV Infrastructure for Media Data Center Applications

NFV Infrastructure for Media Data Center Applications NFV Infrastructure for Media Data Center Applications Today s Presenters Roger Sherwood Global Strategy & Business Development, Cisco Systems Damion Desai Account Manager for Datacenter, SDN, NFV and Mobility,

More information

Achieve Optimal Network Throughput on the Cisco UCS S3260 Storage Server

Achieve Optimal Network Throughput on the Cisco UCS S3260 Storage Server White Paper Achieve Optimal Network Throughput on the Cisco UCS S3260 Storage Server Executive Summary This document describes the network I/O performance characteristics of the Cisco UCS S3260 Storage

More information

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage Solution Brief DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage DataON Next-Generation All NVMe SSD Flash-Based Hyper-Converged

More information

Pioneer DreamMicro. Rackmount 1U Server - S48 Series

Pioneer DreamMicro. Rackmount 1U Server - S48 Series Pioneer DreamMicro Rackmount 1U Server - S48 Series S48B - Spec Dimension 1U Rackmount 16.9 x 1. 7 x 26 (WxHxD) Integrated Graphics (Video) Aspeed AST2000 w/ 8MB DDR2 Video Memory M/B Form Factor 12 x

More information

Benefits of Offloading I/O Processing to the Adapter

Benefits of Offloading I/O Processing to the Adapter Benefits of Offloading I/O Processing to the Adapter FCoE and iscsi Protocol Offload Delivers Enterpriseclass Performance, Reliability, and Scalability Hewlett Packard Enterprise (HPE) and Cavium have

More information

CSU 0111 Compute Sled Unit

CSU 0111 Compute Sled Unit CSU 0111 Compute Sled Unit Ericsson Software Defined Infrastructure Ericsson Compute Sled Unit (CSU) 0111 is a self-managed compute resource designed to slide into the CPA 111 chassis. Four CSUs can fit

More information

Cisco UCS Virtual Interface Card 1225

Cisco UCS Virtual Interface Card 1225 Data Sheet Cisco UCS Virtual Interface Card 1225 Cisco Unified Computing System Overview The Cisco Unified Computing System (Cisco UCS ) is a next-generation data center platform that unites compute, networking,

More information

Improving DPDK Performance

Improving DPDK Performance Improving DPDK Performance Data Plane Development Kit (DPDK) was pioneered by Intel as a way to boost the speed of packet API with standard hardware. DPDK-enabled applications typically show four or more

More information

HQ-BOX 1F Embedded Industrial Server External Design Specification (EDS)

HQ-BOX 1F Embedded Industrial Server External Design Specification (EDS) HQ-BOX 1F Embedded Industrial Server External Design (EDS) Revision 1.0 April 2018 HQ-BOX 1F Embedded Server 1 www.heptagonsystems.com 1. Introduction HQ-BOX is a series of rugged compact embedded fanless

More information

The Missing Piece of Virtualization. I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers

The Missing Piece of Virtualization. I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers The Missing Piece of Virtualization I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers Agenda 10 GbE Adapters Built for Virtualization I/O Throughput: Virtual & Non-Virtual Servers Case

More information

Altos T310 F3 Specifications

Altos T310 F3 Specifications Product overview The Altos T310 F3 delivers proactive management tools matched by best priceperformance technology ideal for SMB and branch office operations. This singlesocket tower server features an

More information

Nested Virtualization and Server Consolidation

Nested Virtualization and Server Consolidation Nested Virtualization and Server Consolidation Vara Varavithya Department of Electrical Engineering, KMUTNB varavithya@gmail.com 1 Outline Virtualization & Background Nested Virtualization Hybrid-Nested

More information

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE

TALK THUNDER SOFTWARE FOR BARE METAL HIGH-PERFORMANCE SOFTWARE FOR THE MODERN DATA CENTER WITH A10 DATASHEET YOUR CHOICE OF HARDWARE DATASHEET THUNDER SOFTWARE FOR BARE METAL YOUR CHOICE OF HARDWARE A10 Networks application networking and security solutions for bare metal raise the bar on performance with an industryleading software

More information

WiRack19 - Computing Server. Wiwynn SV324G2. Highlights. Specification.

WiRack19 - Computing Server. Wiwynn SV324G2. Highlights. Specification. WiRack19 - Computing Server Wiwynn SV324G2 Inherits benefits from hyper-scale deployed OCP Leopard MB Front serviceable for quick configuration and deployment Tool-less, hot-swappable redundancy for easy

More information

Meet the Increased Demands on Your Infrastructure with Dell and Intel. ServerWatchTM Executive Brief

Meet the Increased Demands on Your Infrastructure with Dell and Intel. ServerWatchTM Executive Brief Meet the Increased Demands on Your Infrastructure with Dell and Intel ServerWatchTM Executive Brief a QuinStreet Excutive Brief. 2012 Doing more with less is the mantra that sums up much of the past decade,

More information

BIOS Parameters by Server Model

BIOS Parameters by Server Model BIOS Parameters by Server Model This appendix contains the following sections: C22 and C24 Servers, page 1 C200 and C210 Servers, page 16 C220 and C240 Servers, page 29 C250 Servers, page 44 C260 Servers,

More information

Copyright 2017 Intel Corporation

Copyright 2017 Intel Corporation Agenda Intel Xeon Scalable Platform Overview Architectural Enhancements 2 Platform Overview 3x16 PCIe* Gen3 2 or 3 Intel UPI 3x16 PCIe Gen3 Capabilities Details 10GbE Skylake-SP CPU OPA DMI Intel C620

More information

Deploying & Orchestrating ECI s Mercury ucpe on Advantech White Boxes

Deploying & Orchestrating ECI s Mercury ucpe on Advantech White Boxes Solution Brief Intel Select Solution for ucpe Intel Xeon Processor D-2100 Family Intel Atom Processor C3000 Deploying & Orchestrating ECI s Mercury ucpe on Advantech White Boxes Overview Universal Customer

More information

Optimize New Intel Xeon E based Ser vers with Emulex OneConnect and OneCommand Manager

Optimize New Intel Xeon E based Ser vers with Emulex OneConnect and OneCommand Manager W h i t e p a p e r Optimize New Intel Xeon E5-2600-based Ser vers with Emulex OneConnect and OneCommand Manager Emulex products complement Intel Xeon E5-2600 processor capabilities for virtualization,

More information

Demonstrating Data Plane Performance Improvements using Enhanced Platform Awareness

Demonstrating Data Plane Performance Improvements using Enhanced Platform Awareness technical brief Intel Corporation Datacenter Network Solutions Group Demonstrating Data Plane Performance Improvements using Enhanced Platform Awareness Authors Shivapriya Hiremath Solutions Software Engineer

More information

QuickSpecs. HP Z 10GbE Dual Port Module. Models

QuickSpecs. HP Z 10GbE Dual Port Module. Models Overview Models Part Number: 1Ql49AA Introduction The is a 10GBASE-T adapter utilizing the Intel X722 MAC and X557-AT2 PHY pairing to deliver full line-rate performance, utilizing CAT 6A UTP cabling (or

More information

Performance Considerations of Network Functions Virtualization using Containers

Performance Considerations of Network Functions Virtualization using Containers Performance Considerations of Network Functions Virtualization using Containers Jason Anderson, et al. (Clemson University) 2016 International Conference on Computing, Networking and Communications, Internet

More information

Sugon TC6600 blade server

Sugon TC6600 blade server Sugon TC6600 blade server The converged-architecture blade server The TC6600 is a new generation, multi-node and high density blade server with shared power, cooling, networking and management infrastructure

More information

Essentials. Expected Discontinuance Q2'15 Limited 3-year Warranty Yes Extended Warranty Available

Essentials. Expected Discontinuance Q2'15 Limited 3-year Warranty Yes Extended Warranty Available M&A, Inc. Essentials Status Launched Expected Discontinuance Q2'15 Limited 3-year Warranty Extended Warranty Available for Purchase (Select Countries) On-Site Repair Available for Purchase (Select Countries)

More information

Pioneer DreamMicro. Rackmount 2U Server S87 Series

Pioneer DreamMicro. Rackmount 2U Server S87 Series Pioneer DreamMicro Rackmount 2U Server S87 Series S87 - Spec Dimension M/B Form Factor Processor Support Socket FSB Chipset Memory Support PCI Expansion 3.5 HDD SAS controller 2U Rackmount 17.5 x3.5 x27

More information

QuickSpecs. Overview. HPE Ethernet 10Gb 2-port 535 Adapter. HPE Ethernet 10Gb 2-port 535 Adapter. 1. Product description. 2.

QuickSpecs. Overview. HPE Ethernet 10Gb 2-port 535 Adapter. HPE Ethernet 10Gb 2-port 535 Adapter. 1. Product description. 2. Overview 1. Product description 2. Product features 1. Product description HPE Ethernet 10Gb 2-port 535FLR-T adapter 1 HPE Ethernet 10Gb 2-port 535T adapter The HPE Ethernet 10GBase-T 2-port 535 adapters

More information

Cisco UCS Virtual Interface Card 1227

Cisco UCS Virtual Interface Card 1227 Data Sheet Cisco UCS Virtual Interface Card 1227 Cisco Unified Computing System Overview The Cisco Unified Computing System (Cisco UCS ) is a next-generation data center platform that unites computing,

More information

All product specifications are subject to change without notice.

All product specifications are subject to change without notice. MSI Compute Storage series has cover general server types to be implemented in diversity IT environment. We have 1U, 2U, 3U and 4U rackmount and workstation for business. General classic appliance on MSI

More information

Accelerating Telco NFV Deployments with DPDK and SmartNICs

Accelerating Telco NFV Deployments with DPDK and SmartNICs x Accelerating Telco NFV Deployments with and SmartNICs Kalimani Venkatesan G, Aricent Kalimani.Venkatesan@aricent.com Barak Perlman, Ethernity Networks Barak@Ethernitynet.com Summit North America 2018

More information

KVM as The NFV Hypervisor

KVM as The NFV Hypervisor KVM as The NFV Hypervisor Jun Nakajima Contributors: Mesut Ergin, Yunhong Jiang, Krishna Murthy, James Tsai, Wei Wang, Huawei Xie, Yang Zhang 1 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

Cisco UCS B200 M3 Blade Server

Cisco UCS B200 M3 Blade Server Data Sheet Cisco UCS B200 M3 Blade Server Product Overview The Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS B-Series Blade Servers and C- Series Rack Servers with networking and storage

More information

Acer AW2000h w/aw170h F2 Specifications

Acer AW2000h w/aw170h F2 Specifications Product overview The Acer AW2000h w/aw170h F2 provides first-class performance, innovative technology, high configurability, and comprehensive management features. The 2U rack-mountable form factor saves

More information

PCI Express x8 Single Port SFP+ 10 Gigabit Server Adapter (Intel 82599ES Based) Single-Port 10 Gigabit SFP+ Ethernet Server Adapters Provide Ultimate

PCI Express x8 Single Port SFP+ 10 Gigabit Server Adapter (Intel 82599ES Based) Single-Port 10 Gigabit SFP+ Ethernet Server Adapters Provide Ultimate NIC-PCIE-1SFP+-PLU PCI Express x8 Single Port SFP+ 10 Gigabit Server Adapter (Intel 82599ES Based) Single-Port 10 Gigabit SFP+ Ethernet Server Adapters Provide Ultimate Flexibility and Scalability in Virtual

More information

Cisco UCS C24 M3 Server

Cisco UCS C24 M3 Server Data Sheet Cisco UCS C24 M3 Rack Server Product Overview The form-factor-agnostic Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS C-Series Rack Servers and B-Series Blade Servers with networking

More information

The dark powers on Intel processor boards

The dark powers on Intel processor boards The dark powers on Intel processor boards Processing Resources (3U VPX) Boards with Multicore CPUs: Up to 16 cores using Intel Xeon D-1577 on TR C4x/msd Boards with 4-Core CPUs and Multiple Graphical Execution

More information

CSU 0201 Compute Sled Unit

CSU 0201 Compute Sled Unit CSU 0201 Compute Sled Unit Ericsson Software Defined Infrastructure Ericsson Compute Sled Unit (CSU) 0201 is an Intel Rack Scale Design (RSD) optimized compute resource supporting hardware disaggregation

More information

2014 LENOVO INTERNAL. ALL RIGHTS RESERVED.

2014 LENOVO INTERNAL. ALL RIGHTS RESERVED. 2014 LENOVO INTERNAL. ALL RIGHTS RESERVED. Connectivity Categories and Selection Considerations NIC HBA CNA Primary Purpose Basic Ethernet Connectivity Connection to SAN/DAS Converged Network and SAN connectivity

More information

Suggested use: infrastructure applications, collaboration/ , web, and virtualized desktops in a workgroup or distributed environments.

Suggested use: infrastructure applications, collaboration/ , web, and virtualized desktops in a workgroup or distributed environments. The IBM System x3500 M4 server provides outstanding performance for your business-critical applications. Its energy-efficient design supports more cores, memory, and data capacity in a scalable Tower or

More information

Cloud Builders. Billy Cox. Director Cloud Strategy Software and Services Group

Cloud Builders. Billy Cox. Director Cloud Strategy Software and Services Group Cloud Builders Billy Cox Director Cloud Strategy Software and Services Group From Vision to Action IT & Service Providers Products & Technologies Intel Cloud Builders Define and Prioritize IT Requirements

More information

Pioneer DreamMicro. Rackmount 1U Server - S58 Series

Pioneer DreamMicro. Rackmount 1U Server - S58 Series Pioneer DreamMicro Rackmount 1U Server - S58 Series S58J - Spec Dimension 1U Rackmount 16.9 x 1. 7 x 26 (WxHxD) RAID Support SW RAID 0, 1, 10; RAID 5 support (optional) M/B Form Factor Processor Support

More information

Ultimate Workstation Performance

Ultimate Workstation Performance Product brief & COMPARISON GUIDE Intel Scalable Processors Intel W Processors Ultimate Workstation Performance Intel Scalable Processors and Intel W Processors for Professional Workstations Optimized to

More information

AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV)

AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV) White Paper December, 2018 AMD EPYC Processors Showcase High Performance for Network Function Virtualization (NFV) Executive Summary Data centers and cloud service providers are creating a technology shift

More information

Zhang Tianfei. Rosen Xu

Zhang Tianfei. Rosen Xu Zhang Tianfei Rosen Xu Agenda Part 1: FPGA and OPAE - Intel FPGAs and the Modern Datacenter - Platform Options and the Acceleration Stack - FPGA Hardware overview - Open Programmable Acceleration Engine

More information

SU Dual and Quad-Core Xeon UP Server

SU Dual and Quad-Core Xeon UP Server SU4-1300 Dual and Quad-Core Xeon UP Server www.eslim.co.kr Dual and Quad-Core Server Computing Leader!! ESLIM KOREA INC. 1. Overview eslim SU4-1300 The ideal entry-level server Intel Xeon processor 3000/3200

More information

Rack Disaggregation Using PCIe Networking

Rack Disaggregation Using PCIe Networking Ethernet-based Software Defined Network (SDN) Rack Disaggregation Using PCIe Networking Cloud Computing Research Center for Mobile Applications (CCMA) Industrial Technology Research Institute 雲端運算行動應用研究中心

More information

All Roads Lead to Convergence

All Roads Lead to Convergence All Roads Lead to Convergence Greg Scherer VP, Server and Storage Strategy gscherer@broadcom.com Broadcom Corporation 2 Agenda The Trend Toward Convergence over Ethernet Reasons for Storage and Networking

More information

Cisco UCS C240 M3 Server

Cisco UCS C240 M3 Server Data Sheet Cisco UCS C240 M3 Rack Server Product Overview The form-factor-agnostic Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS C-Series Rack Servers and B-Series Blade Servers with networking

More information

HIGH PERFORMANCE, OPEN STANDARD VIRTUALIZATION WITH NFV AND SDN

HIGH PERFORMANCE, OPEN STANDARD VIRTUALIZATION WITH NFV AND SDN HIGH PERFORMANCE, OPEN STANDARD VIRTUALIZATION WITH NFV AND SDN A Joint Hardware and Software Platform for Next-Generation NFV and SDN Deployments By John DiGiglio, Software Product Marketing, Intel Corporation

More information

An Intelligent NIC Design Xin Song

An Intelligent NIC Design Xin Song 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) An Intelligent NIC Design Xin Song School of Electronic and Information Engineering Tianjin Vocational

More information

Intel Xeon E v4, Windows Server 2016 Standard, 16GB Memory, 1TB SAS Hard Drive and a 3 Year Warranty

Intel Xeon E v4, Windows Server 2016 Standard, 16GB Memory, 1TB SAS Hard Drive and a 3 Year Warranty pe_r430_11598_b Datasheet Check its price: Click Here Overview delivers peak 2-socket performance for HPC, web tech and infrastructure scale-out. R430 provides Intel Xeon processor E5-2600 v4 product family

More information

MWC 2015 End to End NFV Architecture demo_

MWC 2015 End to End NFV Architecture demo_ MWC 2015 End to End NFV Architecture demo_ March 2015 demonstration @ Intel booth Executive summary The goal is to demonstrate how an advanced multi-vendor implementation of the ETSI ISG NFV architecture

More information

DPDK Intel Cryptodev Performance Report Release 17.11

DPDK Intel Cryptodev Performance Report Release 17.11 DPDK Intel Cryptodev Performance Report Test Date: Nov 20th 2017 Author: Intel DPDK Validation team Revision History Date Revision Comment Nov 20th, 2017 1.0 Initial document for release 2 Contents Audience

More information

DPDK Intel Cryptodev Performance Report Release 18.08

DPDK Intel Cryptodev Performance Report Release 18.08 DPDK Intel Cryptodev Performance Report Test Date: August 7th 2018 Author: Intel DPDK Validation team Revision History Date Revision Comment August 7th, 2018 1.0 Initial document for release 2 Contents

More information

New Levels of Performance and Interconnection for Datacenter Applications

New Levels of Performance and Interconnection for Datacenter Applications New Levels of Performance and Interconnection for Datacenter Applications The ASUS Z9PE-D16-D16/DUAL serverboard presents ultra-extreme computing performance and is ready for future upgrades. It arises

More information

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE

DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE DELL EMC READY BUNDLE FOR VIRTUALIZATION WITH VMWARE AND FIBRE CHANNEL INFRASTRUCTURE Design Guide APRIL 0 The information in this publication is provided as is. Dell Inc. makes no representations or warranties

More information

NEC Express5800/B120f-h System Configuration Guide

NEC Express5800/B120f-h System Configuration Guide NEC Express5800/B120f-h System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

Building a Platform Optimized for the Network Edge

Building a Platform Optimized for the Network Edge Building a Platform Optimized for the Network Edge MPLS + SDN + NFV WORLD 2018 Nicolas Bouthors, Enea Innovation Agenda Software Virtualization - Key Requirements Leveraging DPDK Multi-Function VNFs at

More information

A Path to Line-Rate-Capable NFV Deployments with Intel Architecture and the. OpenStack* Juno Release

A Path to Line-Rate-Capable NFV Deployments with Intel Architecture and the. OpenStack* Juno Release White Paper Line-Rate-Capable NFV Deployments with Intel Architecture and the OpenStack* Juno Release A Path to Line-Rate-Capable NFV Deployments with Intel Architecture and the OpenStack* Juno Release

More information

Technical Overview of the Lenovo X6 Servers

Technical Overview of the Lenovo X6 Servers Front cover Technical Overview of the Lenovo X6 Servers Last Update: September 2016 Covers the sixth generation Enterprise X-Architecture servers Support for the latest Intel Xeon E7-8800 v4 "Broadwell

More information

Pexip Infinity Server Design Guide

Pexip Infinity Server Design Guide Pexip Infinity Server Design Guide Introduction This document describes the recommended specifications and deployment for servers hosting the Pexip Infinity platform. It starts with a Summary of recommendations

More information

Intel Server. Performance. Reliability. Security. INTEL SERVER SYSTEMS

Intel Server. Performance. Reliability. Security. INTEL SERVER SYSTEMS Performance. Reliability. Security. Intel Server Systems Based on Intel s most innovative technologies with Intel world-class validation, compatibility, certification, warranty and support. Reliable solutions

More information

Executive Summary. Introduction. Test Highlights

Executive Summary. Introduction. Test Highlights Executive Summary Today, LTE mobile operators typically deploy All-IP and flat network architectures. This elegant and flexible solution requires deployment of an adequate security infrastructure. One

More information

OCP-T Spec Open Pod Update

OCP-T Spec Open Pod Update OCP-T Spec Open Pod Update Defining the next generation of OCP and RSD Open Pods Jeff Sharpe January, 2017 Building Forward Together Building Forward Together 1 Scope for OCP-T Pod for Frame/appliance

More information

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper

Configuring SR-IOV. Table of contents. with HP Virtual Connect and Microsoft Hyper-V. Technical white paper Technical white paper Configuring SR-IOV with HP Virtual Connect and Microsoft Hyper-V Table of contents Abstract... 2 Overview... 2 SR-IOV... 2 Advantages and usage... 2 With Flex-10... 3 Setup... 4 Supported

More information

A-GEAR 10Gigabit Ethernet Server Adapter X520 2xSFP+

A-GEAR 10Gigabit Ethernet Server Adapter X520 2xSFP+ Product Specification NIC-10G-2BF A-GEAR 10Gigabit Ethernet Server Adapter X520 2xSFP+ Apply Dual-port 10 Gigabit Fiber SFP+ server connections, These Server Adapters Provide Ultimate Flexibility and Scalability

More information

Intel Server. Performance. Reliability. Security. INTEL SERVER SYSTEMS FEATURE-RICH INTEL SERVER SYSTEMS FOR PERFORMANCE, RELIABILITY AND SECURITY

Intel Server. Performance. Reliability. Security. INTEL SERVER SYSTEMS FEATURE-RICH INTEL SERVER SYSTEMS FOR PERFORMANCE, RELIABILITY AND SECURITY Performance. Reliability. Security. Intel Server Systems INTEL SERVER SYSTEMS Based on Intel s most innovative technologies with Intel world-class validation, compatibility, certification, warranty and

More information

Netronome 25GbE SmartNICs with Open vswitch Hardware Offload Drive Unmatched Cloud and Data Center Infrastructure Performance

Netronome 25GbE SmartNICs with Open vswitch Hardware Offload Drive Unmatched Cloud and Data Center Infrastructure Performance WHITE PAPER Netronome 25GbE SmartNICs with Open vswitch Hardware Offload Drive Unmatched Cloud and NETRONOME AGILIO CX 25GBE SMARTNICS SIGNIFICANTLY OUTPERFORM MELLANOX CONNECTX-5 25GBE NICS UNDER HIGH-STRESS

More information

Cisco UCS C240 M3 Server

Cisco UCS C240 M3 Server Data Sheet Cisco UCS C240 M3 Rack Server Product Overview The form-factor-agnostic Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS C-Series Rack Servers and B-Series Blade Servers with networking

More information

ONOS-based Data Plane Acceleration Support for 5G. Dec 4, SKTelecom

ONOS-based Data Plane Acceleration Support for 5G. Dec 4, SKTelecom ONOS-based Data Plane Acceleration Support for 5G Dec 4, 2018 SKTelecom 0 A Brief Introduction to 5G Network 5G Core Service-based Architecture CP UP Key Functions - UE Authentication - UE Mobility Mgmt.

More information

WHITE PAPER SINGLE & MULTI CORE PERFORMANCE OF AN ERASURE CODING WORKLOAD ON AMD EPYC

WHITE PAPER SINGLE & MULTI CORE PERFORMANCE OF AN ERASURE CODING WORKLOAD ON AMD EPYC WHITE PAPER SINGLE & MULTI CORE PERFORMANCE OF AN ERASURE CODING WORKLOAD ON AMD EPYC INTRODUCTION With the EPYC processor line, AMD is expected to take a strong position in the server market including

More information

Supporting Fine-Grained Network Functions through Intel DPDK

Supporting Fine-Grained Network Functions through Intel DPDK Supporting Fine-Grained Network Functions through Intel DPDK Ivano Cerrato, Mauro Annarumma, Fulvio Risso - Politecnico di Torino, Italy EWSDN 2014, September 1st 2014 This project is co-funded by the

More information

SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES

SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES PONDICHERRY DEPARTMENT UNIVERSITY OF PHYSICS SCHOOL OF PHYSICAL, CHEMICAL AND APPLIED SCIENCES QUOTATION INVITATION FOR THE PURCHASE OF PROCESSOR SERVER Ref: DST Project "Solitons and Modulational Systems"

More information

Dell Solution for High Density GPU Infrastructure

Dell Solution for High Density GPU Infrastructure Dell Solution for High Density GPU Infrastructure 李信乾 (Clayton Li) 產品技術顧問 HPC@DELL Key partnerships & programs Customer inputs & new ideas Collaboration Innovation Core & new technologies Critical adoption

More information

VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD

VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD VIRTUALIZING SERVER CONNECTIVITY IN THE CLOUD Truls Myklebust Director, Product Management Brocade Communications 2011 Brocade Communciations - All Rights Reserved 13 October 2011 THE ENTERPRISE IS GOING

More information