Changes between Version 4 and Version 5 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout
- Timestamp:
- 05/14/13 09:04:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout
v4 v5 4 4 5 5 == Overview == 6 This Project leverages resources on the ProtoGENI aggregate, using the Omni GENI client. [[BR]]6 This Project leverages resources on the GENI aggregate in order to experiment with TCP. [[BR]] 7 7 The objective of this project is to familiarize you with the details of TCP congestion control, and the impact of network conditions on the TCP congestion control algorithms. [[BR]] 8 8 You will specifically learn about: [[BR]] … … 23 23 The two primary tools used in this assignment are: [[BR]] 24 24 '''1. Traffic Control (tc)'''[[BR]] 25 The tc command is available in the GNU Linux distributions on ProtoGENI nodes, found in the ''/sbin'' directory.25 The tc command is available in the GNU Linux distributions on GENI nodes, found in the ''/sbin'' directory. 26 26 This command manipulates the Linux network forwarding tables, allowing for configuration of queuing disciplines, 27 27 which change the policies controlling which packets are forwarded in what order and which are dropped; and network … … 32 32 33 33 '''2. [http://iperf.sourceforge.net/ Iperf]'''[[BR]] 34 Iperf is available on the ProtoGENI nodes, located at ''/usr/local/etc/emulab/emulab-iperf''.34 Iperf is available on the GENI nodes, located at ''/usr/local/etc/emulab/emulab-iperf''. 35 35 Iperf is used to measure the bandwidth performance of Internet links. In these exercises, 36 36 it is used to study the behavior of TCP in the face of changing link characteristics.