Experimenting with Scalability of Floodlight Controller in Software Defined Networks

Size: px
Start display at page:

Download "Experimenting with Scalability of Floodlight Controller in Software Defined Networks"

Transcription

1 2017 International Conference on Electrical, Electronics, Communication, Computer and Optimization Techniques (ICEECCOT) Experimenting with Scalability of Floodlight Controller in Software Defined Networks Saleh Asadollahi Computer Science Saurashtra University Rajkot, India Bhargavi Goswami Computer Science Christ University Bangalore, India Abstract Software Defined Network is the booming area of research in the domain of networking. With growing number of devices connecting to the global village of internet, it becomes inevitable to adapt to any new technology before testing its scalability in presence of dynamic circumstances. While a lot of research is going on to provide solution to overcome the limitations of the traditional network, it gives a call to research community to test the applicability and caliber to withstand the fault tolerance of the provided solution in the form of SDN Controllers. Out of existing multiple controllers providing the SDN functionalities to the network, one of the stellar controllers is Floodlight Controller. This paper is a contribution towards performance evaluation of scalability of the Floodlight Controller by implementing multiple scenarios experimented on the simulation tool of Mininet, Floodlight Controller and iperf. Floodlight Controller is tested in the simulation environment by observing throughput and latency parameters of the controller and checked its performance in dynamic networking conditions over Mesh topology by exponentially increasing the number of nodes. Keywords Software Defined Netwoks (SDN), Mininet, OpenFlow, Floodlight, iperf, gnuplot I. INTRODUCTION Computer networks performed suitably well on traditional network infrastructure and equipments but, circumstances changed as more and more devices connected to the internet. Number of users and devices embraced internet gradually and progressively with time. Because of this, moot pointed problems rose such as: a) lack of a global view of entire network, b) configuration of each complex and individual equipments (routers and switches) with pre-defined commands, c) implementation of high level policy over the network gateways, d) configuration of equipments with low level commands that were time and energy consuming, e) difficulty in recovery of network breakdown and most considerable point is f) crisis of network programmability for upgrades [1]. Software Defined Network emerges as a solution for those problems having the concept of separation of control plan from data plan. By taking out the brain of each device away in the form of controller, complex equipments will appear as a combination of port and Flow tables that are connected to the controller. An SDN controller such as POX [2], OpenDaylight [3], Beacon [4], Ryu [5], NOX [6], etc., configures and manages dynamically each switch according to the requirement. Authors have provided details on these controllers, comparison and difference between each in [7]. Controllers may implement desired changes in the network by installing the suitable forwarding rule through southbound interface such as OpenFlow[8], Opflex[9], NETCONF [10], ForCES [11], POF [12], etc. There are other options for Southbound Interface implementation but, OpenFlow is the first choice of researchers and most famous with current version of 1.5. Northbound interface is the one who suffice the requirement of implementation of business policy over application layer of controllers. Widely used northbound interfaces are for deployment of service policy to define traffic behavior. While SDN has been suitable for home [13], Data Center and enterprise network [14] such as Google, Facebook, etc., separating control plan and bringing it to a remote system raise questions on its scaling capabilities on different scenarios. To address this issue and to throw light upon the scalability of the controller, the authors of this paper presents here the experiments to evaluate the performance of the diversified scenarios addressing its scalability. The rest of the paper is organized in the following manner. Section II is providing helicopter view on floodlight controller. Section III provides details about the simulation test bed set to perform the experiments on scalability with diversified networking conditions. Section IV provides the obtained experimental results and evaluation of performance statistics followed by conclusion and references. II. FLOODLIGHT SDN CONTROLLER Floodlight [15] is an open source, Apache licensed, java based OpenFlow controller and one of the momentous contribution from Big Switch Network. At the run time of Floodlight Controller both southbound and northbound interface among all the available set of configured module applications will be activated and available for experimentations. Applications interact with controller to retrieve information and invoke services by using http REST command. Floodlight Controller architecture is shown in Figure 1. It contains Core, Internal and Utility Service that includes various modules where, some of the modules are explained. a) Topology management is in charge for computation of shortest path by using Dijsktra s /17/$ IEEE

2 Algorithm, b) Link Discovery is responsible for maintaining the link state information by using LLDPs packets, c) Forwarding module provides flow commute through end to end routing, d) Device Manager keeps account of nodes on the network and Storage Source, e) Virtual Network generate layer 2 realm defined by MAC address. Fig. 1. Floodlight SDN controller architecture Further, f) Forwarding: It is forwarding application for packets by default that supports topologies for its utilities. g) Static Flow Entry: An application for installing specific flow entry that includes match and action columns for a specific switch that is enabled by default. Through REST APIs we can add, remove and inquire flow entries. h) Firewall: An application to apply Access Control List rules to restrict specific traffic based on specified match. i) Port Down Reconciliation: In the event of port down, it reconciles the flow across the network. j) Learning Switch: A common L2 learning switch. k) Hub: It always floods any incoming packets to all other active ports. Not enabled by default. l) Virtual Network Filter: A simple MAC-based network isolation application that is compatible with OpenStack Essex. Thus, Floodlight controller is part of the Floodlight project by BSN that is a stellar controller and choice of beginners to expert researchers in the domain of SDN. III. SIMULATION ENVIRONMENT As an effort to implement and test the controller s performance, we created a custom topology with three different scenario having difference in the number of nodes. As a simulator, Mininet [16] is used and as a controller Floodlight. Mininet is installed in virtual machine which gets connected to remotely located Floodlight controller installed in separate virtual machine. Python scripting is done to override the default behavior of the Mininet to customize the topological specification instead to accepting the automatic decision of number of host connecting to switch. Python script of customized topology includes the specification of host to switch, switch to switch and switch to Floodlight controller. The switch used in this experiment is OpenFlow kernel switch, also known as Open vswitch or OVS- Switch [17] by enabling OpenFlow protocol mode. OVS is known for its open source distributed virtual multilayer implementation over virtual machines to provide environment of soft switch with active multiple standardized protocols across the layers. It creates transparent distribution of client server architecture functionalities in cross layer environment similar to real networks with Cisco Nexus 1000V switches. The open source OVS switch is accepted by multiple virtual machines as default switch and can be ported to multiple platforms as and when required to be simulated. To evaluate the statistics related to the performance of controller, mesh topology is implemented over 6 switches with three different scenario having difference in only number of nodes connected to each peripheral switch. Scenario A. 10 hosts connected to each 5 switches (Total of 50 host + 6 Switches + 1 controller). B. 30 hosts connected to each 5 switches (Total of 150 hosts + 6 Switches + 1 controller). C. 60 hosts connected to each 5 switches (Total of 300 host + 6 Switches + 1 controller). Mininet comes with built in NOX controller, that supports all the basic controller s functionalities, allows multiple controller implementation as well. In this paper, we do not use default controller of Mininet. The controller used in this experiment is Floodlight which is an enterprise edition, Java based OpenFlow Controller with Apache license, supported by large community of developers from Big Switch Networks. In this paper we use master version of Floodlight 1.2. The base of this controller is Beacon controller. Fig. 2. Interconnectivity of six switches in mesh network The aim of connecting the switches to mesh topology was to develop a scenario that imposes minimum delay in the transmission of data packets, especially in UDP transmission. Figure 2 shows the interconnectivity of six switches in mesh network with three varieties of scenarios, where difference lies in the number of host connected to the switch 289

3 The central switch is further connected to only five other switches and no host directly. The purpose was to generate the bottleneck scenario for communication which is the most practical issue in today s ISP networks. The performance will be evaluated when traffic is generated using TCP and UDP flow together, which is generated and transmitted through the central switch. In this experiment, flow generation is done for UDP and TCP both by generating dynamic flows simulated using iperf. iperf is used to actively measure the parameters of the duration, queue behavior, bandwidth, protocol, packet delivery ratio, drop rates and much more. Out of all the stated parameters, we have limited analysis to throughput and latency in this paper. Here, authors have evaluated TCP and UPD flow measurements for bandwidth and latency for all the three scenarios that are analyzed in next section of performance statistics. As mentioned before, the experiment is designed in such a manner that bottleneck situation is generated but, only up to the optimum level till the loss is not encountered. The flooding of packets in the network was limited such that, no loss is encountered and the network was utilized optimally throughout the duration of 100 seconds of simulations run. First few seconds the network is in warm up state and thus, no tracing is considered for that duration. For the experiment with fixed number of switches communicating with different number of host connected to switch in each scenario, we have simulated and logged events that happened between first and last host of the network to observe the odds faced by the hosts located at the largest distance from each other. To utilize the bandwidth and queuing resources of the network to maximum, in competence with practical approach, we transmitted UDP datagram of 1470 byte and TCP window size of 85.3 Kbytes when the bandwidth was 5.99 Gbits/sec. To obtain statistics of network performance, iperf was the right tool to provide us the desired statistics. To provide the statistics in graphical view, Gnuplot is used. Filtering is done using grep and awk commands for pattern matching and isolation of required parameters. IV. PERFORMANCE ANALISIS The experimental testbed is prepared as stated in previous section and tests are applied and executed on simulation to investigate the throughput and latency over bottleneck network traffic. This section exhibits the results obtained after experimenting with simulations. The simulation configurations are done for all the points as stated in previous section. The performance matrices used in this experiment are throughput and latency as mentioned before with a specific reason. To obtain and analyze accurate throughput, correct measure can be obtained using TCP flow. Similarly, if the requirement is to observe latency, it can be obtained by observing UDP flows. As stated in previous section, we executed simulations with the environment near to real life scenario for connectivity between ISP and Internet user, Client and Server, Wired and Wireless networks, etc. The resultant throughput graph is shown in Figure 3 that shows TCP flow for the entire network of all the three scenarios. First graph shows that central switch is communicating with 50 hosts by means of 5 different intermediate switches connecting each host to the other. The statistics are logged and plotted using gnuplot for each scenario under low QoS and high throughput rate. It can be observed through the top graph of Figure 3, that average throughput stays in the range of 575 MBps to 775 MBps. Majority of the simulation time, the throughput remains around 731 MBps. Fig. 3. Throughput for all the three scenarios. This statistics are obtained when the network load is stable and number of host is fixed to fifty hosts. In fact this can be considered as a validation of the Floodlight controller that is used in the designed topology in presence of small number of host connecting to the network that may be a small scale factory, business unit or such small home network. It is to be noted that two way communications is happening between client connected to peripheral switch and server connected to the controller. The middle graph of Figure 3 shows the similar parameter configurations but, with 150 numbers of hosts 290

4 connecting to network of 6 switches. As depicted in the middle graph showing scenario 2, Figure 3 shows the throughput obtained after simulating for about 100 seconds. It was observed from the plotted graph that range of the throughput stays between 450 and 600 Mbps. Majority of the simulation duration kept the throughput stable at 575 Mbps that indicates that throughput is stable and is acceptable without doubt in presence of stable network load and fixed number of nodes, again. Considering the throughput graph provided in bottom most graph of Figure3 is for scenario 3, which is observed to be in range of 475 to 725 Mbps for the same duration of simulation, again. The stability is observed in the graph similar to the previous two scenarios throughput graphs but with more variations. Notice once more that majority of duration of simulation throughput stays stable at 690 Mbps. It is observed that when the number of nodes connected to switches increases, it imposes load on the network. The graph of Figure 3 shows high throughput variations because the bandwidth is optimally utilized by fifty nodes communicating in presence of TCP and UDP flows both. But, throughput gets reduced for higher number of nodes connect and communicate with the same number of switches because, majority of the packets spend long time in the pipeline to reach to the destination due to heavy network load. In Figure 4, authors have provided plotted graph for latency that was observed for UDP flows communicating between the first and last nodes connected to the network through six switches with three different scenarios. It was observed in first graph of Figure 4 that average mean of the observed latency was between 0.01 to 0.02 except few instances of high latency for few packets in the range of three to five. It indicates that drop rate is not even 1 percent of the entire packet traversing through the network. This observation was for the first scenario where, the number of nodes that are communicating is limited to fifty. But, when the number of nodes increases with the same resources, the second and third graph of Figure 4 shows the behavior variations. It was observed in second graph of Figure 4 that drastically latency reduces to less than 0.01 and the number of exceptional instances is only two. This seems to be ideal situation in the presence of interference. But, in third and bottom most graph of Figure 4, it was observed that the latency again increases and reaches in the range of 0.01 and 0.02 same as first scenario. This is due to the optimum utilization of the bandwidth when the connectionless communication is happening with the same network. Being mesh topology, large number of alternate path exist and there is no path that is getting congested during the entire communication with almost zero drop rate which results to lowest latency. In the last graph of Figure 4, it was observed that when the large number of packets are generated by 300 communicating nodes, for first 3 seconds, latency observed was very high which is required for the network traffic blast to get adjusted for first few seconds. Fig. 4. Latency for all the three scenarios V. CONCLUSION AND FUTURE SCOPE With this paper, authors have made attempt to address the scalability features of the Floodlight controller by implementing various diversified scenarios in simulation experimental environment. In this paper, authors have provided the clear idea how to create experimental test bed with analysis of obtained statistical results keeping the performance as the central focus. We would conclude this paper by providing positive sign to move forward to the researchers who are looking for implementation of their idea over Floodlight Controller in the domain of Software Defined Networks without any doubt. The controller not just provide the simulation experimental test bed support but, also provides clear explanation for analysis of obtained statistics after the experiments are simulated. The tools suggested, simulated, shown through figures and graphs will help the research community to 291

5 further conduct such experiments in the future by implementing their desired parameters though these experiments. This paper will also address the programmers, developers and new bees in the area of SDN, who are looking forward to touch the practical aspects of the SDN by following implementation details provided in the paper. Further, the research team will come up with few more papers on implementation of other SDN controllers in the coming future. The team also has planned to compare the controllers of SDN, once all the stellar controllers are implemented and experimented by them. REFERENCES [1] Asadollahi, S., Gowsami, B. (2017). Revolution in Existing Network under the Influence of Software Defined Network. Proceedings of the INDIACom 11th, Delhi, March IEEE Conference ID: [2] McCauley, M. (2012). POX, from [3] OpenDaylight, Linux Foundation Collaborative Project, 2013, form [4] Erickson, D. (2013). The Beacon OpenFlow controller. Proceedings of ACM SIGCOMM Workshop Hot Topocs Software Defined Network II, p, [5] Nippon Telegraph and Telephone Corporation, RYU network operating system, 2012, from [6] Gude al, N. (2008). NOX: Towards an operating system for networks. ACM SIGCOMM - Computer Communication Revie. vol. 38, no. 3, pp [7] Asadollahi, S., Gowsami, B. (2017). Software Defined Network, Controller Comparison. Proceedings of Tec'afe 2017,Vol.5, Special Issue 2, April ISSN: [8] McKeown et al, N. (2008). OpenFlow: Enabling innovation in campus networks. ACM SIGCOMM - Computer Communication Revie, vol. 38, no. 2, p [9] Smith et al, M. (2014). OpFlex control protocol, Internet Engineering Task Force, from : tools.ietf.org/html/draft-smith-opflex-00 [10] Enns, R., Bjorklund, M., Schoenwaelder, J., Bierman, A. (2011). Network configuration protocol (NETCONF). Internet Engineering Task Forc, form [11] Doria et al, A. (2010). Forwarding and control element separation (ForCES) protocol specification. Internet Engineering Task Forc, from [12] Song, H. (2013). Protocol-oblivious forwarding: Unleash the power of SDN through a future-proof forwarding plane. Proceedings of ACM SIGCOMM Workshop Hot Topics Softw Defined Netw II. p [13] Sundaresan, S., de donato, W., Feamster, N., Teixeira, R., Crawford, S. (2011). A. Broadband internet performance: a view from the gateway. Proceedings of the ACM SIGCOMM,Aug [14] Casado, M., Freedman, M. J., Pettit, J., Luo, J., Mckeown, N., Shenker, S. Ethane. (2007). taking control of the enterprise. SIGCOMM CCR. p [15] Project Floodlight, Floodlight. (2012). from [16] Lantz, B. Heller, and N. McKeown. (2010). A network in a laptop: Rapid prototyping for software-defined network. Proceedings of ACM SIGCOMM Workshop Hot Topics Netw, 19th. p. 19:1 19:6 [17] B. Pfaff and B. Davie. (2013). The Open vswitch database management protocol. Internet Engineering Task Force, RFC 7047, from 292

Scalability of Software Defined Network on Floodlight Controller using OFNet

Scalability of Software Defined Network on Floodlight Controller using OFNet 2017 International Conference on Electrical, Electronics, Communication, Computer and Optimization Techniques (ICEECCOT) Scalability of Software Defined Network on Floodlight Controller using OFNet Saleh

More information

Dynamic Traffic Diversion in SDN: Testbed vs Mininet

Dynamic Traffic Diversion in SDN: Testbed vs Mininet Dynamic Traffic Diversion in SDN: Testbed vs Mininet Robert Barrett, Andre Facey, Welile Nxumalo, Josh Rogers, Phil Vatcher and Marc St-Hilaire School of Information Technology Carleton University, Ottawa,

More information

Available online at ScienceDirect. Procedia Computer Science 34 (2014 )

Available online at   ScienceDirect. Procedia Computer Science 34 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 34 (2014 ) 680 685 International Workshop on Software Defined Networks for a New Generation of Applications and Services

More information

UNIVERSITY OF CAGLIARI

UNIVERSITY OF CAGLIARI UNIVERSITY OF CAGLIARI DIEE - Department of Electrical and Electronic Engineering Infrastrutture ed Applicazioni Avanzate nell Internet SDN: Control Plane ACK: content taken from Foundations of Modern

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

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

A Hybrid Hierarchical Control Plane for Software-Defined Network

A Hybrid Hierarchical Control Plane for Software-Defined Network A Hybrid Hierarchical Control Plane for Software-Defined Network Arpitha T 1, Usha K Patil 2 1* MTech Student, Computer Science & Engineering, GSSSIETW, Mysuru, India 2* Assistant Professor, Dept of CSE,

More information

PerformanceAnalysisofDifferentOpenflowbasedControllerOverSoftwareDefinedNetworking

PerformanceAnalysisofDifferentOpenflowbasedControllerOverSoftwareDefinedNetworking Global Journal of omputer Science and Technology: Software & Data Engineering Volume 18 Issue 1 Version 1.0 Year 2018 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Sofware Defined Networking Architecture and Openflow Network Topologies

Sofware Defined Networking Architecture and Openflow Network Topologies Sofware Defined Networking Architecture and Openflow Network Topologies Fahad Kameez, M.Tech.(VLSI and ES) Department of Electronics and Communication Rashtreeya Vidyalaya College of Engineering Bengaluru,

More information

Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN

Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN Pedro Heleno Isolani Juliano Araujo Wickboldt Cristiano Bonato Both Lisandro Zambenedetti Granville Juergen Rochol July 16,

More information

Real Time Monitoring of Packet Loss in Software Defined Networks

Real Time Monitoring of Packet Loss in Software Defined Networks Real Time Monitoring of Packet Loss in Software Defined Networks Yash Sinha 1(B), Shikhar Vashishth 2, and K. Haribabu 1 1 Department of Computer Science and Information Systems, BITS, Pilani, Pilani Campus,

More information

Communication System Design Projects

Communication System Design Projects Communication System Design Projects KUNGLIGA TEKNISKA HÖGSKOLAN PROFESSOR: DEJAN KOSTIC TEACHING ASSISTANT: GEORGIOS KATSIKAS Traditional Vs. Modern Network Management What is Network Management (NM)?

More information

Keywords SDN, Firewall, Openflow, Mininet, Pox

Keywords SDN, Firewall, Openflow, Mininet, Pox Volume 6, Issue 6, June 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Development of

More information

Application-Aware SDN Routing for Big-Data Processing

Application-Aware SDN Routing for Big-Data Processing Application-Aware SDN Routing for Big-Data Processing Evaluation by EstiNet OpenFlow Network Emulator Director/Prof. Shie-Yuan Wang Institute of Network Engineering National ChiaoTung University Taiwan

More information

Performance Evaluation and Comparison of Software Defined Networks Controllers

Performance Evaluation and Comparison of Software Defined Networks Controllers Performance Evaluation and Comparison of Software Defined Networks Controllers Mahmood Z. Abdullah 1, Nasir A. Al-awad 1, Fatima W. Hussein 1 1 Computer Engineering Department, Al-Mustansiriyah University,

More information

EXPERIMENTAL STUDY OF FLOOD TYPE DISTRIBUTED DENIAL-OF- SERVICE ATTACK IN SOFTWARE DEFINED NETWORKING (SDN) BASED ON FLOW BEHAVIORS

EXPERIMENTAL STUDY OF FLOOD TYPE DISTRIBUTED DENIAL-OF- SERVICE ATTACK IN SOFTWARE DEFINED NETWORKING (SDN) BASED ON FLOW BEHAVIORS EXPERIMENTAL STUDY OF FLOOD TYPE DISTRIBUTED DENIAL-OF- SERVICE ATTACK IN SOFTWARE DEFINED NETWORKING (SDN) BASED ON FLOW BEHAVIORS Andry Putra Fajar and Tito Waluyo Purboyo Faculty of Electrical Engineering,

More information

Comparison of SDN OpenFlow Network Simulator and Emulators: EstiNet vs. Mininet

Comparison of SDN OpenFlow Network Simulator and Emulators: EstiNet vs. Mininet Comparison of SDN OpenFlow Network Simulator and Emulators: EstiNet vs. Mininet Shie-Yuan Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan shieyuan@cs.nctu.edu.tw Abstract

More information

SDN-based Defending against ARP Poisoning Attack

SDN-based Defending against ARP Poisoning Attack Journal of Advances in Computer Research Quarterly pissn: 2345-606x eissn: 2345-6078 Sari Branch, Islamic Azad University, Sari, I.R.Iran (Vol. 8, No. 2, May 2017), Pages: 95- www.jacr.iausari.ac.ir SDN-based

More information

Software Defined Networks (S.D.N): Experimentation with Mininet Topologies

Software Defined Networks (S.D.N): Experimentation with Mininet Topologies Indian Journal of Science and Technology, Vol 9(32), DOI: 10.17485/ijst/2016/v9i32/100195, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Software Defined Networks (S.D.N): Experimentation

More information

Using libnetvirt to control the virtual network

Using libnetvirt to control the virtual network Using libnetvirt to control the virtual network Daniel Turull, Markus Hidell, Peter Sjödin KTH Royal Institute of Technology, School of ICT Kista, Sweden Email: {danieltt,mahidell,psj}@kth.se Abstract

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

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

DCFabric: An Open Source SDN Controller for Cloud Computing Data Centers. White Paper. Shanghai Engineering Research Center for Broadband Networks

DCFabric: An Open Source SDN Controller for Cloud Computing Data Centers. White Paper. Shanghai Engineering Research Center for Broadband Networks DCFabric: An Open Source SDN Controller for Cloud Computing Data Centers White Paper Shanghai Engineering Research Center for Broadband Networks and Applications Wuhan GreeNet Information Service Co.,

More information

Extending Dijkstra s Shortest Path Algorithm for Software Defined Networking

Extending Dijkstra s Shortest Path Algorithm for Software Defined Networking Extending Dijkstra s Shortest Path Algorithm for Software Defined Networking Jehn-Ruey Jiang, Hsin-Wen Huang, Ji-Hau Liao, and Szu-Yuan Chen Department of Computer Science and Information Engineering National

More information

Floodlight Controller onto Load Balancing of SDN Management

Floodlight Controller onto Load Balancing of SDN Management ISSN: 2349-3224 Volume 04 - Issue 08 August-2017 PP. 124-131 Floodlight Controller onto Load Balancing of SDN Management Mohammad Qassim 1, Mohammed Najm Abdullah 2, Abeer Tariq 3 Dept. of Comp.Science,

More information

SOFTWARE DEFINED TESTBED USING MININET EMULATOR

SOFTWARE DEFINED TESTBED USING MININET EMULATOR SOFTWARE DEFINED TESTBED USING MININET EMULATOR Vipin Gupta 1, Sukhveer Kaur 2, Karamjeet Kaur 3 1 U-Net Solutions, Moga, India 2,3 Computer Science and Applications, AD College, Dharamkot, Moga, India

More information

Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol

Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol Kalyan Kalepu, Shiv Mehra and Chansu Yu, Department of Electrical and Computer Engineering Cleveland State University 2121

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

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Veselin Rakocevic School of Engineering and Mathematical Sciences City University London EC1V HB, UK V.Rakocevic@city.ac.uk

More information

Centralization of Network using Openflow Protocol

Centralization of Network using Openflow Protocol Indian Journal of Science and Technology, Vol 8(S2), 165 170, January 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI : 10.17485/ijst/2015/v8iS2/61217 Centralization of Network using Openflow

More information

SDN CONTROLLERS COMPARISON

SDN CONTROLLERS COMPARISON SDN CONTROLLERS COMPARISON V R SUDARSANA RAJU SRIT, Bangalore E-mail: sudarsanaraj@yahoo.com Abstract - This paper presents about Software Defined Network (SDN) which is a new networking paradigm where

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

Web-Based User Interface for the Floodlight SDN Controller

Web-Based User Interface for the Floodlight SDN Controller 3175 Web-Based User Interface for the Floodlight SDN Controller Hakan Akcay Department of Computer Engineering, Istanbul University, Istanbul Email: hknakcay@gmail.com Derya Yiltas-Kaplan Department of

More information

JURNAL INFOTEL Informatics - Telecommunication - Electronics

JURNAL INFOTEL Informatics - Telecommunication - Electronics JURNAL INFOTEL Informatics - Telecommunication - Electronics Website Jurnal : http://ejournal.st3telkom.ac.id/index.php/infotel ISSN : 285-3688; e-issn : 246-997 High Availability Performance on OpenDayLight

More information

Subject: Adhoc Networks

Subject: Adhoc Networks ISSUES IN AD HOC WIRELESS NETWORKS The major issues that affect the design, deployment, & performance of an ad hoc wireless network system are: Medium Access Scheme. Transport Layer Protocol. Routing.

More information

Congestion Control Techniques in Programmable Computer Networks

Congestion Control Techniques in Programmable Computer Networks Congestion Control Techniques in Programmable Computer Networks Ankita 1, S. Vamshi Krishna 2 1 Ms., M-tech (EC) Student, MGM COET, Department of ECE, Noida, UP, India 2 Head of the Department, MGM COET,

More information

A POX Controller Module to Collect Web Traffic Statistics in SDN Environment

A POX Controller Module to Collect Web Traffic Statistics in SDN Environment A POX Controller Module to Collect Web Traffic Statistics in SDN Environment Wisam H. Muragaa, Kamaruzzaman Seman, Mohd Fadzli Marhusin Abstract Software Defined Networking (SDN) is a new norm of networks.

More information

OPTIMAL METHOD FOR SHARING INTERNET IN WIRELESS MESH NETWORK USING FIXED- BAND NON-SHARING, NON-FIXED-BAND NON-SHARING / SHARING ALGORITHMS

OPTIMAL METHOD FOR SHARING INTERNET IN WIRELESS MESH NETWORK USING FIXED- BAND NON-SHARING, NON-FIXED-BAND NON-SHARING / SHARING ALGORITHMS OPTIMAL METHOD FOR SHARING INTERNET IN WIRELESS MESH NETWORK USING FIXED- BAND NON-SHARING, NON-FIXED-BAND NON-SHARING / SHARING ALGORITHMS Palanivel.N Assistant Professor Department of CSE Manakula Vinayagar

More information

Proceedings of the Fourth Engineering Students Conference at Peradeniya (ESCaPe) SDN Flow Caching

Proceedings of the Fourth Engineering Students Conference at Peradeniya (ESCaPe) SDN Flow Caching Proceedings of the Fourth Engineering Students Conference at Peradeniya (ESCaPe) 2016 SDN Flow Caching N.B.U.S. Nanayakkara, R.M.L.S. Bandara, N.B. Weerasinghe, S,N, Karunarathna Department of Computer

More information

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers Router Router is a Microprocessor controlled device that forwards data packets across the computer network. It is used to connect two or more data lines from different net works. The function of the router

More information

Software-Defined Networking. Daphné Tuncer Department of Computing Imperial College London (UK)

Software-Defined Networking. Daphné Tuncer Department of Computing Imperial College London (UK) Software-Defined Networking Daphné Tuncer Department of Computing Imperial College London (UK) dtuncer@ic.ac.uk 25/10/2018 Agenda Part I: Principles of Software-Defined Networking (SDN) 1. Why a lecture

More information

Interconnected Multiple Software-Defined Network Domains with Loop Topology

Interconnected Multiple Software-Defined Network Domains with Loop Topology Interconnected Multiple Software-Defined Network Domains with Loop Topology Jen-Wei Hu National Center for High-performance Computing & Institute of Computer and Communication Engineering NARLabs & NCKU

More information

Applications and Performance Analysis of Bridging with Layer-3 Forwarding on Wireless LANs

Applications and Performance Analysis of Bridging with Layer-3 Forwarding on Wireless LANs Applications and Performance Analysis of Bridging with Layer-3 Forwarding on Wireless LANs James T. Yu and Chibiao Liu School of Computer Science, Telecommunications, and Information Systems DePaul University,

More information

Taxonomy of SDN. Vara Varavithya 17 January 2018

Taxonomy of SDN. Vara Varavithya 17 January 2018 Taxonomy of SDN Vara Varavithya 17 January 2018 Modern Data Center Environmentally protected warehouses Large number of computers for compute and storage Blades Computer- Top-of-Rack (TOR) Switches Full

More information

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks

Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Efficient Hybrid Multicast Routing Protocol for Ad-Hoc Wireless Networks Jayanta Biswas and Mukti Barai and S. K. Nandy CAD Lab, Indian Institute of Science Bangalore, 56, India {jayanta@cadl, mbarai@cadl,

More information

Chapter 5 Network Layer: The Control Plane

Chapter 5 Network Layer: The Control Plane Chapter 5 Network Layer: The Control Plane A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you

More information

A Quantum Cryptography Communication Network Based on Software Defined Network

A Quantum Cryptography Communication Network Based on Software Defined Network A Quantum Cryptography Communication Network Based on Software Defined Network Hongliang Zhang 1.*, Dongxiao Quan 1.*, Changhua Zhu 1.*, and Zhigang Li 1.* 1 Skate Key Laboratory of Integrated Services

More information

Simulation and Analysis of Impact of Buffering of Voice Calls in Integrated Voice and Data Communication System

Simulation and Analysis of Impact of Buffering of Voice Calls in Integrated Voice and Data Communication System Simulation and Analysis of Impact of Buffering of Voice Calls in Integrated Voice and Data Communication System VM Chavan 1, MM Kuber 2 & RJ Mukhedkar 3 1&2 Department of Computer Engineering, Defence

More information

COMP211 Chapter 5 Network Layer: The Control Plane

COMP211 Chapter 5 Network Layer: The Control Plane COMP211 Chapter 5 Network Layer: The Control Plane All material copyright 1996-2016 J.F Kurose and K.W. Ross, All Rights Reserved Computer Networking: A Top Down Approach 7 th edition Jim Kurose, Keith

More information

Int. J. Advanced Networking and Applications Volume: 6 Issue: 3 Pages: (2014) ISSN :

Int. J. Advanced Networking and Applications Volume: 6 Issue: 3 Pages: (2014) ISSN : 2347 OpenFlow Security Threat Detection and Defense Services Wanqing You Department of Computer Science, Southern Polytechnic State University, Georgia Email: wyou@spsu.edu Kai Qian Department of Computer

More information

Network Layer: The Control Plane

Network Layer: The Control Plane Network Layer: The Control Plane 7 th Edition, Global Edition Jim Kurose, Keith Ross Pearson April 06 5- Software defined networking (SDN) Internet network layer: historically has been implemented via

More information

Research on Firewall in Software Defined Network

Research on Firewall in Software Defined Network Advances in Computer, Signals and Systems (2018) 2: 1-7 Clausius Scientific Press, Canada Research on Firewall in Software Defined Cunqun Fan a, Manyun Lin, Xiangang Zhao, Lizi Xie, Xi Zhang b,* National

More information

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

More information

ITU Kaleidoscope 2016 ICTs for a Sustainable World Multi-path Chunked Video Exchanges over SDN Cloud Playground

ITU Kaleidoscope 2016 ICTs for a Sustainable World Multi-path Chunked Video Exchanges over SDN Cloud Playground ITU Kaleidoscope 2016 ICTs for a Sustainable World Multi-path Chunked Video Exchanges over OF@TEIN SDN Cloud Playground Phyo May Thet*, JongWon Kim, Chaodit Aswakul* Wireless Network and Future Internet

More information

TheComponentsthatcanBuildFlexibleEfficientSoftwareDefinedNetwork

TheComponentsthatcanBuildFlexibleEfficientSoftwareDefinedNetwork Global Journal of Computer Science and Technology: E Network, Web & Security Volume 17 Issue 1 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc.

More information

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network

An Approach for Enhanced Performance of Packet Transmission over Packet Switched Network ISSN (e): 2250 3005 Volume, 06 Issue, 04 April 2016 International Journal of Computational Engineering Research (IJCER) An Approach for Enhanced Performance of Packet Transmission over Packet Switched

More information

Software Defined Networking

Software Defined Networking Software Defined Networking Jennifer Rexford COS 461: Computer Networks Lectures: MW 10-10:50am in Architecture N101 http://www.cs.princeton.edu/courses/archive/spr12/cos461/ The Internet: A Remarkable

More information

ANR-13-INFR-013 ANR DISCO

ANR-13-INFR-013 ANR DISCO DIstributed SDN COntrollers for rich and elastic services ANR-13-INFR-013 ANR DISCO DIstributed SDN COntrollers for rich and elastic services Mathieu Bouet @Thales Communications & Security 1 Project s

More information

Applications and Performance Analysis of Bridging with L3 Forwarding on Wireless LANs

Applications and Performance Analysis of Bridging with L3 Forwarding on Wireless LANs Applications and Performance Analysis of Bridging with L3 Forwarding on Wireless LANs Chibiao Liu and James Yu DePaul University School of CTI Chicago, IL {cliu1, jyu}@cs.depaul.edu Abstract This paper

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

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

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Network Layer ICMP (5.6), Network Management(5.7) & SDN (5.1, 5.5, 4.4) Prof. Lina Battestilli Fall 2017 Outline 5.6 ICMP: The Internet Control Message

More information

Cybersecurity was nonexistent for most network data exchanges until around 1994.

Cybersecurity was nonexistent for most network data exchanges until around 1994. 1 The Advanced Research Projects Agency Network (ARPANET) started with the Stanford Research Institute (now SRI International) and the University of California, Los Angeles (UCLA) in 1960. In 1970, ARPANET

More information

REAL-TIME ANALYSIS OF A MULTI-CLIENT MULTI-SERVER ARCHITECTURE FOR NETWORKED CONTROL SYSTEMS

REAL-TIME ANALYSIS OF A MULTI-CLIENT MULTI-SERVER ARCHITECTURE FOR NETWORKED CONTROL SYSTEMS REAL-TIME ANALYSIS OF A MULTI-CLIENT MULTI-SERVER ARCHITECTURE FOR NETWORKED CONTROL SYSTEMS Abhish K. and Rakesh V. S. Department of Electronics and Communication Engineering, Vidya Academy of Science

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Original slides copyright by Cisco Press & Priscilla Oppenheimer Network Topology Design Issues Hierarchy Redundancy Modularity Well-defined

More information

Multi-agent tasks scheduling system in software defined networks

Multi-agent tasks scheduling system in software defined networks Home Search Collections Journals About Contact us My IOPscience Multi-agent tasks scheduling system in software defined networks This content has been downloaded from IOPscience. Please scroll down to

More information

Introduction to Software-Defined Networking UG3 Computer Communications & Networks (COMN)

Introduction to Software-Defined Networking UG3 Computer Communications & Networks (COMN) Introduction to Software-Defined Networking UG3 Computer Communications & Networks (COMN) Myungjin Lee myungjin.lee@ed.ac.uk Courtesy note: Slides from course CPS514 Spring 2013 at Duke University and

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

Implementation of Virtualization in Software Defined Networking (SDN) for Data Center Networks

Implementation of Virtualization in Software Defined Networking (SDN) for Data Center Networks Implementation of Virtualization in Software Defined Networking (SDN) for Data Center Networks Nader F. Mir, Jayashree N. Kotte, and Gokul A. Pokuri nader.mir@sjsu.edu Department of Electrical Engineering

More information

Participatory Networking: An API for Application Control of SDNS SIGCOMM 13

Participatory Networking: An API for Application Control of SDNS SIGCOMM 13 Participatory Networking: An API for Application Control of SDNS SIGCOMM 13 Ferguson, Guha, Liang, Fonseca, Krishnamurthi MAURICIO DE OLIVEIRA 1 The idea behind participatory networking There is a lot

More information

LOAD DISTRIBUTION ANALYSIS ON BIPARTITE TOPOLOGY USING FLOODLIGHT CONTROLLER

LOAD DISTRIBUTION ANALYSIS ON BIPARTITE TOPOLOGY USING FLOODLIGHT CONTROLLER LOAD DISTRIBUTION ANALYSIS ON BIPARTITE TOPOLOGY USING FLOODLIGHT CONTROLLER 1 ROHMAT TULLOH, 2 HALIMAH TUSSYADIAH, 3 RISKI WAHYU HUTABRI, 4 RIDHA MULDINA NEGARA 1 School of Applied Science, Telkom University,

More information

Event-Based Software-Defined Networking: Build a Secure Science DMZ

Event-Based Software-Defined Networking: Build a Secure Science DMZ White Paper Event-Based Software-Defined Networking: Build a Secure Science DMZ What You Will Learn As the need to efficiently move large data sets around the world increases, the Science DMZ - built at

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

QoS Featured Wireless Virtualization based on Hardware

QoS Featured Wireless Virtualization based on Hardware QoS Featured Wireless Virtualization based on 802.11 Hardware Cong Wang and Michael Zink Department of Electrical and Computer Engineering University of Massachusetts, Amherst, MA 01003 {cwang, zink} @ecs.umass.edu

More information

Performance Evaluation of Routing Protocols (AODV, DSDV and DSR) with Black Hole Attack

Performance Evaluation of Routing Protocols (AODV, DSDV and DSR) with Black Hole Attack Performance Evaluation of Routing Protocols (AODV, DSDV and DSR) with Black Hole Rozy Rana 1, Kanwal Preet Singh 2 1 Department of Computer Engineering, Master of Engineering, UCOE, Punjabi University

More information

Chapter 5 Network Layer: The Control Plane

Chapter 5 Network Layer: The Control Plane Chapter 5 Network Layer: The Control Plane A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you

More information

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): 2321-0613 Performance Evaluation of TCP in the Presence of in Heterogeneous Networks by using Network

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

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing This paper was accepted for publication in the IEEE Cloud Computing. The copyright was transferred to IEEE. The final version of the paper will be made available on IEEE Xplore via http://dx.doi.org/10.1109/mcc.2017.28

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

MidoNet Scalability Report

MidoNet Scalability Report MidoNet Scalability Report MidoNet Scalability Report: Virtual Performance Equivalent to Bare Metal 1 MidoNet Scalability Report MidoNet: For virtual performance equivalent to bare metal Abstract: This

More information

Programming Assignment

Programming Assignment Overview Programming Assignment In this assignment, you will program the OpenFlow controller POX and use it to implement two applications. Task 1: Firewall In this part, your task is to implement a layer-2

More information

Cisco Virtual Networking Solution for OpenStack

Cisco Virtual Networking Solution for OpenStack Data Sheet Cisco Virtual Networking Solution for OpenStack Product Overview Extend enterprise-class networking features to OpenStack cloud environments. A reliable virtual network infrastructure that provides

More information

Comparision study of MobileIPv4 and MobileIPv6

Comparision study of MobileIPv4 and MobileIPv6 Comparision study of MobileIPv4 and MobileIPv6 Dr. Sridevi Assistant Professor, Dept. of Computer Science, Karnatak University,Dharwad Abstract: IPv4 is being replaced by IPv6 due to the increased demand

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Performance Analysis of TCP Variants

Performance Analysis of TCP Variants 102 Performance Analysis of TCP Variants Abhishek Sawarkar Northeastern University, MA 02115 Himanshu Saraswat PES MCOE,Pune-411005 Abstract The widely used TCP protocol was developed to provide reliable

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

OpenFlow Controllers over EstiNet Network Simulator and Emulator: Functional Validation and Performance Evaluation

OpenFlow Controllers over EstiNet Network Simulator and Emulator: Functional Validation and Performance Evaluation OpenFlow Controllers over EstiNet Network Simulator and Emulator: Functional Validation and Performance Evaluation 1 Shie-YuanWang Chih-LiangChou andchun-mingyang DepartmentofComputerScience,NationalChiaoTungUniversity,Taiwan

More information

DYNAMIC LOAD BALACING USING QUEUING INTERFACE SYSTEM

DYNAMIC LOAD BALACING USING QUEUING INTERFACE SYSTEM DYNAMIC LOAD BALACING USING QUEUING INTERFACE SYSTEM Sairam R, Neshan Anand and V Deeban Chakravarthy SRM University of Science and Technology, India E-Mail: sairam_r@icloud.com ABSTRACT Software-Defined

More information

Security improvement in IOT based on Software

Security improvement in IOT based on Software International Journal of Scientific & Engineering Research, Volume 8, Issue 4, April-2017 122 Security improvement in IOT based on Software Raghavendra Reddy, Manoj Kumar, Dr K K Sharma Abstract With the

More information

Yealink VCS Network Deployment Solution

Yealink VCS Network Deployment Solution Yealink VCS Network Deployment Solution Oct. 2015 V10.6 Yealink Network Deployment Solution Table of Contents Table of Contents... iii Network Requirements... 1 Bandwidth Requirements... 1 Calculating

More information

Computer Communication Networks

Computer Communication Networks Contents ELL 785 Computer Communication Networks Introduction Lecture 1 Taxonomy of communication works Computer Communication Networks Building a work ed work architecture 1-1 Introduction PC server wireless

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

On the Deployment of AQM Algorithms in the Internet

On the Deployment of AQM Algorithms in the Internet On the Deployment of AQM Algorithms in the Internet PAWEL MROZOWSKI and ANDRZEJ CHYDZINSKI Silesian University of Technology Institute of Computer Sciences Akademicka 16, Gliwice POLAND pmrozo@go2.pl andrzej.chydzinski@polsl.pl

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

Dynamic Load-balanced Path Optimization in SDN-based Data Center Networks

Dynamic Load-balanced Path Optimization in SDN-based Data Center Networks Dynamic Load-balanced Path Optimization in SDN-based Data Center Networks Yuan-Liang Lan Department of Computer Science National Chiao Tung University Hsinchu, Taiwan kmntree@gmail.com Kuochen Wang and

More information

Slicing a Network. Software-Defined Network (SDN) FlowVisor. Advanced! Computer Networks. Centralized Network Control (NC)

Slicing a Network. Software-Defined Network (SDN) FlowVisor. Advanced! Computer Networks. Centralized Network Control (NC) Slicing a Network Advanced! Computer Networks Sherwood, R., et al., Can the Production Network Be the Testbed? Proc. of the 9 th USENIX Symposium on OSDI, 2010 Reference: [C+07] Cascado et al., Ethane:

More information

CloudEngine Series Data Center Switches

CloudEngine Series Data Center Switches CloudEngine Series Data Center Switches 2 CloudEngine Series Data Center Switches Product and Solution Overview Huawei CloudEngine (CE) series switches are high-performance cloud switches designed for

More information

Comparison Between Ipv4 And Ipv6 Using Opnet Simulator

Comparison Between Ipv4 And Ipv6 Using Opnet Simulator IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 08 (August. 2014), V4 PP 44-50 www.iosrjen.org Comparison Between Ipv4 And Ipv6 Using Opnet Simulator Ghaida

More information

HY436: Network Virtualization

HY436: Network Virtualization HY436: Network Virtualization 20/10/2014 Xenofontas Dimitropoulos Credits: Bing Wang, Rob Sherwood, Ben Pfaff, Nick Feamster Agenda Network virtualization basics Early Forms of Vnets Overlay networks VPNs

More information