当前位置:网站首页>TIPC Cluster5
TIPC Cluster5
2022-07-02 11:08:00 【Cheng Gouzi walking in the clouds】
Link
TIPC cluster It consists of nodes interconnected by links . Nodes can be physical processors 、 Virtual machine or network namespace , for example , With Docker The form of the container . The link constitutes a reliable packet transmission service , Sometimes called “L2.5” Data link layer .
1、 It ensures the transmission and sequencing of all packets .
2、 It acts as a relay for connections between nodes , And track these connections .
3、 When all contacts with peer nodes are lost , All sockets connected to this peer node will be notified , So that they can disconnect .
4、 Each endpoint tracks the address binding of the peer node in the local copy of the binding table .
5、 When the contact with the peer node is lost , All bindings from this peer node will be cleared , And send service tracking events to all matching subscribers .
1、 When there is no regular packet communication , Every link goes through probing/heartbeats Conduct active monitoring .
2、 The fault detection tolerance can be configured as 50 ms To 30 second ,- The default setting is 1.5 second .
3、 For performance and redundancy reasons , Each node pair can establish two links on a separate network interface .
4、 Link pairs can be configured as load sharing or active standby .
5、 If a link fails , Then the remaining links ( If any ) Perform interference free failover .Cluster Membership
One cluster have 32 position cluster identification , It decided cluster Set up .
1、 If you need anything different from the default ( for example , If there are multiple clusters on the same subnet ), Then the user can assign a cluster ID .
2、 All nodes using the same cluster ID will be linked .
3、 Neighbors found through UDP Multicast or L2 radio broadcast ( If available ) perform .
4、 If there is a lack of broadcasting in the infrastructure / Multicast support , Can be configured explicitly IP Address execution discovery
Each node has a cluster Unique node ID .1、 stay Linux 4.17 In the previous version , This is a 32 Structured address of bit , Must be set by the user .
2、 In later versions , It's a 128 Bit fields , No internal structure or restrictions .
3、 By default , This identification is based on MAC or IP Address settings .
4、 It can also be set by the user , for example , Based on hostname or UUID.
5、 Identification is internally hashed as a guarantee of uniqueness 32 Bit node address , This address becomes the node address used by the Protocol .
6、 These two identification formats are compatible , It can be used in the same cluster .Cluster Scalability
since Linux 4.7 since ,TIPC Provides a unique 、 Patent pending 、 Automatic adaptive hierarchical neighbor monitoring algorithm . This makes it possible to build the most 1000 A complete grid cluster of nodes is possible , The fault discovery time is 1.5 second , In smaller clusters , It can shorten a lot .
边栏推荐
- [paid promotion] collection of frequently asked questions, recommended list FAQ
- Dialogue Wu Gang: why do I believe in the rise of "big country brands"?
- LabVIEW为什么浮点数会丢失精度
- 软件产品管理系统有哪些?12个最佳产品管理工具盘点
- [quick application] there are many words in the text component. How to solve the problem that the div style next to it will be stretched
- JSP webshell free -- webshell free
- Leetcode 182 Find duplicate email (2022.07.01)
- 如何用list组件实现tabbar标题栏
- JVM之垃圾回收器
- 洛谷 P1892 [BOI2003]团伙(并查集变种 反集)
猜你喜欢
Special topic of binary tree -- acwing 1589 Building binary search tree
One trick to quickly realize custom application titlebar
[play with FPGA learning 5 in simple terms ----- reset design]
[AI application] Hikvision ivms-4200 software installation
Hdu1236 ranking (structure Sorting)
软件产品管理系统有哪些?12个最佳产品管理工具盘点
How does the whole network display IP ownership?
二叉树专题--AcWing 3384. 二叉树遍历(已知先序遍历 边建树 边输出中序遍历)
Read H264 parameters from mediarecord recording
V2x SIM dataset (Shanghai Jiaotong University & New York University)
随机推荐
【深入浅出玩转FPGA学习3-----基本语法】
Why does LabVIEW lose precision in floating point numbers
Oracle 笔记
P1055 [NOIP2008 普及组] ISBN 号码
【ARK UI】HarmonyOS ETS的启动页的实现
二叉树专题--AcWing 1497. 树的遍历(利用后、中序遍历,构建二叉树)
Nodejs+express+mysql simple blog building
洛谷 P3398 仓鼠找 sugar(树上倍增 lca 判断树中两条路径是否相交 结论)
PCL extracts a subset from a point cloud
Implementation of six singleton modes
[play with FPGA learning 5 in simple terms ----- reset design]
三.芯片启动和时钟系统
Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)
Common methods of JS array
TIPC messaging3
The URL in the RTSP setup header of the axis device cannot take a parameter
Read H264 parameters from mediarecord recording
使用华为性能管理服务,按需配置采样率
华为应用市场应用统计数据问题大揭秘
Special topic of binary tree -- acwing 1589 Building binary search tree