Changes between Version 23 and Version 24 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/Execute


Ignore:
Timestamp:
12/09/13 23:08:47 (10 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

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

    v23 v24  
    8989   sudo /sbin/tc qdisc add dev L root handle 1:0 netem limit 1000000000 delay 300ms
    9090   }}}
    91     What are the goodputs of Reno and CUBIC? Which performed better? What do you conclude?
     91    What are the goodputs of reno and cubic? Which performed better? What do you conclude?
    9292 - 4. Question: Repeat the above experiment with 30 parallel connections and 1800 seconds for each algorithm by using the ''-P 30'' option on Iperf. How do CUBIC and Reno differ? What do you conclude?
    9393 - 5. Question: Remove the netem queueing discipline which causes delay and add a loss of 5% by using the following commands on the center node. Replace L with the appropriate physical interface. Alternatively, one can change a queueing discipline instead of deleting and adding a new one.