1: What does a web browser primarily do? Answer
2: What does a web server primarily do? Answer
3: One can design a web application such that all the code runs on the server's CPU. Or you can have all the code execute on the client's CPU. Or, more likely, some combination of the two. Name two pros and two cons to client side code. Answer
4: Name five API's which application programmers can use to extend a web server. These API's essentially define how the server-side web script interacts with the web server and thus, indirectly, with the browser. Answer