- Server-Side
        
          - The experiment is run on the server 
 
          - Complexity is on the server 
 
          - The client needs only a browser with minimal capabilities 
 
          - Forms, 
 
          - Dynamically Created Web pages 
 
          - All actions require return to the server 
 
         
       
        | 
    
      - Client-Side
        
          - The experiment is run on the client's machine 
 
          - Complexity is on the client? 
 
          - Often requires plugin JavaScript, Flash Player, Java interpreter, etc. 
 
          - Some will not be pre-installed 
 
          - No need to worry about network traffic once experiment begins 
 
         
       
        |