783
edits
Line 131: | Line 131: | ||
** Start HTTP servers on h1, h2 | ** Start HTTP servers on h1, h2 | ||
*** > xterm h1,h2 | *** > xterm h1,h2 | ||
*** h1$ | *** h1$ python –m SimpleHTTPServer 80 | ||
*** h2$ | *** h2$ python –m SimpleHTTPServer 80 | ||
** Get webpage from clients (h3) | ** Get webpage from clients (h3) | ||
*** > xterm h3 | *** > xterm h3 | ||
*** h3$ | *** h3$ curl 10.0.1.1 | ||
** Observe in Pox controller, which server is it connecting to. Continue to obtain webpage from other | ** Observe in Pox controller, which server is it connecting to. Continue to obtain webpage from the same client and one other client and observe the results | ||
* (60P) Modified Load_balancer | * (60P) Modified Load_balancer | ||
** Now modify ip_loadbalancer.py to select server in a round robin fashio | ** Now modify ip_loadbalancer.py to select server in a round robin fashio | ||
Line 146: | Line 145: | ||
* Exercise III: Load balancers (contd. exercise II) [https://dl.dropboxusercontent.com/u/1652374/SDN_Course/2.Datacenter_fattree_and_loadbalancing.zip] (Exempt: ) | * Exercise III: Load balancers (contd. exercise II) [https://dl.dropboxusercontent.com/u/1652374/SDN_Course/2.Datacenter_fattree_and_loadbalancing.zip] (Exempt: ) | ||
=== 22 March === | === 22 March === |
edits