Intermediate Computer Networks
Q79 / 100

What is the difference between a forward proxy and a reverse proxy in terms of which side they serve?

Correct! Well done.

Incorrect.

The correct answer is B) A forward proxy acts on behalf of clients (hiding them from servers, e.g. for filtering or anonymity); a reverse proxy acts on behalf of servers (hiding them from clients, e.g. for load balancing or SSL termination)

B

Correct Answer

A forward proxy acts on behalf of clients (hiding them from servers, e.g. for filtering or anonymity); a reverse proxy acts on behalf of servers (hiding them from clients, e.g. for load balancing or SSL termination)

Explanation

Forward proxies are deployed near clients to control or anonymize their outbound requests (common in corporate networks). Reverse proxies (e.g. Nginx, HAProxy) sit in front of backend servers to distribute load, cache content, and terminate TLS, presenting a single interface to clients.

Progress
79/100