ONOS Controller Performance Test Report

Size: px
Start display at page:

Download "ONOS Controller Performance Test Report"

Transcription

1 ONOS Controller Performance Test Report Global SDN Certified Testing Center,SDNCTC w w w. s d n c t c. c o m ONOS Controller Performance Test Report

2 CONTENTS 1. INTRODUCTION TEST ENVIRONMENT CONFIGURATION CONTROLLERS UNDER TEST SERVER CONFIGURATION TEST TOOL TEST ITEM AND TEST RESULT CONTROL CHANNEL CAPACITY TEST TOPOLOGY DISCOVERY TIME TEST PACKET_OUT SENDING RATE TEST FLOW MOD SENDING RATE TEST END-END LINK ESTABLISHMENT TIME TEST ROLE ELECTION TIME TEST GLOBAL SDN CERTIFIED TESTING CENTER ONOS Controller Performance Test Report

3 1. INTRODUCTION As Software Defined Network (SDN) gradually becomes the new normal form in network world, the separation of transition and control makes the data plane become the simple data engine, while control plane assumes all logic and operation tasks. As the core component of control plane, the performance of SDN controller relates to the performance of the whole SDN network. With the increase of SDN business deploy speed, the performance of SDN controller will become the concerned focus of network users increasingly. OFsuite_Performance is one of the test tools of OFsuite series independently developed by Global SDN Certified Testing Center (SDNCTC), and devotes to the performance test of OpenFlow controller, it can simulate plenty of OpenFlow 1.3 switches on the general purpose Linux server, and various network topologies and all OpenFlow events. It has precise record and statistical functions, so it can effectively measure the processing capacity of controllers to OpenFlow information. This test tool is brief, efficient and easy to use, and keeps updating in order to provide more plentiful performance test cases and test scenarios for users. The results of performance test of SDN controller can provide reliable data support for users to do SDN network performance evaluation, model selection and business deploy. Global SDN Certified Testing Center leads the development and compiling of test standards in ONF and other standard structures in a long run, the detailed test Methodologies of all test cases in this report refer to the coming performance test specification of ONF, IETF and other standard organizations. This report takes ONOS controller as the controller under test, uses OFsuite_Performance to execute the test, and summarizes the results to get the performance test report. All test cases are automatically completed by OFsuite_Performance. In the large-scale network deploy, all controllers have the demand of clustered running, so except the performance of single-point running of controller, the performance test results of ONOS controller in cluster mode are also contained in this report. 2. TEST ENVIRONMENT CONFIGURATION 2.1 CONTROLLERS UNDER TEST Controller under test are ONOS controllers, and edition is the edition published on April. 2, 216. ONOS Controller Performance Test Report 1

4 2.2 SERVER CONFIGURATION The ONOS controller under test solely runs on the server, and the server configurations are as the following: Server model: Dell PowerEdge R72 CPU: Intel(R) Xeon(R) CPU E GHz quad-core RAM: 16GB 16MHz Operating system: Ubuntu server LTS 64bit Network card: 1Gbps Controller cluster: The controller cluster environment of all tests referring to cluster mode in this test report is composed of three above-mentioned servers with same configuration. 2.3 TEST TOOL The test tool is OFsuite_Performance, when executing test, OFsuite_Performance runs on a server, which is directly connected to an ONOS controller server (Standalone Mode), or respectively uses three network cards to directly connect to three ONOS controller cluster servers (cluster mode). The server configurations of this test tool are as the following: CPU: Intel(R) Xeon(R) 3.2GHz quad-core RAM: 8GB 1333MHz Operating system: Ubuntu server 12.4 LTS 64bit Network card: 1Gbps 3. TEST ITEM AND TEST RESULT 3.1 CONTROL CHANNEL CAPACITY TEST Test Purpose Test the memory usage of controller under test when maintaining a certain amount of OpenFlow 1.3 control channel connections. Test Methodology In this test, the test tool simulates a certain amount of OpenFlow 1.3 switches and connects to controller under test, and record the memory usage of the controller under test, the specific test procedures are as the following: 1. Turn on ONOS controller under test and install drivers, openflow, proxyarp and fwd modules; ONOS Controller Performance Test Report 2

5 2. Turn on test tool OFsuite_Performance, use --switches=[n] option to set a certain amount of OpenFlow 1.3 switches and connect them to the controller under test; 3. Record the memory usage conditions of controller after the connection is stable; 4. Use add-sw command to increase the quantity of switches and record the memory usage conditions of controller after the connection is stable; 5. Execute test with various switch quantities to get the final result. Test tool requirements 1. Test tool can simulate plenty of OpenFlow 1.3 switches and connect with controllers; 2. Test tool can respond to all related OpenFlow 1.3 protocol messages (Hello, Echo, feature_request, etc); 3. Test tool can monitor control channel activity at any time; 4. Test tool can adjust the quantity of connected switches neatly; 5. Test tool has thorough Log function. Test Results Standalone Mode Standalone Mode means that only one ONOS controller entity is turned on to execute test, the same below. Results can be seen in the following figure: Physical Memory Usage linear ring tree Usage(MB) Number of Switches In this test case, the ONOS is set up to start applications, i.e. drivers, openflow, proxyarp and fwd. Different numbers of switches and switch topology structures are set up to test the memory usage of the controllers that are maintaining the connection of all the switches, as shown in the graph above. In the graph above, the memory usage of the ONOS controllers with different switch nodes. The more switches the ONOS connects, the more memory it will take. Cluster Mode ONOS Controller Performance Test Report 3

6 Physical Memory Usage controller1 controller2 controller Usage(MB) Number of Switches In the cluster mode, three ONOS controllers can simultaneously connect 1 switches. When the number of switches is over 3, if the topological structure is set, the control channel may be disconnected, therefore, no topological structure is set in the cluster mode. The memory usage of every controller with different numbers of nodes in the cluster, as shown in the graph above. From the results of the test, it can be seen that there is little difference between the controllers in terms of memory usage in the cluster mode. Compared to the single point mode, the ONOS controllers in the cluster mode take more memory space. 3.2 TOPOLOGY DISCOVERY TIME TEST Test Purpose Test the discovery time of controllers for different quantities of switches and topological structures with different types. Test Methodology In this test, test tool will simulate a certain amount of switches, and the switches connect to each other to form a certain network topological structure, test the time of the used by the controller to completely discovery this topological structure, and the specific test procedures are the following: 1. Turn on the controller under test; 2. Turn on test tool, only set the quantity of switch, and topological structure is not set when turning on; 3. When the connection of switch and controller is stable, use set-topo command to set topology (predefined linear/ring/full-mesh/leaf-spine structure is supported, topological structure can also be set by users); 4. Test tool records the time when the controller sends the first LLDP message, and responds to the information according to the contents of flow table; 5. Test tool records the time when the last LLDP message is sent to the controller; 6. Use show-result command to view test result; 7. Alter the quantity of switches and set same topological structure to proceed iteration test; 8. Alter topological structure while maintain the quantity of switches to proceed iteration test; ONOS Controller Performance Test Report 4

7 9. Proceed five times of tests to get the average test result. Test Tool Requirements 1 Test tool can simulate plenty of OpenFlow 1.3 switches, and connect to controllers; 2 Test tool can respond to all related OpenFlow 1.3 protocol messages (Hello, Echo, feature_request etc); 3 Test tool can monitor control channel activity at any time; 4 Test tool can create various network topology structure; 5 Test tool can analyze Packet_out message in order to extract the LLDP message in it; 6 Test tool can analyze LLDP topology discovery message in order to give the relevant response; 7 Test tool has through Log function. Test Result Standalone Mode Topology Discovery Time linear ring tree Time(ms) Number of Switches The more the switches are, the longer it will take to find the topology of the tested controllers. On condition of the same number of switches, the more the links of topology are, the longer it will take to find the correspondent topology. Generally, the time spent on finding the topology is in a positive linear correlation with the complexity of the links. Cluster Mode ONOS Controller Performance Test Report 5

8 Topology Discovery Time linear ring tree Time(ms) Number of Switches In the cluster mode, with the same number of switches and the same topological structures, the time spent on finding the topology is longer than that in the single point mode. In addition, when the number of switches is larger than 3, the control channel is disconnected, when it cannot be statistically considered as effective results. 3.3 PACKET_OUT SENDING RATE TEST Test Purpose Test the delay and maximum rate that controller under test sends Packet_out message. Test Methodology In the test, test tool will simulate aswitch which is connected to the controller, test tool will send Packet_in message with a certain constant rate, and ARP_requests are carried in the message. Record the time used by sending Packet_in message. When receiving this Packet_in, the controller will send Packet_out message down, and test tool will record the time of sending Packet_out down after receiving Packet_out message. Calculate the response speed (latency) of controller under test for Packet_in message and sending rate (throughput) of Packet_out through all Packet_in and Packet_out message records. OFsuite_Performance test tool can reach Packet_in sending rate (TCP protocol itself is the limit, such as the size of receiving window and others) with constant speed of 5K level per second under the hardware configuration that listed in Chapter 2.3 of this text. The specific test procedures are as the following: 1. Turn on the controller under test; 2. Turn on test tool, set aswitch, do not set the topological structure, and wait the switch connects to the controller; 3. Use set-arp-rate command to set the rate of switch to send Packet_in on the command line port of test tool; 4. Wait the test tool to complete the test; 5. Use how-result command to view test result; 6. Alter the rate to send Packet_in, and test it again; 7. Do the five iteration tests and gain the average test result. ONOS Controller Performance Test Report 6

9 Test Tool Requirements 1. Test tool can simulate OpenFlow 1.3 switch, and connect to controller; 2. Test tool can respond all related OpenFlow1.3 protocol message(hello, Echo, feature_request etc); 3. Test tool can send Packet_in message containing ARP_request in order to trigger the controller under test to send Packet_out message; 4. Test tool can define the contents of Data field of Packet_in message by users; 5. Test tool can send Packet_in message in constant speed; 6. Test tool can analyze Packet_out message in order to confirm that this message is triggered by relevant Packet_in message; 7. Test tool has thorough Log function. Test Result Standalone Mode Packet_out Response Rate Packet_out rate(standalone mode) Packet_out Rate : Packets/s Packet_in Rate : Packets/s It can be seen from the test results of the above figure that when the Packet_in rate set by test tool is not more than 8 packets/s, ONOS controller can treat the received Packet_in message better, Packet_out sending rate and Packet_in rate of test tool can be the same; when the Packet_in rate set by test tool is more than 8 packets/s, it can be seen from the test results that Packet_out sending rate cannot be the same as Packet_in rate, meanwhile the delay increases accordingly (see figure below). By this token, the test has reached maximum Packet_out sending rate of the controller under test. ONOS Controller Performance Test Report 7

10 Packet_out Response Latency minimun latency (ms) maximum latency (ms) average latency (ms) Latency(ms) Packet_in rate : Packets/s What the figure above shows the delay that the controller under test sends Packet_out message, which is the delay between test tool sending Packet_in and controller under test sending relevant Packet_out back. It can be seen from the figure that with the increase of sending speed of Packet_in message, the delay of Packet_out message will be bigger and bigger. The detailed test result data are shown in the following table. A B C D E 1 packet_in rate minimum latency maximum average latency (ms) latency (ms) (ms) packet_out rate The packet_out rate in the above table means the when there is no packet loss, keep a record of the received packet_out messages and calculate the average speed instead of the number of the actually received packet_out messages. The results of the tests in the cluster mode are calculated in the same method. Cluster Mode In this test, three servers are respectively used to run the ONOS controller to form the controller cluster. In cluster mode, each Packet_in message is sent, and then a plurality of the same Packet_out messages will be sent down, test tool only records the first Packet_out message sent back by controller in order to calculate to get sending rate and delay of Packet_out, which is shown as the following figure. ONOS Controller Performance Test Report 8

11 Packet_out Response Rate Packet_out rate(cluster mode) 12 Packet_out Rate : Packets/s Packet_in Rate : Packets/s The figure above shows the test result to the rate that ONOS controller sending Packet_out in cluster mode. It can be seen that when Packet_in rate set by test tool is more than 1 packets/s, the Packet_out rate is lower than the Packet_in rate, and the processing delay will rapidly increase. Comparing to the test result of Standalone Mode above, it can be seen that the performance to send Packet_out in cluster is worse than that in Standalone Mode. Latency(ms) Packet_out Response Latency minimun latency (ms) maximum latency (ms) average latency (ms) Packet_in rate : Packets/s What the figure above shown is the latency that ONOS controller sends the Packet_out back in cluster mode. The latency performance in cluster mode is inferior to the latency performance in Standalone Mode, which is the same as Packet_out rate performance. Specific latency test result is listed in the following table. ONOS Controller Performance Test Report 9

12 A B C D E 1 packet_in rate minimum latency maximum average latency (ms) latency (ms) (ms) packet_out rate FLOW MOD SENDING RATE TEST Test Purpose Test the latency and max rate when the controller under test sends the flow entry down. Test Methodology In this test, test tool will simulate aswitch that is connected to the controller, test tool will send Packet_in message containing ARP_request up with a certain rate, test tool sends Packet_in message up containing relevant ARP_reply after receving Packet_out sent down by the controller to be tested, and the controller that will be tested will sending Flow_mod information down, then calculate the delay and rate that the controller under test sends the flow table down according to the records of Packet_in message and Flow_mod information, the specific test procedures are as the following: 1. Turn on the controller under test 2. Turn on test tool, set a switch, and do not set the topological structure, wait switch to connect to the controller; 3. Use set-arp-rate command to set the rate that switch sends Packet_in message up on test tool; 4. Wait test tool to complete the test; 5. Use show-result command to view test result; 6. Alert the rate to send Packet_in up and test it again; 7. Do five iteration tests to gain the average test result. Test Tool Requirements 1. Test tool can simulate OpenFlow 1.3 switch, and connect to the controller; 2. Test tool can respond to all related OpenFlow 1.3 protocol information(hello,echo,feature_request etc); 3. Test tool can send Packet_in message containing ARP_request up in order to trigger the controller under test to send Packet_out down; 4. Test tool can send Packet_in message containing ARP_reply up in order to trigger the controller under test to send Flow_mod addition flow table down; 5. Test tool can analyze Flow_mod information, which makes sure this information is triggered by test tool; 6. Test tool can send Packet_in message up with constant speed defined by users; 7. Test tool has thorough Log function. ONOS Controller Performance Test Report 1

13 Test Result Standalone Mode Flow Setup Rate flow_mod rate(standalone mode) Flow_mod Rate : Packets/s Packet_in rate : Packets/s It can be seen from the test result in the figure above that when Packet_in sending rate of test tool is lower than 5packets/s, ONOS controller can better process Packet_in message, the Flow_mod rate and Packet_in rate have little difference; when Packet_in rate is more than 5packets/s, the Flow_mod sending rate and Packet_in rate of ONOS controller have larger differences, by this taken, this rate is the max flow table installing rate of ONOS controller in this hardware configuration. Flow Setup Latency minimun latency (ms) maximum latency (ms) average latency (ms) 6 5 Latency(ms) Packet_in Rate : Packets/s The figure above shows the latency that ONOS controller sends the flow entry down. It can be seen from the figure, when the rate that test tool sends Packet_in is lower than 4packets/s, the latency that ONOS controller sends flow table down is lower relatively; when the rate that test tool sends Packet_in up is more than 4packets/s, the latency that ONOS controller sends flow entry down increases accordingly. The detailed test results are listed in the following table. ONOS Controller Performance Test Report 11

14 A B C D E 1 packet_in rate minimum latency maximum average latency (ms) latency (ms) (ms) packet_out rate The flow_mod rate results in the above table means when there is no loss of packets, count the received flow_mod messages and calculate the average speed instead of the number of the actually received flow_mod messages. The results of the tests in the cluster mode are calculated in the same method. Cluster Mode In this test, three servers respectively run ONOS controller to form controller cluster for the test. Test results are shown in the following figure and table. Flow Setup Rate flow_mod rate(cluster mode) Flow_mod Rate : Packets/s Packet_in rate : Packets/s In can be seen from the figure above, comparing to Standalone Mode, the rate that ONOS controller sends flow table down in cluster mode decreases obviously, and the max rate is 8 packets/s, when Packet_in rate is more than 8 packets/s, the Flw_mod rate got by test has been already not the valid result, the latency of sending flow table down also increases immensely (see the following figure). ONOS Controller Performance Test Report 12

15 Flow Setup Latency minimun latency (ms) maximum latency (ms) average latency (ms) Latency(ms) Packet_in rate The figure above shows the latency that ONOS controller sends flow entry down in cluster mode, specific test result is shown in the following table. A B C D E 1 packet_in rate minimum latency maximum average latency (ms) latency (ms) (ms) packet_out rate END-END LINK ESTABLISHMENT TIME TEST Test Purpose Test the time of setting end to end link of controller under different network topology. Test Methodology In this test, the test tool will simulate a certain amount of switches which are connected to controller by specific topological structure. In addition, the test tool will simulate two hosts, which are connected to two switches respectively (position of hosts can be user-defined). By simulating ARP request/reply process of hosts, setting time from end to end path of controller which will be measured under the mutual connection among hosts. Specific test steps are as follows: 1. Start the controller under test; 2. Start test tools, set the number of switches; ONOS Controller Performance Test Report 13

16 3. Set the network topology structure well, after the connection between switch and controller become stable; 4. Wait for the controller to complete the topology discovery process; 5. Use the set-host command to set the host to connect to a particular switch; 6. Wait for test tools to complete the test; 7. Use the show-result command to view the test results; 8. Change the number of switches or topology structure and do test again; 9. Do five iteration tests to get average test results. Test Tool Requirements 1. Test tools can simulate OpenFlow 1.3 switch, and establish a connection with the controller; 2. Test tools can respond to all relevant OpenFlow 1.3 protocol information (Hello, Echo, feature_request etc); 3. Test tools can send Packet_in message containing ARP_request to touch off the measured controller to send Packet_out; 4. Test tools can send Packet_in message containing ARP_request to touch off the measured controller to send flow mod addition flow table; 5. Test tools can resolve flow mod message to confirm whether the link is established successfully; 6. Test Tool can simulate a host connected to the switch; 7. The test tool can simulate communication between hosts. Test Results Standalone Mode Reactive Path Setup Time linear ring tree Path Setup Time(ms) Number of Switches The test results of End-end link establishment time under Standalone Mode is shown in figure. In this test, the two hosts are connected to two different switches respectively to test the link establishment time under the biggest network hop count. For Linear topology, two hosts are connected to two switches at the head and the tail of the topology of switch. The link establishment time of Linear topology is longer than that of Ring topology. Cluster Mode ONOS Controller Performance Test Report 14

17 Reactive Path Setup Time linear ring tree Path Setup Time(ms) Number of Switches The test results of End-end link establishment time under Cluster Mode is shown in figure. In this test, when the number of switches is equal to or greater than 3, ONOS controller cannot complete acquisition of Leaf-spine topological structure, the corresponding test from end to end link establishment cannot be completed, so N/A is used to show 3.6 ROLE ELECTION TIME TEST Test Purpose Test time of certainty of master slave relation of each controller of cluster of controllers Test Methodology When the controller operates in a cluster mode, the master and slave roles allocation of each controller shall be decided by internal mechanism. This process belongs to contents of east-west direction interface of SDN controller, does not belongs to OpenFlow. But its effects must be considered, if the time consuming of this process is too long. In this test, the test tool connects each simulative switch to each controller of controller cluster respectively, calculates the time difference between each TCP message and the last Role_request information, in order to obtain schedule of master slave relation of each controller of controller cluster. Specific test steps are as follows: 1. Start the controller cluster; 2. Start test tools, set the number of switch well; 3. Do packet capture at an end of the test tool; 4. Wait long enough period of time to determine the controller does not send Role_request message anymore; 5. Test tool stops the packet capture; 6. Calculate the schedule of master slave relation of each controller of controller cluster; 7. Change the number of the switch and do test again; 8. Do five iteration tests to get average test results. Test Tool Requirement 1. Test tools can simulate OpenFlow 1.3 switch, and establish a connection with the controller cluster; ONOS Controller Performance Test Report 15

18 2. Test tool can respond to Role_request message in OpenFlow 1.3 protocol; 3. Test tool can simulate OpenFlow 1.3 switch with different quantity. Test Result Role Intimation Time Time(s) Time(s) NUmber of Switches It can be seen from the test results in the above figure that the more the number of switches is, the longer the time needed by the controller cluster to complete assignment of master-slave roles is. 4. GLOBAL SDN CERTIFIED TESTING CENTER As a third-party, neutral SDN testing and certification lab, Global SDN Certified Testing Center is committed to the research and the popularization of SDN (Software Defined Network) technologies. Beyond the United States, it is the first SDN certified testing center authorized by the ONF across the world. The center enthusiastically assists the work group of ONF Interoperability Testing in making the rules for the test and establishing a testing and certification system, whereupon enhancing SDN technical standards and commercial deployment. As the third-party independent neutral evaluating organization, Global SDN Certified Testing Center supplies services to various network / terminal devices, cloud computing data centers, operators, and enterprises. Based on actual customer needs, formulate a detailed test program and certification program, and do rigorous independent testing, and ultimately deliver detailed and authoritative test report. ONOS Controller Performance Test Report 16

OpenFlow Controller Benchmarking Methodologies

OpenFlow Controller Benchmarking Methodologies OpenFlow Controller Benchmarking Methodologies Version 1.0 November 2016 ONF TR-539 ONF Document Type: Technical Recommendations ONF Document Name: OpenFlow Controller Benchmarking Methodologies Disclaimer

More information

BYZANTINE FAULT TOLERANT SOFTWARE- DEFINED NETWORKING (SDN) CONTROLLERS

BYZANTINE FAULT TOLERANT SOFTWARE- DEFINED NETWORKING (SDN) CONTROLLERS BYZANTINE FAULT TOLERANT SOFTWARE- DEFINED NETWORKING (SDN) CONTROLLERS KARIM ELDEFRAWY* AND TYLER KACZMAREK** * INFORMATION AND SYSTEMS SCIENCES LAB (ISSL), HRL LABORATORIES ** UNIVERSITY OF CALIFORNIA

More information

ONOS Security and Performance Analysis: Report No. 1

ONOS Security and Performance Analysis: Report No. 1 ONOS Security and Performance Analysis: Report No. 1 Stefano Secci, Kamel Attou, Dung Chi Phung, Sandra Scott-Hayward*, Dylan Smyth, Suchitra Vemuri #, You Wang # LIP6, UPMC Sorbonne, Paris, France. *CSIT,

More information

and controller independence with NetIDE

and controller independence with NetIDE Supporting composed SDN applications and controller independence with NetIDE Alec Leckey Intel Labs SDN Application Development Java Python C/C++ Javascript Beacon Iris Pox Nox NodeFlow Jaxon Floodlight

More information

webmethods Task Engine 9.9 on Red Hat Operating System

webmethods Task Engine 9.9 on Red Hat Operating System webmethods Task Engine 9.9 on Red Hat Operating System Performance Technical Report 1 2015 Software AG. All rights reserved. Table of Contents INTRODUCTION 3 1.0 Benchmark Goals 4 2.0 Hardware and Software

More information

ONOS Performance Test. Jin Huawei HUAWEI TECHNOLOGIES CO., LTD. HUAWEI TECHNOLOGIES CO., LTD. Page 1

ONOS Performance Test. Jin Huawei HUAWEI TECHNOLOGIES CO., LTD.   HUAWEI TECHNOLOGIES CO., LTD. Page 1 ONOS Performance Test Jin Gan @ Huawei Page 1 HUAWEI TECHNOLOGIES CO., LTD. HUAWEI TECHNOLOGIES CO., LTD. www.huawei.com Project: ONOS Performance Benchmark and Improvement https://wiki.onosproject.org/display/onos/onos+performance+benchmark+and+improvement

More information

OpenFlow Performance Testing

OpenFlow Performance Testing White Paper OpenFlow Performance Testing Summary While OpenFlow is a standard and the ONF has strict requirements for a switch to be considered conformant with the specification conformance testing says

More information

SDN Controller Test. Network Emulator. Version 1.4. User Guide. Part Number: T / UG PKTBLASTER-SDN-CTR-EMU /1.1

SDN Controller Test. Network Emulator. Version 1.4. User Guide. Part Number: T / UG PKTBLASTER-SDN-CTR-EMU /1.1 SDN Controller Test Network Emulator Version 1.4 User Guide Part Number: T / UG PKTBLASTER-SDN-CTR-EMU-1.4 1115/1.1 Copyright Veryx Technologies Pvt. Ltd. All rights reserved. Veryx and PktBlaster are

More information

Location. AttoResearch US founded Silicon Valley, US. AttoResearch founded Techno Valley, Seongnam, Korea

Location. AttoResearch US founded Silicon Valley, US. AttoResearch founded Techno Valley, Seongnam, Korea 2010.10 Atto Research founded (Silicon Valley, US) 2012. 2 Atto Research Korea founded. 2013. 1 SDN Controller AttNet released. 2013. 6 R&D center established (Techno Valley, Seongnam, Korea) 2014. 3 OpenFlow

More information

Hewlett-Packard Vishwas Manral Ionos Corp Sarah Banks VSS Monitoring July 19, 2015

Hewlett-Packard Vishwas Manral Ionos Corp Sarah Banks VSS Monitoring July 19, 2015 Internet-Draft Network Working Group Intended Status: Informational Expires: January 18, 2016 Bhuvaneswaran Vengainathan Anton Basil Veryx Technologies Mark Tassinari Hewlett-Packard Vishwas Manral Ionos

More information

Design and Implementation of Virtual TAP for Software-Defined Networks

Design and Implementation of Virtual TAP for Software-Defined Networks Design and Implementation of Virtual TAP for Software-Defined Networks - Master Thesis Defense - Seyeon Jeong Supervisor: Prof. James Won-Ki Hong Dept. of CSE, DPNM Lab., POSTECH, Korea jsy0906@postech.ac.kr

More information

OpenDaylight Performance Stress Test Report. v1.2: Lithium vs Beryllium. Intracom Telecom SDN/NFV Lab

OpenDaylight Performance Stress Test Report. v1.2: Lithium vs Beryllium. Intracom Telecom SDN/NFV Lab OpenDaylight Performance Stress Test Report Intracom Telecom SDN/NFV Lab Intracom Telecom SDN/NFV Lab 216 Executive Summary In this report we investigate several performance and scalability aspects of

More information

Cisco Extensible Network Controller

Cisco Extensible Network Controller Data Sheet Cisco Extensible Network Controller Product Overview Today s resource intensive applications are making the network traffic grow exponentially putting high demands on the existing network. Companies

More information

Managing Failures in IP Networks Using SDN Controllers by Adding Module to OpenFlow

Managing Failures in IP Networks Using SDN Controllers by Adding Module to OpenFlow Managing Failures in IP Networks Using SDN Controllers by Adding Module to OpenFlow Vivek S 1, Karthikayini T 2 1 PG Scholar, Department of Computer Science and Engineering, New Horizon College of Engineering,

More information

A Software-Defined Networking Security Controller Architecture. Fengjun Shang, Qiang Fu

A Software-Defined Networking Security Controller Architecture. Fengjun Shang, Qiang Fu 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Software-Defined Networking Security Controller Architecture Fengjun Shang, Qiang Fu College of Computer Science

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1343BU NSX Performance Samuel Kommu #VMworld #NET1343BU Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no

More information

ONOS: TOWARDS AN OPEN, DISTRIBUTED SDN OS. Chun Yuan Cheng

ONOS: TOWARDS AN OPEN, DISTRIBUTED SDN OS. Chun Yuan Cheng ONOS: TOWARDS AN OPEN, DISTRIBUTED SDN OS Chun Yuan Cheng OUTLINE - Introduction - Two prototypes - Conclusion INTRODUCTION - An open, vendor neutral, control-data plane interface such as OpenFlow allows

More information

SCALING UP VS. SCALING OUT IN A QLIKVIEW ENVIRONMENT

SCALING UP VS. SCALING OUT IN A QLIKVIEW ENVIRONMENT SCALING UP VS. SCALING OUT IN A QLIKVIEW ENVIRONMENT QlikView Technical Brief February 2012 qlikview.com Introduction When it comes to the enterprise Business Discovery environments, the ability of the

More information

Assignment 5. 2 Assignment: Emulate a Data Center and Manage it via a Cloud Network Controller

Assignment 5. 2 Assignment: Emulate a Data Center and Manage it via a Cloud Network Controller University of Crete Computer Science Department Lecturer: Prof. Dr. X. Dimitropoulos TAs: Dimitrios Gkounis, George Nomikos Manos Lakiotakis, George Vardakis HY436 - Software Defined Networks Tasks of

More information

Securing Network Application Deployment in Software Defined Networking 11/23/17

Securing Network Application Deployment in Software Defined Networking 11/23/17 Securing Network Application Deployment in Software Defined Networking Yuchia Tseng, Farid Naıı t-abdesselam, and Ashfaq Khokhar 11/23/17 1 Outline Introduction to OpenFlow-based SDN Security issues of

More information

Reusability of So/ware- Defined Networking Applica=ons: A Run=me, Mul=- Controller Approach

Reusability of So/ware- Defined Networking Applica=ons: A Run=me, Mul=- Controller Approach Reusability of So/ware- Defined Networking Applica=ons: A Run=me, Mul=- Controller Approach Roberto Doriguzzi Corin (CREATE- NET), Pedro A. Aranda Gu=érrez (Telefonica), Elisa Rojas (Telcaria), Holger

More information

Virtualization of Customer Premises Equipment (vcpe)

Virtualization of Customer Premises Equipment (vcpe) Case Study Virtualization of Customer Premises Equipment (vcpe) Customer Profile Customer: A Cloud Service Provider Reach: Global Industry: Telecommunications The Challenge A Cloud Service Provider serving

More information

CloudEngine 1800V Virtual Switch

CloudEngine 1800V Virtual Switch CloudEngine 1800V Virtual Switch CloudEngine 1800V Virtual Switch Product Overview Huawei CloudEngine 1800V (CE1800V) is a distributed virtual switch designed for virtualized environments in cloud data

More information

What is SDN, Current SDN projects and future of SDN VAHID NAZAKTABAR

What is SDN, Current SDN projects and future of SDN VAHID NAZAKTABAR What is SDN, Current SDN projects and future of SDN VAHID NAZAKTABAR Index What is SDN? How does it work? Advantages and Disadvantages SDN s Application Example 1, Internet Service Providers SDN s Application

More information

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications

Accelerating SDN and NFV Deployments. Malathi Malla Spirent Communications Accelerating SDN and NFV Deployments Malathi Malla Spirent Communications 2 Traditional Networks Vertically integrated Closed, proprietary Slow innovation 3 Infinite Complexity of Testing Across virtual

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

DaoliNet A Simple and Smart Networking Technology for Docker Applications

DaoliNet A Simple and Smart Networking Technology for Docker Applications DaoliNet A Simple and Smart Networking Technology for Docker Applications DaoliNet An Open Source Project www.daolinet.org May, 2016 Docker is Awesome! A Linux Container Engine Build, Ship and Run Any

More information

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide

Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Grandstream Networks, Inc. GWN76XX Series Mesh Network Guide Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 MESH NETWORK ARCHITECTURE... 6 Terminology... 6 Mesh Network Architecture Models...

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

FortiCore. FortiCore 3600E, 3700E and 3800E

FortiCore. FortiCore 3600E, 3700E and 3800E FortiCore 3600E, 3700E and 3800E The FortiCore E-Series of Software-Defined Networking (SDN) security appliances provide the ability to scale network-based security solutions to meet the performance demands

More information

Automatic bootstrapping of OpenFlow networks

Automatic bootstrapping of OpenFlow networks Automatic bootstrapping of OpenFlow networks Sachin Sharma, Dimitri Staessens, Didier Colle, Mario Pickavet and Piet Demeester Department of Information Technology (INTEC), Ghent University - iminds E-mail:

More information

Configuring OpenFlow 1

Configuring OpenFlow 1 Contents Configuring OpenFlow 1 Overview 1 OpenFlow switch 1 OpenFlow port 1 OpenFlow instance 2 OpenFlow flow table 3 Group table 5 Meter table 5 OpenFlow channel 6 Protocols and standards 7 Configuration

More information

vrealize Operations Management Pack for NSX for vsphere 3.5.0

vrealize Operations Management Pack for NSX for vsphere 3.5.0 vrealize Operations Management Pack for NSX for vsphere 3.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Design and development of the reactive BGP peering in softwaredefined routing exchanges

Design and development of the reactive BGP peering in softwaredefined routing exchanges Design and development of the reactive BGP peering in softwaredefined routing exchanges LECTURER: HAO-PING LIU ADVISOR: CHU-SING YANG (Email: alen6516@gmail.com) 1 Introduction Traditional network devices

More information

Delay Controlled Elephant Flow Rerouting in Software Defined Network

Delay Controlled Elephant Flow Rerouting in Software Defined Network 1st International Conference on Advanced Information Technologies (ICAIT), Nov. 1-2, 2017, Yangon, Myanmar Delay Controlled Elephant Flow Rerouting in Software Defined Network Hnin Thiri Zaw, Aung Htein

More information

ONOS OVERVIEW. Architecture, Abstractions & Application

ONOS OVERVIEW. Architecture, Abstractions & Application ONOS OVERVIEW Architecture, Abstractions & Application WHAT IS ONOS? Open Networking Operating System (ONOS) is an open source SDN network operating system (controller). Mission: to enable Service Providers

More information

Switching and Routing projects description

Switching and Routing projects description Switching and Routing 2012-2013 projects description Outline Introduction to OpenFlow A case study The projects Additional information What s OpenFlow An open standard, which defines: An abstraction of

More information

Software Defined Networking Data centre perspective: Open Flow

Software Defined Networking Data centre perspective: Open Flow Software Defined Networking Data centre perspective: Open Flow Seminar: Prof. Timothy Roscoe & Dr. Desislava Dimitrova D. Dimitrova, T. Roscoe 04.03.2016 1 OpenFlow Specification, protocol, architecture

More information

GUIDE. Optimal Network Designs with Cohesity

GUIDE. Optimal Network Designs with Cohesity Optimal Network Designs with Cohesity TABLE OF CONTENTS Introduction...3 Key Concepts...4 Five Common Configurations...5 3.1 Simple Topology...5 3.2 Standard Topology...6 3.3 Layered Topology...7 3.4 Cisco

More information

Cisco Application Centric Infrastructure (ACI) Simulator

Cisco Application Centric Infrastructure (ACI) Simulator Data Sheet Cisco Application Centric Infrastructure (ACI) Simulator Cisco Application Centric Infrastructure Overview Cisco Application Centric Infrastructure (ACI) is an innovative architecture that radically

More information

HEX Switch: Hardware-assisted security extensions of OpenFlow

HEX Switch: Hardware-assisted security extensions of OpenFlow HEX Switch: Hardware-assisted security extensions of OpenFlow Taejune Park / KAIST / taejune.park@kaist.ac.kr Zhaoyan Xu / StackRox Inc. / z@stackrox.com Seungwon Shin / KAIST / claude@kaist.ac.kr Software-Defined

More information

User Guide. version 1.2.0

User Guide. version 1.2.0 User Guide version 1.2.0 COPYRIGHT All rights reserved. This document, as well as the software described in it, is furnished under license and may be used or copied only in accordance with the terms of

More information

HPE VAN SDN Controller and Applications Support Matrix

HPE VAN SDN Controller and Applications Support Matrix Controller and Applications Support Matrix Abstract This document lists the minimum hardware, firmware, and software requirements for installing the (Virtual Application Network Software-Defined Networking)

More information

Cisco Tetration Platform: Network Performance Monitoring and Diagnostics

Cisco Tetration Platform: Network Performance Monitoring and Diagnostics Data Sheet Cisco Tetration Platform: Network Performance Monitoring and Diagnostics The Cisco Tetration platform, extends machine learning capability to provide unprecedented insights into network performance

More information

FortiCore E-Series. SDN Security Appliances. Highlights. Securing Software Defined Networking (SDN) Architectures. Key Features & Benefits

FortiCore E-Series. SDN Security Appliances. Highlights. Securing Software Defined Networking (SDN) Architectures. Key Features & Benefits DATA SHEET FortiCore E-Series SDN Security Appliances FortiCore E-Series FortiCore 3600E, 3700E and 3800E SDN Security Appliances The FortiCore E-Series of Software-Defined Networking (SDN) security appliances

More information

PIRE ExoGENI ENVRI preparation for Big Data science

PIRE ExoGENI ENVRI preparation for Big Data science System and Network Engineering MSc Research project PIRE ExoGENI ENVRI preparation for Big Data science Stavros Konstantaras, Ioannis Grafis February 5, 2014 Background Big Data science Huge amount of

More information

Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework

Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework White Paper Deploy Microsoft SQL Server 2014 on a Cisco Application Centric Infrastructure Policy Framework August 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

More information

vstart 50 VMware vsphere Solution Specification

vstart 50 VMware vsphere Solution Specification vstart 50 VMware vsphere Solution Specification Release 1.3 for 12 th Generation Servers Dell Virtualization Solutions Engineering Revision: A00 March 2012 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

Informatica Universiteit van Amsterdam. Distributed Load-Balancing of Network Flows using Multi-Path Routing. Kevin Ouwehand. September 20, 2015

Informatica Universiteit van Amsterdam. Distributed Load-Balancing of Network Flows using Multi-Path Routing. Kevin Ouwehand. September 20, 2015 Bachelor Informatica Informatica Universiteit van Amsterdam Distributed Load-Balancing of Network Flows using Multi-Path Routing Kevin Ouwehand September 20, 2015 Supervisor(s): Stavros Konstantaros, Benno

More information

McAfee Network Security Platform 9.2

McAfee Network Security Platform 9.2 McAfee Network Security Platform 9.2 (9.2.7.22-9.2.7.20 Manager-Virtual IPS Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

HP SDN Document Portfolio Introduction

HP SDN Document Portfolio Introduction HP SDN Document Portfolio Introduction Technical Solution Guide Version: 1 September 2013 Table of Contents HP SDN Document Portfolio Overview... 2 Introduction... 2 Terms and Concepts... 2 Resources,

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Install and Manage Cisco HyperFlex Systems in a Cisco ACI Environment Original Update: January 2017 Updated: March 2018 Note: This document contains material and data

More information

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research Storage Platforms with Aspera Overview A growing number of organizations with data-intensive

More information

Veritas Access Enterprise Vault Solutions Guide

Veritas Access Enterprise Vault Solutions Guide Veritas Access Enterprise Vault Solutions Guide Linux 7.4.1 Veritas Access Enterprise Vault Solutions Guide Last updated: 2018-07-31 Document version: 7.4.1 Rev 0 Legal Notice Copyright 2018 Veritas Technologies

More information

vrealize Operations Management Pack for NSX for Multi-Hypervisor

vrealize Operations Management Pack for NSX for Multi-Hypervisor vrealize Operations Management Pack for This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

Huawei Technologies engaged Miercom to conduct an

Huawei Technologies engaged Miercom to conduct an Key findings and conclusions: Lab Testing Summary Report March 2012 Report SR120125B Product Category: Enterprise Switch Vendor Tested: Huawei S5700-52C-PWR-EI enterprise switch has IPv6 migration support

More information

ONOS Roadmap. September, 2017

ONOS Roadmap. September, 2017 ONOS Roadmap September, 2017 distributed core provides high-availability, scalability and performance abstractions & models allow applications to configure and control the network without becoming dependent

More information

H3C S5130-EI Switch Series

H3C S5130-EI Switch Series H3C S5130-EI Switch Series OpenFlow Configuration Guide New H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release 311x Document version: 6W102-20180323 Copyright 2016-2018, New H3C Technologies

More information

Vendor: Cisco. Exam Code: Exam Name: Developing with Cisco Network Programmability (NPDEV) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Developing with Cisco Network Programmability (NPDEV) Version: Demo Vendor: Cisco Exam Code: 600-502 Exam Name: Developing with Cisco Network Programmability (NPDEV) Version: Demo Question Set 1 QUESTION 1 A stock brokerage firm requires that all trades are executed quickly

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.3.4 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, page 1 Virtual Machine Configuration Recommendations, page 1 Configuring Resource Pools Using vsphere Web Client, page 4 Configuring a Virtual Machine

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.3.3 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, on page 1 Virtual Machine Configuration Recommendations, on page 1 Configuring Resource Pools Using vsphere Web Client, on page 4 Configuring a Virtual

More information

Virtualized Infrastructure Managers for edge computing: OpenVIM and OpenStack comparison IEEE BMSB2018, Valencia,

Virtualized Infrastructure Managers for edge computing: OpenVIM and OpenStack comparison IEEE BMSB2018, Valencia, Virtualized Infrastructure Managers for edge computing: OpenVIM and OpenStack comparison IEEE BMSB2018, Valencia, 2018-06-08 Teodora Sechkova contact@virtualopensystems.com www.virtualopensystems.com Authorship

More information

Build a Promising Career in SDN Transition Criterion ONF Certified SDN Associate Weekend Program

Build a Promising Career in SDN Transition Criterion ONF Certified SDN Associate Weekend Program Phone: (080) 4152 9444 academy@criterionnetworks.com www.criterionnetworks.com/academy Build a Promising Career in Transition Criterion ONF Certified Associate Weekend Program I. Introduction: Criterion

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.3.0 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

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

MAGIC OF SDN IN NETWORKING

MAGIC OF SDN IN NETWORKING Innovate, Integrate, Transform MAGIC OF SDN IN NETWORKING www.altencalsoftlabs.com Executive Summary Software Defined Networking (SDN) brings a transformational paradigm shift from traditional vendor-locked

More information

Source Address Validation Solution. Guang Yao, Jun Bi and Peiyao Xiao Network Architecture&IPv6 Lab Tsinghua University

Source Address Validation Solution. Guang Yao, Jun Bi and Peiyao Xiao Network Architecture&IPv6 Lab Tsinghua University Source Address Validation Solution with OpenFlow/NOX Architecture Guang Yao, Jun Bi and Peiyao Xiao Network Architecture&IPv6 Lab Tsinghua University Background IETF SAVI WG Formed in 2008 Anti spoofing

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.5.3 Revision A Contents About this release on page 2 System requirements on page 2 Build number and checksums on page 4 Compatibility on page 5 New features

More information

Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2

Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2 Performance Study Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2 Workload The benefits of virtualization for enterprise servers have been well documented.

More information

Stateful Firewall Application on Software Defined Networking

Stateful Firewall Application on Software Defined Networking 1st International Conference on Advanced Information Technologies (ICAIT), Nov. 1-2, 2017, Yangon, Myanmar Stateful Firewall Application on Software Defined Networking Nan Haymarn Oo, Aung Htein Maw University

More information

Fast Handover Techniques for ESS-Subnet Topology Mismatch in IEEE

Fast Handover Techniques for ESS-Subnet Topology Mismatch in IEEE Fast Handover Techniques for ESS-Subnet Topology Mismatch in IEEE 802.11 Chien-Chao Tseng *, Chia-Liang Lin *, Yu-Jen Chang * and Li-Hsing Yen * Department of Computer Science, National Chiao Tung University,

More information

Software Defined Networking

Software Defined Networking CSE343/443 Lehigh University Fall 2015 Software Defined Networking Presenter: Yinzhi Cao Lehigh University Acknowledgement Many materials are borrowed from the following links: https://www.cs.duke.edu/courses/spring13/compsc

More information

Reliable SDN Network Architecture

Reliable SDN Network Architecture Reliable SDN Network Architecture Parvathy S Parthan, Dr. N.Guruprasad Department of Computer Science and Engineering, New Horizon College of Engineering Bengaluru, Karnataka, India-560103 ABSTRACT: Software

More information

OTSDN What is it? Does it help?

OTSDN What is it? Does it help? OTSDN What is it? Does it help? Dennis Gammel Schweitzer Engineering Laboratories, Inc. Funded by the U.S. Department of Energy and the U.S. Department of Homeland Security cred-c.org Important Aspects

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

vrealize Operations Management Pack for NSX for vsphere 3.0

vrealize Operations Management Pack for NSX for vsphere 3.0 vrealize Operations Management Pack for NSX for vsphere 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Arrakis: The Operating System is the Control Plane

Arrakis: The Operating System is the Control Plane Arrakis: The Operating System is the Control Plane Simon Peter, Jialin Li, Irene Zhang, Dan Ports, Doug Woos, Arvind Krishnamurthy, Tom Anderson University of Washington Timothy Roscoe ETH Zurich Building

More information

Traffic Isolation on Multi-Tenant Data Center Networks

Traffic Isolation on Multi-Tenant Data Center Networks Traffic Isolation on Multi-Tenant Data Center Networks Heitor Moraes Universidade Federal de Minas Gerais motta@dcc.ufmg.br Marcos A. M. Vieira Universidade Federal de Minas Gerais mmvieira@dcc.ufmg.br

More information

Software-Defined Networking (SDN) Overview

Software-Defined Networking (SDN) Overview Reti di Telecomunicazione a.y. 2015-2016 Software-Defined Networking (SDN) Overview Ing. Luca Davoli Ph.D. Student Network Security (NetSec) Laboratory davoli@ce.unipr.it Luca Davoli davoli@ce.unipr.it

More information

CORD How to build a POD and automate deployments. #OpenCORD

CORD How to build a POD and automate deployments. #OpenCORD CORD How to build a POD and automate deployments Full POD: definition The minimum amount of hardware that can be used to perform a full test of the current CORD features Mgmt L2 switch switch Tricks Avoid

More information

Parallel HITS Algorithm Implemented Using HADOOP GIRAPH Framework to resolve Big Data Problem

Parallel HITS Algorithm Implemented Using HADOOP GIRAPH Framework to resolve Big Data Problem I J C T A, 9(41) 2016, pp. 1235-1239 International Science Press Parallel HITS Algorithm Implemented Using HADOOP GIRAPH Framework to resolve Big Data Problem Hema Dubey *, Nilay Khare *, Alind Khare **

More information

Work Project Report: Benchmark for 100 Gbps Ethernet network analysis

Work Project Report: Benchmark for 100 Gbps Ethernet network analysis Work Project Report: Benchmark for 100 Gbps Ethernet network analysis CERN Summer Student Programme 2016 Student: Iraklis Moutidis imoutidi@cern.ch Main supervisor: Balazs Voneki balazs.voneki@cern.ch

More information

Huawei Technologies engaged Miercom to evaluate the S12700

Huawei Technologies engaged Miercom to evaluate the S12700 Key findings and conclusions: Huawei S12708 agile switch demonstrates 100% line rate throughput with 384 10GE ports in full line rate throughput tests Lab Testing Summary Report August 2013 Report SR130801

More information

DriveScale-DellEMC Reference Architecture

DriveScale-DellEMC Reference Architecture DriveScale-DellEMC Reference Architecture DellEMC/DRIVESCALE Introduction DriveScale has pioneered the concept of Software Composable Infrastructure that is designed to radically change the way data center

More information

Overview of the Performance and Sizing Guide

Overview of the Performance and Sizing Guide Unifier Performance and Sizing Guide 16 R2 October 2016 Contents Overview of the Performance and Sizing Guide... 5 Architecture Overview... 7 Performance and Scalability Considerations... 9 Vertical Scaling...

More information

Extreme Networks Session Director

Extreme Networks Session Director Data Sheet Highlights Designed for 4G/LTE, 5G Mobile Network Operators, and IoT scale Maximizes utilization of existing monitoring solutions with subscriberaware network traffic load balancing, filtering,

More information

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015)

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 215) The Performance Analysis of GlusterFS In Virtual Storage Dawei XIAO 1,a,Cheng ZHANG 1,b,Xiaodong LI

More information

SDN SEMINAR 2017 ARCHITECTING A CONTROL PLANE

SDN SEMINAR 2017 ARCHITECTING A CONTROL PLANE SDN SEMINAR 2017 ARCHITECTING A CONTROL PLANE NETWORKS ` 2 COMPUTER NETWORKS 3 COMPUTER NETWORKS EVOLUTION Applications evolve become heterogeneous increase in traffic volume change dynamically traffic

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

Casa Systems Axyom Multiservice Router

Casa Systems Axyom Multiservice Router Solution Brief Casa Systems Axyom Multiservice Router Solving the Edge Network Challenge To keep up with broadband demand, service providers have used proprietary routers to grow their edge networks. Cost

More information

Trends and challenges Managing the performance of a large-scale network was challenging enough when the infrastructure was fairly static. Now, with Ci

Trends and challenges Managing the performance of a large-scale network was challenging enough when the infrastructure was fairly static. Now, with Ci Solution Overview SevOne SDN Monitoring Solution 2.0: Automate the Operational Insight of Cisco ACI Based Infrastructure What if you could automate the operational insight of your Cisco Application Centric

More information

Casa Systems Axyom Multiservice Router

Casa Systems Axyom Multiservice Router Solution Brief Casa Systems Axyom Multiservice Router Solving the Edge Network Challenge To keep up with broadband demand, service providers have used proprietary routers to grow their edge networks. Cost

More information

DELL EMC TECHNICAL SOLUTION BRIEF. ARCHITECTING A DELL EMC HYPERCONVERGED SOLUTION WITH VMware vsan. Version 1.0. Author: VICTOR LAMA

DELL EMC TECHNICAL SOLUTION BRIEF. ARCHITECTING A DELL EMC HYPERCONVERGED SOLUTION WITH VMware vsan. Version 1.0. Author: VICTOR LAMA DELL EMC TECHNICAL SOLUTION BRIEF ARCHITECTING A DELL EMC HPERCONVERGED SOLUTION WITH VMware vsan Version 1.0 Author: VICTOR LAMA Dell EMC Networking SE July 2017 What is VMware vsan? VMware vsan (formerly

More information

NGFW Security Management Center

NGFW Security Management Center NGFW Security Management Center Release Notes 6.3.8 Revision A Contents About this release on page 2 System requirements on page 2 Build version on page 3 Compatibility on page 5 New features on page 5

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

Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture

Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture 2016 International Computer Symposium Design the DNS-like Smart Switch for Heterogeneous Network base on SDN Architecture Jih-Ching Chiu, An-Ting Liu*, Chien-Chin Liao* Department of Electrical Engineering,

More information

DELL EMC ISILON F800 AND H600 I/O PERFORMANCE

DELL EMC ISILON F800 AND H600 I/O PERFORMANCE DELL EMC ISILON F800 AND H600 I/O PERFORMANCE ABSTRACT This white paper provides F800 and H600 performance data. It is intended for performance-minded administrators of large compute clusters that access

More information