140k views
3 votes
Students of a university often access a particular educational website several times a day. Due to the same requests sent to the server multiple times, the university installed a new server to save time. Which server did the university install?

a) Proxy server
b) Database server
c) Web server
d) Cache server
To save time, the university installed a(n) BLANK server. This server saves earlier responses for a certain amount of time, resulting in faster response to a new request.

a) Cache
b) Proxy
c) Web
d) Database

1 Answer

6 votes

Final answer:

The university installed a Cache server to save time by storing frequently accessed web pages and delivering them from the cache instead of the original server.

Step-by-step explanation:

The university installed a Cache server to save time. This server saves earlier responses for a certain amount of time, resulting in a faster response to a new request. It stores a copy of frequently accessed web pages so that the next time a user requests the same page, it can deliver it from the cache instead of retrieving it from the original server.

User Dan Berindei
by
8.1k points