Changes between Version 5 and Version 6 of NikySandbox/WebExample


Ignore:
Timestamp:
07/06/12 05:48:12 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/WebExample

    v5 v6  
    44== Purpose ==
    55
    6 The goal of this experiment is to build a functional web server.  This experiment will guide you through you the basics of distributed programming, client/server structures, and issues in building high performance servers. 
    7 
    8 This experiment is based on a course [http://www.cs.williams.edu/~jeannie/cs339/assignment1/index.html assignment] used at the Distributed Systems Course offered by the [http://www.cs.williams.edu/ Computer Science Department of Williams College] and taught by [http://www.cs.williams.edu/~jeannie/ Professor Jeannie Albrecht].
     6The goal of this assignment is to build a functional web server.  This assignment will guide you through you the basics of distributed programming, client/server structures, and issues in building high performance servers. 
     7
     8This assignment is based on a course [http://www.cs.williams.edu/~jeannie/cs339/assignment1/index.html assignment] used at the Distributed Systems Course offered by the [http://www.cs.williams.edu/ Computer Science Department of Williams College] and taught by [http://www.cs.williams.edu/~jeannie/ Professor Jeannie Albrecht].
    99
    1010== Prerequisites ==
     
    2020
    2121 * Download the attached [attachment:webexample.rspec?format=raw rspec file] and save it on your machine. (Make sure to save in raw format.)
    22  * Start Flack, create a new slice, load rspec ''udt.rspec'' and submit for sliver creation (also fine to use omni, if you prefer). Your sliver should look something like this:
     22 * Start Flack, create a new slice, load rspec ''websrv.rspec'' and submit for sliver creation (also fine to use omni, if you prefer). Your sliver should look something like this:
    2323
    2424[[Image(WebsrvExampleSliver.png, 50%)]]
     
    2828You will use the following techniques during this experiment.
    2929
    30 === File Transfer Using UDT ===
    31 
     30=== Web Transfers  ===
     31
     32In this setup, there is one host acting as a web server and two hosts
     33acting as clients. To test this setup
    3234Follow these steps to perform a file transfer using UDT.
    3335