SLIDE 5 5
DB and Web
*
WWW – Basic Architecture
W3 Client W3 Server HTML page HTTP HTML pages File system
each page has a URL
.
WWW - W3 client
Software for hypertext navigation: browser
interpret and display HTML text Display flat text without interprétation visualise fix images gif, jpeg and x-bitmap
Can be extended by plug-in or external visualisers
for specific formats
sound, animated image, Postcript, ..
/
WWW - W3 server
Functions
manage connections from W3 clients Ensures protection of static documents (HTML,
images, ..)
Checks query validity and access rights for clients Run client queries
Send back a static document Run an external program
HTTP is a simple protocole (GET, EXEC, HEAD,
...)
HTTP is a protocol without session
new version HTTP 1.1 allow to maintain a persistent
connection
HTTP is a protocole with a low level of security
evolution with S-HTTP (Secure) or SSL (Secure
Socket Layer)