当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
Mysql database explanation (8)
Cookie&Session
Go并发和通道
YML references other variables
负载均衡器
What if the package cannot be found
一刷313-剑指 Offer 06. 从尾到头打印链表(e)
【递归之数的拆分】n分k,限定范围的拆分
单体架构系统重新架构
Node. JS ODBC connection PostgreSQL
通过 PDO ODBC 将 PHP 连接到 MSSQL
MySQL集群模式与应用场景
Collation of errors encountered in the use of redis shake
重定向和请求转发详解
山寨版归并【上】
删除字符串中出现次数最少的字符
Independent operation smart farm Innovation Forum
IronPDF for .NET 2022.4.5455
After time judgment of date
JSON date time date format








