Changes between Version 56 and Version 57 of GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute
- Timestamp:
- 07/17/13 11:27:23 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/SampleAssignments/OpenFlowLoadBalancerTutorial/ExerciseLayout/Execute
v56 v57 75 75 ovs-vsctl set-controller br0 tcp:127.0.0.1 ptcp:6634:127.0.0.1 76 76 }}} 77 - 2.5.5 Go back to your !LabWiki web page, drag and drop the `file icon` and repeat the experiment, as described in section 2. 3, using a different experiment name (the slice name should stay the same).77 - 2.5.5 Go back to your !LabWiki web page, drag and drop the `file icon` and repeat the experiment, as described in section 2.2.4, using a different experiment name (the slice name should stay the same). 78 78 79 79 Questions: 80 80 - Did you see any difference from the graphs plotted on !LabWiki, compared with the graphs plotted in the first experiment? why? 81 81 - Check out the output of the Load Balancer on node "Switch" and tell how many flows are directed to the left path and how many are on the right path, why? 82 - To answer the above question, you need to understand the Load Balancing controller. Check out the "load-balancer.rb" file in your home directory on node "Switch". Check Section 2for hints/explanations about this OpenFlow Controller.82 - To answer the above question, you need to understand the Load Balancing controller. Check out the "load-balancer.rb" file in your home directory on node "Switch". Check Section 3.1 for hints/explanations about this OpenFlow Controller. 83 83 84 84 == 2.6 Modify the OpenFlow Controller to balance throughput among all the TCP flows ==