当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
群体智能自主作业智慧农场项目启动及实施方案论证会议
Mobile finance (for personal use)
Introduction to dynamic programming of leetcode learning plan day3 (198213740)
T2 icloud calendar cannot be synchronized
Connectez PHP à MySQL via aodbc
T2 iCloud日历无法同步
[leetcode daily question] install fence
For examination
pywintypes.com_error: (-2147221020, ‘无效的语法‘, None, None)
What are the mobile app software testing tools? Sharing of third-party software evaluation
多生成树MSTP的配置
一刷312-简单重复set-剑指 Offer 03. 数组中重复的数字(e)
Recommended search common evaluation indicators
Node.js ODBC连接PostgreSQL
Crawling fragment of a button style on a website
c语言---指针进阶
今日睡眠质量记录76分
删除字符串中出现次数最少的字符
小程序知识点积累
Openstack command operation









