Advanced Flashcards

1
Q

List three advantages of a proxy server

A

It provides:
-> Anonymity
-> Secuirty
-> Better access to content

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

Differentiate between a web proxy server and a reverse proxy server.

A

A web proxy server is an intermediary between users and the internet, filtering their content, and hiding their address.

A reverse proxy server stands in front of a server, receives incoming requests and forwards them to the server, and also collects responses and forwards them to the client

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

With respect to HTML5, what is local browser storage?

A

Local storage is the ability for a browser to store data locally within the browser without needing to send it to the server.

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

Distinguish between Local browser storage and cookies

A

Cookies have a small storage capacity and are mostly used for server-side session management

Local storage has a large storage capacity and is used to store data on the client to improve functionality and work offline

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