A-Z Popular Blog Security Search »
Technology
 Advertisements
Related Guides

6 Examples of a Reverse Proxy

 , updated on
A reverse proxy is a type of computing service that retrieves resources for clients. Clients view the reverse proxy as a regular server and need not be aware that the proxy is connecting to other servers to fulfill requests. The following are common examples of a reverse proxy.

Load Balancing

A web site publishes the IP of a load balancer for clients. Client requests are forwarded by the load balancer to a pool of servers. This is a way to publish a single IP that can be served by many servers. A means of achieving horizontal scale.

Orchestration

A reverse proxy may implement logic to decide where to forward requests. For example, an API gateway can be implemented as a reverse proxy that decides where to forward API requests based on factors such as load, request type and API parameters.

Encryption

A reverse proxy may implement services such as TSL encryption. For example, a service for webmasters who want to avoid the complexities of managing their own SSL certificates.

Information Security

A reverse proxy may scan requests and reject anything that looks suspicious. Reverse proxies are commonly used to defend against information security threats such as denial of service attacks.

Caching

A reverse proxy may cache requests to improve performance. For example, an air quality information service that requires hundreds of API calls to build a single response may use a reverse proxy to cache responses to reduce server load.

Content Delivery Network

A content delivery network is a type of service that delivers content such as images and videos from data centers that are relatively close to each client. Often implemented as a reverse proxy.
Overview: Reverse Proxy
Type
Definition
A type of computing service that retrieves resources for clients.
Related Concepts

Networking

This is the complete list of articles we have written about networking.
Architecture
Campus Network
CDN
Client-Server
Endpoints
Extranet
Internet Backbone
Internet Of Things
Intranet
Last Mile
Microtrenching
Network Security
Peer-to-peer
Personal Branding
Pervasive Networks
Point Of Presence
Private Network
Proxy Server
Public Network
Reverse Proxy
Space Network
Tarpit
Telecom
More ...
If you enjoyed this page, please consider bookmarking Simplicable.
 

Networking

A list of networking techniques and concepts.

Local Loopback

An overview of local loopback networking.

Networking Basics

A list of basic computer networking concepts.

Network Infrastructure

A list of common types of network infrastructure.

Proxy vs Reverse Proxy

The difference between proxies and reverse proxies with examples.

Endpoints

The three common types of computing endpoint.

Latency

The definition of latency with examples.

Network Throughput

A complete overview of network throughput.

Network Performance

The common types of network performance.

Synchronous

The definition of synchronous with examples.

IT Infrastructure

A definition of IT infrastructure with several examples.

API Gateway

The definition of API gateway with examples.

Load Balancing

An overview of load balancing with examples.

Infrastructure Examples

An overview of infrastructure with examples.

Computing Platform

A list of the basic types of computing platform.

Building Infrastructure

An overview of building infrastructure with examples.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map