World wide web architecture Flashcards

1
Q

What are the 3 most important protocols of the web?

A

URI - Uniform resource identifier
HTTP
HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does web 2.0 refer to?

A

Websites that contain more than just static pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly