Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.1 KB

BBR performance analysis

This repository contains all the material used to obtain the results contained in the presentation.

This work has been done as part of the exam for the course Design of Networks and Communication System, yield by Prof. Granelli at the University of Trento.

How to use

  • Install Vagrant and VirtualBox on your machine
  • Clone this repository
  • Provision the machine with vagrant up
  • Connect to the machine through vagrant ssh and install Mininet through the install_mininet.sh script
  • cd into any folder and run the tests.
  • If you want some plots, run the Python scripts in each folder after the tests

Outcomes

The results are presented in the presentation.

We could say that the expectations were correct and, overall, BBR achieves higher bandwidth than other congestion control algorithm.

License

All the files are licensed under the GNU GPL v3 license. See LICENSE for more details.