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
Salman Asu
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.
Articles
10 articles in total
important status code to be known as API developer
read article
Load balancer vs Gateway vs reverse proxy vs forward proxy
currently reading
HTTP Headers in API
read article
flow design for access and refresh token- JWT
read article
comparing Domain-Driven Design (DDD) and Clean Architecture
read article
All About Typescript For Javascript Developer
read article
All About Javascript For Intermediate
read article
Full Guide For React Developer
read article
Jumping From Javascript To Typscript Concept Should be Known
read article
NIST Defination of cloud computing with Diagram
read article
Featured ones: