dev-resources.site
for different kinds of informations.
Load balancer vs Gateway vs reverse proxy vs forward proxy
Published at
12/28/2024
Categories
systemdesign
gateway
proxy
basic
Author
sallbro
Author
7 person written this
sallbro
open
Today I will discuss about most use service in system design and difference between them.
load balancer distribute load to different server according to algorithim set in load balancer configuration.
Gateway have additional + load balancer.
it can process the request and send response + distribute load to different server according to alogrithim set in load balancer configuration.
above I have discuss about two scenario.
forward proxy is used to hide the user identity. it make a request to server on behave of client.
reverce proxy is used to hide the server identity. it make a response to client on behave of server.
simple request response using all the services in one system.
basic Article's
30 articles in total
Research DevOps metrics and KPIs
read article
Matanuska ADR 010 - Architecture, Revisited
read article
Matanuska ADR 009 - Type Awareness in The Compiler and Runtime
read article
Matanuska ADR 007 - Type Semantics for Primary Types
read article
Top 10 Programming Languages in 2025
read article
PHP OOP Part-2: Constructor and Destructor
read article
PHP OOP Part-4: Static property, method and this vs self
read article
PHP OOP Part-3: Access modifier, Encapsulation and Inheritance
read article
PHP OOP Part-5: Abstraction and Interface
read article
Matanuska ADR 006 - Runtime Exit
read article
Load balancer vs Gateway vs reverse proxy vs forward proxy
currently reading
Sponsoring Family in Dubai: Who Can Apply and How?
read article
Best practices to Implement RTL in React Js
read article
Matanuska ADR 002 - Architecture
read article
Matanuska ADR 003 - Recursive Descent Parser
read article
Getting Started with Python: Why and How to Learn This Amazing Language
read article
Beginner-Friendly Basic Computer Course Overview
read article
I'm Publishing Matanuska BASIC's ADRs
read article
Engineering of Small Things #2: Cookies
read article
PHP OOP Part-7: Composition vs Inheritance and Dependency Injection
read article
A Beginnerβs Guide to React: Understanding Components
read article
Matanuska ADR 008 - Sigils
read article
Correct Way to Implement RTL in React Js
read article
Hackathon 101
read article
Learn javascript promises. Part 1 β What is a promise?
read article
PHP OOP Part-6: Polymorphism
read article
PHP OOP Part-1: Introduction, Object, and Class
read article
Matanuska ADR 005 - Editor Operations
read article
Create Class and Object
read article
Java basic program with expansion
read article
Featured ones: