Skip to content
AlexChen's Blog
Search
K
Main Navigation
Java 核心
Spring 系列
数据库
系统架构
DevOps
业务开发
前端技术
编程内功
编程资源
Links
VitePress
DeepSeek
ChatGPT
文心一言
NextChat
GitHub
Appearance
GitHub
Menu
Return to top
大纲
Table of Contents for current page
常见的负载均衡算法包含:
轮询法 (Round Robin)
加权轮询法 (Weight Round Robin)
平滑加权轮询法 (Smooth Weight Round Robin)
随机法 (Random)
加权随机法 (Weight Random)
源地址哈希法 (Hash)
最小连接数法 (Least Connections)