6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure

Size: px
Start display at page:

Download "6WINDGate. White Paper. Packet Processing Software for Wireless Infrastructure"

Transcription

1 Packet Processing Software for Wireless Infrastructure Last Update: v1.0 - January 2011

2 Performance Challenges for Wireless Networks As advanced services proliferate and video consumes an ever-increasing share of wireless network capacity, the requirements for high-performance processing of network traffic will continue to grow dramatically. Each piece of equipment in the network must achieve higher levels of packet processing performance. At the same time, the equipment must be designed to meet challenging power, cost and schedule requirements. This white paper discusses how specialized software, designed for high-performance processing of network packets and optimized for multicore processors, enables system designers to meet the conflicting goals of high traffic rates, low system power and minimum system cost. The explanation will be illustrated using real-world examples of 4G equipment based on multicore Intel Architecture (IA) platforms and will leave readers with a good understanding of how to use advanced multicore packet processing techniques effectively in next-generation networking equipment. Designers of 4G telecom infrastructure products, whether LTE or WiMAX, face challenging performance requirements that cannot be addressed with the same techniques that worked for 2G and 3G equipment. Core network traffic doubles every year Driven by high-bandwidth Internet applications, the total traffic in the core network is growing at over 100% per year, so service providers expect individual network elements such as packet gateways to provide at least a corresponding increase in bandwidth. At the same time, telecom equipment is increasingly deployed in commercial and outdoor environments without forced-air cooling, placing severe restrictions on the number of high-performance processor subsystems that can be used. Finally, equipment suppliers operate under ever more challenging cost constraints. These apply both to CAPEX, since low product cost is essential to support worldwide deployments of 4G networks, and to OPEX, where electrical power, both to run the equipment and for cooling, is a major contributor to the calculation of overall Total Cost of Ownership (TCO). To be successful, developers of 4G networking equipment must deliver solutions that achieve maximum throughput for tomorrow s network traffic patterns (dominated by video and data), while minimizing system-level power consumption and cost.

3 Packet processing fundamentals Packet Processing Software Solutions For 4G networks, 3GPP has specified a flat IP-based network architecture (SAE: System Architecture Evolution) with the goal of efficiently supporting massive usage of IP services. As a consequence, the network architecture is much simpler than existing architectures such as 3G. However, as all the services (data, voice, video ) use IP packets, processing these packets efficiently becomes critical to ensure LTE system performance. On top of the IP protocol itself (actually the two IP protocols as the SAE architecture supports both IPv4 and IPv6 versions), a large number of individual protocols have to be implemented: Low-level protocols such as IPsec (Internet Protocol Security), ROHC (Robust Header Compression) and VLAN (Virtual LAN). Within an overall 4G network, a number of protocols support communication between individual subsystems. For example, GTP (GPRS Tunneling Protocol) carries user data via IP tunnels between a Signaling Gateway (SGW) and a base station (enodeb). Similarly, SCTP (Stream Control Transmission Protocol) implements signaling between the Mobility Management Entity (MME), the SGW and the enodeb. Likewise, IPinIP, GRE (Generic Routing Encapsulation) or GTPu provide tunnel connections from the SGW to the Packet Gateway (PGW). And there are many more protocols that are used throughout the network. Differentiating the services is also critical. IP QoS is required to prioritize realtime traffic over pure data traffic. Similarly, packet inspection implements the mechanisms to identify the user traffic to provide a better service to users and/or applications. All these protocols are encapsulated in IP packets. Starting from layer 2 protocols, packet processing software has to analyze successive encapsulated headers as fast as possible. The critical performance challenge for 4G networking equipment is to process these IP packets at the highest possible throughput. In general, the designer s objective is to perform this processing fast enough that the throughput of the equipment is limited, not by the packet processing performance, but by the speed of the physical network connection, typically 10Gb/s, 40Gb/s or, soon, 100Gb/s. If the processing throughput matches the speed of the network, the system is said to be performing at wire-speed, maximizing the efficiency of the equipment. Over the past few years, developers of high-end processors migrated to multicore architectures in order to meet never-ending needs for increased performance in networking equipment and a constant evolution of customized protocols. The traditional processor design approach of continually increasing clock frequencies in order to boost performance led to prohibitive processor power consumption, since power is proportional to the square of the clock frequency. The industry adopted multicore architectures in which the cores run at a clock frequency that leads to manageable power consumption for the processor as a whole. Today, all processors used in high-performance networking products are based on multicore architectures. These platforms provide the ideal environment for implementing the high-performance packet processing that is required for 4G equipment. For developers of networking equipment, selecting a multicore processor for their system is only one step in designing a high-performance system solution. Generally, the more complex question is how to architect the software which, as explained above, typically needs to process packets from multiple streams of network traffic at wire-speed.

4 A standard networking stack uses services provided by the operating Operating System and is subject to significant overheads associated with functions such as preemptions, threads, timers and locking. These processing overheads are imposed on each packet passing through the system, resulting in a major performance penalty for overall throughput. Furthermore, although some improvements can be made to an OS stack to support multicore architectures, performance fails to scale linearly over multiple cores for complex packet processing such as required by 4G and a processor with, for example, eight cores may not process packets significantly faster than one with two cores for GTPu-to-GRE encapsulations. All in all, a standard OS stack does a poor job of exploiting the potential packet processing performance of a multicore processor. A superior solution is provided by specialized packet processing software optimized for multicore architectures. In a well-designed implementation, the networking stack is split into two layers. The lower layer, typically called the fast path, processes the majority of incoming packets outside the OS environment and without ncurring any of the OS overheads that degrade overall performance. Only those rare packets that require complex processing are forwarded to the OS networking stack, which performs the necessary management, signalingg functions. and control A multicore processor is well-suited to implementing this kind of software architecture. Most of the cores can be dedicated to running the fast path, in order to maximize the overall throughput of the system, while only one core is required to run the OS, the OS networking stack and the application s control plane. In practice, the designer will analyze the specific performance requirements for the various software elements in the system (applications, control plane, networking stack and fast path), deciding on the most appropriate allocation of cores to balance the overall system workload. Until recently, the only restriction when configuring the platform was that, since the cores running the fast path were running outside the OS, they had to be dedicated exclusively to the fast path and not shared with other software. With the recent evolution towards a hybrid fast path model, the system can now be reconfigured dynamically as traffic patterns change in order to share the CPU resources allocated to the control plane and the fast path. Splitting the networking stack in this way has no impact on the functionality of application software, which interfaces to the same OS networking stack as previously. Existing applications do not need to be rewritten or recertified, but they run significantly faster because the underlying packet processing is accelerated through the fast path environment.

5 The gold standard for packet processing software Introducing 6WINDGate Software for Multicore IA Platforms In a typical 4G application such as a packet gateway (PGW) or switching gateway (SGW), when the standardd OS networking stacks are replaced by optimized packet processing software based on the fast path concept, the networking performance of the processor subsystems will typically increase by seven to ten times. This massive increase in performance means the system will be able to manage 7x to 10x more users with the same hardware. This type of fast path- to based implementationn can allow the designer meet system throughput goals that may have been unachievable on a single multicore processor when using a standard OS stack. These compelling breakthroughs in system performance also translate directly into improvements in energy efficiency and cost. The 6WINDGate packet processing software product implements the type of fast path architecture described above and has been deployed by wireless infrastructure equipment providers worldwide. With a comprehensive set of protocols available for the control plane, the networking stack and the fast path, 6WINDGate provides developers with a single-vendor solution for all the protocols required for a high-performance wireless infrastructure platform based on multicore technology. By removing the need for developers to integrate networking software components from multiple suppliers, 6WINDGate has been proven to accelerate the time-to-market for networking equipment by up to twelve months. Architecturally, 6WINDGate is a drop-in replacement for standard Linux networking stacks and is fully-compatible with standard Linux application APIs. Any existing Linux applications, such as LTE or WiMAX applications, will run unchanged when migrated to a multicore system using 6WINDGate. This allows OEMs to preserve their investment in proprietary or third-party applications while fully benefitting from the performance, system cost and time-to-market advantages provided by 6WINDGate. When installed on a multicore Intel Architecture platform, 6WINDGate can be configured at run-time to make the optimum use of the number cores available.

6 In the example shown below, the six-core Intel Xeon processor E5645 is used as follows: One core is configured to run Linux and the LTE or WiMAX application stack, as well as the 6WINDGate control plane and the 6WINDGate networking stack; The remaining five cores are configured to run the 6WINDGate fast path, which makes full use of processor-specific services provided by the Intel Data Plane Development Kit (Intel DPDK) software. Scaleable, extensible multicore software architecture It s important to note that the 6WINDGate software is fully extensible, with support for multi-processor architectures. Multiple processors can be configured to provide the required level of performance (both on fast path and Linux protocols). The following section explains the system-level performance achieved by this software configuration.

7 Industry-leadinpacket processing performance on multicore IA processors 6WINDGate Performance in Wireless Infrastructure Equipment As a starting-point for understanding the system-level performance that the 6WINDGate software provides for wireless infrastructure equipment, it s instructive to examine IP forwarding performance. This can be used to evaluate the raw capabilities of the platform. 6WIND has recently demonstrated 10Gb/s Ethernet IP forwarding performancee using the 6WINDGate packet processing software running on a 2.4 GHz Intel Xeon processor E5645. On this platform, 6WINDGate delivers approximately 13.9 Mpps of IP Forwarding performance on a single core, while the architecture of the software ensures that the performance scales linearly according to the number of cores configured to run the fast path (subject, of course, to any finite throughput limits imposed by hardware constraints). Clearly, though, 4G wireless infrastructure equipment requires the implementation of functions far beyond basic IP forwarding. The 6WINDGate packet processing solution is ideal for this becausee it includes a wide selection of protocols optimized for multicore platforms. (Of course, processing a large number of protocols requires more processor cycles and the overall performance measured in packets per second decreases with the complexity of the protocols used.) A typical system includes a fast path implementation of VLAN, IP forwarding, GTPu tunneling, flow accounting and QoS conditioner functions, all using 6WINDGate. For this workload, an Intel Xeon processor E5645 core running at 2.4 GHz is able to process around 2.5 Mpps/core. Assuming the average size of an IP packet is 512 bytes, each core is thereforee able to process traffic at a rate of 10.6 Gbps. Since the average bandwidth per LTE user is typicallyy around 1.2 Mbps, this implies that a single Intel Xeon processor E5645 core running the 6WINDGate packet processing software can handle the traffic of approximately 8,860 active users.

8 620,000 active LTE users Based on this analysis, a telecom blade based on a single six-core Intel Xeon processor E5645 blade with five cores configured to run the 6WINDGate fast path will be able to manage around 44,000 active LTE users. With the new generation of eight-core processors, the performance per blade will reach 62,000 active LTE users (assuming seven cores running the fast path). Typical telecom infrastructure systems, such as packet gateways and switching gateways, comprise a chassis that includes multiple identical processor blades, supported by common resources for system management, power and I/O. The most relevant LTE performance number from the point of view of a service provider is the total number of users supported by a complete chassis. Using the analysis of processor-level and blade-level performance outlined above, it is straightforward to extrapolatee the performance (or user capacity) of a fullyequippped chassis. Assuming blades based on Intel Xeon processors running 6WINDGate, with the maximum available number of cores configured to run the fast path, simple calculations show thatt a chassis equipped with 10 blades willl handle 440,000 active LTE users ( six-core processors) or 620,000 active LTE users (eight-core processors).

9 Deployed by tier-1 OEMs worldwide in 4G networking equipment 6WINDGate Benefits Summarized This white paper has illustrated some of the key benefits that the 6WINDGate packet processing software provides for developers of high-performance 4G wireless equipment. These benefits include: Optimized support for industry-leading multicore processor platforms such as the Intel Xeon processor E5645 running the Intel Data Plane Development Kit (Intel DPDK) software; Portable software architecture, eliminating any dependency on a single processor or CPU vendor; Best-in-class packet processing performance, delivering seven to ten times the performance of standard OS networking stacks, enabling the development of 4G networking equipment that meets challenging performance requirements; Comprehensive set of 40+ optimized networking protocols, ideally suited to 4G equipment, eliminates the need to integrate networking software components from multiple suppliers; Full compatibility with standard OS APIs simplifies software development, integration and migration; Built-in support for High-Availability frameworks enables Carrier Grade system reliability; Full compatibility with all commercial Linux distributions for maximum flexibility in software platform design; Award-winning technology with best-in-class technical support, already deployed in 4G networking equipment by tier-1 OEMs worldwide. Conclusions 4G equipment needs to achieve a breakthrough level of packet processing performance in order to provide advanced services for high numbers of users. While multicore processor platforms are capable of delivering impressive raw performance, standard OS networking stacks cannot reach the necessary throughput. The 6WINDGate software achieves a 7x to 10x improvement in packet processing performance and enables OEMs to meet 4G performance requirements. Because 6WINDGate is compatible with standard APIs and includes a comprehensive suite of optimized networking protocols, developers can accelerate their time-to-market by up to twelve months while reusing their existing software. For more information, please visit

Lowering Cost per Bit With 40G ATCA

Lowering Cost per Bit With 40G ATCA White Paper Lowering Cost per Bit With 40G ATCA Prepared by Simon Stanley Analyst at Large, Heavy Reading www.heavyreading.com sponsored by www.radisys.com June 2012 Executive Summary Expanding network

More information

eclipse packet node aviat networks transforming networks to all-ip

eclipse packet node aviat networks transforming networks to all-ip eclipse packet node aviat networks ANSI transforming networks to all-ip 4G Wireless Backhaul for 4G/LTE Networks 2 AVIAT NETWORKS 4G/LTE Ready Wireless Backhaul Enabling the mobile broadband future The

More information

Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets)

Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets) Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets) The Alcatel-Lucent 9500 Microwave Packet Radio (MPR) provides cost-effective IP transformation for seamless microwave transport of TDM, ATM, IP

More information

Satellite-Based Cellular Backhaul in the Era of LTE

Satellite-Based Cellular Backhaul in the Era of LTE Satellite-Based Cellular Backhaul in the Era of LTE Introduction 3 Essential Technologies for 3G/LTE Backhauling over Satellite 6 Gilat s Solution SkyEdge II-c Capricorn 7 Why Ultra-fast TDMA is the Only

More information

Seven Criteria for a Sound Investment in WAN Optimization

Seven Criteria for a Sound Investment in WAN Optimization Seven Criteria for a Sound Investment in WAN Optimization Introduction WAN optimization technology brings three important business benefits to IT organizations: Reduces branch office infrastructure costs

More information

Business Case for the Cisco ASR 5500 Mobile Multimedia Core Solution

Business Case for the Cisco ASR 5500 Mobile Multimedia Core Solution Business Case for the Cisco ASR 5500 Mobile Multimedia Core Solution Executive Summary The scale, use and technologies of mobile broadband networks are changing rapidly. Mobile broadband growth continues

More information

Mobile Network Evolution

Mobile Network Evolution ANSI Mobile Network Evolution Eclipse Packet Node, enabling the 4G mobile broadband future The explosive demand for the next-generation mobile user experience is forcing operators to quickly implement

More information

Enabling Efficient and Scalable Zero-Trust Security

Enabling Efficient and Scalable Zero-Trust Security WHITE PAPER Enabling Efficient and Scalable Zero-Trust Security FOR CLOUD DATA CENTERS WITH AGILIO SMARTNICS THE NEED FOR ZERO-TRUST SECURITY The rapid evolution of cloud-based data centers to support

More information

New Approach to Unstructured Data

New Approach to Unstructured Data Innovations in All-Flash Storage Deliver a New Approach to Unstructured Data Table of Contents Developing a new approach to unstructured data...2 Designing a new storage architecture...2 Understanding

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

White Paper. Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul

White Paper. Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul White Paper Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul Massive Capacity Can Be Easier with 4G-Optimized Microwave Backhaul End user demand for ubiquitous broadband connectivity,

More information

Integrating Communications Compliance into the Next Generation 4G LTE Network

Integrating Communications Compliance into the Next Generation 4G LTE Network SS8 : WHITEPAPER : INTEGRATING CC INTO THE NEXT GENERATION 4G LTE NETWORK Integrating Communications Compliance into the Next Generation 4G LTE Network All telecommunication providers that currently or

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

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

Total Cost of Ownership Analysis for a Wireless Access Gateway

Total Cost of Ownership Analysis for a Wireless Access Gateway white paper Communications Service Providers TCO Analysis Total Cost of Ownership Analysis for a Wireless Access Gateway An analysis of the total cost of ownership of a wireless access gateway running

More information

Network Edge Innovation With Virtual Routing

Network Edge Innovation With Virtual Routing Independent market research and competitive analysis of next-generation business and technology solutions for service providers and vendors Network Edge Innovation With Virtual Routing A Heavy Reading

More information

Leveraging WiMAX into LTE Success

Leveraging WiMAX into LTE Success White Paper Leveraging WiMAX into LTE Success By: Todd Mersch, Director of Product Line Management Overview In business and technology, inflection points are a rare occurrence. Furthermore, the identification

More information

RADWIN IP Backhaul Solutions. Application Brochure. Meeting the escalating demand for IP backhaul

RADWIN IP Backhaul Solutions. Application Brochure. Meeting the escalating demand for IP backhaul Application Brochure RADWIN IP Backhaul Solutions Meeting the escalating demand for IP backhaul With the escalating demand for high bandwidth applications, service providers are focused on extending their

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

Metering Re-ECN: Performance Evaluation and its Applicability in

Metering Re-ECN: Performance Evaluation and its Applicability in Metering Re-ECN: Performance Evaluation and its Applicability in Cellular Networks Ying Zhang, Ingemar Johansson, Howard Green, Mallik Tatipamula Ericsson Research Resource allocation and usage accountability

More information

OPEN COMPUTE PLATFORMS POWER SOFTWARE-DRIVEN PACKET FLOW VISIBILITY, PART 2 EXECUTIVE SUMMARY. Key Takeaways

OPEN COMPUTE PLATFORMS POWER SOFTWARE-DRIVEN PACKET FLOW VISIBILITY, PART 2 EXECUTIVE SUMMARY. Key Takeaways OPEN COMPUTE PLATFORMS POWER SOFTWARE-DRIVEN PACKET FLOW VISIBILITY, PART 2 EXECUTIVE SUMMARY This is the second of two white papers that describe how the shift from monolithic, purpose-built, network

More information

Intel Network Builders Solution Brief. Etisalat* and Intel Virtualizing the Internet. Flexibility

Intel Network Builders Solution Brief. Etisalat* and Intel Virtualizing the Internet. Flexibility Intel Network Builders Solution Brief Etisalat* and Intel Virtualizing the Internet Gateway Gi-LAN for Service Flexibility Introduction Etisalat Group* is one of the world s leading telecom groups in emerging

More information

Broadcom Adapters for Dell PowerEdge 12G Servers

Broadcom Adapters for Dell PowerEdge 12G Servers White Paper Broadcom Adapters for Dell PowerEdge 12G Servers The Dell PowerEdge 12G family of rack, tower, and blade servers offer a broad range of storage and networking options designed to address the

More information

Virtual Switch Acceleration with OVS-TC

Virtual Switch Acceleration with OVS-TC WHITE PAPER Virtual Switch Acceleration with OVS-TC HARDWARE ACCELERATED OVS-TC PROVIDES BETTER CPU EFFICIENCY, LOWER COMPLEXITY, ENHANCED SCALABILITY AND INCREASED NETWORK PERFORMANCE COMPARED TO KERNEL-

More information

Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision

Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision Cisco Unified Computing System Delivering on Cisco's Unified Computing Vision At-A-Glance Unified Computing Realized Today, IT organizations assemble their data center environments from individual components.

More information

Cisco ASR 5500 Multimedia Core Platform

Cisco ASR 5500 Multimedia Core Platform Data Sheet Cisco ASR 5500 Multimedia Core Platform As a mobile operator, the mobile broadband network that you built has forever changed the way that your customers work, live, play, and learn, and has

More information

Towards 5G RAN Virtualization Enabled by Intel and ASTRI*

Towards 5G RAN Virtualization Enabled by Intel and ASTRI* white paper Communications Service Providers C-RAN Towards 5G RAN Virtualization Enabled by Intel and ASTRI* ASTRI* has developed a flexible, scalable, and high-performance virtualized C-RAN solution to

More information

Broadcast-Quality, High-Density HEVC Encoding with AMD EPYC Processors

Broadcast-Quality, High-Density HEVC Encoding with AMD EPYC Processors Solution Brief December, 2018 2018 Broadcast-Quality, High-Density HEVC Encoding with AMD EPYC Processors HIGHLIGHTS o The AMD EPYC SoC brings a new balance to the datacenter. Utilizing an x86-architecture,

More information

40 GbE: What, Why & Its Market Potential

40 GbE: What, Why & Its Market Potential 40 GbE: What, Why & Its Market Potential Contributors: Gautam Chanda, Cisco Systems Yinglin (Frank) Yang, CommScope, Inc. November 2010 1 P a g e Table of Contents Executive Summary...3 Introduction: The

More information

Abstract of the Book

Abstract of the Book Book Keywords IEEE 802.16, IEEE 802.16m, mobile WiMAX, 4G, IMT-Advanced, 3GPP LTE, 3GPP LTE-Advanced, Broadband Wireless, Wireless Communications, Cellular Systems, Network Architecture Abstract of the

More information

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION LTE CONVERGED GATEWAY FLOW MOBILITY SOLUTION John Cartmell InterDigital Melville, New York, USA john.cartmell@interdigital.com ABSTRACT Flow Mobility (IFOM) is a feature defined in the 3GPP standards.

More information

Was ist dran an einer spezialisierten Data Warehousing platform?

Was ist dran an einer spezialisierten Data Warehousing platform? Was ist dran an einer spezialisierten Data Warehousing platform? Hermann Bär Oracle USA Redwood Shores, CA Schlüsselworte Data warehousing, Exadata, specialized hardware proprietary hardware Introduction

More information

VOLTE and the IP/MPLS Cell Site Evolution

VOLTE and the IP/MPLS Cell Site Evolution AVIAT NETWORKS VOLTE and the IP/MPLS Cell Site Evolution By Eduardo J. Sánchez, Aviat Networks Technical Marketing TABLE OF CONTENTS INTRODUCTION...3 PROBLEM: DEPLOYING VOLTE FOR RELIABLE VOICE AND VIDEO...3

More information

Tunneling Configuration Guide for Enterprise

Tunneling Configuration Guide for Enterprise Tunneling Configuration Guide for Enterprise Tech Note Version 1.0 Table of Contents Introduction... 3 Tunneling Options... 4 Why use tunneling... 4 Tunnel types... 4 Ruckus GRE... 4 Soft-GRE... 5 Tunneling

More information

PeerApp Case Study. November University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs

PeerApp Case Study. November University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs PeerApp Case Study University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs November 2010 Copyright 2010-2011 PeerApp Ltd. All rights reserved 1 Executive Summary

More information

TetraNode Scalability and Performance. White paper

TetraNode Scalability and Performance. White paper White paper Issue 1.0, May 2017 Introduction Rohill solutions are known for performance, flexibility, scalability, security and affordability. Also, the strong TetraNode system architecture, open standards-based

More information

Header Compression Capacity Calculations for Wireless Networks

Header Compression Capacity Calculations for Wireless Networks Header Compression Capacity Calculations for Wireless Networks Abstract Deployment of wireless transport in a data-centric world calls for a fresh network planning approach, requiring a balance between

More information

The path toward C-RAN and V-RAN: benefits and challenges from operator perspective

The path toward C-RAN and V-RAN: benefits and challenges from operator perspective TELECOM ITALIA GROUP 5G World Summit London, 29-30 June 2016 : benefits and challenges from operator perspective Marco Caretti Telecom Italia Engineering & TiLAB Agenda The drivers for the RAN evolution

More information

Network Design Considerations for Grid Computing

Network Design Considerations for Grid Computing Network Design Considerations for Grid Computing Engineering Systems How Bandwidth, Latency, and Packet Size Impact Grid Job Performance by Erik Burrows, Engineering Systems Analyst, Principal, Broadcom

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

Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation

Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation . White Paper Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation Introduction As organizations increasingly rely on IT to help enable, and even change, their business

More information

Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances

Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances Technology Brief Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances Intel PRO/1000 PT and PF Quad Port Bypass Server Adapters for In-line Server Appliances The world

More information

PXI - An ideal platform for a variety of industrial applications

PXI - An ideal platform for a variety of industrial applications PXI - An ideal platform for a variety of industrial applications Overview This white paper explains in detail the PXI architecture and discusses the benefits PXI systems present in a variety of industrial

More information

Virtual WAN Optimization Controllers

Virtual WAN Optimization Controllers Virtual WAN Optimization Controllers vwan Virtual WAN Optimization Controllers accelerate applications, speed data transfers and reduce bandwidth costs using a combination of application, network and protocol

More information

Passive optical LAN explained

Passive optical LAN explained Understanding the technology for a more advanced enterprise network Strategic White Paper Network architects have used local area network (LAN) switches to manage the volume of traffic in enterprise networks

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini February 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

THE OPEN DATA CENTER FABRIC FOR THE CLOUD

THE OPEN DATA CENTER FABRIC FOR THE CLOUD Product overview THE OPEN DATA CENTER FABRIC FOR THE CLOUD The Open Data Center Fabric for the Cloud The Xsigo Data Center Fabric revolutionizes data center economics by creating an agile, highly efficient

More information

Virtual WAN Optimization Controllers

Virtual WAN Optimization Controllers acel E RA VA DATAS HEET Virtual WAN Optimization Controllers acelera VA Virtual WAN Optimization Controllers accelerate applications, speed data transfers and reduce bandwidth costs using a combination

More information

Use of the Internet SCSI (iscsi) protocol

Use of the Internet SCSI (iscsi) protocol A unified networking approach to iscsi storage with Broadcom controllers By Dhiraj Sehgal, Abhijit Aswath, and Srinivas Thodati In environments based on Internet SCSI (iscsi) and 10 Gigabit Ethernet, deploying

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

7 Myths & Facts of Wireless Backhaul IP Migration

7 Myths & Facts of Wireless Backhaul IP Migration White Paper 7 Myths & Facts of Wireless Backhaul IP Migration Ceragon Networks, CeraView, FibeAir and the FibeAir design mark are registered trademarks of Ceragon Networks Ltd., and Ceragon, PolyView,

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

BUILDING A NEXT-GENERATION FIREWALL

BUILDING A NEXT-GENERATION FIREWALL How to Add Network Intelligence, Security, and Speed While Getting to Market Faster INNOVATORS START HERE. EXECUTIVE SUMMARY Your clients are on the front line of cyberspace and they need your help. Faced

More information

Leverage SDN Principles in LTE to Meet Future Network Demands

Leverage SDN Principles in LTE to Meet Future Network Demands Leverage SDN Principles in LTE to Meet Future Network Demands PLATFORM FOR PROFITABLE GROWTH The Role of SDN in LTE Networks SDN refers to specific technologies considered promising for mobile network

More information

KeyStone C66x Multicore SoC Overview. Dec, 2011

KeyStone C66x Multicore SoC Overview. Dec, 2011 KeyStone C66x Multicore SoC Overview Dec, 011 Outline Multicore Challenge KeyStone Architecture Reminder About KeyStone Solution Challenge Before KeyStone Multicore performance degradation Lack of efficient

More information

Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility

Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility White Paper Cisco 4000 Series Integrated Services Routers: Architecture for Branch-Office Agility The Cisco 4000 Series Integrated Services Routers (ISRs) are designed for distributed organizations with

More information

wi4 Fixed Point-to-Multipoint Canopy Solutions

wi4 Fixed Point-to-Multipoint Canopy Solutions wi4 Fixed Point-to-Multipoint Canopy Solutions Canopy Technology is as Simple as it is Powerful The wi4 Fixed Point-to-Multipoint Canopy solution is streamlined, powerful and simple, with built-in installation

More information

Cisco SCE 2020 Service Control Engine

Cisco SCE 2020 Service Control Engine Data Sheet Cisco SCE 2000 Series Service Control Engine The Cisco SCE 2000 Series Service Control Engine is a network element specifically designed for carrier-grade deployments requiring high-capacity

More information

Business Aspects of FibeAir IP-20C

Business Aspects of FibeAir IP-20C Business Aspects of FibeAir IP-20C Introduction FibeAir IP-20C constitutes a breakthrough in capacity and cost-effectiveness in microwave communications bestowing significant competitive advantages on

More information

100 Gbps Open-Source Software Router? It's Here. Jim Thompson, CTO, Netgate

100 Gbps Open-Source Software Router? It's Here. Jim Thompson, CTO, Netgate 100 Gbps Open-Source Software Router? It's Here. Jim Thompson, CTO, Netgate @gonzopancho Agenda Edge Router Use Cases Need for Speed Cost, Flexibility, Control, Evolution The Engineering Challenge Solution

More information

iscsi Technology: A Convergence of Networking and Storage

iscsi Technology: A Convergence of Networking and Storage HP Industry Standard Servers April 2003 iscsi Technology: A Convergence of Networking and Storage technology brief TC030402TB Table of Contents Abstract... 2 Introduction... 2 The Changing Storage Environment...

More information

HigH THrougHpuT MeeTs Low TCo. THe etherhaul TM wireless BaCkHauL. 4Gon Tel: +44 (0) Fax: +44 (0)

HigH THrougHpuT MeeTs Low TCo. THe etherhaul TM wireless BaCkHauL. 4Gon   Tel: +44 (0) Fax: +44 (0) HigH THrougHpuT MeeTs Low TCo THe etherhaul TM e-band wireless BaCkHauL Shifting the Wireless Backhaul Paradigm Siklu s -1200 is a carrier-class, high-capacity E-band radio that dramatically lowers the

More information

Why Performance Matters When Building Your New SD-WAN

Why Performance Matters When Building Your New SD-WAN Why Performance Matters When Building Your New SD-WAN Not all SD-WANs are created equal. Brought to you by Silver Peak The New Generation of High Performance SD-WANs As enterprise IT considers ways to

More information

IPv6: a real opportunity for ISPs

IPv6: a real opportunity for ISPs IPv6: a real opportunity for ISPs Patrick COCQUET, 6WIND CEO, IPv6 Forum VP www.6wind.com 04/03/2002 réf. : 6W 01/064 1 6WIND Briefly 6WIND, The IPv6 Company! Starting date: September 2000 Spin-off from

More information

Performance Solution for NFV Reduces Cost-per-bit and Simplifies Service Deployment

Performance Solution for NFV Reduces Cost-per-bit and Simplifies Service Deployment Solution Brief Radisys* T-100 Series Intel Xeon Processors Performance Solution for NFV Reduces Cost-per-bit and Simplifies Service Deployment Designed to run consolidated, virtualized network functions,

More information

Large SAN Design Best Practices Using Cisco MDS 9700 and MDS 9500 Multilayer Directors

Large SAN Design Best Practices Using Cisco MDS 9700 and MDS 9500 Multilayer Directors White Paper Large SAN Design Best Practices Using Cisco MDS 9700 and MDS 9500 Multilayer Directors What You Will Learn As SANs continue to grow in size, many factors need to be considered to help scale

More information

Wireless IP for IoT / M2M 101 The Basics

Wireless IP for IoT / M2M 101 The Basics Wireless IP for IoT / M2M 101 The Basics Aeris White Paper A concise introduction to using wireless devices for Internet of Things (IoT) and machine-to-machine (M2M) data transmissions. www.aeris.com 1

More information

Best Practices for Setting BIOS Parameters for Performance

Best Practices for Setting BIOS Parameters for Performance White Paper Best Practices for Setting BIOS Parameters for Performance Cisco UCS E5-based M3 Servers May 2013 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page

More information

Technology Insight Series

Technology Insight Series Data-Center iscsi Building next generation storage networks Russ Fellows March 8, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Data Center iscsi

More information

LANCOM Techpaper Routing Performance

LANCOM Techpaper Routing Performance LANCOM Techpaper Routing Performance Applications for communications and entertainment are increasingly based on IP networks. In order to ensure that the necessary bandwidth performance can be provided

More information

- Page 1 of 8 -

- Page 1 of 8 - LTE Load Tester v3.0 Release Notes - Page 1 of 8 - Introduction Polaris Networks LTE Load Tester is a test-tool to generate traffic load on an LTE EPC Node to measure and analyze the performance of the

More information

Cavium FastLinQ 25GbE Intelligent Ethernet Adapters vs. Mellanox Adapters

Cavium FastLinQ 25GbE Intelligent Ethernet Adapters vs. Mellanox Adapters Cavium FastLinQ 25GbE Intelligent Ethernet Adapters vs. Mellanox Adapters Cavium FastLinQ QL45000 25GbE adapters provide maximum performance and flexible bandwidth management to optimize virtualized servers

More information

Making Enterprise Branches Agile and Efficient with Software-defined WAN (SD-WAN)

Making Enterprise Branches Agile and Efficient with Software-defined WAN (SD-WAN) Making Enterprise Branches Agile and Efficient with Software-defined WAN (SD-WAN) Simplify your branch office network with assured application performance with clouddelivered SD-WAN. EXECUTIVE SUMMARY

More information

A Low Latency Solution Stack for High Frequency Trading. High-Frequency Trading. Solution. White Paper

A Low Latency Solution Stack for High Frequency Trading. High-Frequency Trading. Solution. White Paper A Low Latency Solution Stack for High Frequency Trading White Paper High-Frequency Trading High-frequency trading has gained a strong foothold in financial markets, driven by several factors including

More information

DAY 2. HSPA Systems Architecture and Protocols

DAY 2. HSPA Systems Architecture and Protocols DAY 2 HSPA Systems Architecture and Protocols 1 LTE Basic Reference Model UE: User Equipment S-GW: Serving Gateway P-GW: PDN Gateway MME : Mobility Management Entity enb: evolved Node B HSS: Home Subscriber

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

Circuit Emulation Service

Circuit Emulation Service Best in class Network Modernization Approach Circuit Emulation enables telecom operators to translate legacy systems using TDM signals such as E1/, E3/DS3, STM-n/OC-n to appropriate packet formats and

More information

Dell EMC ScaleIO Ready Node

Dell EMC ScaleIO Ready Node Essentials Pre-validated, tested and optimized servers to provide the best performance possible Single vendor for the purchase and support of your SDS software and hardware All-Flash configurations provide

More information

Optimizing Apache Spark with Memory1. July Page 1 of 14

Optimizing Apache Spark with Memory1. July Page 1 of 14 Optimizing Apache Spark with Memory1 July 2016 Page 1 of 14 Abstract The prevalence of Big Data is driving increasing demand for real -time analysis and insight. Big data processing platforms, like Apache

More information

Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017

Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017 Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017 LTE: All-IP, simplified network architecture [1] Introduction

More information

We are Network Security. Enterprise Solutions.

We are Network Security. Enterprise Solutions. We are Network Enterprise Solutions. We are Network Clavister delivers the security solutions required for market leaders to optimize their networks... now and tomorrow. We are Network We are securing

More information

ARISTA: Improving Application Performance While Reducing Complexity

ARISTA: Improving Application Performance While Reducing Complexity ARISTA: Improving Application Performance While Reducing Complexity October 2008 1.0 Problem Statement #1... 1 1.1 Problem Statement #2... 1 1.2 Previous Options: More Servers and I/O Adapters... 1 1.3

More information

Smarter Systems In Your Cloud Deployment

Smarter Systems In Your Cloud Deployment Smarter Systems In Your Cloud Deployment Hemant S Shah ASEAN Executive: Cloud Computing, Systems Software. 5 th Oct., 2010 Contents We need Smarter Systems for a Smarter Planet Smarter Systems = Systems

More information

Wireless IP for M2M / IoT 101

Wireless IP for M2M / IoT 101 Wireless IP for M2M / IoT 101 Neo White Paper A concise introduction to using wireless devices for M2M / IoT data transmissions. www.neo.aeris.com Let our experts lead the way Table of Contents INTRODUCTION

More information

Rack-Level I/O Consolidation with Cisco Nexus 5000 Series Switches

Rack-Level I/O Consolidation with Cisco Nexus 5000 Series Switches . White Paper Rack-Level I/O Consolidation with Cisco Nexus 5000 Series Switches Introduction Best practices for I/O connectivity in today s data centers configure each server with redundant connections

More information

RAN Sharing NEC s Approach towards Active Radio Access Network Sharing

RAN Sharing NEC s Approach towards Active Radio Access Network Sharing White Paper RAN Sharing NEC s Approach towards Active Radio Access Network Sharing NEC Corporation Executive Summary The volume of data carried by wireless networks is expected to increase rapidly in the

More information

IBM Real-time Compression and ProtecTIER Deduplication

IBM Real-time Compression and ProtecTIER Deduplication Compression and ProtecTIER Deduplication Two technologies that work together to increase storage efficiency Highlights Reduce primary storage capacity requirements with Compression Decrease backup data

More information

OpenMPDK and unvme User Space Device Driver for Server and Data Center

OpenMPDK and unvme User Space Device Driver for Server and Data Center OpenMPDK and unvme User Space Device Driver for Server and Data Center Open source for maximally utilizing Samsung s state-of-art Storage Solution in shorter development time White Paper 2 Target Audience

More information

Implementation of Software-based EPON-OLT and Performance Evaluation

Implementation of Software-based EPON-OLT and Performance Evaluation This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. IEICE Communications Express, Vol.1, 1 6 Implementation of Software-based EPON-OLT and

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini June 2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

More information

2 to 4 Intel Xeon Processor E v3 Family CPUs. Up to 12 SFF Disk Drives for Appliance Model. Up to 6 TB of Main Memory (with GB LRDIMMs)

2 to 4 Intel Xeon Processor E v3 Family CPUs. Up to 12 SFF Disk Drives for Appliance Model. Up to 6 TB of Main Memory (with GB LRDIMMs) Based on Cisco UCS C460 M4 Rack Servers Solution Brief May 2015 With Intelligent Intel Xeon Processors Highlights Integrate with Your Existing Data Center Our SAP HANA appliances help you get up and running

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 Cavium FastLinQ Intelligent Ethernet Adapters DPDK addresses key scalability issues of NFV workloads Cavium

More information

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO)

How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) Economic Insight Paper How Architecture Design Can Lower Hyperconverged Infrastructure (HCI) Total Cost of Ownership (TCO) By Eric Slack, Sr. Analyst December 2017 Enabling you to make the best technology

More information

Casa Systems Axyom Software Platform

Casa Systems Axyom Software Platform Solution Brief Casa Systems Axyom Software Platform Over the last few years and continuing through the next decade, all broadband networks will be transformed by Network Functions Virtualization (NFV)

More information

Throughput Considerations for Wireless Networks

Throughput Considerations for Wireless Networks Wi4Net White Paper: Throughput Considerations for Wireless Networks About us CelPlan Technologies has been a worldwide leading provider of wireless network design, optimization and performance evaluation

More information

OmniSwitch 6850E Stackable LAN Switch

OmniSwitch 6850E Stackable LAN Switch 1 OmniSwitch 6850E Stackable LAN Switch Sales Presentation 1 Presentation Title Month Year OmniSwitch 6850E Product Family The OmniSwitch 6850E series: Is the latest Alcatel-Lucent s line of layer-3 GigE

More information

NEC Virtualized Evolved Packet Core vepc

NEC Virtualized Evolved Packet Core vepc TE-524262 NEC Virtualized Evolved Packet Core vepc Design Concepts and Benefits INDEX Leading the transformation into Mobile Packet Core Virtualization P.3 vepc System Architecture Overview P.4 Elastic

More information

Deploying Data Center Switching Solutions

Deploying Data Center Switching Solutions Deploying Data Center Switching Solutions Choose the Best Fit for Your Use Case 1 Table of Contents Executive Summary... 3 Introduction... 3 Multivector Scaling... 3 Low On-Chip Memory ASIC Platforms...4

More information

Introduction of ASTRI s Network Functions Virtualization (NFV) Technologies. ASTRI Proprietary

Introduction of ASTRI s Network Functions Virtualization (NFV) Technologies. ASTRI Proprietary Introduction of ASTRI s Network Functions Virtualization (NFV) Technologies ASTRI LTE NFV Technology Demo on Intel ONP Virtual Network Functions Provides LTE Core Network Functions (VNF) SGW MME PGW LTE

More information