Tagged articles
6 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
May 30, 2023 · Operations

Understanding Load Balancing: Types, Architectures, and Algorithms for High-Performance Clusters

This article explains the three main types of load balancing—DNS, hardware, and software—their advantages and disadvantages, typical combined architectures, and the key algorithms such as round robin, weighted round robin, least‑load, performance‑optimal, and hash‑based that drive high‑performance cluster scheduling.

DNSbalancing algorithmshardware load balancer
0 likes · 6 min read
Understanding Load Balancing: Types, Architectures, and Algorithms for High-Performance Clusters
MaGe Linux Operations
MaGe Linux Operations
May 9, 2020 · Operations

Mastering Load Balancing: From Basics to Advanced Algorithms

Load balancing distributes traffic across multiple servers to improve performance, reliability, and scalability, covering concepts from basic two- and three-layer methods to advanced four- and seven-layer techniques, and reviewing popular tools such as LVS, Nginx, and HAProxy along with various scheduling algorithms.

LVSServer Clusteringbalancing algorithms
0 likes · 16 min read
Mastering Load Balancing: From Basics to Advanced Algorithms
Java Backend Technology
Java Backend Technology
Sep 15, 2018 · Operations

Mastering Load Balancing: Strategies, Algorithms, and When to Use Them

This article explains the fundamentals of load balancing, compares DNS‑based, hardware, and software solutions, and details common balancing algorithms such as round‑robin, load‑aware, response‑time, and hash strategies, helping architects choose the right approach for high‑performance systems.

balancing algorithmsload balancingnetwork architecture
0 likes · 10 min read
Mastering Load Balancing: Strategies, Algorithms, and When to Use Them