User Tools

Site Tools


eg-259:lecture14

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
eg-259:lecture14 [2007/11/16 16:59] – created eechriseg-259:lecture14 [2013/03/06 14:00] (current) eechris
Line 1: Line 1:
 +====== Basic Web Server Operation ======
  
 +**Contact Hour 19**: To be discussed on Tuesday 12th March 2013.
 +
 +**Lecturer**: [[C.P.Jobling@Swansea.ac.uk|Dr Chris P. Jobling]].
 +
 +
 +===== Contents of this Lecture =====
 +
 +An introduction to server-side programming with a description of the operation of a basic webserver 
 +  * The roles of a web server and web client 
 +  * Modern Web Servers 
 +  * The Apache Web Server 
 +  * Revision of the HyperText Transfer Protocol (HTTP) 
 +  * Web server operation 
 +  * Mapping resources to files 
 +
 +
 +===== The Presentation =====
 + 
 +  * {{:eg-259:webserver.pptx|The PowerPoint file for this lecture}}
 +
 +
 +===== What's Next? =====
 +
 +** Interactive Services **
 +  * The need to serve more than static pages 
 +  * Dynamic content 
 +  * CGI Operation 
 +  * More on the HTTP request 
 +  * CGI Technologies 
 +
 +[[eg-259:lecture12|Previous Lecture]] | [[eg-259:home]] | [[eg-259:lecture15|Next Lecture]]