logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   internet   _/_   web   _/_   web-server  

Index Browse Edit Visualize Statistics Download Help
 
web-server
has-activity
- Server Processing Phases [ activity ]
www-component
- Web Server (HTTP daemon)
- Web Client (Browser)
server
- Web Server (HTTP daemon)
Types:
procedure:
web server listens on port 80 for incoming HTTP requests
example:
proprietary: Internet Information Server (IIS), Netscape Enterprise Server, Sun ePlanet
Comment:
can be a dedicated web server, co-located or hosted virtual server
procedure:
sends back the requested object
Comment:
process that provides web documents to web clients
Comment:
all web servers support HTTP -- some also support FTP (and other protocols)
procedure:
checks the request (syntax, existence of document, authentication...)
Comment:
also which languages and platforms supported
Comment:
can be on company intranet or on public Internet
example:
open source server: Apache, Zope, aolserver
Comment:
differ mostly in the server-side features they offer -- mainly how dynamic pages are generated