D2.2 SDN support for wireless islands and OpenFlow integration into OMF in Europe

Size: px
Start display at page:

Download "D2.2 SDN support for wireless islands and OpenFlow integration into OMF in Europe"

Transcription

1 Funded by the 7 th Framework Programme of the European Union Project Acronym: Project Full Title: SmartFIRE Grant Agreement: Enabling SDN Experimentation in Wireless Testbeds exploiting Future Internet Infrastructure in South Korea & Europe Project Duration: 26 months (Nov Dec. 2015) D2.2 SDN support for wireless islands and OpenFlow integration into OMF in Europe Deliverable Status: File Name: Due Date: Submission Date: Dissemination Level: Task Leader: Author: Final SMARTFIRE_ WP2_iMinds_D2.2_V0.3_ pdf 31 August 2014 (M8) 10 September 2014 (M9) Public Bart Puype (iminds) Bart Puype (iminds)

2 Copyright Copyright The SMARTFIRE Consortium Consisting of: UTH University of Thessaly Greece UPMC Université Pierre et Marie Curie France IMINDS IMinds Belgium UMU Universidad de Murcia Spain SIGMA Sigma Orionis France NICTA National ICT Australia Australia GIST Gwangju Institute of Science and Technology South Korea KISTI Korea Institute of Science and Technology Information South Korea KAIST Korea Advanced Institute of Science and Technology South Korea ETRI Electronics and Telecommunications Research Institute South Korea SNU Seoul National University South Korea Disclaimer All intellectual property rights are owned by the SMARTFIRE consortium members and are protected by the applicable laws. Except where otherwise specified, all document contents are: SMARTFIRE Project - All rights reserved. Reproduction is not authorised without prior written agreement. All SMARTFIRE consortium members have agreed to full publication of this document. The commercial use of any information contained in this document may require a license from the owner of that information. All SMARTFIRE consortium members are also committed to publish accurate and up to date information and take the greatest care to do so. However, the SMARTFIRE consortium members cannot accept liability for any inaccuracies or omissions nor do they accept liability for any direct, indirect, special, consequential or other losses or damages of any kind arising out of the use of this information. Page 2 of 15

3 Revision Control Version Author Date Status 0.2 iminds September 02, 2014 Initial Draft 0.3 UTH, UMU September 09, 2014 Final Draft 1.0 Final Draft reviewed FF Page 3 of 15

4 Executive summary The present document is a deliverable of the SMARTFIRE project, funded by the European Commission s Directorate-General for Communications Networks, Content & Technology (DG CONNECT), under its 7th EU Framework Programme for Research and Technological Development (FP7). This deliverable enables new experimentation scenarios in the European testbeds. The extended testbeds supporting tree topologies of OpenFlow switches, emulating the Future Internet backbone are described in Section 2. In addition in Section 3, it contains a detailed analysis of the features that will be integrated into the OMF framework. Included are design parameters and implementation details that should the followed in order to achieve the OpenFlow experimentation integration into the OMF framework. Page 4 of 15

5 Table of Contents 1. Introduction SDN support for wireless islands UTH NITOS island iminds w-ilab.t island University of Murcia Gaia Extended Research Architecture OpenFlow integration into OMF Switch and port configuration Stitching Slicing Conclusions References Page 5 of 15

6 1. Introduction In order to enable larger scale experiments with more complex networks such as a tree topology, the existing wireless testbeds of islands had to be extended with OpenFlow functionality. This brings OpenFlow control of the network by the experiment all the way into the wireless devices of the testbeds of the SmartFIRE infrastructure. Also, it establishes an interconnected OpenFlow backbone that federates the testbeds on the data-plane, using OpenFlow switches inside islands, and connectivity between EU as well as Korean partners. For some use cases, setting up and configuring this OpenFlow functionality is performed during experiment life-time. As some equipment or infrastructure in-between testbed facilities or partner islands will not be OpenFlow enabled, there will be some need to perform stitching or encapsulation of traffic at testbed gateways (and corrensponding de-encapsulation), in order to ensure correct forwarding of traffic. One problem with supporting large-scale experiments and multiple users, is that the facilities will be shared not only among SmartFIRE users, but also with other projects external to SmartFIRE. The partitioning of computing resources is generally provided by the facility managers (e.g., hypervisors or a platform which configures and installs server when requested for an experiment). For sharing of OpenFlow infrastructure, usage by multiple users is complicated by the fact that OpenFlow control has a centralized approach, which implementation-wise led to the fact that OpenFlow equipment connect to a single OpenFlow controller only. This means that in order to share said OpenFlow equipment, an OpenFlow hypervisor is required. Experiment 2 OpenFlow ctrl er Experiment OpenFlow controller Experiment 3 OpenFlow ctrl er Experiment 4 OpenFlow ctrl er flowvisor flowvisor Figure 1 Flowvisor slicing in an experiment context Flowvisor[1] is such a tool, which allows to a) aggregate multiple OpenFlow switches into one virtual switch instance exposed by Flowvisor; and b) connects to multiple controllers, letting each control a slice of OpenFlow resources. The aggregation allows installing for example one Flowvisor for each island (or heterogeneous testbed). This allows to hold some rules for OpenFlow flows locally in the island, increasing performance, especially in a EU-Korea context where experiments will have a high latency on some control links. The slicing is performed by assigning each controller a flowspace which partitions the physical OpenFlow resources. The slicing is similar to flow matching, i.e., it can be performed by assigning a VLAN (range), MAC address range, IP address range, TCP port (range) to a certain experiment controller. These controllers may not be aware of the slicing, and if they try to install a flow that exceeds the flowspace for their slice, it will be filtered/shrunk by the Flowvisor so as to not conflict with the other slices. In order to set up the flowspace slices, a separate management interface is available, which is controlled through the provisioning process or OMF toolset. The above functionalities (configuration, stitching, and slicing) are to be implemented in the SmartFIRE OMF toolset. Section 2 explains extensions to the wireless testbed islands; section 3 details an analysis and the implementation considerations for OMF integration of OpenFlow. Page 6 of 15

7 2. SDN support for wireless islands 2.1 UTH NITOS island NITOS facility is comprised of 2 wireless testbeds for experimentation with heterogeneous technologies. An outdoor testbed, featuring WiFi, WiMAX and LTE support and an indoor isolated testbed comprised of advanced powerful nodes. The outdoor and indoor testbeds consist of 45 and 40 nodes respectively. Each of the two testbeds also features two OpenFlow Ethernet switches interconnecting the nodes. The indoor testbed features two Pronto 3290 [2], depicted in Figure 2, and the outdoor features two HP 3800 [3], depicted in Figure 3. The HP switches interconnect the nodes experimental Ethernet interfaces. Through the slicing of each switch based on the ports allocated to each experimenter, several instances of OpenFlow controllers can instruct the switches concurrently and mutually excluded from each other. Figure 2: Pronto 3290 Figure 3: HP 3800 The control and management of the testbed is done using the control and Management Framework (OMF) open-source software. Users can perform their experiments by reserving slices (nodes, frequency spectrum) of the testbed through the NITOS Scheduler that together with OMF framework, support ease of use for experimentation and code development. OMF talks to Flowvisor that enables the individual control of each slice of OpenFlow resources. 2.2 iminds w-ilab.t island The iminds ilab.t experimental facilities include two wireless testbeds. The first one is located at the iminds/ghent University offices and is mostly used for sensor network experiments. The second one is located at Zwijnaarde campus, in a pseudo-shielded environment. The Zwijnaarde w-ilab.t wireless nodes are based on an x86 platform, simplifying the extensions of OpenFlow capabilities into this wireless testbed. Page 7 of 15

8 Figure 4: w-ilab.t Zwijnaarde nodes and access network The nodes house the following equipment: ZOTAC NM10-A-E mini-itx system (Atom D525, Gigabit LAN) 4GB DDR2 2x Sparklan WPEA-110N/E/11n mini PCIe 2T2R chipset: AR9280 (each supporting 2x2 mimo) RM090 sensornode [3] The nodes are powered by a PDU (controlled by the Emulab framework). The Ethernet switches providing wired access to the nodes are a combination of HP procurve 2510G, 2610 and 2626-PWR. The facility uses Emulab[5] to match the ilab.t virtual wall network emulation and experimentation facility. This facility has been used extensively already in OpenFlow experiments. Emulab allows the experimenter to request a number of servers from the virtual wall, and connect them in a topology specified by the user, by configuring the central switch which acts as a hub for connecting all equipment. For OpenFlow experiments on tree or mesh topologies, these topologies are configured on the facilities, nodes are requested and loaded with a software image (based on e.g. Ubuntu or Debian) which allows running a software OpenFlow switch such as the Open vswitch suite[6]. Additional nodes may be used for traffic generation, running the OpenFlow controller or even visualizing some of the traffic or monitoring results. The w-ilab.t wireless testbed also uses Emulab, and supports similar software images on the nodes, therefore OpenFlow functionality can be used on the wireless nodes themselves as well. Connecting the virtual wall and w-ilab.t testbeds allows for experiments with more complex topologies, with the virtual wall nodes acting as the backbone switches. The virtual wall nodes are Athlon and Xeon based and offer higher performance, supporting higher throughput and node degrees for OpenFlow switching. Since part of the network infrastructure between virtual wall and w-ilab.t (such as the HP procurve and iminds backbone switches) are not OpenFlow enabled, a wireless node will be connected to one or more virtual wall nodes using tunnelling, establishing a pointto-point link. For this setup, two main configuration are possible. A first option is to set up tunnelling such that each wireless interface is connected directly to a port on an OpenFlow switch (Open vswitch) in the virtual wall. In this case there is no OpenFlow capability on the wireless nodes. Tunnelling and bridging is used to separate (and multiplex) the traffic to each wireless interface until it reaches an OpenFlow component running inside the virtual wall. Note that a single Open vswitch instance in the virtual wall facility can operate wireless interfaces from multiple w-ilab.t nodes; also Page 8 of 15

9 increased performance may be available as the wireless nodes have a limited CPU (Atom D525). The downside is that in this setup, the virtual wall node is required, the wireless node cannot be directly integrated in an OpenFlow experiment. backbone network Virtual wall w-ilab.t ovs br br OpenFlow controller Figure 5: Tunnelling for wireless interfaces Nevertheless, a second setup is possible by installing an OpenFlow image on the wireless nodes. In this case tunnelling is only required to connect the Open vswitch instance running on the w-ilab.t node with that running on a virtual wall node. In this case it is possible to connect the wireless node directly to e.g. OFELIA OpenFlow infrastructure (by tunnelling to the iminds OFELIA gateway) or external islands through federation in the previous case it would require the traffic passing through a virtual wall node first (the virtual wall is connected to the iminds OFELIA OpenFlow facility with 10x 1Gbit/s Ethernet). However, in this scenario, the function of the OpenFlow component in the wireless node would likely be limited to (de)multiplexing traffic from/to the wireless interfaces onto the w-ilab.t access infrastructure and backbone network. For more complex routing and switching decisions for experiments with complex topologies, these would be performed on separate OpenFlow components outside the wireless nodes (i.e., Open vswitch on virtual wall nodes, or physical OpenFlow switches). backbone network Virtual wall w-ilab.t ovs ovs OpenFlow controller Figure 6: Tunnelling for OpenFlow enabled wireless nodes Page 9 of 15

10 Note that in the first case, the OpenFlow controller does not control the wireless node the bridging and tunnelling is set up by the experimental tools using OMF. In the second case, after Open vswitch is set up on the wireless node, it connects to the OpenFlow controller for the experiment. This controller may run on for example the virtual wall, but in a federated context it can run inside an experimental island separate from the iminds facility. 2.3 University of Murcia Gaia Extended Research Architecture The Gaia Extended Research Architecture is situated inside the Computer Science faculty from University of Murcia. Gaia has served during the last years as the testbed for different research projects. During these years many new components have been purchased and incorporated to its catalogue, several of them were wireless components. Figure 7: Espinardo Campus deployment. The blue dotted lines represent wireless directional Wimax connections. The blue triangles represent WLAN exterior antennas orientation. The concentric circles represent the omnidirectional Wimax antenna location. Apart from the common indoor apparels available in any computers laboratory, Gaia have also some external equipment which has been distributed over Espinardo Campus (Figure 7) covering an extension of 20ha with directional Wimax links, one omnidirectional Wimax access point and a couple of exterior WLAN antennas. Apart from the wireless links, a couple of VLANs over the University production fibre network have been arranged to be used as the infrastructure requests. One VLAN is used for administration purposes providing a secure and reliable way to remotely control any device and ensure that network signalling (openflow commands) arrive as expected. The remaining VLAN is the so called production VLAN which is used to establish tunnels between the desired points. Page 10 of 15

11 Figure 8: Espinardo campus SDN deployment. Green lines represent directional Wimax connections. All these wireless devices are managed through a SDN network. To deploy the SDN network, Gaia Extended Research Architecture takes advantage of the University of Murcia s environmental project RECICLATICA carried out by the University s administrative IT branch called ATICA. The idea of this project is to give a new opportunity to legacy hardware which is being replaced by newer one. Some 90 s PC, which were designed with extensibility in mind, have the characteristic of having a bunch of extension slots, in particular PCI slots. We request from Reciclatica the legacy hardware with as many slots as available (at least 5) to insert network cards. With this approach we can have as many switches as needed and distribute them over the network. Another advantage of this approach in front of buying expensive OpenFlow capable switches is the possibility of easily incorporate enhancements on the switching software (Open vswitch or any other alternative yet to come or to be developed). From the wireless point of view two different technologies are deployed b/g(n) and e. Inside Gaia Extended Research Architecture some OpenWRT based access points with Open vswitch software, in addition the Reciclatica based switches can be also extended using wireless pci cards or pcmcia wireless cards. The exceptional Gaia Extended Research Architecture equipment is allocated outside Gaia Extended Research Architecture and dispersed over the Espinardo campus. Four outdoor wireless antennas are collocated two by two on the roof of Mathematics faculty and Beaux Arts faculty. The Wimax (based on Alvarion BreezeMax hardware) deployment has different technologies varying from unidirectional, omnidirectional to 4.9Ghz to 5.4 Ghz spectrum. There is an omnidirectional 5.4Ghz access point situated on Mathematics which is reached by its corresponding client situated on Luis Vives building. 4.9Ghz base stations are situated on the roof of Gaia, D Building, Mathematics and Luis Vives and are reached respectively from Beaux Arts, Gaia, Gaia and ATICA building. An omnidirectional client is available for future tests. OMF 6.0 is on the process to be deployed into Gaia, the objective is initially to provide control over the switching elements and in a near future, thanks to the achievements promised in this project, extend the control to the wireless interfaces. Page 11 of 15

12 3. OpenFlow integration into OMF This section lists the required functionality that should be offered through OMF in the SmartFIRE federated facility. This functionality is the results from a requirements analysis related to the improved support of larger scale experiments, multiple users and federation across EU and EU-Korean facilities. 3.1 Switch and port configuration Part of the experimental facility will consist of physical OpenFlow enabled equipment. Such infrastructure will be generally shared with other experiments and projects external to SmartFIRE and consequently not be managed by a SmartFIRE controlled entity. However, the usage of software OpenFlow components such Open vswitch will lead to the need to perform management operations that are very similar to setting up and configuring OpenFlow switches. It can be assumed that such software OpenFlow switches may be set up on resources requested specifically for the experiment, and therefore have to be installed and configured from scratch. The functionality for configuring switches and ports includes the following: Install OpenFlow software and dependencies (unless the component is a hardware switch dedicated to the experiment or the software is already available on the disk image requested during the provisioning phase) Configure physical and virtual ports with correct parameters (L2/3). This may include setting up tunneling (see next sections). Configure the switch with a deterministic datapath ID, OpenFlow controller IP address (for the experiment) and bring it up. Enable the configured ports into the OpenFlow switch, with deterministic OpenFlow port numbers. For use cases requiring reconfiguration of the network topology, or for debugging purposes, we should also support: Disable/Re-enable ports into the OpenFlow switch Bring down a switch, and/or change parameters such as datapath ID or controller address. This functionality does not use the OpenFlow protocol, but will be based on a combination of CLI commands (software installation and port configuration) and existing tools and interfaces available for the specific management of the switch. 3.2 Stitching Stitching involves the connection of OpenFlow components across infrastructure that is not OpenFlow enabled for SmartFIRE experiments. For example, this includes backbone networks inter-connecting heterogeneous facilities in a single islands, L2 connectivity between islands (e.g., GÉANT VLAN) and intercontinental connectivity (possibly L3) connecting Korean and EU facilities. Such connectivity offers a varying amount of transparency, usually advertised as layer 3, layer 2 etc. Even in the case a point-topoint is layer 2 transparent, it may still be the case that intermediate switching equipment does in fact inspect Ethernet frames and decides to reroute traffic. For example, in the case where we want an experiment to send traffic from island 1 to island 2 and then onward to island 3, traffic may be sent directly from island 1 to 3 if the connectivity between the islands is provided by a single partner. In this case the experiment cannot be performed as designed. For such instances, tunneling or encapsulation of traffic is required, in order to shield it from intermediate switching equipment. The result is traffic that (to the external bandwidth provider) looks like point-to-point traffic between exactly two MAC or IP addresses: the end-points or gateway in the two islands that are being connected. Encapsulation or adaptation of the traffic may also be required when the interconnecting party is posing restrictions on the traffic, e.g., limiting traffic to one or a range of VLANs. Page 12 of 15

13 Stitching is the re-tagging of VLANs, encapsulation of traffic, NAT or MAC address rewriting etc. required in order to connect the islands over such infrastructure by adapting traffic at island gateways and devices, such that the stitching is invisible to the actual experimental traffic. Although inter-island connectivity may be configured statically, the encapsulation and adaptation requirements may still be visible to some extent to the experiment user (but not the actual OpenFlow controller). In that case some OMF functionality is needed in order to support these stitching procedures. For use cases that deal with dynamic bandwidth or testbeds where the provisioned equipment itself needs some sort of tunneling, configuration of stitching will be needed during experiment setup. Stitching functionality consists of: Configuring interfaces for tunneling, adaptation or encapsulation. Setting up kernel bridges (for software gateways) and bridging these outbound interfaces correctly with the corresponding experiment interfaces. Set up the encapsulating interfaces with appropriate MAC/IP addresses if needed, possibly renaming network interfaces etc. in order to hide the stitching from the experiment. In terms of implementation, the stitching can use (in loose order of preference, increasing complexity and decreasing performance): Q-in-Q, double VLAN tagging VLAN tag rewriting TUN/TAP tunneling (layer 2 tunnel, i.e., TAP tunneling) GRE tunneling (layer 2 tunnel, i.e., GRETAP) OpenVPN Setting up the encapsulation or tunneling may be performed using existing CLI tools such as the vconfig toolset (for VLANs), tun/tap tools, ip toolset (for GRE) and OpenVPN client/server tools. Apart from OpenVPN, these tools require matching kernel modules to be installed in the gateway and tunneling devices. In the case the gateway is not based on a Linux platform but rather a commercial hardware switch, the CLI of the switch should be used. Such switches are often limited to VLAN/GRE based solutions however, stitching functionality may therefore require the installation of a software gateway or adaptation box in some islands. 3.3 Slicing Slicing allows the usage of a single piece of OpenFlow equipment by multiple users. Some of the OpenFlow equipment is not controlled by SmartFIRE, and for those the slicing will be performed during the provisioning phase, e.g., by sending SFA RSpecs to the aggregate managers of that equipment. For the equipment directly controlled by SmartFIRE, OMF can be used to configure switches and slicing components (Flowvisor). Slicing does not necessarily require flowspace slicing. In the case of a wireless testbed where wireless nodes are completely dedicated to one experiment, these nodes will be connected to dedicated ports on OpenFlow switches. The infrastructure can therefore be sliced by simply re-assigning those ports to a separate datapath ID, and the correct OpenFlow controller. This under the assumption that the OpenFlow component supports this; for Open vswitch, a new switch instance with the appropriate ports can be configured, for hardware switches there may be proprietary solutions such as Virtual Switch Instance. This functionality requires only a simple adaptation of the implementation of OMF tools described in the Section 3.1. If we have the need to modify flowspaces or controller IP address, the OMF tools will need to talk to the Flowvisor instance. This can be done through the management interfaces, or by using the Flowvisor CLI toolset in a script. Care should be taken to properly Page 13 of 15

14 authenticate and authorize such actions in the case the Flowvisor and its management run outside of the experiment context; misconfiguration would impact other experiments. When setting up/configuring OpenFlow components (as per 3.1), the experiment may require connecting the experiment switches through the facility Flowvisor, instead of directly to the experiment controller. In this case the implementation of the configuration tools should make sure that there is no possibility for datapath ID conflicts, and of course the Flowvisor IP address should be used instead of the experiment OpenFlow controller s address. Page 14 of 15

15 4. Conclusions This deliverable outlines the extensions that have been added to the respective testbeds, in terms of hardware and management software, and with respect to support for SDN experiments. This SDN supports requires some additional tools and extensions to OMF. We have analyzed these requirements for switch & port configuration, stitching and slicing, and have included guidelines and design parameters for these features, as well as some implementation considerations. References [1] R. Sherwood et. al, FlowVisor: A Network Virtualization Layer, OpenFlow technical report, [2] Pronto [3] HP [4] RM090 design by Rmoni & iminds, [5] Emulab, total network testbed, [6] Open vswitch, an open virtual switch, Page 15 of 15

Federating the wireless facilities of OpenLab with wired networks and the cloud

Federating the wireless facilities of OpenLab with wired networks and the cloud Federating the wireless facilities of OpenLab with wired networks and the cloud Thanasis Korakis CERTH / NITLab University of Thessaly/ Department of Computer and Communication Engineering OpenLab Project

More information

Programmable Networking with Open vswitch

Programmable Networking with Open vswitch Programmable Networking with Open vswitch Jesse Gross LinuxCon September, 2013 2009 VMware Inc. All rights reserved Background: The Evolution of Data Centers Virtualization has created data center workloads

More information

Tutorial: OpenFlow in GENI

Tutorial: OpenFlow in GENI Tutorial: OpenFlow in GENI GENI Project Office The current Internet is at an impasse because new architecture cannot be deployed or even adequately evaluated [PST04] [PST04]: Overcoming the Internet Impasse

More information

Cloud Federations and the benefits of SDN/NFV

Cloud Federations and the benefits of SDN/NFV Cloud Federations and the benefits of SDN/NFV This project has received funding from the European Union s Seventh Framework Programme for research, technological development and demonstration under grant

More information

Network Virtualization

Network Virtualization Network Virtualization What is Network Virtualization? Abstraction of the physical network Support for multiple logical networks running on a common shared physical substrate A container of network services

More information

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器

基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 楊 竹 星 教 授 國 立 成 功 大 學 電 機 工 程 學 系 Outline Introduction OpenFlow NetFPGA OpenFlow Switch on NetFPGA Development Cases Conclusion 2 Introduction With the proposal

More information

Automated Overlay Virtual Networking Manager for OpenFlow-based International SDN-Cloud Testbed

Automated Overlay Virtual Networking Manager for OpenFlow-based International SDN-Cloud Testbed Automated Overlay Virtual Networking Manager for OpenFlow-based International SDN-Cloud Testbed Jun-Sik Shin and, JongWon Kim School of Information and Communications Gwangju Institute of Science and Technology

More information

Cisco Outdoor Wireless Mesh Enables Alternative Broadband Access

Cisco Outdoor Wireless Mesh Enables Alternative Broadband Access Cisco Outdoor Wireless Mesh Enables Alternative Broadband Access Cisco ServiceMesh defines a network design for service providers delivering valueadded municipal wireless services over a mesh network.

More information

Virtualization and SDN Applications

Virtualization and SDN Applications Virtualization and SDN lications 2 Virtualization Sharing physical hardware or software resources by multiple users and/or use cases Examples system shares physical hardware resources Virtual machine shares

More information

Software Defined Exchange (SDX) and Software Defined Infrastructure Exchange (SDIX) Vision and Architecture

Software Defined Exchange (SDX) and Software Defined Infrastructure Exchange (SDIX) Vision and Architecture Software Defined Exchange (SDX) and Software Defined Infrastructure Exchange (SDIX) Vision and Architecture Tom Lehman, Brecht Vermeulen, Marshall Brinn, Niky Riga, Larry Landweber DRAFT DO NOT DISTRIBUTE

More information

Status of OpenFlow research and test facilities in Europe

Status of OpenFlow research and test facilities in Europe Status of OpenFlow research and test facilities in Europe Cape Town, Nov 14-15, 2011 Dr.-Ing. Hagen Woesner EICT GmbH, Berlin, Germany Agenda Software Defined Networks and OpenFlow Architectural Splits

More information

Getting to know OpenFlow. Nick Rutherford Mariano Vallés {nicholas,mariano}@ac.upc.edu

Getting to know OpenFlow. Nick Rutherford Mariano Vallés {nicholas,mariano}@ac.upc.edu Getting to know OpenFlow Nick Rutherford Mariano Vallés {nicholas,mariano}@ac.upc.edu OpenFlow Switching 1. A way to run experiments in the networks we use everyday. A pragmatic compromise Allow researchers

More information

SDN Architecture and Service Trend

SDN Architecture and Service Trend 2013 SDN 高 峰 論 壇 SDN Architecture and Service Trend Dr. Yu-Huang Chu Broadband Network Lab Chunghwa Telecom Co., Ltd., Taiwan 10/09/13 1 Outlines SDN & NFV introduction Network Architecture Trend SDN Services

More information

Pronto Cloud Controller The Next Generation Control

Pronto Cloud Controller The Next Generation Control Pronto Cloud Controller The Next Generation Control www.prontonetworks.com Cloud Managed Wi-Fi Cloud at its Best The Pronto Cloud Controller (PCC) is a next generation cloud Wi-Fi network configuration,

More information

OpenFlow: Load Balancing in enterprise networks using Floodlight Controller

OpenFlow: Load Balancing in enterprise networks using Floodlight Controller OpenFlow: Load Balancing in enterprise networks using Floodlight Controller Srinivas Govindraj, Arunkumar Jayaraman, Nitin Khanna, Kaushik Ravi Prakash srinivas.govindraj@colorado.edu, arunkumar.jayaraman@colorado.edu,

More information

Multiple Service Load-Balancing with OpenFlow

Multiple Service Load-Balancing with OpenFlow 2012 IEEE 13th International Conference on High Performance Switching and Routing Multiple Service Load-Balancing with OpenFlow Marc Koerner Technische Universitaet Berlin Department of Telecommunication

More information

OSHI - Open Source Hybrid IP/SDN networking (and its emulation on Mininet and on distributed SDN testbeds)

OSHI - Open Source Hybrid IP/SDN networking (and its emulation on Mininet and on distributed SDN testbeds) OSHI - Open Source Hybrid IP/SDN networking (and its emulation on Mininet and on distributed SDN testbeds) Stefano Salsano (1), Pier Luigi Ventre (2), Luca Prete (2), Giuseppe Siracusano (1), Matteo Gerola

More information

Software Defined Optical Networks with Optical OpenFlow. Jörg-Peter Elbers, Achim Autenrieth ADVAnced Technology August 2012 Rev 1.

Software Defined Optical Networks with Optical OpenFlow. Jörg-Peter Elbers, Achim Autenrieth ADVAnced Technology August 2012 Rev 1. Software Defined Optical Networks with Optical OpenFlow Jörg-Peter Elbers, Achim Autenrieth ADVAnced Technology August 2012 Rev 1.0 Outline Software Defined Networks & OpenFlow Optical Domain Extensions

More information

Outline. Institute of Computer and Communication Network Engineering. Institute of Computer and Communication Network Engineering

Outline. Institute of Computer and Communication Network Engineering. Institute of Computer and Communication Network Engineering Institute of Computer and Communication Network Engineering Institute of Computer and Communication Network Engineering Communication Networks Software Defined Networking (SDN) Prof. Dr. Admela Jukan Dr.

More information

Configuring Network Address Translation (NAT)

Configuring Network Address Translation (NAT) 8 Configuring Network Address Translation (NAT) Contents Overview...................................................... 8-3 Translating Between an Inside and an Outside Network........... 8-3 Local and

More information

VPLS Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-10-30

VPLS Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date 2012-10-30 Issue 01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

SDN Testbeds and Experimentation

SDN Testbeds and Experimentation SDN Testbeds and Experimentation Vasileios Kotronis (vkotroni@tik.ee.ethz.ch) 1 What you have seen till now What SDN is about (and how it came to be) Basic concepts, abstractions Architectural components

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Copyright 2010 Cisco Press & Priscilla Oppenheimer Topology A map of an internetwork that indicates network segments, interconnection points,

More information

Cisco Outdoor Wireless Network Serves Up Automatic Meter Reading

Cisco Outdoor Wireless Network Serves Up Automatic Meter Reading Cisco Outdoor Wireless Network Serves Up Automatic Meter Reading Summary Cisco outdoor wireless solutions make it practical to deploy and manage Wi-Fi on a citywide scale. This application note describes

More information

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE

CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE CLOUD NETWORKING FOR ENTERPRISE CAMPUS APPLICATION NOTE EXECUTIVE SUMMARY This application note proposes Virtual Extensible LAN (VXLAN) as a solution technology to deliver departmental segmentation, business

More information

Virtualization, SDN and NFV

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

More information

Network Functions Virtualization in Home Networks

Network Functions Virtualization in Home Networks Network Functions Virtualization in Home Networks Marion Dillon Timothy Winters Abstract The current model of home networking includes relatively low- cost, failure- prone devices, requiring frequent intervention

More information

Network Virtualization History. Network Virtualization History. Extending networking into the virtualization layer. Problem: Isolation

Network Virtualization History. Network Virtualization History. Extending networking into the virtualization layer. Problem: Isolation Network irtualization History Network irtualization and Data Center Networks 263-3825-00 SDN Network irtualization Qin Yin Fall Semester 203 Reference: The Past, Present, and Future of Software Defined

More information

White Paper. Requirements of Network Virtualization

White Paper. Requirements of Network Virtualization White Paper on Requirements of Network Virtualization INDEX 1. Introduction 2. Architecture of Network Virtualization 3. Requirements for Network virtualization 3.1. Isolation 3.2. Network abstraction

More information

When SDN meets Mobility

When SDN meets Mobility When SDN meets Mobility The result is an automated, simpler network that supports the way you work With wireless increasingly becoming the primary means of access for end users, it is essential that any

More information

Introduction to OpenFlow:

Introduction to OpenFlow: Introduction to OpenFlow: Bringing Experimental Protocols to a Network Near You! Chris Tracy, Network Engineer ESnet Engineering Group Overview Fundamentals and Terminology Hardware Options for Deploying

More information

OpenFlow: Enabling Innovation in Campus Networks

OpenFlow: Enabling Innovation in Campus Networks OpenFlow: Enabling Innovation in Campus Networks Nick McKeown Stanford University Presenter: Munhwan Choi Table of contents What is OpenFlow? The OpenFlow switch Using OpenFlow OpenFlow Switch Specification

More information

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

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

More information

MPLS L2VPN (VLL) Technology White Paper

MPLS L2VPN (VLL) Technology White Paper MPLS L2VPN (VLL) Technology White Paper Issue 1.0 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

DREAMER and GN4-JRA2 on GTS

DREAMER and GN4-JRA2 on GTS GTS Tech+Futures Workshop (Copenhagen) GTS Tech+Futures Workshop (Copenhagen) DREAMER and GN4-JRA2 on GTS CNIT Research Unit of Rome University of Rome Tor Vergata Outline DREAMER (Distributed REsilient

More information

Overview of Routing between Virtual LANs

Overview of Routing between Virtual LANs Overview of Routing between Virtual LANs This chapter provides an overview of virtual LANs (VLANs). It describes the encapsulation protocols used for routing between VLANs and provides some basic information

More information

Networks. The two main network types are: Peer networks

Networks. The two main network types are: Peer networks Networks Networking is all about sharing information and resources. Computers connected to a network can avail of many facilities not available to standalone computers: Share a printer or a plotter among

More information

Juniper / Cisco Interoperability Tests. August 2014

Juniper / Cisco Interoperability Tests. August 2014 Juniper / Cisco Interoperability Tests August 2014 Executive Summary Juniper Networks commissioned Network Test to assess interoperability, with an emphasis on data center connectivity, between Juniper

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

Information- Centric Networks. Section # 13.2: Alternatives Instructor: George Xylomenos Department: Informatics

Information- Centric Networks. Section # 13.2: Alternatives Instructor: George Xylomenos Department: Informatics Information- Centric Networks Section # 13.2: Alternatives Instructor: George Xylomenos Department: Informatics Funding These educational materials have been developed as part of the instructors educational

More information

OpenFlow Overview. Daniel Turull danieltt@kth.se

OpenFlow Overview. Daniel Turull danieltt@kth.se OpenFlow Overview Daniel Turull danieltt@kth.se Overview OpenFlow Software Defined Networks (SDN) Network Systems Lab activities Daniel Turull - Netnod spring meeting 2012 2 OpenFlow Why and where was

More information

Linux KVM Virtual Traffic Monitoring

Linux KVM Virtual Traffic Monitoring Linux KVM Virtual Traffic Monitoring East-West traffic visibility Scott Harvey Director of Engineering October 7th, 2015 apcon.com Speaker Bio Scott Harvey Director of Engineering at APCON Responsible

More information

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

More information

The proliferation of the raw processing

The proliferation of the raw processing TECHNOLOGY CONNECTED Advances with System Area Network Speeds Data Transfer between Servers with A new network switch technology is targeted to answer the phenomenal demands on intercommunication transfer

More information

Network Virtualization and Data Center Networks 263-3825-00 Data Center Virtualization - Basics. Qin Yin Fall Semester 2013

Network Virtualization and Data Center Networks 263-3825-00 Data Center Virtualization - Basics. Qin Yin Fall Semester 2013 Network Virtualization and Data Center Networks 263-3825-00 Data Center Virtualization - Basics Qin Yin Fall Semester 2013 1 Walmart s Data Center 2 Amadeus Data Center 3 Google s Data Center 4 Data Center

More information

VLANs. Application Note

VLANs. Application Note VLANs Application Note Table of Contents Background... 3 Benefits... 3 Theory of Operation... 4 IEEE 802.1Q Packet... 4 Frame Size... 5 Supported VLAN Modes... 5 Bridged Mode... 5 Static SSID to Static

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

Creating Overlay Networks Using Intel Ethernet Converged Network Adapters

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

More information

Aerohive Networks Inc. Free Bonjour Gateway FAQ

Aerohive Networks Inc. Free Bonjour Gateway FAQ Aerohive Networks Inc. Free Bonjour Gateway FAQ 1. About the Product... 1 2. Installation... 2 3. Management... 3 4. Troubleshooting... 4 1. About the Product What is the Aerohive s Free Bonjour Gateway?

More information

Telecom - The technology behind

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

More information

Virtualised MikroTik

Virtualised MikroTik Virtualised MikroTik MikroTik in a Virtualised Hardware Environment Speaker: Tom Smyth CTO Wireless Connect Ltd. Event: MUM Krackow Feb 2008 http://wirelessconnect.eu/ Copyright 2008 1 Objectives Understand

More information

OpenFlow/So+ware- defined Networks. Srini Seetharaman Clean Slate Lab Stanford University July 2010

OpenFlow/So+ware- defined Networks. Srini Seetharaman Clean Slate Lab Stanford University July 2010 OpenFlow/So+ware- defined Networks Srini Seetharaman Clean Slate Lab Stanford University July 2010 Outline MoFvaFon OpenFlow - Technical details Overall ecosystem Deployments We have lost our way RouFng,

More information

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.02 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

Create Virtual AP for Network Campus with Mikrotik

Create Virtual AP for Network Campus with Mikrotik Create Virtual AP for Network Campus with Mikrotik Mikrotik User Meeting Bali,June 14 2008 1 Introduction Name : Nicholaus Ola Malun,S.Si Nick Name : Nico Country : Jakarta, Indonesia Bachelor degree on

More information

Network Virtualization and SDN/OpenFlow for Optical Networks - EU Project OFELIA. Achim Autenrieth, Jörg-Peter Elbers ADVA Optical Networking SE

Network Virtualization and SDN/OpenFlow for Optical Networks - EU Project OFELIA. Achim Autenrieth, Jörg-Peter Elbers ADVA Optical Networking SE Network Virtualization and SDN/OpenFlow for Optical Networks - EU Project OFELIA Achim Autenrieth, Jörg-Peter Elbers ADVA Optical Networking SE Networked Systems (NetSys) 2013 Stuttgart, 14.03.2013 Outline

More information

Facility Usage Scenarios

Facility Usage Scenarios Facility Usage Scenarios GDD-06-41 GENI: Global Environment for Network Innovations December 22, 2006 Status: Draft (Version 0.1) Note to the reader: this document is a work in progress and continues to

More information

How To Make A Vpc More Secure With A Cloud Network Overlay (Network) On A Vlan) On An Openstack Vlan On A Server On A Network On A 2D (Vlan) (Vpn) On Your Vlan

How To Make A Vpc More Secure With A Cloud Network Overlay (Network) On A Vlan) On An Openstack Vlan On A Server On A Network On A 2D (Vlan) (Vpn) On Your Vlan Centec s SDN Switch Built from the Ground Up to Deliver an Optimal Virtual Private Cloud Table of Contents Virtualization Fueling New Possibilities Virtual Private Cloud Offerings... 2 Current Approaches

More information

Layer 3 Network + Dedicated Internet Connectivity

Layer 3 Network + Dedicated Internet Connectivity Layer 3 Network + Dedicated Internet Connectivity Client: One of the IT Departments in a Northern State Customer's requirement: The customer wanted to establish CAN connectivity (Campus Area Network) for

More information

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 DATA SECURITY 1/12 Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 Contents 1. INTRODUCTION... 3 2. REMOTE ACCESS ARCHITECTURES... 3 2.1 DIAL-UP MODEM ACCESS... 3 2.2 SECURE INTERNET ACCESS

More information

The Future of Network Marketing Research

The Future of Network Marketing Research ONELAB and experimentally driven research. Leandros Tassiulas http://www.inf.uth.gr/~leandros University of Thessaly Volos, Greece Outline Onelab: facilitating experimentally driven research in Europe

More information

Network Virtualization Network Admission Control Deployment Guide

Network Virtualization Network Admission Control Deployment Guide Network Virtualization Network Admission Control Deployment Guide This document provides guidance for enterprises that want to deploy the Cisco Network Admission Control (NAC) Appliance for their campus

More information

Future Internet Activities at NTUA: Federated Testbed Projects

Future Internet Activities at NTUA: Federated Testbed Projects Future Internet Activities at NTUA: Federated Testbed Projects Vasilis Maglaris Professor of Electrical & Computer Engineering National Technical University of Athens - NTUA maglaris@netmode.ntua.gr Future

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

More information

GENI Network Virtualization Concepts

GENI Network Virtualization Concepts GENI Network Virtualization Concepts Alexander Gall 22.2.2007 EFNI Workshop, Amsterdam 2007 SWITCH The GENI initiative GENI: Global Environment for Network Innovations. Initiative planned

More information

IP Address and Pre-configuration Information

IP Address and Pre-configuration Information IP Address and Pre-configuration Information Ethernet Connectivity: Connect your workstation or device to the Digi Cellular Device via one of these methods: Direct from workstation to Digi Cellular Device

More information

OSHI - Open Source Hybrid IP/SDN networking (and its emulation on Mininet and on distributed SDN testbeds)

OSHI - Open Source Hybrid IP/SDN networking (and its emulation on Mininet and on distributed SDN testbeds) OSHI - Open Source Hybrid IP/SDN networking (and its emulation on Mininet and on distributed SDN testbeds) Stefano Salsano (1), Pier Luigi Ventre (2), Luca Prete (2), Giuseppe Siracusano (1), Matteo Gerola

More information

Software Defined Networking

Software Defined Networking Software Defined Networking Stefano Giordano Dipartimento di Ingegneria dell Informazione Università di Pisa 3D Reference model of ISDN Hourglass reference model of a TCP/IP network Network Ossification

More information

Fibre Channel over Ethernet in the Data Center: An Introduction

Fibre Channel over Ethernet in the Data Center: An Introduction Fibre Channel over Ethernet in the Data Center: An Introduction Introduction Fibre Channel over Ethernet (FCoE) is a newly proposed standard that is being developed by INCITS T11. The FCoE protocol specification

More information

AirMax4GW 4G LTE + WiFi Outdoor Gateway

AirMax4GW 4G LTE + WiFi Outdoor Gateway 4G LTE + WiFi Outdoor Gateway Solution Hardware Specification The is a standalone 4G LTE outdoor gateway that can distribute 4G or 3G Internet signal through WiFi or Ethernet connec ons. It is equipped

More information

Open Source Network: Software-Defined Networking (SDN) and OpenFlow

Open Source Network: Software-Defined Networking (SDN) and OpenFlow Open Source Network: Software-Defined Networking (SDN) and OpenFlow Insop Song, Ericsson LinuxCon North America, Aug. 2012, San Diego CA Objectives Overview of OpenFlow Overview of Software Defined Networking

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

How To Learn Cisco Cisco Ios And Cisco Vlan Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led

More information

NComputing L-Series LAN Deployment

NComputing L-Series LAN Deployment NComputing L-Series LAN Deployment Best Practices for Local Area Network Infrastructure Scope: NComputing s L-Series terminals connect to a host computer through an Ethernet interface and IP protocol.

More information

Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU

Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU Performance Analysis of IPv4 v/s IPv6 in Virtual Environment Using UBUNTU Savita Shiwani Computer Science,Gyan Vihar University, Rajasthan, India G.N. Purohit AIM & ACT, Banasthali University, Banasthali,

More information

ISERink Overview. Version 1.1. February 1, 2015

ISERink Overview. Version 1.1. February 1, 2015 ISERink Overview Version 1.1 February 1, 2015 First developed to support cyber defense competitions (CDCs), ISERink is a virtual laboratory environment that allows students an opportunity to undertake

More information

D1.2 Network Load Balancing

D1.2 Network Load Balancing D1. Network Load Balancing Ronald van der Pol, Freek Dijkstra, Igor Idziejczak, and Mark Meijerink SARA Computing and Networking Services, Science Park 11, 9 XG Amsterdam, The Netherlands June ronald.vanderpol@sara.nl,freek.dijkstra@sara.nl,

More information

The FEDERICA Project: creating cloud infrastructures

The FEDERICA Project: creating cloud infrastructures The FEDERICA Project: creating cloud infrastructures Mauro Campanella Consortium GARR, Via dei Tizii 6, 00185 Roma, Italy Mauro.Campanella@garr.it Abstract. FEDERICA is a European project started in January

More information

Software Defined Network (SDN)

Software Defined Network (SDN) Georg Ochs, Smart Cloud Orchestrator (gochs@de.ibm.com) Software Defined Network (SDN) University of Stuttgart Cloud Course Fall 2013 Agenda Introduction SDN Components Openstack and SDN Example Scenario

More information

Remote PC Guide Series - Volume 1

Remote PC Guide Series - Volume 1 Introduction and Planning for Remote PC Implementation with NETLAB+ Document Version: 2016-02-01 What is a remote PC and how does it work with NETLAB+? This educational guide will introduce the concepts

More information

Federation of the Monitoring Tools. José Augusto Suruagy Monteiro With contributions from Mayur and Jordan Workshop PROCAD São Carlos June 18, 2012

Federation of the Monitoring Tools. José Augusto Suruagy Monteiro With contributions from Mayur and Jordan Workshop PROCAD São Carlos June 18, 2012 Federation of the Monitoring Tools José Augusto Suruagy Monteiro With contributions from Mayur and Jordan Workshop PROCAD São Carlos June 18, 2012 Context Context FIBRE-EU: OCF Islands OMF Island FIBRE-BR:

More information

Computer Networking Networks

Computer Networking Networks Page 1 of 8 Computer Networking Networks 9.1 Local area network A local area network (LAN) is a network that connects computers and devices in a limited geographical area such as a home, school, office

More information

Software Defined Network Application in Hospital

Software Defined Network Application in Hospital InImpact: The Journal of Innovation Impact: ISSN 2051-6002 : http://www.inimpact.org Special Edition on Innovation in Medicine and Healthcare : Vol. 6. No. 1 : pp.1-11 : imed13-011 Software Defined Network

More information

Elastic Management of Cluster based Services in the Cloud

Elastic Management of Cluster based Services in the Cloud First Workshop on Automated Control for Datacenters and Clouds (ACDC09) June 19th, Barcelona, Spain Elastic Management of Cluster based Services in the Cloud Rafael Moreno Vozmediano, Ruben S. Montero,

More information

Application Note Gigabit Ethernet Port Modes

Application Note Gigabit Ethernet Port Modes Application Note Gigabit Ethernet Port Modes Application Note Gigabit Ethernet Port Modes Table of Contents Description... 3 Benefits... 4 Theory of Operation... 4 Interaction with Other Features... 7

More information

Funded by the European Union s H2020 Programme. D4.1 Virtual Collaboration Platform

Funded by the European Union s H2020 Programme. D4.1 Virtual Collaboration Platform Funded by the European Union s H2020 Programme D4.1 Virtual Collaboration Platform 1 PROJECT DOCUMENTATION SHEET Project Acronym Project Full Title : TANDEM : TransAfrican Network Development Grant Agreement

More information

Project 4: IP over DNS Due: 11:59 PM, Dec 14, 2015

Project 4: IP over DNS Due: 11:59 PM, Dec 14, 2015 CS168 Computer Networks Jannotti Project 4: IP over DNS Due: 11:59 PM, Dec 14, 2015 Contents 1 Introduction 1 2 Components 1 2.1 Creating the tunnel..................................... 2 2.2 Using the

More information

Figure 2 Control and data planes WMR NODE ARCHITECTURE

Figure 2 Control and data planes WMR NODE ARCHITECTURE Controller selection in a Wireless Mesh SDN under network partitioning and merging scenarios Stefano Salsano, Giuseppe Siracusano, Andrea Detti, Claudio Pisa, Pier Luigi Ventre, Nicola Blefari-Melazzi

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

Wireless Edge Services xl Module 2.0 Update NPI Technical Training June 2007

Wireless Edge Services xl Module 2.0 Update NPI Technical Training June 2007 ProCurve Wireless Edge Services xl Module v.2 Software NPI Technical Training NPI Technical Training Version: 1.5 12 June 2007 2007 Hewlett-Packard Development Company, L.P. The information contained herein

More information

SDN, a New Definition of Next-Generation Campus Network

SDN, a New Definition of Next-Generation Campus Network SDN, a New Definition of Next-Generation Campus Network Contents Campus Evolution and Development Trends... 1 Three Changes to Drive the Campus Network Development... 2 Fundamental Changes in User Behaviors...2

More information

Open Flow in Europe: Linking Infrastructure and Applica:ons [OFELIA] Reza Nejaba) Mayur P Channegowda, Siamak Azadolmolky, Dimitra Simeounidou

Open Flow in Europe: Linking Infrastructure and Applica:ons [OFELIA] Reza Nejaba) Mayur P Channegowda, Siamak Azadolmolky, Dimitra Simeounidou Open Flow in Europe: Linking Infrastructure and Applica:ons [OFELIA] Reza Nejaba) Mayur P Channegowda, Siamak Azadolmolky, Dimitra Simeounidou Talk Overview Role of experimental facilities in future Internet

More information

Intel Network Builders Solution Brief. Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks

Intel Network Builders Solution Brief. Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks Intel Network Builders Solution Brief Intel and ASTRI* Help Mobile Network Operators Support Small Cell Networks Overview Wireless networks built using small cell base stations are enabling mobile network

More information

Software-Defined Networking for the Data Center. Dr. Peer Hasselmeyer NEC Laboratories Europe

Software-Defined Networking for the Data Center. Dr. Peer Hasselmeyer NEC Laboratories Europe Software-Defined Networking for the Data Center Dr. Peer Hasselmeyer NEC Laboratories Europe NW Technology Can t Cope with Current Needs We still use old technology... but we just pimp it To make it suitable

More information

Output Power (without antenna) 5GHz 2.4GHz

Output Power (without antenna) 5GHz 2.4GHz Dual Band High- PoE AP Router Dual Band Concurrent AP Router 11a + 11a/b/g Hi- Radios 802.3af PoE Port 7 Wireless Operation Modes 5/10/20 Variable Channel Width Home Digital Network Application School,

More information

Software-Defined Networking Architecture Framework for Multi-Tenant Enterprise Cloud Environments

Software-Defined Networking Architecture Framework for Multi-Tenant Enterprise Cloud Environments Software-Defined Networking Architecture Framework for Multi-Tenant Enterprise Cloud Environments Aryan TaheriMonfared Department of Electrical Engineering and Computer Science University of Stavanger

More information

Analysis of Network Segmentation Techniques in Cloud Data Centers

Analysis of Network Segmentation Techniques in Cloud Data Centers 64 Int'l Conf. Grid & Cloud Computing and Applications GCA'15 Analysis of Network Segmentation Techniques in Cloud Data Centers Ramaswamy Chandramouli Computer Security Division, Information Technology

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

Municipal Mesh Network Design

Municipal Mesh Network Design White Paper Municipal Mesh Network Design Author: Maen Artimy 1 Summary This document provides a wireless mesh network design for the downtown area of the Town of Wolfville, Nova Scotia. This design serves

More information

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks.

This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. This document describes how the Meraki Cloud Controller system enables the construction of large-scale, cost-effective wireless networks. Copyright 2009 Meraki, Inc. All rights reserved. Trademarks Meraki

More information