Coder Social home page Coder Social logo

bbill / burst-balancer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from burstbalancer/burst-balancer

0.0 0.0 0.0 50.49 MB

Shell 1.95% C++ 47.69% Python 0.08% Perl 1.80% C 2.96% Lua 0.01% Tcl 31.93% MATLAB 0.01% Awk 0.09% TeX 8.21% Gnuplot 0.08% Mathematica 1.96% Makefile 0.25% HTML 0.12% PostScript 1.86% CMake 0.01% Batchfile 0.01% DIGITAL Command Language 0.04% Roff 0.60% P4 0.34%

burst-balancer's Introduction

BurstBalancer

Introduction

Layer-3 load balancing is a key topic in the networking field. It is well acknowledged that flowlet is the most promising solution because of its good trade-off between load balance and packet reordering. However, we find its another limitation: it makes the forwarding paths of flows unpredictable. To address this limitation, this paper presents BurstBalancer, a simple yet efficient load balancing system with a sketch, named BalanceSketch. Our design philosophy is doing less changes to keep the forwarding path of most flows fixed, which guides the design of BalanceSketch and balance operations. We have fully implemented BurstBalancer in a testbed and conducted both event-level and ESL (electronic system level) simulations. Our results show that BurstBalancer achieves 5%โˆผ35% and up to $30\times$ smaller FCT in symmetric and asymmetric topologies, respectively, while 58 times less flows suffer from path changing. Related codes are open-sourced anonymously.

About this repo

  • CPU contains codes implemented on CPU platforms:

    • BalanceSketch: Source codes of BalanceSketch, including the optimized version of BalanceSketch and multi-cell BalanceSketch.
    • SingleSwitch: Source codes of BurstBalancer and LetFlow on a single switch.
  • NS2 contains codes implemented on NS-2.

  • Testbed contains codes related to our testbed. We have implemented BalanceSketch on a Edgecore Wedge 100BF-32X switch (with Tofino ASIC), and build our BurstBalancer prototype on a small-scale testbed.

  • Math contains codes related to our numerical verification of the accuracy of BalanceSketch.

  • Revision_TPDS contains codes of the supplementary experiments after revision.

  • More details can be found in the folders.

burst-balancer's People

Contributors

burstbalancer 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.