Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving ip_loadbalancer module #211

Open
wants to merge 1 commit into
base: eel
Choose a base branch
from
Open

Conversation

lcfpadilha
Copy link

This pull request is intended to improve the IP Load Balancer module. The added features were:

  • Weighted round-robin algorithm for load balancing;
  • Weighted least-bandwidth algorithm for load balancing;
  • Allow the user to select the load balancing algorithm and server weights using command-line flags;
  • Allow the user to change the load balancing algorithm and server weights at runtime using Python interpreter.

These enhancements are part of my final Undergraduate Dissertation (which you can check here) about analyzing the use of SDN for load balancing. We use the IP Load Balancer module to test the response time with different numbers of servers in a server farm and compare the use of SDN.

@raghdaaljaff
Copy link

@ lcfpadilha thanks for efforts,where the place of your work brother.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants