Design and implementation of server cluster dynamic load balancing in virtualization environment based on OpenFlow
|
|
|
- Poppy Rice
- 10 years ago
- Views:
Transcription
1 Design and implementation of server cluster dynamic load balancing in virtualization environment based on OpenFlow Wenbo Chen Hui Li Qiang Ma Zhihao Shang Lanzhou University Lanzhou University Lanzhou University Lanzhou University The School of Information The School of Information The School of Information The School of Information Science and Engineering Science and Engineering Science and Engineering Science and Engineering Lanzhou, Gansu, China Lanzhou, Gansu, China Lanzhou, Gansu, China Lanzhou, Gansu, China Abstract This paper mainly studies dynamic load balancing in virtualization environment based on OpenFlow, where the Controller collected the server running status through virtual machine management techniques and calculated the aggregated load of the servers according to dynamic feedback aggregated load balancing scheduling algorithm; the OpenFlow switch will forward a client's request to the server whose aggregated load is the smallest, thus minimizing the transaction response time and maximize the throughput of the server. This method can implement flexible, powerful, easy to use, cost-effective higher load balancing products, and can be more reasonable use of resources to realize more effective load balancing. Categories and Subject Descriptors C.2.1 [Network Architecture and Design]: General Terms Design, Algorithms, Experimentation Keywords Load balancing; OpenFlow; load balancing scheduling algorithm; virtualization 1. Introduction Currently the network traffic is very large, and is still growing rapidly, so network congestion and server overloading have become a serious problem for every service provider. This problem appears to be particularly important in the coming area of cloud computing and big data [1]. With the rapid growth of visiting traffic and data traffic, the processing ability of the core parts of the network should be increased correspondingly. In this case, if we tackle the problem by abandoning the existing equipment, and purchasing new equipment to upgrade relevant hardware, it will greatly increase the cost and waste resources. So load balancing technology emerges, by distributing a large amount of concurrent access or data traffic to more than one processing equipment to improve a server s processing ability and reduce the response time of users. This technology is mainly applied to Web server, FTP server, enterprise key application servers and so on [2]. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected]. CFI '14, June , Tokyo, Japan Copyright 2014 ACM /14/06 $ A traditional load balancer is very expensive (whose price is generally more than $50k), the policy sets of a load balancer need to be set in advance, its flexibility is very low, and it cannot deal with emergency situations very well. It also requires a specialized administrator to maintain and cannot make flexible strategies according to its own actual network conditions. Since the requests are transmitted by a single hardware load balancer, any failure on the load balancer will lead to the collapse of the entire site [3]. Virtualization technology can help users save money, integration servers, maximize use of the user's infrastructure. Maximize use of the expensive and the limited resource is the greatest driving force of virtualization technology. Data center virtualization wave has put forward new requires to the load balancing equipment. At present, the mainstream products of load balancing products are mostly focused on more features, which made load balancing products become increasingly complex, the applications of the load balancing are severely constrained in enterprise data center virtualization, so design a powerful, easy to use, cost-effective higher load balancing product is extremely urgent. In order to solve the above mentioned problems, we put forward the design and implementation of server cluster dynamic load balancing in virtualization environment based on OpenFlow [4], the architecture is not only low costs but also can provide flexible programmable modules which is used to achieve the policy sets that appropriate for your network in the Controller. With the flexible configuration ability of this architecture, internet application can achieve real-time monitor condition of loading and obtain the corresponding resources in a timely manner. With the arriving of the next generation of OpenFlow technology, an OpenFlow Switch can connect multiple Controllers; so we can improve the robustness of the architecture by using any server which connected to the switch as the Controller [5]. 1.1 The technology of traditional load balancing Load balancing technology builds on the existing network structure, and provides an effective and transparent method to expand the bandwidth of network devices and servers, increase throughput, enhance network data processing capability, and enhance network flexibility and availability. It mainly completes the following tasks: to solve network congestion problem, provide service nearby, and achieve location independence. It provides a better user access to quality, improves the server s responding speed and the utilization of a server s resources [6]. The first load balancing technology is achieved through DNS, in which it configures a name for multiple IP addresses, so that a client who queries the name got one of the addresses, thus allowing different clients to access different servers and
2 achieve the purpose of load balancing. DNS load balancing is a simple and effective method, but it cannot distinguish the differences between servers, and can neither reflect the current running status of the servers [7].Once a server breaks down, even during the modification of the DNS settings in time, much time (refresh time) is needed to let it play a role again. Now many load balancer use NAT-based load balancing technology, which has an advantage in cost-reduction and efficiency. Because the address translation was relatively close to the bottom of the network, it is usually integrated in the hardware equipment, and will need to purchase additional hardware. Due to Ethernet itself has flaws in design, traditional load balancing technology mentioned above has failed to achieve the desired effect. The proposal of OpenFlow technology provides a new way for the implementation of load balancing and, it can well solve the deficiency of traditional load balancing. 1.2 OpenFlow technology Because at the beginning of Ethernet designing, not enough take into account the future development of the network, Ethernet has now shown some disadvantages, especially for doing innovative network experiment on the existing protocol, and the impact of experimental data on the existing data become the biggest obstacle to the experiment. The generation of OpenFlow is to solve these problems, and OpenFlow has now become the representation of SDN and, opens up a new road for network innovation. Unlike traditional switch, OpenFlow switch separates the data forwarding and routing control, they accomplished by OpenFlow switch and controller respectively. OpenFlow switch forwards the packet that has already arrived at the switch according to the flow table, and the controller operates the flow table which in the switch through OpenFlow protocol, so as to achieve the goal of control data forwarding. OpenFlow switch maintains a flow table locally, after OpenFlow switch receives a packet, firstly it lookups flow entry that matches the packet in the flow table, if it can find a matching flow entry, then it performs the operation in flow entry. If there is no match, the packet is forwarded to the controller, and then the controller decides how to deal with the packet. The OpenFlow switch model is shown in figure 1. Figure 1.The idealized OpenFlow switch model [8] OpenFlow switch doesn't operate the flow table actively, unless the controller sends instructions that operate the flow table to the OpenFlow switch, it will carry out the corresponding operations in accordance with the controller commands. That is to say, all operations of OpenFlow switch are controlled by the controller. The controller used in this paper is Floodlight [9], it is an open source OpenFlow controller which is developed by an open community of developers, it also achieves the control of OpenFlow network; founds equipment in the network; generates global network topology; and understands the network running status in real time. It uses module to load program and module that needs to run, and provides programming interface for users through the REST API, and then users can write extension program through custom modules, or REST API. In order to achieve the goal of controlling switch, we add or delete flow in OpenFlow switch through Floodlight. 1.3 Virtualization(OpenvSwitch and kvm) Virtualization technology first appeared in the IBM s mainframe systems in the 1960s, the system of 370 series increasingly popular in the 1970s, these machines could generate many virtual machine instances on the physical hardware via something called virtual machine monitor program, which can run independently operating system software. With the recent years the widespread deployment of multi-core systems, clusters, grids and cloud computing, the advantages of virtualization technology increasingly reflect in commercial applications, not only reduces IT costs, but also enhances security and reliability of system, the concept of virtualization has gradually penetrated into people's daily work and life. With the popularity of virtualization, more virtual softswitches need to be deployed. But the expensive, closedsource virtual switch makes users overwhelmed, so a group of open source community devotees has developed a multilayered virtualization software switches Open vswitch, which is a high-quality, multi-layer virtual switch licensed under the open source Apache 2.0 license, developed by the Nicira Networks, the main codes are portable C code. It purpose is to make large-scale network automation can be extended by programming, while still supporting standard management interfaces and protocols. KVM is the virtual machine that based on the Linux kernel. In the KVM model, each virtual machine is a standard process managed by a Linux scheduler, you can start the client operating system in user-space. A normal Linux process has two modes: kernel and user. KVM adds a third mode: client mode (with its own kernel and user mode). Client mode is used to perform all non-i / O client code, while the ordinary user mode support client I / O. KVM virtualization technology supports dynamic migration of virtual machines to achieve load balancing on the available hardware. 2. Related Work OpenFlow can provide an effective method to control the packet in Ethernet and, it boasts of flexibility in implementing an arbitrary policy in software and decouple policy from the switch itself, hence the numerous studies in load balancing with OpenFlow in recent years. HardeepUppal and Dane Brandon implement and evaluate an alternative load balancing architecture using an OpenFlow switch connected to a NOX controller, which gains flexibility in policy and, costs less. [10] To achieve load balancing features, C++ modules were written that are executed by the NOX controller. The NOX executes the modules when a new flow arrives at the switch. The module defines the load balancing policies and adds new rules into the switch s flow table. In OpenFlow based Load Balancing for Fat-Tree Networks with Multipath Support, Yu Li and Deng Pan presented a load
3 balancing algorithm and scheme for data center [11]. They argued that static load balancing has limits to schedule large numbers of randomly generated flows in data center networks. By comparison, dynamic load balancing routing can schedule network traffic according to updated traffic statistics on each network device. Their paper presented a load balancer for the fat-tree network with multipath support. They implement a dynamic load balancing routing algorithm in the load balancer, which is adaptive to network traffic, and schedules flows by examining current available bandwidth on all alternative links. The load balancer works as a module of the OpenFlow controlling program called Beacon [12], which runs on the controller host. The dynamic flow scheduling algorithm in the load balancer module determines the path for each flow. In the evaluation, they tested the load balancer using the Mininet network emulator [13] and compared the results of three flow scheduling algorithms: none load balancing (NLB) algorithm, static load balancing (SLB) algorithm and their dynamic load balancing (DLB) algorithm. The results showed that their DLB algorithm works effectively for fat-tree networks and provides network flows with more bandwidth and shorter packet delay on average than the other two algorithms under the same circumstances. 3. Proposed Research 3.1 Summary The load balancing architecture described in this paper consists of OpenFlow switch network with a controller and server clusters which is connected to OpenFlow switch network and, a SAN network and storage cluster which provide shared storage for servers cluster. Controller controls the OpenFlow switch at the same time obtains its running status from the servers regularly. As shown in figure 2: Figure 2.Load balance architecture based on OpenFlow As shown in the figure, each server that provides external service is equipped with a private IP address. The controller is equipped with a public static address for the clients to access. The controller maintains a server address pool and generates current network topology in real-time. From the client's perspective, the server reflects to be an IP-based system image by OpenFlow switch s service, all servers share this virtual address and through this virtual address, the client can put the whole system as a host system that has independent legal IP address, all access from the clients are sent to the virtual IP address. When the client sends a request to the OpenFlow network, OpenFlow switch uses the packet header information to compare with flow entry in the switch, if the client packet header information matches up with the flow entry, and then increases the corresponding packet counters and byte counters, and forwards the packet using actions in the flow entry which is matched it. If has no flow entry that matched up with the packet, the switch will forward this packet to the Floodlight Controller, and then let the Controller determine how the switch forwards the packet. The Controller adds corresponding flow entry to switch through OpenFlow protocol. When the controller decides how to forward the client's request, it determines the server that provides service to client based on the load balancing strategy, the serve using the service in the shared storage via iscsi protocol to provide corresponding services for client. 3.2 Load balancing strategies Random algorithm For each flow that is forwarded to Controller just a moment, the Controller randomly selected a server from the server list to process the client request [14] Round Robin For each flow that is forwarded to Controller just a moment, the Controller selected a server to process the client request according to a certain order [15] Server-based load balancing algorithm (SBLB) (1) Dynamic feedback the current server load, mainly collect CPU occupancy rate, memory occupancy rate, and response time,but this information does not directly represent the load of a node, so it needs a function to convert these indicators, and then got the load of the server : (1) Due to there are different type service, which can have different influence on each part of the node, therefore, we introduced the parameter r, it is used to emphasize different degree of influence that this type service to various parts. (2) Processing ability computation of server node: When we compute load balancing, if the service nodes are heterogeneous, we should not only consider the node load, but also must consider the node's processing capacity. For the processing ability of node,it is mainly considered from the following several indicators: CPU quantity,cpu computation ability,cpu type, memorycapacity,disk I/O rate,networkthroughput,maximum process number. (2) 0,1,n-1;sum(ki) = 1; (3) Calculating weight: When the server load balancing system comes into use, the administrator should set as initial weight to every server, as the server load changes, the weight to be adjusted. Controller runs SNMP module periodically to queries the load parameters and calculate the aggregate load value. And using a sigmoid function to map aggregate load to, if the result is 1, we think the server is in the best condition. We introduce the following formula, depending on the server aggregate load value to adjust its weight.
4 (3) In the formula, 0.95 is what we want to achieve system utilization, and A is an adjustable coefficient (the default value is 5).If the aggregate load is 0.95 server weight will not change, if the aggregate load is greater than 0.95, it will become smaller, and if the aggregate load is less than 0.95, it will becomes larger. As can be seen that this is a dynamic feedback formula, it will make the weights adjusted to a stable point, such as a system to achieve the desired state, the weight will be constant. In practice, if it is found the weights of all the servers are less than their, the server cluster should be overloaded, then it need to add new nodes to the server cluster. Conversely, if the weights of all servers are close to, then the current system load is very small. (4) For each new incoming request, it selects node to response the client by the following method. First, find out the server which has the maximum value of weight, and then find out a server, the weight of which is fitted where f is a constant, then add to collection J. After that we calculate the probability for each sever in collection using formula (4). (4) Then the system selects a server based on the probability. 3.3 OpenFlow Based Load Balancer Implementation Through adding flow, controller forwards the packet which accesses to the virtual host to a server whose aggregated load is smallest in the server pool. The specific works as follows: all clients use the virtual IP address which has released external as an address of the request service, when a request arrives OpenFlow switch, then the controller designates one server to serve it according to the set load balancing strategy, then adds the following flow to the switch table, using the selected server s MAC and IP address modify the request packet s destination MAC and IP address, after then the switch forward packet to the server. Meanwhile, adding flow for the response of server, this stream modifies the destination IP address of the client request with the packet s source IP address. Flow table entry 1 Flow table entry 2 Table 1.The flow table entries that the controller sends to the switch Match Actions Match Actions SRC_IP= DST_IP= DST_PORT=80 DST_IP= DST_MAC=52:54:00: ed: a3:e9 OUT_PORT=4 SRC_IP= DST_IP= DST_PORT=80 SRC_IP= SRC_MAC=52:54:00:27: b3: c2 OUT_PORT=3 As shown in Table 1 above, in our experiment, The MAC address of the cluster provides external service is 52:54:00:27: b3: c2, IP address is , and the port is 80. An user whose IP address is access an request, and the user is connected to the third port of the switch. Then the load balancing algorithm selected a server whose MAC address is 52:54:00: ed: a3:e9 and IP address responds to the user s request, and the server is connected in the fourth port of the switch. In this paper, our load balancer consists of three modules as following: virtual machine management, load balancing policy module, Floodlight, as shown in Figure 4. In the experiment, we use libvirt to realize virtual machine management module. This module is responsible for obtaining the running status of each virtual machine in fixed period, including CPU, memory, system I/O and response time of web server, and feeds the result back to the load balancing policy module. The responsibility of the load balancing policy module is when a client request arrives, selects a server for the client to process the client request according to SBLB algorithm. Load balancing policy module will calculates the aggregated load of each server according to the feedback information of virtual machine management module, then select a smallest loading server based on the calculate result, the selected server will process the client s request. Floodlight module established a connection between the client and the server which serve the client through the way of adding flow to the OpenFlow switch, when a client request arrives, Floodlight module will notify the load balancing policy module, load balancing module will select a server deliver to Floodlight module, Floodlight module will re-establish network connection between the server and client, after then the communicate between the client and the server will be normal, then the whole request process is completed. Figure 3.Functional units of Load Balancer 4. Experiment Results 4.1 Experiment environment The main purpose of this experiment is to compare the performance of using different load balancing strategy in virtualization environment based OpenFlow. As shown in figure 4, using Open vswitch as OpenFlow switch connects three KVM virtual machines as the Web servers offer the same service external, choosing Floodlight as the controller to connect the Open vswitch. Three Web servers in the network map to the same virtual address and provide the same service external. We must guarantee the consistency of the servers content because they would offer the same web service, so choose another KVM virtual machine as shared storage and choose it as the server-side that could provide disk, which is called iscsi target. Three KVM servers can make an iscsi target client that can mount use via the functions of iscsi initiator, so that content can be published to a shared storage and Web server can access shared storage applications via the iscsi protocol.
5 Table 3.Total experiments data when the maximum number of concurrent access is 100 Figure 4.Load balancing architecture in virtualization environment using Open vswitch Using MySQL as a database where the server to store data. The database restores the various performance parameters of the server real-timely. Floodlight gets data through the database for calculating the current load and adjusts accordingly real-timely. Client uses Windows XP system to install automatically load testing tool Loadrunner11.0 to simulate real users implement concurrent load and real-time performance monitoring. 4.2 Analysising experiment result In this experiment, we use Loadrunner to simulated 80 and 1000 users respectively to concurrent access to web sites. When the number of users are 80, increasing the user at a rate of 2 users per 15 seconds until the concurrent users reach 80 and then persistence access for 5 minutes, after that decreasing the user at a rate of 5 users per 30 seconds to over the access gradually. The experiment lasted 23 minutes each time. When the number of users are 100, increasing the user at a rate of 10 users per 10 seconds until the concurrent users reach 100 and then persistence access for 5 minutes, after that decreasing the user at a rate of 5 users per 10 seconds to over the access gradually. The table 2 shows when the number of client access increase to 80 gradually, the total experimental data we had obtained by using SBLB algorithms, Round Robin algorithm and Random algorithm respectively. Table 2.Total experiments data when the maximum number of concurrent access is 80 Algorithm SBLB Round Robin Rando m Maximum Running Vusers Total Throughput(bytes) Average Throughput(bytes/second) Total Hits Average Hits per Second Total Errors Average Transaction Response Time The table 3 shows when the number of client access increase to 100 gradually, the total experimental data we had obtained by using these three algorithms respectively. Algorithm Maximum Running Vusers SBLB Round Robin Random Total Throughput(bytes) Average Throughput(bytes/second) Total Hits Average Hits per Second Total Errors Average Transaction Response Time From the table, we can visually see that compare Round Robin and Random algorithms using the SBLB algorithms have a great advantage, the average transaction response time is the half of other two algorithms and the total throughput of the SBLB algorithms has some advantages. For more visualized to see the advantages of SBLB load balancing strategy, we analyzed the Transaction Response Time of using different load balancing strategies separately. Transaction Response Time consists of network response time and server response time. Figure 5 shows the Transaction Response Time of using three different load balancing strategy separately when the maximum number of concurrent access is 80. Figure 5.Transaction Response Time when the maximum number of concurrent access is 80. Figure 6 shows the Transaction Response Time of using three different load balancing policy separately when the maximum number of concurrent access is 100. Figure 6.Transaction Response Time when the maximum number of concurrent access is 100. In the figure x-axis represents the data number of 35 times Transaction Response Time which we had extracted from LoadRunner, y-axis represents the server response time in second. As we can see from the figure, comparing the Round Robin and Random algorithm, SBLB algorithm has a great
6 advantage. Meanwhile we can see with the number of user increasingly, it takes basically the same time when using SBLB to complement each transaction, the curve basically become to be a straight line. While the Transaction Response Time of the other two algorithms jitter larger. Using SBLB load balancing strategy as the server s dynamic load balancing technology in virtualized environments based on OpenFlow not only saves money, has a flexible strategy set, but also can significantly reduce the response time of the server, provide a better user experience. To illustrate SBLB load balancing strategy compared Round Robin and Random the utilization of network resources is more reasonable, we analyze the Throughput of the entire load balancing architecture when use different load balancing strategies. Throughput refers to the number of client requests that had processed per unit time. Figure 7 shows when the maximum number of concurrent access is 80, the Throughput chart of using three different load balancing strategies. Throughput graph shows the value of the amount of received data from Web Server every second during the scenario running. Figure 7.Throughput when the maximum number of concurrent access is 80. Figure 8 shows when the maximum number of concurrent access is100, the Throughput chart of using three different load balancing strategies. Figure 8.Throughput when the maximum number of concurrent access is 100. In the figure x-axis represents the data number of 35 times Transaction Response Time which we had extracted from LoadRunner, and y-axis represents the number of client requests that had processed per unit of time, which is in bytes/sec increments. As can be seen from the figure, when using SBLB algorithm they received the amount of data from Web Server is larger than the other two algorithms and the curve is basically on the rise with the increasing of users. 5. Conclusion This paper present a design approach of server cluster dynamic load balancing in virtualization environment based on OpenFlow to solve the load balancing problem that data center network virtualization encountered. Experimental results show that using the approach of OpenFlow, we can achieve flexible, powerful and higher cost-effective load balancing products. OpenFlow technology provides flexibility for the realization of different load balancing strategies, which is convenience us to use the approach of software defined to achieve different load balancing strategies according to different network experiment. Experimental results show that, compared traditional Random algorithm and Round Robin algorithm, the SBLB load balancing strategy we designed not only can improve the Transaction Response Time, provides a better user experience, but also has greater Throughput, can use the network resources more rational and has achieved a more effective load balancing. 6. References [1] Theophilus, Benson. Understanding data center traffic characteristics[j]. ACM SIGCOMM Computer Communication Review, 2010, 40(1): [2] Cardellini, V, Rome, Univ, Italy, Colajanni, M,Yu, P, S. Dynamic load balancing on Web-server systems[j]. Internet Computing, IEEE, 2002, 3(3): [3] Foundry ServerIron Load Balancer. iron/. [4] T.O.Consortium, Openflow switch specification/version 1.1.0, February 2011, [5] M. Koerner, O. Kao. Multiple service load-balancing with OpenFlow.IEEE HPSR, [6] Ruud, Schoonderwoerd, Owen, E, Holland, Janet, L, Bruten, Leon, J, M, Rothkrantz. Ant-Based Load Balancing in Telecommunications Networks[J]. SAGE, 1997, 5(2): [7] DNS Support for Load Balancing: [8] N. McKeown, T. Anderson, H. Balakrishnan, G. Parulkar, L. Peterson,J. Rexford, S. Shenker, and J. Turner, Openflow: Enabling innovation in campus networks, ACM SIGCOMM Computer Communication Review,April [9] Hardeep, Uppal, Dane, Brandon. OpenFlow Based Load Balancing[Z]. Washington: University of Washington,2010. [10] Li, Yu, and Deng Pan. OpenFlow based Load Balancing for Fat-Tree Networks with Multipath Support. [11] Beacon OpenFlow Controllerhttps://OpenFlow.stanford.edu/display/Beacon/ Home. [12] B. Lantz, B. Heller, and N. McKeown. A Network in a Laptop: Rapid Prototyping for Software-Definded Networks. ACM SIGCOMM, [13] Murata,Y., Inaba,T., Takizawa,H., and Kobayashi H.Adistributed and cooperative load balancing mechanism for largescale P2P systems.saint-w, [14] Adabala,5.,Chadha,V.,Chawla,P.,and Figueiredo, R.From virtualized resources to virtual computing grids: the invigo system. Future Generation Computer Systems,6(21),2005.
Research Article Dynamic Server Cluster Load Balancing in Virtualization Environment with OpenFlow
International Journal of Distributed Sensor Networks Volume 215, Article ID 531538, 9 pages http://dx.doi.org/1.1155/215/531538 Research Article Dynamic Server Cluster Load Balancing in Virtualization
OpenFlow based Load Balancing for Fat-Tree Networks with Multipath Support
OpenFlow based Load Balancing for Fat-Tree Networks with Multipath Support Yu Li and Deng Pan Florida International University Miami, FL Abstract Data center networks are designed for satisfying the data
OpenFlow Based Load Balancing
OpenFlow Based Load Balancing Hardeep Uppal and Dane Brandon University of Washington CSE561: Networking Project Report Abstract: In today s high-traffic internet, it is often desirable to have multiple
OpenFlow-Based Dynamic Server Cluster Load Balancing with Measurement Support
OpenFlow-Based Dynamic Server Cluster Load Balancing with Measurement Support Qingwei Du and Huaidong Zhuang College of Computer Science and Technology, Nanjing University of Aeronautics and Astronautics,
A Method for Load Balancing based on Software- Defined Network
, pp.43-48 http://dx.doi.org/10.14257/astl.2014.45.09 A Method for Load Balancing based on Software- Defined Network Yuanhao Zhou 1, Li Ruan 1, Limin Xiao 1, Rui Liu 1 1. State Key Laboratory of Software
Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management
Research Paper Implementation of Address Learning/Packet Forwarding, Firewall and Load Balancing in Floodlight Controller for SDN Network Management Raphael Eweka MSc Student University of East London
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
Software Defined Networking What is it, how does it work, and what is it good for?
Software Defined Networking What is it, how does it work, and what is it good for? slides stolen from Jennifer Rexford, Nick McKeown, Michael Schapira, Scott Shenker, Teemu Koponen, Yotam Harchol and David
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 [email protected], [email protected],
High Performance Cluster Support for NLB on Window
High Performance Cluster Support for NLB on Window [1]Arvind Rathi, [2] Kirti, [3] Neelam [1]M.Tech Student, Department of CSE, GITM, Gurgaon Haryana (India) [email protected] [2]Asst. Professor,
Research on Video Traffic Control Technology Based on SDN. Ziyan Lin
Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) Research on Video Traffic Control Technology Based on SDN Ziyan Lin Communication University of China, Beijing
Xperience of Programmable Network with OpenFlow
International Journal of Computer Theory and Engineering, Vol. 5, No. 2, April 2013 Xperience of Programmable Network with OpenFlow Hasnat Ahmed, Irshad, Muhammad Asif Razzaq, and Adeel Baig each one is
Towards an Elastic Distributed SDN Controller
Towards an Elastic Distributed SDN Controller Advait Dixit, Fang Hao, Sarit Mukherjee, T.V. Lakshman, Ramana Kompella Purdue University, Bell Labs Alcatel-Lucent ABSTRACT Distributed controllers have been
Design and Implementation of Dynamic load balancer on OpenFlow enabled SDNs
IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 8 (August. 2013), V4 PP 32-41 Design and Implementation of Dynamic load balancer on OpenFlow enabled SDNs Ragalatha
Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee
International Journal of Science and Engineering Vol.4 No.2(2014):251-256 251 Dynamic Security Traversal in OpenFlow Networks with QoS Guarantee Yu-Jia Chen, Feng-Yi Lin and Li-Chun Wang Department of
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
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
Software Defined Networks
Software Defined Networks Damiano Carra Università degli Studi di Verona Dipartimento di Informatica Acknowledgements! Credits Part of the course material is based on slides provided by the following authors
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
How To Balance A Web Server With Remaining Capacity
Remaining Capacity Based Load Balancing Architecture for Heterogeneous Web Server System Tsang-Long Pao Dept. Computer Science and Engineering Tatung University Taipei, ROC Jian-Bo Chen Dept. Computer
packet retransmitting based on dynamic route table technology, as shown in fig. 2 and 3.
Implementation of an Emulation Environment for Large Scale Network Security Experiments Cui Yimin, Liu Li, Jin Qi, Kuang Xiaohui National Key Laboratory of Science and Technology on Information System
How To Understand The Power Of The Internet
DATA COMMUNICATOIN NETWORKING Instructor: Ouldooz Baghban Karimi Course Book: Computer Networking, A Top-Down Approach, Kurose, Ross Slides: - Course book Slides - Slides from Princeton University COS461
A collaborative model for routing in multi-domains OpenFlow networks
A collaborative model for routing in multi-domains OpenFlow networks Xuan Thien Phan, Nam Thoai Faculty of Computer Science and Engineering Ho Chi Minh City University of Technology Ho Chi Minh city, Vietnam
Building a Highly Available and Scalable Web Farm
Page 1 of 10 MSDN Home > MSDN Library > Deployment Rate this page: 10 users 4.9 out of 5 Building a Highly Available and Scalable Web Farm Duwamish Online Paul Johns and Aaron Ching Microsoft Developer
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
Influence of Load Balancing on Quality of Real Time Data Transmission*
SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 6, No. 3, December 2009, 515-524 UDK: 004.738.2 Influence of Load Balancing on Quality of Real Time Data Transmission* Nataša Maksić 1,a, Petar Knežević 2,
基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器
基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 楊 竹 星 教 授 國 立 成 功 大 學 電 機 工 程 學 系 Outline Introduction OpenFlow NetFPGA OpenFlow Switch on NetFPGA Development Cases Conclusion 2 Introduction With the proposal
ulobal: Enabling In-Network Load Balancing for Arbitrary Internet Services on SDN
ulobal: Enabling In-Network Load Balancing for Arbitrary Internet Services on SDN Alex F R Trajano, Marcial P Fernandez Universidade Estadual do Ceará Fortaleza, Ceará, Brazil Email: [email protected],
Comparisons of SDN OpenFlow Controllers over EstiNet: Ryu vs. NOX
Comparisons of SDN OpenFlow Controllers over EstiNet: Ryu vs. NOX Shie-Yuan Wang Hung-Wei Chiu and Chih-Liang Chou Department of Computer Science, National Chiao Tung University, Taiwan Email: [email protected]
The Internet: A Remarkable Story. Inside the Net: A Different Story. Networks are Hard to Manage. Software Defined Networking Concepts
The Internet: A Remarkable Story Software Defined Networking Concepts Based on the materials from Jennifer Rexford (Princeton) and Nick McKeown(Stanford) Tremendous success From research experiment to
A Scheme for Implementing Load Balancing of Web Server
Journal of Information & Computational Science 7: 3 (2010) 759 765 Available at http://www.joics.com A Scheme for Implementing Load Balancing of Web Server Jianwu Wu School of Politics and Law and Public
Software Defined Networking What is it, how does it work, and what is it good for?
Software Defined Networking What is it, how does it work, and what is it good for? Many slides stolen from Jennifer Rexford, Nick McKeown, Scott Shenker, Teemu Koponen, Yotam Harchol and David Hay Agenda
Securing Local Area Network with OpenFlow
Securing Local Area Network with OpenFlow Master s Thesis Presentation Fahad B. H. Chowdhury Supervisor: Professor Jukka Manner Advisor: Timo Kiravuo Department of Communications and Networking Aalto University
A Low Cost Two-tier Architecture Model Implementation for High Availability Clusters For Application Load Balancing
A Low Cost Two-tier Architecture Model Implementation for High Availability Clusters For Application Load Balancing A B M Moniruzzaman 1, Syed Akther Hossain IEEE Department of Computer Science and Engineering
Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation
Establishing How Many VoIP Calls a Wireless LAN Can Support Without Performance Degradation ABSTRACT Ángel Cuevas Rumín Universidad Carlos III de Madrid Department of Telematic Engineering Ph.D Student
SDN_CDN Documentation
SDN_CDN Documentation Release 0.1.1 introom9 October 27, 2015 Contents 1 What s it about 1 2 Get the code 3 3 Contents: 5 3.1 Overview................................................. 5 3.2 sdn_module................................................
Limitations of Current Networking Architecture OpenFlow Architecture
CECS 572 Student Name Monday/Wednesday 5:00 PM Dr. Tracy Bradley Maples OpenFlow OpenFlow is the first open standard communications interface that enables Software Defined Networking (SDN) [6]. It was
A Low Cost Two-Tier Architecture Model For High Availability Clusters Application Load Balancing
A Low Cost Two-Tier Architecture Model For High Availability Clusters Application Load Balancing A B M Moniruzzaman, StudentMember, IEEE Department of Computer Science and Engineering Daffodil International
HUAWEI OceanStor 9000. Load Balancing Technical White Paper. Issue 01. Date 2014-06-20 HUAWEI TECHNOLOGIES CO., LTD.
HUAWEI OceanStor 9000 Load Balancing Technical Issue 01 Date 2014-06-20 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2014. All rights reserved. No part of this document may be
Dynamic Controller Deployment in SDN
Dynamic Controller Deployment in SDN Marc Huang, Sherrill Lin, Dominic Yan Department of Computer Science, University of Toronto Table of Contents Introduction... 1 Background and Motivation... 1 Problem
Scala Storage Scale-Out Clustered Storage White Paper
White Paper Scala Storage Scale-Out Clustered Storage White Paper Chapter 1 Introduction... 3 Capacity - Explosive Growth of Unstructured Data... 3 Performance - Cluster Computing... 3 Chapter 2 Current
ON THE IMPLEMENTATION OF ADAPTIVE FLOW MEASUREMENT IN THE SDN-ENABLED NETWORK: A PROTOTYPE
ON THE IMPLEMENTATION OF ADAPTIVE FLOW MEASUREMENT IN THE SDN-ENABLED NETWORK: A PROTOTYPE PANG-WEI TSAI, CHUN-YU HSU, MON-YEN LUO AND CHU-SING YANG NATIONAL CHENG KUNG UNIVERSITY, INSTITUTE OF COMPUTER
Dynamic Adaptive Feedback of Load Balancing Strategy
Journal of Information & Computational Science 8: 10 (2011) 1901 1908 Available at http://www.joics.com Dynamic Adaptive Feedback of Load Balancing Strategy Hongbin Wang a,b, Zhiyi Fang a,, Shuang Cui
The Lagopus SDN Software Switch. 3.1 SDN and OpenFlow. 3. Cloud Computing Technology
3. The Lagopus SDN Software Switch Here we explain the capabilities of the new Lagopus software switch in detail, starting with the basics of SDN and OpenFlow. 3.1 SDN and OpenFlow Those engaged in network-related
Availability Digest. www.availabilitydigest.com. Redundant Load Balancing for High Availability July 2013
the Availability Digest Redundant Load Balancing for High Availability July 2013 A large data center can comprise hundreds or thousands of servers. These servers must not only be interconnected, but they
Frequently Asked Questions
Frequently Asked Questions 1. Q: What is the Network Data Tunnel? A: Network Data Tunnel (NDT) is a software-based solution that accelerates data transfer in point-to-point or point-to-multipoint network
SDN. What's Software Defined Networking? Angelo Capossele
SDN What's Software Defined Networking? Angelo Capossele Outline Introduction to SDN OpenFlow Network Functions Virtualization Some examples Opportunities Research problems Security Case study: LTE (Mini)Tutorial
Ethernet-based Software Defined Network (SDN) Cloud Computing Research Center for Mobile Applications (CCMA), ITRI 雲 端 運 算 行 動 應 用 研 究 中 心
Ethernet-based Software Defined Network (SDN) Cloud Computing Research Center for Mobile Applications (CCMA), ITRI 雲 端 運 算 行 動 應 用 研 究 中 心 1 SDN Introduction Decoupling of control plane from data plane
Design of Remote data acquisition system based on Internet of Things
, pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; [email protected]
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 SDN - An Overview... 2 SDN: Solution Layers and its Key Requirements to be validated...
OpenFlow and Onix. OpenFlow: Enabling Innovation in Campus Networks. The Problem. We also want. How to run experiments in campus networks?
OpenFlow and Onix Bowei Xu [email protected] [1] McKeown et al., "OpenFlow: Enabling Innovation in Campus Networks," ACM SIGCOMM CCR, 38(2):69-74, Apr. 2008. [2] Koponen et al., "Onix: a Distributed Control
GLOBAL SERVER LOAD BALANCING WITH SERVERIRON
APPLICATION NOTE GLOBAL SERVER LOAD BALANCING WITH SERVERIRON Growing Global Simply by connecting to the Internet, local businesses transform themselves into global ebusiness enterprises that span the
Analysis of QoS Routing Approach and the starvation`s evaluation in LAN
www.ijcsi.org 360 Analysis of QoS Routing Approach and the starvation`s evaluation in LAN 1 st Ariana Bejleri Polytechnic University of Tirana, Faculty of Information Technology, Computer Engineering Department,
LOAD BALANCING IN WEB SERVER
LOAD BALANCING IN WEB SERVER Renu Tyagi 1, Shaily Chaudhary 2, Sweta Payala 3 UG, 1,2,3 Department of Information & Technology, Raj Kumar Goel Institute of Technology for Women, Gautam Buddh Technical
Virtualizing the SAN with Software Defined Storage Networks
Software Defined Storage Networks Virtualizing the SAN with Software Defined Storage Networks Introduction Data Center architects continue to face many challenges as they respond to increasing demands
Architecture of distributed network processors: specifics of application in information security systems
Architecture of distributed network processors: specifics of application in information security systems V.Zaborovsky, Politechnical University, Sait-Petersburg, Russia [email protected] 1. Introduction Modern
LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS
LOAD BALANCING TECHNIQUES FOR RELEASE 11i AND RELEASE 12 E-BUSINESS ENVIRONMENTS Venkat Perumal IT Convergence Introduction Any application server based on a certain CPU, memory and other configurations
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
APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM
152 APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM A1.1 INTRODUCTION PPATPAN is implemented in a test bed with five Linux system arranged in a multihop topology. The system is implemented
Introduction to MPIO, MCS, Trunking, and LACP
Introduction to MPIO, MCS, Trunking, and LACP Sam Lee Version 1.0 (JAN, 2010) - 1 - QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201002-P210C lntroduction Many users confuse the
ViSION Status Update. Dan Savu Stefan Stancu. D. Savu - CERN openlab
ViSION Status Update Dan Savu Stefan Stancu D. Savu - CERN openlab 1 Overview Introduction Update on Software Defined Networking ViSION Software Stack HP SDN Controller ViSION Core Framework Load Balancer
Configuring Windows Server Clusters
Configuring Windows Server Clusters In Enterprise network, group of servers are often used to provide a common set of services. For example, Different physical computers can be used to answer request directed
Flow Based Load Balancing: Optimizing Web Servers Resource Utilization
Journal of Applied Computing Research, 1(2):76-83 July-December 2011 2011 by Unisinos - doi: 10.4013/jacr.2011.12.02 Flow Based Load Balancing: Optimizing Web Servers Resource Utilization Daniel Stefani
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
Globus Striped GridFTP Framework and Server. Raj Kettimuthu, ANL and U. Chicago
Globus Striped GridFTP Framework and Server Raj Kettimuthu, ANL and U. Chicago Outline Introduction Features Motivation Architecture Globus XIO Experimental Results 3 August 2005 The Ohio State University
DEMYSTIFYING ROUTING SERVICES IN SOFTWAREDEFINED NETWORKING
DEMYSTIFYING ROUTING SERVICES IN STWAREDEFINED NETWORKING GAUTAM KHETRAPAL Engineering Project Manager, Aricent SAURABH KUMAR SHARMA Principal Systems Engineer, Technology, Aricent DEMYSTIFYING ROUTING
2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment
R&D supporting future cloud computing infrastructure technologies Research and Development on Autonomic Operation Control Infrastructure Technologies in the Cloud Computing Environment DEMPO Hiroshi, KAMI
A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster
, pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing
The International Journal Of Science & Technoledge (ISSN 2321 919X) www.theijst.com
THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Efficient Parallel Processing on Public Cloud Servers using Load Balancing Manjunath K. C. M.Tech IV Sem, Department of CSE, SEA College of Engineering
CS312 Solutions #6. March 13, 2015
CS312 Solutions #6 March 13, 2015 Solutions 1. (1pt) Define in detail what a load balancer is and what problem it s trying to solve. Give at least two examples of where using a load balancer might be useful,
Performance Evaluation of Linux Bridge
Performance Evaluation of Linux Bridge James T. Yu School of Computer Science, Telecommunications, and Information System (CTI) DePaul University ABSTRACT This paper studies a unique network feature, Ethernet
A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Journal of Information & Computational Science 9: 16 (2012) 4801 4809 Available at http://www.joics.com A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Understanding Slow Start
Chapter 1 Load Balancing 57 Understanding Slow Start When you configure a NetScaler to use a metric-based LB method such as Least Connections, Least Response Time, Least Bandwidth, Least Packets, or Custom
Cisco Application Networking for Citrix Presentation Server
Cisco Application Networking for Citrix Presentation Server Faster Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address
Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com
Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R O r a c l e V i r t u a l N e t w o r k i n g D e l i v e r i n g F a b r i c
VIDEO STREAMING OVER SOFTWARE DEFINED NETWORKS WITH SERVER LOAD BALANCING. Selin Yilmaz, A. Murat Tekalp, Bige D. Unluturk
VIDEO STREAMING OVER SOFTWARE DEFINED NETWORKS WITH SERVER LOAD BALANCING Selin Yilmaz, A. Murat Tekalp, Bige D. Unluturk College of Engineering, Koç University, 34450 Sariyer, Istanbul, Turkey ABSTRACT
Virtual Technologies for Learning System. Chao-Wen Chan, Chih-Min Chen. National Taichung University of Science and Technology, Taiwan
Virtual Technologies for Learning System Chao-Wen Chan, Chih-Min Chen 0274 National Taichung University of Science and Technology, Taiwan The Asian Conference on Technology in the Classroom 2012 2012 Abstract:
OpenFlow - the key standard of Software-Defined Networks. Dmitry Orekhov, Epam Systems
OpenFlow - the key standard of Software-Defined Networks Dmitry Orekhov, Epam Systems Software-defined network The Need for a New Network Architecture Limitations of Current Networking Technologies Changing
Avaya P330 Load Balancing Manager User Guide
Avaya P330 Load Balancing Manager User Guide March 2002 Avaya P330 Load Balancing Manager User Guide Copyright 2002 Avaya Inc. ALL RIGHTS RESERVED The products, specifications, and other technical information
AlcAtel-lucent enterprise AnD sdnsquare sdn² network solution enabling highly efficient, volumetric, time-critical data transfer over ip networks
AlcAtel-lucent enterprise AnD sdnsquare sdn² network solution enabling highly efficient, volumetric, time-critical data transfer over ip networks Internet technology has completely changed the networking
Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing
www.ijcsi.org 227 Real Time Network Server Monitoring using Smartphone with Dynamic Load Balancing Dhuha Basheer Abdullah 1, Zeena Abdulgafar Thanoon 2, 1 Computer Science Department, Mosul University,
Technote: AIX EtherChannel Load Balancing Options
AIX EtherChannel Load Balancing Options Document Author: Cindy K Young Additional Author(s): Jorge R Nogueras Doc. Organization: Document ID: TD101260 Advanced Technical Support Document Revised: 10/28/2003
Architektur XenServer
1 Architektur XenServer 2 XenServer Architectural Components 3 Architectural Changes The Open vswitch is now the default network stack for the product. Improvements to Distributed Virtual Switching include
High Availability and Clustering
High Availability and Clustering AdvOSS-HA is a software application that enables High Availability and Clustering; a critical requirement for any carrier grade solution. It implements multiple redundancy
Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1
Smart Tips Enabling WAN Load Balancing Overview Many small businesses today use broadband links such as DSL or Cable, favoring them over the traditional link such as T1/E1 or leased lines because of the
Development of Software Dispatcher Based. for Heterogeneous. Cluster Based Web Systems
ISSN: 0974-3308, VO L. 5, NO. 2, DECEMBER 2012 @ SRIMC A 105 Development of Software Dispatcher Based B Load Balancing AlgorithmsA for Heterogeneous Cluster Based Web Systems S Prof. Gautam J. Kamani,
IPv4 and IPv6: Connecting NAT-PT to Network Address Pool
Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(5):547-553 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Intercommunication Strategy about IPv4/IPv6 coexistence
Software Defined Networking (SDN)
Software Defined Networking (SDN) Overview Traditional Switches Approaches and Issues Software Defined Networking Overview OpenFlow Controller/Network Operating Systems Traditional Switch Configuration
OF-RHM: Transparent Moving Target Defense using Software Defined Networking
OF-RHM: Transparent Moving Target Defense using Software Defined Networking Haadi Jafarian, Qi Duan and Ehab Al-Shaer ACM SIGCOMM HotSDN Workshop August 2012 Helsinki, Finland Why IP Mutation Static assignment
Cloud Networking Disruption with Software Defined Network Virtualization. Ali Khayam
Cloud Networking Disruption with Software Defined Network Virtualization Ali Khayam In the next one hour Let s discuss two disruptive new paradigms in the world of networking: Network Virtualization Software
OpenFlow: Concept and Practice. Dukhyun Chang ([email protected])
OpenFlow: Concept and Practice Dukhyun Chang ([email protected]) 1 Contents Software-Defined Networking (SDN) Overview of OpenFlow Experiment with OpenFlow 2/24 Software Defined Networking.. decoupling
RCL: Software Prototype
Business Continuity as a Service ICT FP7-609828 RCL: Software Prototype D3.2.1 June 2014 Document Information Scheduled delivery 30.06.2014 Actual delivery 30.06.2014 Version 1.0 Responsible Partner IBM
Cloud Networking: A Novel Network Approach for Cloud Computing Models CQ1 2009
Cloud Networking: A Novel Network Approach for Cloud Computing Models CQ1 2009 1 Arista s Cloud Networking The advent of Cloud Computing changes the approach to datacenters networks in terms of throughput
Virtual PortChannels: Building Networks without Spanning Tree Protocol
. White Paper Virtual PortChannels: Building Networks without Spanning Tree Protocol What You Will Learn This document provides an in-depth look at Cisco's virtual PortChannel (vpc) technology, as developed
Hadoop Technology for Flow Analysis of the Internet Traffic
Hadoop Technology for Flow Analysis of the Internet Traffic Rakshitha Kiran P PG Scholar, Dept. of C.S, Shree Devi Institute of Technology, Mangalore, Karnataka, India ABSTRACT: Flow analysis of the internet
Steroid OpenFlow Service: Seamless Network Service Delivery in Software Defined Networks
Steroid OpenFlow Service: Seamless Network Service Delivery in Software Defined Networks Aaron Rosen and Kuang-Ching Wang Holcombe Department of Electrical and Computer Engineering Clemson University Clemson,
SDN/OpenFlow. Dean Pemberton Andy Linton
SDN/OpenFlow Dean Pemberton Andy Linton Agenda What is SDN and Openflow? Understanding Open vswitch and RouteFlow Understanding RYU and SDN applications Simple SDN programming python vs IOS or Junos! Building
A Study on Software Defined Networking
A Study on Software Defined Networking Yogita Shivaji Hande, M. Akkalakshmi Research Scholar, Dept. of Information Technology, Gitam University, Hyderabad, India Professor, Dept. of Information Technology,
