Server retrieves data:
- Looks up data on disk
- Returns data to browser
- Data can be: text, html, images, mpeg video, sound,
(just about anything)
Browser displays data:
- Formats html, plain text, gif images itself
- For other types, it either:
- Saves the data to disk, or
- Launches an external viewer (e.g., mpeg player)