当前位置:网站首页>Load Balancer
Load Balancer
2022-04-23 15:39:00 【dengk2013】
effect :
High availability Make the pressure of each equipment evenly distributed Support fault discovery and failover
classification :
Hardware :F5
Software : nginx,haproxy
OSI 7 Layer model
Load balancing strategy :
1. Polling strategy ( Default ): Sit in rows and eat fruits , You take a bite and I take a bite
2. Weight strategy : I am fatter than you , I'll have ten
3.IP_HASH : A radish (IP) A pit , On request ip Come on hash Distribute to background server
4.URL_HASH : A cabbage (URL) A pit , according to url Come on hash Distribute to background server
5:FAIR Which of you is idle , Come out and pick up the dung , Third party plug-ins need to be installed
版权声明
本文为[dengk2013]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231537380169.html
边栏推荐
猜你喜欢
T2 iCloud日历无法同步
大厂技术实现 | 行业解决方案系列教程
考试考试自用
IronPDF for .NET 2022.4.5455
[leetcode daily question] install fence
字节面试 transformer相关问题 整理复盘
Special analysis of China's digital technology in 2022
Wechat applet customer service access to send and receive messages
Basic concepts of website construction and management
网站压测工具Apache-ab,webbench,Apache-Jemeter
随机推荐
携号转网最大赢家是中国电信,为何人们嫌弃中国移动和中国联通?
Collation of errors encountered in the use of redis shake
MySQL query library size
Advantages, disadvantages and selection of activation function
木木一路走好呀
Mysql database explanation (VII)
单体架构系统重新架构
[backtrader source code analysis 18] Yahoo Py code comments and analysis (boring, interested in the code, you can refer to)
考试考试自用
字节面试 transformer相关问题 整理复盘
Crawling fragment of a button style on a website
Mysql database explanation (10)
Connect PHP to MySQL via PDO ODBC
Leetcode学习计划之动态规划入门day3(198,213,740)
G007-hwy-cc-estor-03 Huawei Dorado V6 storage simulator construction
移动app软件测试工具有哪些?第三方软件测评小编分享
通过 PDO ODBC 将 PHP 连接到 MySQL
群体智能自主作业智慧农场项目启动及实施方案论证会议
多级缓存使用
Go并发和通道