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.
systemdesign Article's
30 articles in total
Rate limiting : Global, Tumbling Window, and Sliding Window
read article
Designing the Spotify Top K
read article
Building RelaxTube: A Scalable Video Transcoding and Streaming Application
read article
Token Bucket Rate Limiter (Redis & Java)
read article
RabbitMQ: conceitos fundamentais
read article
CDNs in Distributed Systems: Beyond Caching for Better Performance
read article
Designing an Internet Credit Purchase System
read article
Context vs. State: Why Context is King in Software Systems
read article
Just thought about starting
read article
Hinted Handoff in System Design
read article
System Design: The Art of Balancing Trade-Offs
read article
Do you want to learn about System Design? I think this is a great article for you to get started with.
read article
Exploring the Intersection of Systems Engineering and Artificial Intelligence: Opportunities and Challenges
read article
From Concept to Deployment: The Lifecycle of a Systems Engineering Project
read article
Database less OTP- A concept
read article
Telemetry and Tracing: A Comprehensive Overview
read article
Asynchronous transaction in distributed system
read article
Fixed Window Counter Rate Limiter (Redis & Java)
read article
Kickstarting Weekly System Design Deep Dives: Building Scalable Systems
read article
Database Scaling NLogN 📈
read article
Navigating the World of Event-Driven Process Orchestration for Technical Leaders
read article
Load balancer vs Gateway vs reverse proxy vs forward proxy
currently reading
Kong API Gateway Setup Basic to advance usages
read article
Finding the Right Microsoft Platform for Your Applications
read article
PRESTO card Metrolinx fare system
read article
A Simple Guide for Choosing the Right Database
read article
loved reading it. Well Researched, Crisp and Informative #SystemDesign
read article
HTTP Caching in Distributed Systems
read article
HTTP Status Codes Explained
read article
Understanding Networking Communication Protocols
read article
Featured ones: