/dce-02-bic-tcp

Course project for Computer Networks CO300

Primary LanguageC++

DCE-02:

Course project for Computer Networks CO300

Validate the ns-3 implementation of BIC TCP

Brief: Binary Increase Congestion control (BIC) is a precursor to CUBIC and is targeted for Long Fat Networks. It uses a binary search algorithm to find the optimal value of congestion window (cwnd). In this project, the aim is to validate ns-3 BIC implementation by comparing the results obtained from it to those obtained by simulating Linux BIC.

Required experience: C and C++
Bonus experience: Knowledge of BIC and TCP implementation in ns-3
Difficulty: Moderate
Recommended Reading: