Changes between Version 6 and Version 7 of GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout
- Timestamp:
- 07/15/13 11:48:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout
v6 v7 11 11 - Load Balancing experiment: [[BR]] 12 12 [[Image(OpenFlowLBExo.png, 50%, nolink)]] 13 - We will implement a Load Balancer OpenFlow Controller using Trema. [[BR]] 14 - Load balancing in computer networking is the division of network traffic between two or more network devices or paths, typically for the purpose of achieving higher total throughput than either one path, ensuring a specific maximum latency or minimum bandwidth to some or all flows, or similar purposes. For this tutorial, you will design a load-balancing OpenFlow controller capable of collecting flow status data from OpenFlow switches and using it to divide traffic between dissimilar network paths so as to achieve full bandwidth utilization. [[BR]] 15 - For the purpose of this tutorial, data collection will be limited to the flow statistics reported by open vswitches. 13 16 14 17 == Prerequisites == … … 50 53 Various other options will be required for these exercises, and provided in the appropriate sections. 51 54 All Iperf measurement data should be recorded from the TCP receiver (server) side. 52 53 '''4. Telnet''' [[BR]]54 The Unix telnet <host> <port> command allows you to easily connect to a specified TCP port on a remote host and manually input data.55 You may find it useful for testing and evaluating your implementations.56 55 57 56 == How to get Help ==