- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
#systemdesign
Here’s the exact mistake most people make 👇
👉 Layer 4 Load Balancer
- Routes using IP + Port
- Cannot see request data
- So it treats ALL traffic the same
Example:
/login, /payments, /search → all look identical
→ No control over routing
---
👉 Layer 7 Load Balancer
- Can read URL, headers, cookies
- Can route based on request
Example:
/login → auth service
/payments → billing service
---
⚠️ Why this matters:
If you only use Layer 4:
→ You can’t properly split microservices
If you only use Layer 7:
→ You add unnecessary latency
---
🔥 What actually works in production:
Layer 4 → handles traffic fast
Layer 7 → routes intelligently
This is how scalable systems are designed #softwarearchitect #softwareengineering #devopsengineering #coding #money #tech
Видео #systemdesign канала Amit Vikram Awasthi
👉 Layer 4 Load Balancer
- Routes using IP + Port
- Cannot see request data
- So it treats ALL traffic the same
Example:
/login, /payments, /search → all look identical
→ No control over routing
---
👉 Layer 7 Load Balancer
- Can read URL, headers, cookies
- Can route based on request
Example:
/login → auth service
/payments → billing service
---
⚠️ Why this matters:
If you only use Layer 4:
→ You can’t properly split microservices
If you only use Layer 7:
→ You add unnecessary latency
---
🔥 What actually works in production:
Layer 4 → handles traffic fast
Layer 7 → routes intelligently
This is how scalable systems are designed #softwarearchitect #softwareengineering #devopsengineering #coding #money #tech
Видео #systemdesign канала Amit Vikram Awasthi
Комментарии отсутствуют
Информация о видео
25 марта 2026 г. 22:14:21
00:00:07
Другие видео канала




















