Coder Social home page Coder Social logo

lllalex2333 / modification-of-dctcp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akshay6697/modification-of-dctcp

0.0 0.0 0.0 104.78 MB

This repository contains the source code related to the T-DCTCP which can be used to reproduce the results presented in the paper - TCP improvements for data center networks

License: GNU General Public License v2.0

Makefile 0.15% Python 3.96% C++ 92.98% MATLAB 0.16% Click 0.08% C 1.37% Shell 0.01% Perl 1.25% Gnuplot 0.03% Batchfile 0.01%

modification-of-dctcp's Introduction

Implementation of T-DCTCP in ns-3

Course Code: CO365

Assignment: #20

Overview

The assignment involves implementing modifications mentioned in the T-DCTCP paper [1] in ns-3 [3]. The modifications are as follows:

[1] Increasing cwnd when ECE = 0 in Congestion Avoidance algorithm.

[2] Resetting alpha (Congestion Indicator) to zero once Delayed Ack Timeout Event occurs.

[3] Dynamic calculation of Delayed Ack Timeout.

How to compile and run

Clone the repository

git clone https://github.com/Akshay6697/Modification-of-DCTCP.git

Build ns-3 with examples and tests

cd Modification-of-DCTCP
./waf configure --enable-examples --enable-tests
./waf build

How to run test case

./waf --run "test-runner --suite=tcp-dctcp-test"

Note: Testcases to test the modifications of T-DCTCP are added in same the test case file as for DCTCP.

How to run Example

./waf  --run "dctcp-example --pathOut=scratch --writeForPlot=0 --writePcap=1"

Note: While running the example, the user can set the following variables

  1. pathOut - Path to save results from --writeForPlot/--writePcap
  2. writeForPlot - <0/1> to write results for plot (gnuplot)
  3. writePcap - <0/1> to write results in pcapfile

References

[1] Tanmoy Das and Krishna M. Sivalingam, "TCP improvements for data center networks"

[2] RFC 8257- Data Center TCP (DCTCP): TCP Congestion Control for Data Centers

[3] The ns-3 network simulator. http://www.nsnam.org/

[4] RFC 2001- TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms

modification-of-dctcp's People

Contributors

akshay6697 avatar abhis24 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.