Caching Flashcards
1
Q
Objects used to display a requested web page may be stored in a _____
A
cache
2
Q
What is the benefit of having some objects in the cache?
A
The server does not need to be sent again because they can simply be loaded from the cache
3
Q
A ______ server is a host that provides a service to users.
A
proxy
4
Q
The proxy server appears to be the _____ web server when the client sends a request to it
A
actual
5
Q
What are the steps of loading an object from the web cache to the clients browser?
A
- Agent connects to proxy sever using TCP then makes a request
- Proxy checks web cache to see if requested object is in cache
- If object is in cache, send it