OFLOPS-Turbo: Testing the Next-Generation Openflow Switch

Total Page:16

File Type:pdf, Size:1020Kb

OFLOPS-Turbo: Testing the Next-Generation Openflow Switch OFLOPS-Turbo: Testing the Next-Generation OpenFlow switch Charalampos Rotsos∗{, Gianni Antichi∗, Marc Bruyereyzx, Philippe Owezarskiyz, Andrew W. Moore∗ { School of Computing and Communications, Infolab 21, Lancaster University ∗Computer Laboratory, University of Cambridge yUniversite´ de Toulouse zCNRS, LAAS, France xDELL Inc. Abstract—The heterogeneity barrier breakthrough ment. OpenFlow introduces a reduction in the network achieved by the OpenFlow protocol is currently paced by control timescales which closely approximate flow control the variability in performance semantics among network timescales. As a result, OpenFlow switch implementation devices, which reduces the ability of applications to take complete advantage of programmable control. As a result, influences the control architecture of the network and control applications remain conservative on performance its overall performance. A switch which provides poor requirements in order to be generalizable and trade performance in the support of a protocol functionality performance for explicit state consistency in order to can become a bottleneck for architectures that rely heav- support varying performance behaviours. In this paper ily on the specific functionality; e.g., high latency in we argue that network control must be optimized towards network device capabilities and network managers and flow_stats_reply functionality of a switch can be application developers must perform informed design critical for traffic monitoring control applications. Protocol decision using accurate switch performance profiles. This support variability is equally critical for the consistency becomes highly critical for modern OpenFlow-enabled of the control plane. Most switches do not provide any 10 GbE optical switches which significantly elevate switch guarantees on the installation order and latency of a performance requirements. We present OFLOPS-Turbo, the integration of the OFLOPS switch evaluation platform, sequence of flow table updates; as a result, such updates with the OSNT platform, a hardware-accelerated traffic need to be carefully sequenced to not violate policy [8], generation and capture system supporting lossless 10 GbE effectively increasing the insertion latency. functionality. Using OFLOPS-Turbo, we conduct an The OpenFlow protocol, currently defining its 1:5 ver- evaluation of flow table manipulation capabilities in a sion, has greatly transformed its design over the years, representative collection of 10 GbE production OpenFlow switch devices and interpret the evolution of OpenFlow reflecting the deployment experience and requirements of support by comparison with historical data. a constantly widening range of network environments. As a result, the OpenFlow community requires a performance Keywords-SDN; OpenFlow; Open–Source; High Perfor- mance; Testing; NetFPGA. testing platform capable to co-evolve with the protocol and to support rapid prototyping of experimentation scenarios which highlight the impact of new protocols’ features. I. INTRODUCTION Furthermore, the increase in link capacity augments the Research on SDN technologies and primarily its pre- precision requirement for meaningful packet-level mea- dominant realisation, the OpenFlow protocol, has devel- surements. For example, 10 GbE links have become the oped a wide range of applications to improve network de-facto solution for the aggregation layer of modern functionality. OpenFlow control applications can improve datacenter networks, a first-class citizen of the SDN network management, monitoring and performance, while ecosystem, and require high measurement precision, on being backwards-compatible with data plane protocols the order of sub-µsec, for certain network application and end-host network stacks. As a result, within only a classes. An estimation error of 100µsec in the policy few years since the definition of the first version of the enforcement of a security application may translate to protocol, many vendors have introduced production-level unauthorized transmission of multiple KBs of sensitive support in an effort to transfer innovative research output information. This paper claims that in order to fully exploit to the market. OpenFlow protocol capabilities in production environ- Nonetheless, such continuous network innovation intro- ments, we require a flexible and high–precision open– duces a dilemma for network testing, as relevant evalu- source measurement platform. The openness and flexibility ation platforms remain closed and proprietary and pro- is important in order to establish an evolvable community– vide limited flexibility. To achieve compliant and func- based tool. tional equipment, effort must be put into all parts of the This paper presents an effort to enhance the measure- network-equipment life-cycle, from design to production. ment capabilities of the OFLOPS [15] switch evaluation The problem of network testing is further augmented in framework with support for the emerging protocol require- the OpenFlow protocol context. The protocol philosophy ment. Specifically, we present the OFLOPS integration introduces new performance challenges in network device with the NetFPGA-10G platform1 and the Open Source design, dissimilar to the challenges of traditional network equipment, and sets testing flexibility as a primary require- 1http://www.netfpga.org Network Tester (OSNT)2 platform [1]. OSNT enhances common performance comparison “vocabulary”, the SDN OFLOPS with sub-µsec precision and 20 Gbps full bi- community requires a high-precision performance testing directional traffic generation and capturing (when traffic platform, which will establish a common ground between thinning techniques are being used), providing a highly different implementations through standardised evaluation flexible and open platform for OpenFlow experimentation galleries, similar to the OFTest [12] compatibility testing at high data rates. platform. For the rest of this paper, we initially motivate the OFLOPS-Turbo design with a set of use cases (x II), C. IXP: Internet eXchange Point followed by a detailed presentation of the system design Internet eXchange Points (IXP) are a special network (x III). Furthermore, we present an evaluation of the flow infrastructure, providing inter-AS peering in a single lo- table manipulation capabilities for a representative set of cation. IXPs must support high data plane performance 10 GbE OpenFlow switches (x IV), discuss related work and in parallel provide programmability, advanced traffic (x V) and conclude our work (x VI). monitoring capabilities and scalability for hundreds of peers. The introduction of the SDN paradigm provides II. USE CASES unprecedented opportunities to improve the performance Programmable control is considered the holy grail for a of such network environments using commodity network number of common network research problems. In order devices [9]. IXP service providers, interested to invest to motivate the discussion for switch performance charac- in infrastructural SDN/OpenFlow support, require tools terisation, this section presents a set of SDN applications which allow them to identify the ultimate performer switch and discusses their performance requirements. for their needs. Furthermore, to facilitate the migration A. White-Box dilemma of the IXP to a programmable control paradigm, network device vendors design switches with hybrid capabilities White-box Ethernet switches [7] evolve into a com- and concurrent support for legacy control on a subset of pelling network device solution for a wide range of the Ethernet interfaces and OpenFlow control on the rest. network environments, primarily due to their enhanced Nonetheless, hybrid switches have limitations, primarily flexibility. White-box networking refers to the ability to deriving by the CAM configuration in order to abstract use generic, off-the-shelf switches and routers in the under a common flow abstraction multiple forwarding forwarding plane of a network. Such devices are open tables with variable matching capabilities. For example, to different OSes, while OpenFlow protocol, implemented a hybrid switch must provide matching table support for through OF-agents, is a popular control abstraction among the complete OpenFlow tuple, along with support for FIB them. The majority of white-box switch OSes are Linux- and ACL lookup tables. Research on SDN-based IXP based, primarily because of their support for a wide range control architectures focuses on the network controller of CPU architectures and free tools. Nonetheless, different and demonstrates fast processing of sophisticated routing realisations of the same standard commonly optimise policies and scalability for hundreds of IXP members. different performance aspects. In the case of white-box Nonetheless it remains equally important to understand switches, although vendors use the same chipset (most how an OpenFlow-enabled switching fabric behave during, 48x10Gbps + 4x40Gbps 1RU switch use the Broadcom for example, large bursts of flow table modifications. Trident chipset [3]), they employ a diverse device design approach (CPUs, memory, implementation). Technology III. OFLOPS-TURBO DESIGN adopters require flexible and easily configurable mecha- Measuring OpenFlow switch implementations is a chal- nisms to develop comparison studies between combina- lenging task in terms of characterisation accuracy and pre- tions of white-box switches (i.e., OSes and OF-agents). cision. Predominantly, production-level OpenFlow-switch This is helpful to acquire
Recommended publications
  • The Compelling Case for Modernizing Your Campus and Branch Office Networks Now
    Datasheet | June 2019 The Compelling Case for Modernizing Your Campus and Branch Office Networks Now Enterprise networking has become a true challenge Vendor lock-in, aging and soon-to-be-unsupported architecture, sprawling switch farms, and aggressive sales for most IT shops. cycles all conspire to make it seemingly impossible to innovate in the current network switching landscape. Pica8 addresses IT’s need to reduce the complexity of the switch environment while enhancing functionality. Our unique, powerful open, standards-based approach to white-box networking reduces the number of managed switch network elements by up to 25x per site. Pica8 reduces CapEx and OpEx costs by as much as 80% through simplified deployment and management that supports the flexibility, agility, and scalability today’s competitive climate demands. Founded in 2009, Pica8 has been at the cutting edge of networking, ensuring open white box switches offer the same benefits in enterprise networking as they’ve afforded in the server world. For too long, organizations have been trapped by brand name gear, costly licensing, and one-size-fits-all code with glacial update cycles. With open white box networking, IT and DevOps teams can put their programming skills to work to tailor a switch network customized to their organization’s needs. Pica8 is committed to unshackling businesses from the confines of their decades-old network architecture, enabling them to manage dozens to hundreds of multivendor open switches – including branch, core, and field offices – as if they were a single, logical, high-bandwidth switch. By building all elements of the network for an open environment, Pica8 has also created a switch universe that caters to the creativity of internal IT and DevOps teams.
    [Show full text]
  • Whitebox Networking Hardware
    IPv6 Capability of Whitebox Networking Jeremy Duncan [email protected] @TachyonDynamics Overview • What is Whitebox Networking • Pros/Cons • The hardware • The software • The IPv6 Capability and the SDN intersection What is Whitebox Networking? OEM 3rd Party Operating System Switch What is Whitebox Networking? • The software disconnected from the hardware • Buy switch/router hardware, buy or install another operating system • The operator decides the mix of the two – not the networking vendor • Some big uses: • Facebook uses Wedge/FBOSS – Centos-like • Google uses Pluto – Big Switch-like Pros – Whitebox Networking • No vertical lock-in – bare metal philosophy • Hardware servers don’t do this, why should switches? • Scripting!!! Perfect for auto provisioning • BASH, Python, Ruby, Puppet, etc • You build to your network, not the other way • Avoid the self-licking ice cream cone • Largest expense in enterprise IT today is the network Cons – Whitebox Networking • Network engineers can no longer be sectarian in their chosen vendor • Operators have to understand the details of their network now, in order to choose the OS • OS and hardware support is so-so • Getting better, various on OS vendor • Must be familiar in GNU/Linux Whitebox Networking Hardware • The “big 5” hardware switch makers Quanta • Quanta • Acton/Edge-Core Acton/Edge-Core Penguin Arctica • Delta/DNI/Agema • Dell (limited) Delta/DNI • Penguin Computing Agema ToR Dell S4810-S6000 Whitebox Network OS • The “big 3” Network OS • Big Switch (SwitchLight OS) • Pica8 (PicOS)
    [Show full text]
  • Bare Metal Networking- Leveraging “White Box'' Thinking
    Bare Metal Networking- Leveraging “White Box’’ Thinking WHITEPAPER Bare Metal Networking-Leveraging “White Box’’ Thinking Switch commoditization has created new approaches to lower CapEx while improving functionality Conversations are swirling throughout the tech industry about whether white box switches are disrupting the networking industry in the same way that white box manufacturers helped commoditize the server industry. $4 Blade/Embedded Fixed/ Top-of-Rack Modular/Chassis $2 CREHAN RESEARCH Inc. Revenue in $ Billions $0 1H09 1H13 Figure 1. Data Center Ethernet Switch Revenue If this InfoWorld article where the authors predict a sizeable uptick in white box sales over the next five years is not enough to persuade you—see Figure 1, consider that Cisco CEO John Chambers himself has recently discussed the threat of white boxes eroding his company’s margins. Conceptually, white box switching helps leverage the idea of communization of mass-produced hardware, while creating an operational abstraction between the “metal” (in our case, white box switches from original device manufacturers, or ODMs) and the network operating system (OS). Bare Metal, White Box Switches Defined The “white box” phrase has been used to describe generic PCs built by non-branded manufacturers for many years. “Bare metal” refers to the hardware only, and is similar conceptually to a server with no loaded software. Regardless of server hardware differences, all servers get our choice of a server OS that is mostly unified across a specific operation. In recent years, the networking industry has embraced “bare metal” and “white box” terminology. For example, the recognized network stack is considered to include the hardware or “white box” network OS and applications that run on the OS.
    [Show full text]
  • Pica8 Enterprise Solution
    Contact Pica8 at: www.pica8.com/company/contact-us Solution Brief Secure White-Box Networks for the Enterprise The new best practice: A dual-control Linux Network Operating System (NOS) paired with disaggregated L2/L3 white-box switching brings innovation back to the enterprise The intent-based Networking suite of technologies—and the white-box networking market it ushered in (open software running on multiple hardware platforms) are collectively on track to become a $12.7 billion market by the year 2020. In the last 12 months, white-box networking has escaped the event horizon of its birth in the data center and has expanded into wholly new market segments, specifically mainline enterprises—and their remote branch offices—and SMBs. With the maturation of underlying Network Operating System (NOS) technologies over the last few years, 2018’s white-box-centric solutions—now sporting higher specs, bulletproof reliability and global support—are successfully penetrating a number of enterprise verticals, where maintaining differentiation depends on keeping a technological edge against the competition. These next-gen white-box solutions are surpassing the limitations that legacy L2/L3 network equipment, architecture, and support have historically placed on their users. As a result, enterprise companies are now rediscovering their ability to differentiate in their own markets based on new technology that also slashes their networking equipment and operational costs. White-Box Network Operating System for the Enterprise Solution Brief 1 With hundreds to thousands of devices needing to be connected in each location, managing network services in Enterprise offices presents significant challenges. Network services support everything from the core Data Center to employee and IoT devices; internal and guest Wi-Fi; Internet access; forward-deployed specialized data centers; and VoIP phones and video.
    [Show full text]
  • White Box Networking in Remote and Branch Offices
    White Box Networking in Remote and Branch Offices WHITEPAPER White Box Networking in Remote and Branch Offices With hundreds or thousands of locations to be connected, managing network services in remote or branch offices can be a significant challenge. Network services support everything from internal and guest Wi-Fi to Internet access, internal data networking, VoIP phones and video. All of these services have to be delivered and managed in a cost-effective way, but many solutions require rolling an IT truck to each location (prohibitively expensive) or adopting expensive proprietary hardware along with onerous support contracts. Pica8 offers a different solution – white box switches and networking software that support all the features a branch office needs with remote management, but without the high cost and without vendor lock-in. This paper describes Pica8’s approach to remote and branch office networking. Remote and Branch Office Networking Challenges Branch office networks have several common elements. Branches are hundreds or thousands of miles away from the corporate headquarters, and there are typically no trained IT people on site in each branch. Rather, these networks are centrally controlled and administered from the corporate data center. Recognizing the need for trouble-free, centrally-managed networking infrastructure many years ago, branch office equipment vendors built proprietary, fully-integrated systems to handle networking chores. The problem with this approach is that entrenched vendors with proprietary hardware/software architectures demand high costs as they extend their contracts with locked-in enterprise customers. In addition, full-service 24x7 solution support (hardware, software, interoperability and applications) adds to the cost, exacting the steepest possible pricing from enterprise customers.
    [Show full text]
  • Big Iron, Fast Photons and SDN: the Hard, Bright and Soft Sides of Arista's Strategy
    Big iron, fast photons and SDN: the hard, bright and soft sides of Arista's strategy Analyst: Eric Hanselman Peter Christy 2 Jul, 2013 It's been a busy spring for Arista Networks, with expanded software functionality, upgraded switch modules and a Best of Interop/Grand Prize win for its 7500 Series modular switches. The new software capabilities include integration of its Arista EOS switch operating system with OpenStack (enabling fully automatic provisioning); a contribution to the OpenStack Neutron networking project (formerly OpenStack Quantum); OpenFlow support with a controller-less option; and a significant enhancement of its eAPI interfaces for EOS. The hardware upgrades encompass big increases in capacity and port density for its 7500 Series switches, as well as hardware VXLAN support and an approach to 100Gb Ethernet interfaces that breaks new ground in terms of price/performance and flexibility. All of these enhancements are delivered with what Arista pitches as a stress-free migration path for existing customers. The 451 Take While Arista's original product designs could have claimed to do SDN 'before SDN was cool,' the vendor's latest announcements extend integration into the major SDN camps of OpenStack and OpenFlow, and also increase programmability. These enhancements can offer value in both simplified datacenter cores and complex multi-tenant networks. Arista is also building on its high-performance legacy, leveraging its relatively modern, clean software design and merchant-silicon-based hardware to add a level of capacity in its large-chassis switch products that should challenge rivals. A simple upgrade path will please Arista customers, but the true innovation value may lie in a gamble on 10/40/100Gb Ethernet optics, whose lower cost could really pay off.
    [Show full text]
  • Installation Guide: Switch: Pica8 P-3295
    Installation Guide: Switch: Pica8 P-3295 Prerequisites We are assuming that you have successfully configured and launched ONOS and Quagga. This section will help you launch the Pica8 P-3295 switch to connect to the control plane stack that you have already installed. Questions about the Pica8 P-3295 can be directed to Sudhir Modali ([email protected] ) Configuration & Launch Some of these directions have been copied from: http://www.pica8.com/document/v2.6/html/picos-system-configuration/ Initial configuration of the switch requires you to connect either a terminal or computer to the switch via the console port. Once connected, assign an IP address to the management port and establish an IP route to the gateway. Important things to know: The console port provides serial access to the switch. The Ethernet management port is used for out-of-band network management tasks. Before using a management port for the first time, an IP address must be assigned to that port. Console Port The console port is located at the front of the switch (see Figure 1). You can connect a terminal or computer to the console port using a serial or RS-232 cable. The accessory kit includes an RJ-45 to DB-9 adapter cable. Port Settings When connecting a terminal or computer to the console port, use the following settings: The baud rate is 115200 The data bits value is 8 The stop bits value is 1 User Log In PicOS operates in two modes. Layer 2 / Layer 3 mode (L2/L3). This is the default mode.
    [Show full text]
  • The First Hardware Agnostic, Open Network Operating System What
    WWW.PICA8.COM Open Systems for Software Defined The First Hardware Agnostic, Open Networking (SDN) Network Operating System Pica8™ is the first in the world to offer hardware-agnostic open switches. Network Application A pioneer in software-defined networking (SDN), we pair high-performance, APPLICATION TAP Tunneling Application LAYER white box switch hardware with PicOS: our hardware-agnostic, open network operating system that supports standards-based Layer 2 / Layer 3 protocols and Industry-leading OpenFlow* 1.3. In one complete package, Pica8 provides the physical switch, comprehensive switching and routing features, and the fulfilled promise of open networking. What makes PicOS open? CONTROLLER OTHER PicOS is hardware agnostic: because of PicOS's hardware abstraction LAYER EXAMPLES layer, the operating system is not tightly coupled to any switching ASIC, CPU or memory hardware. We continue to expand our ODM partners, offering a portfolio of pre-qualified white box, bare metal switches to select from Redundant Controllers Debian Linux is exposed, so you can use your existing tools (such as Puppet, Chef or CFEngine) for hands-free provisioning and myriad APIs through the Debian-Linux environment, helping you personalize Pica8 switches to support your open network PicOS supports OpenFlow 1.3, through Open vSwitch (OVS) v1.10 integration: OVS runs as a process within PicOS, providing the OpenFlow interface for external programmability DATA PLANE LAYER Leverage Linux Tools Multiprocess OS customize, optimize Pica8 Open Switch With
    [Show full text]
  • An Enterprise Approach to White Box Networking Contents
    Pica8 White Paper An Enterprise Approach to White Box Networking Contents Introduction 1 Powering Effective White Box Switches 1 Defining an “Open” Switch 2 The Myriad Benefits of Open, Disaggregated Networking 3 ELIMINATE VENDOR LOCK-IN 3 LOWER TCO 3 DELIMITED FLEXIBILITY AND HIGHER PERFORMANCE 3 IMPROVED RELIABILITY 3 EASE OF USE 3 THE PICA8 APPROACH: ENTERPRISE-READY 4 PICOS NETWORK OPERATING SYSTEM 4 PicaPilot Plus PICOS Makes White Box Networks Enterprise-ready 4 CrossFlow 5 Choice of Hardware Plus Superior Support 5 Realize the Full Benefits of Pica8 5 Pica8 White Paper | June 2018 Introduction White box switches running a modern, Linux-based network operating system (NOS) are disrupting the enterprise campus ESCAPE FROM THE DATA CENTER: network market, providing a viable alternative to customers who have spent decades bending to the will of their entrenched switch and router equipment vendors. PICA8 BRINGS SIMPLIFIED LEAF-SPINE ARCHITECTURE TO THE REST OF THE Similar to the virtual server concept, where the server software ENTERPRISE is abstracted from underlying hardware, with white box switches the network operating system itselfis abstracted – Enterprise and data center networks traditionally used a three-tier model, with access switches or disaggregated – from the underlying switch hardware. This closest to endusers feeding larger aggregation creates the potential for an “open,” portable NOS that can run on switch/routers which, in turn, connect to larger a wide variety of switches from multiple vendors. No longer is core routers that form the network backbone. an enterprise permanently wedded to a single vendor’s hardware and software development cycle. In this architecture, network architects must configure redundant pathways to ensure resiliency, The white box networking movement is now proving to be just typically using the Spanning Tree Protocol (STP).
    [Show full text]
  • Cisco Live 2014
    Introduction to Software-Defined Networking (SDN) and Network Programmability BRKSDN-1014 Jason Davis, Distinguished Engineer (Services) Abstract SDN is an exciting new approach to network IT Service Management. You may have questions about SDN, Controllers, APIs, Overlays, OpenFlow and ACI. You may also be wondering what products and services are SDN-enabled and how you can solve your unique business challenges and enhance your differentiated services by leveraging network programmability. In this introductory session we will cover the genesis of SDN, what it is, what it is not, and Cisco's involvement in this space. Cisco's SDN- enabled Products and Services will be explained enabling you to consider your own implementations. Since SDN extends network flexibility and functionality which impacts Network Engineering and Operations teams, we'll also cover the IT Service Management impact. Network engineers, network operation staff, IT Service Managers, IT personnel managers, and application/compute SMEs will benefit from this session. BRKSDN-1014 © 2015 Cisco and/or its affiliates. All rights reserved. Cisco Public 3 Agenda • What is SDN & Network Programmability • What are the Use Cases and Problems Solved with SDN? • An Overview of OpenFlow • What Are Cisco's solutions? • An Overview of Network Overlays • An Overview of Network Controllers • An Overview of ACI • The Impact to IT Service Management • How to Get Ready BRKSDN-1014 © 2015 Cisco and/or its affiliates. All rights reserved. Cisco Public 4 What is Software-Defined Networking (SDN)? • An approach and architecture in networking where control and data planes are decoupled and intelligence and state are logically centralized • Enablement where underlying network infrastructure is abstracted from the applications [network virtualization] • A concept that leverages programmatic interfaces to enable external systems to influence network provisioning, control and operations BRKSDN-1014 © 2015 Cisco and/or its affiliates.
    [Show full text]
  • Insight MFR By
    Manufacturers, Publishers and Suppliers by Product Category 6/16/2020 10/100 Hubs & Switch BRAINBOXES EXTRON MICRON CONSUMER PRODUCTS GROUP RARITAN MILESTONE SYSTEMS A/S BROCADE FORTINET MICROSEMI CORP RED LION CONTROLS 3COM BUFFALO TECHNOLOGY FUJITSU SCANNERS MIKROTIK RIVERBED TECHNOLOGIES 4XEM CORP. CABLE MATTERS INC. FUJITSU SERVER STORAGE MILESTONE SYSTEMS INC ROCSTOR AB DISTRIBUTING CABLE RACK GARRETTCOM MITEL ROLAND CORP ABLENET INC CABLES TO GO GEAR HEAD MONOPRICE ROSE ELECTRONIC ACCELL CALRAD ELECTRONICS GEFEN MOTOROLA ISG ROSEWILL ADESSO CHECK POINT SOFTWARE TECHNOLOGIE GEOVISION INC. MOXA TECHNOLOGIES, INC. RUCKUS WIRELESS ADTRAN CIENA HARMAN INTERNATIONAL MUXLAB SABRENT ADVANTECH AUTOMATION CORP. CISCO PRESS HAVIS SHIELD NEO4J INC SANHO ADVANTECH CO LTD CISCO SYSTEMS HEWLETT PACKARD ENTERPRISE NETAPP SANS DIGITAL AEROHIVE NETWORKS CITRIX HIKVISION DIGITAL TECHNOLOGY CO. LT NETEON TECHNOLOGIES INC. SATECHI ALCATEL LUCENT COMMUNICATION DEVICES INC. HITACHI NETGEAR, INC. SAVVIUS INC ALLEN TEL COMNET HITACHI DATA SYSTEMS NETRIA SCALE COMPUTING ALLEN‐BRADLEY COMPREHENSIVE CABLE HOWARD MEDICAL NETSCOUT SYSTEMS, INC SDA ALLIED TELESIS COMTROL HP INC NOVATEL WIRELESS SEGA OF AMERICA ALTONA CONNECTPRO HYPERCOM OMNITRON SENNHEISER ALTRONIX COOLGEAR IBM ORACLE SERVER TECH ALURATEK, INC. CP TECHNOLOGIES INNOVATIVE ELECTRONIC DESIGNS OVERLAND STORAGE SHARP AMER NETWORKS CRESTRON ELECTRONICS INSIGHT P.I. ENGINEERING SHORETEL AMX CUMULUS NETWORKS INTEL PALO ALTO NETWORKS SIGNAMAX ANKER CYBERDATA SYSTEMS INTELLINET NETWORK SOLUTIONS PANASONIC SIIG ANTAIRA TECHNOLOGIES, INC. CYBERPOWER SYSTEMS IOGEAR TECHNOLOGY PANDUIT SISOFTWARE APC DATAMATION SYSTEMS, INC. IRECORD.TV PERLE SYSTEMS SMARTAVI INC ARISTA CORPORATION DATTO, INC. IXIA PHOENIX CONTACT SMC NETWORKS ARISTA NETWORKS DELL JETWAY COMPUTER CORP. PHYBRIDGE INC SOLE SOURCE TECHNOLOGY ARRIS GROUP INC DELL EMC JUNIPER NETWORKS PICA8, INC SONUS NETWORKS, INC ASUS DIGI INTERNATIONAL KANEX PIVOT3 INC.
    [Show full text]
  • OFC Is the Premier Conference and Exhibition for Data Center and Networking Professionals
    OPTICAL SOLUTIONS IN THE DATA CENTER data center interconnects networking EXHIBITION: 22 – 24 March 2016 TRAINING COURSES: 20 – 21 March 2016 TECHNICAL CONFERENCE: 20 – 24 March 2016 ANAHEIM, CALIFORNIA, USA ofcconference.org SPONSORED BY: why OFC for data center? The data center landscape is changing rapidly and it is critical to stay in front of the technology curve to support your evolving business demands. When it comes to network architecture, interconnects, cabling and switching — optical technology is here and will only continue to grow at a rapid pace well into the future. OFC is the epicenter of the optics industry — where it is today and where it is going tomorrow in terms of both technologies and product solutions. You can do it all here — see new products, meet with vendors, establish new contacts, conduct business, attend educational sessions and take a training course. No other data center conference brings together so many experts in the entire optical networking value chain — from optical cable suppliers to communications service providers — OFC has them all. ofcconference.org 1 Who Should Attend OFC? COMPANY TYPE SAMPLE OF COMPANIES REGISTERED FOR 2015 Internet Data Centers Content Delivery Networks Akamai Colocation Data Centers Alibaba Enterprise Data Centers Amazon/AWS Apple SAMPLE DATA CENTER JOB CenturyLink TITLES OF 2015 ATTENDEES Comcast Cox Communications CIO/CTO Digital Realty Cloud Optical Engineer Equinix Data Center Manager/Engineer ESPN Director of Networking Facebook Hardware Engineer Google IT Director JP/Morgan Chase Network Architect/Engineer/Planner Microsoft Optical Network Engineer Morgan Stanley Systems Engineer Time Warner Cable VP, IP Networks ofcconference.org 2 OFC is the Premier Conference and Exhibition for Data Center and Networking Professionals.
    [Show full text]