Changes between Version 17 and Version 18 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/Execute


Ignore:
Timestamp:
12/09/13 18:13:25 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/Execute

    v17 v18  
    8787 - 3. Question: Change the delay of interface L to 300 ms using the following command, and run an Iperf session for 1800 seconds.
    8888   {{{
    89    sudo /sbin/tc qdisc add dev L root handle 1:0 netem limit 1000000000 delay 300ms
     89   sudo /sbin/tc qdisc change dev L root handle 1:0 netem limit 1000000000 delay 300ms
    9090   }}}
    9191    What are the goodputs of Reno and CUBIC? Which performed better? What do you conclude?