Reverse Proxy
Everything on SkillVeris tagged Reverse Proxy — collected across the glossary, study notes, blog, and cheat sheets.
12 resources across 2 libraries
Cheat Sheets(2)
Interview Questions(10)
What is a Proxy Server?
A proxy server is an intermediary that sits between a client and the destination server, forwarding requests and responses on the client’s behalf while optiona…
What is a Load Balancer in Networking?
A load balancer is a device or service that sits in front of a pool of backend servers and distributes incoming client requests across them using a chosen algo…
What is a Reverse Proxy?
A reverse proxy is a server that sits in front of one or more backend servers and accepts client requests on their behalf, forwarding each request to an approp…
Forward Proxy vs Reverse Proxy: What is the Difference?
A forward proxy sits in front of clients and hides the client’s identity from the servers it connects to, while a reverse proxy sits in front of servers and hi…
What is an API Gateway (from a Networking Perspective)?
An API gateway is a single, network-facing entry point that sits in front of a collection of backend services and handles cross-cutting request concerns — rout…
What is Load Balancing?
Load balancing is the practice of distributing incoming network traffic across multiple backend servers so no single server is overwhelmed, improving availabil…
What is an API Gateway?
An API gateway is a single entry point that sits in front of a system’s backend services, routing client requests to the right service while centrally handling…
What is a Reverse Proxy?
A reverse proxy is a server that sits in front of one or more backend servers and forwards client requests to them, returning the response back to the client a…
What is Kubernetes Ingress and How Does It Route Traffic?
Kubernetes Ingress is an API object that defines HTTP and HTTPS routing rules — host names, paths, and TLS certificates — mapping external requests to internal…
What is Envoy Proxy?
Envoy is a high-performance, L4/L7 open-source proxy written in C++ that handles service discovery, load balancing, TLS termination, retries, and observability…