Web Server Design Assignment - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

Web Server Design Assignment

Description:

Web Server Design. Assignment #1: Basic Operations. Old Dominion University ... assignment is listed under the day it is to be demoed in class ... – PowerPoint PPT presentation

Number of Views:51
Avg rating:3.0/5.0
Slides: 8
Provided by: Michael50
Learn more at: https://www.cs.odu.edu
Category:

less

Transcript and Presenter's Notes

Title: Web Server Design Assignment


1
Web Server DesignAssignment 1 Basic Operations
Old Dominion University Department of Computer
Science CS 495/595 Spring 2006 Michael L. Nelson
ltmln_at_cs.odu.edugt
2
Grading
  • To be done by an automated program that will test
    most (all?) combinations
  • assignment is listed under the day it is to be
    demoed in class
  • each group will give a 3-4 minute status report
    the week before an assignment is due!
  • If you have a question
  • email the class list
  • mimic the behavior of a well known Apache server
    (e.g., www.cs.odu.edu)

3
Methods to Support
  • GET
  • HEAD
  • OPTIONS
  • TRACE

4
Status Codes to Support
  • 200 - OK
  • 400 - Bad Request
  • 403 - Forbidden
  • 404 - Not Found
  • 500 - Internal Server Error
  • 501 - Not Implemented
  • 505 - HTTP Version Not Supported

5
Request Headers
  • Connection close
  • Host IP hostname

6
Response Headers
  • Date
  • Server
  • Last-Modified
  • Content-Length
  • Content-Type
  • Connection close
  • Allow

7
MIME Types
  • text/plain
  • text/html
  • text/xml
  • image/png
  • image/jpeg
  • image/gif
  • application/pdf
  • application/vnd.ms-powerpoint
  • application/vnd.ms-word
Write a Comment
User Comments (0)
About PowerShow.com