# Load Balancing

Балансирование нагрузки - аппаратно программные системы для распределения (горизонтального масштабирования) нагрузки по серверам для обслуживания большого количества клиентов.

* [Round Robin](https://ru.wikipedia.org/wiki/Round-robin_\(%D0%B0%D0%BB%D0%B3%D0%BE%D1%80%D0%B8%D1%82%D0%BC\))
* Nginx Reverse Proxy
* [HAProxy ](http://www.haproxy.org/)- HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers quite a number of the world's most visited ones. Over the years it has become the de-facto standard opensource load balancer, is now shipped with most mainstream Linux distributions, and is often deployed by default in cloud platforms.
* [Keepalived ](https://www.keepalived.org/)- The main goal of this project is to provide simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures.

**API Limiters** - программные системы для обеспечения рационального распределения вычислительных ресурсов между клиентами такие как максимально допустимая частота API запросов и тп.
