Giter Club home page Giter Club logo

load-balancer---sdn's Introduction

Load-Balancer-SDN

Master's Course Work at The University of Texas at Dallas

Aim: To balance the network traffic over the SDN by dynamically assigning the requests on the server which has the lowest load or has the highest server capacity. We choose from (Weighted Round Robin, Random) techniques and take into account Statefulness and Statelessness of the architecture.

Types of Load โ€“ Balancing techniques Used

  1. Weighted Round Robin: The server with the highest capacity will be given the highest weight. For example, if Server 1 has 3 times the capacity of Server 2, the we assign Weight 3 to server 1 and weight 1 to server 2. This, means that the first 3 requests are sent to server 1 and the 4th request is sent to server. This continues cyclically for all requests.
  2. Random: This technique uses a random number generator to determine a server that will handle the load. When load balancer receives large no. of requests, it will distribute the requests randomly among the servers so that the load is distributed equally among all the servers. it is suitable when the servers have similar configurations.

Types of States Used

  1. State-full ness and Stateless ness: In the case of state-full-ness the load balancer remembers the state when a client sents a request and assigns the future requests from that client to the same server. In the case of statelessness, no such state is remembered by the load balancer. Instead, for each new request, the client needs to log in again and then the request is forwarded to some server depending on the load balancing technique.

load-balancer---sdn's People

Contributors

raghavmathur0505 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.