Changes between Version 9 and Version 10 of GEC21Agenda/ChoiceNet/run_tests_part2


Ignore:
Timestamp:
10/17/14 16:27:32 (9 years ago)
Author:
xinming@umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ChoiceNet/run_tests_part2

    v9 v10  
    33After Step 2: Configure and Install ChoiceNet Software, we already have the Choicenet Framework setup. If you want to try the SDN implementation of ChoiceNet, you can follow this part of instructions.
    44
    5 
    6 == Start ChoiceNet server and app ==
     5----
     6= Start ChoiceNet server and app =
    77
    88
     
    3939After login, the app will intercept any TCP SYN packets with destination IP 10.0.0.0/8 and destination port 8080 or 443. Once it intercepts a packet, it communicated with the marketplace and request for a path service with 3-minute duration. This means it is compatible with almost any existing network applications, here we will use wget and mplayer as two examples.
    4040
    41 
    42 == Test 1:  wget ==
     41----
     42= Test 1:  wget =
    4343
    4444First start a simple http server on '''TERMINAL 1''':
     
    9090The download speed should match the speed you select in the ChoiceNet App. If you want to start over and try another choice, make sure to wait 3 minutes so that the previous service can expire.
    9191
    92 
    93 == Test 2: mplayer ==
     92----
     93= Test 2: mplayer =
    9494
    9595One possible use case of ChoiceNet is the on-demand online video streaming. In this test, we are using mplayer to stream a video from H1 to H2, and print the statistics on H2. You will see the playback quality varies for different choices.