World wide web architecture Flashcards
1
Q
What are the 3 most important protocols of the web?
A
URI - Uniform resource identifier
HTTP
HTML
2
Q
Where does the page content of a webpage come from?
A
- Reads from files on disk
- Generates on the fly (dynamically) using another program
- Forwards HTTP request to another server
3
Q
Why do most proxy servers exist?
A
To reduce internet traffic and user response time through caching. Caching proxies retain copies of frequently requested web resources
4
Q
What are some uses of proxy servers?
A
- Reduce internet traffic through caching
- Used to control access from intranet to internet
- Used to conceal identity
5
Q
What does a web server retain in most cases?
A
- A log file with requests that it receives and how it responded to those requests.
- Proxies can also maintain similar logs
6
Q
What does web 2.0 refer to?
A
Websites that contain more than just static pages
7
Q
What does Ajax do?
A
Allows the browser to request some content from the web server without the need to reload the entire page