Logo
Grokking the System Design Interview
Ask Author
Back to course home

0% completed

Proxy vs. Reverse Proxy

Proxy and Reverse Proxy are both intermediary entities in a network that manage and redirect traffic, but they differ in terms of their operational setup and the direction in which they handle traffic.

Proxy (Forward Proxy)

  • Operational Direction: A Proxy, often referred to as a Forward Proxy, serves as an intermediary for requests from clients (like browsers) seeking resources from other servers. The clients connect to the proxy server, which then forwards the request to the destination server on behalf of the client.
  • Functionality:

.....

.....

.....

Like the course? Get enrolled and start learning!