当前位置:网站首页>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 .

边栏推荐
- Special topic of binary tree -- Logu p1229 traversal problem (the number of traversals in the middle order is calculated when the pre and post order traversals of the multiplication principle are know
- TIPC Cluster5
- The first white paper on agile practice in Chinese enterprises was released | complete download is attached
- JSP webshell free -- the basis of JSP
- 【深入浅出玩转FPGA学习3-----基本语法】
- Is the account above changtou school safe?
- 如何使用IDE自动签名调试鸿蒙应用
- 二叉树专题--洛谷 P3884 [JLOI2009]二叉树问题(dfs求二叉树深度 bfs求二叉树宽度 dijkstra求最短路)
- Binary tree topic -- Luogu p3884 [jloi2009] binary tree problem (DFS for binary tree depth BFS for binary tree width Dijkstra for shortest path)
- Resources读取2d纹理 转换为png格式
猜你喜欢

Easyexcel, a concise, fast and memory saving excel processing tool

【深入浅出玩转FPGA学习5-----复位设计】

Read H264 parameters from mediarecord recording

【AGC】构建服务3-认证服务示例

V2x SIM dataset (Shanghai Jiaotong University & New York University)

华为快应用中如何实现同时传递事件对象和自定义参数

How to use ide to automatically sign and debug Hongmeng application
![Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)](/img/dc/2aa55c9b3f23c292820a56ea72fedd.png)
Luogu p5536 [xr-3] core city (greed + tree DP looking for the center of the tree)

一.STM32的开发环境,keil5/MDK5.14安装教程(附下载链接)

The URL in the RTSP setup header of the axis device cannot take a parameter
随机推荐
Point cloud projection picture
[applinking practical case] share in app pictures through applinking
PCL extracts a subset from a point cloud
金山云——2023届暑期实习
Shell programming 01_ Shell foundation
Disassembling Meitu SaaS: driving the plane to change the engine
从.bag文件中读取并保存.jpg图片和.pcd点云
Flink two Open, implement Batch Lookup join (attached source)
Openmldb meetup No.4 meeting minutes
二叉树专题--P1030 [NOIP2001 普及组] 求先序排列
QT learning diary 7 - qmainwindow
JSP webshell免杀——JSP的基础
Nodejs+express+mysql simple blog building
Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)
【快应用】text组件里的文字很多,旁边的div样式会被拉伸如何解决
flink二开,实现了个 batch lookup join(附源码)
Appgallery connect scenario development practice - image storage and sharing
学习open62541 --- [66] UA_String的生成方法
AppGallery Connect场景化开发实战—图片存储分享
2022-06-17