Load Balancer موزّع الأحمال
A traffic director that spreads incoming requests across multiple servers — by round-robin, least-connections or response time — and silently removes unhealthy nodes from rotation. It is how sites scale horizontally beyond one machine and survive single-server failures. HAProxy and Nginx are the software classics; clouds offer it as a managed service.