Movatterモバイル変換


[0]ホーム

URL:


CN107911239A - A kind of network card binding schema management method and device - Google Patents

A kind of network card binding schema management method and device
Download PDF

Info

Publication number
CN107911239A
CN107911239ACN201711116042.1ACN201711116042ACN107911239ACN 107911239 ACN107911239 ACN 107911239ACN 201711116042 ACN201711116042 ACN 201711116042ACN 107911239 ACN107911239 ACN 107911239A
Authority
CN
China
Prior art keywords
network
card binding
preset range
monitoring data
network card
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201711116042.1A
Other languages
Chinese (zh)
Inventor
璧垫尝
赵波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co LtdfiledCriticalZhengzhou Yunhai Information Technology Co Ltd
Priority to CN201711116042.1ApriorityCriticalpatent/CN107911239A/en
Publication of CN107911239ApublicationCriticalpatent/CN107911239A/en
Pendinglegal-statusCriticalCurrent

Links

Classifications

Landscapes

Abstract

The present invention provides a kind of network card binding schema management method and device, and the above method comprises the following steps:Obtain network monitoring data, configuration parameter data;By the network monitoring data compared with the configuration parameter data, determine corresponding network card binding pattern and bound.In above-mentioned technical proposal, by comparing cell monitoring data, configuration parameter data, automatically determine corresponding network card binding pattern and bound, carry out the selection of optimal network card binding pattern automatically, realize load balancing and preferable fault-tolerance, improve network performance and network reliability;Meanwhile the program is not required to manual intervention, carries out the selection of optimal network card binding pattern automatically, working time and the error of implementation personnel are reduced, improves the degree of flexibility of network card binding schema management.

Description

Translated fromChinese
一种网卡绑定模式管理方法及装置A network card binding mode management method and device

技术领域technical field

本发明属于计算机技术领域,尤其涉及一种网卡绑定模式管理方法及装置。The invention belongs to the technical field of computers, and in particular relates to a network card binding mode management method and device.

背景技术Background technique

目前网卡绑定模式(mode)共有七种(0~6):第一种模式即bond0、第二种模式即bond1、第三种模式即bond2、第四种模式即bond3、第五种模式即bond4、第六种模式即bond5、第七种模式即bond6,每种模式各自有自己的优点缺点。例如,第一种模式特点:传输数据包顺序是依次传输,第1个包通过网络接口0即eth0传输,下一个包通过网络接口1即eth1传输…,一直循环下去,直到最后一个传输完毕。该模式虽然提供了负载平衡和容错能力,但如果一个连接或会话的数据包从不同的网络接口传输的话,中途再经过不同的链路,在客户端很有可能会出现数据包无序到达的问题,而无序到达的数据包需要重新要求被发送,这样网络的吞吐量就会大大下降。再如,第二种模式特点:只有一个设备处于活动状态,当一个宕掉另一个马上由备份设备转换为主设备,mac地址是外部可见的,从外面看来,bond的MAC地址是唯一的,以避免switch(交换机)发生混乱。该模式只提供了容错能力,优点是可以提供高网络连接的可用性,但是它的资源利用率较低,只有一个接口处于工作状态,在有N个网络接口的情况下,资源利用率为1/N。At present, there are seven kinds of NIC bonding modes (0~6): the first mode is bond0, the second mode is bond1, the third mode is bond2, the fourth mode is bond3, and the fifth mode is Bond4, the sixth mode is bond5, and the seventh mode is bond6. Each mode has its own advantages and disadvantages. For example, the characteristics of the first mode: the transmission data packets are transmitted sequentially, the first packet is transmitted through network interface 0, namely eth0, and the next packet is transmitted through network interface 1, namely eth1..., and the cycle continues until the last transmission is completed. Although this mode provides load balancing and fault tolerance, if the data packets of a connection or session are transmitted from different network interfaces, and then pass through different links in the middle, it is very likely that the data packets will arrive out of order on the client side. problem, and out-of-order data packets need to be re-sent, so that the throughput of the network will be greatly reduced. For another example, the second mode features: only one device is active, and when one goes down, the other will immediately be converted from the backup device to the main device. The mac address is visible from the outside. From the outside, the bond’s MAC address is unique. , to avoid confusion in the switch. This mode only provides fault tolerance. The advantage is that it can provide high availability of network connections, but its resource utilization is low. Only one interface is in working state. In the case of N network interfaces, the resource utilization rate is 1/ N.

由此可知,每种网卡绑定模式均有自己的特点,但是目前网卡绑定模式为单一网卡绑定模式,这对网络性能和/或可靠性具有一定的限制,如果更换网卡绑定模式,则需要人工评估及手动操作配置,这一方面增加了实施人员的工作时间和误差,另一方面灵活度比较低。It can be seen that each network card binding mode has its own characteristics, but the current network card binding mode is a single network card binding mode, which has certain restrictions on network performance and/or reliability. If the network card binding mode is changed, Manual evaluation and manual operation configuration are required, which increases the working time and errors of the implementers on the one hand, and on the other hand has relatively low flexibility.

因此,迫切需要提供一种网卡绑定模式管理方案来解决上述技术问题。Therefore, it is urgent to provide a network card binding mode management solution to solve the above technical problems.

发明内容Contents of the invention

本发明提供一种网卡绑定模式管理方法及装置,以解决上述问题。The present invention provides a network card binding mode management method and device to solve the above problems.

本发明实施例提供一种网卡绑定模式管理方法,包括以下步骤:获取网络监测数据、配置参数数据;An embodiment of the present invention provides a network card binding mode management method, including the following steps: acquiring network monitoring data and configuration parameter data;

将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定。Comparing the network monitoring data with the configuration parameter data, determining the corresponding network card binding mode and performing binding.

本发明实施例还提供一种网卡绑定模式管理装置,包括处理器,适于实现各指令;存储设备,适于存储多条指令,所述指令适于由所述处理器加载并执行;The embodiment of the present invention also provides a network card binding mode management device, including a processor, adapted to implement various instructions; a storage device, adapted to store multiple instructions, and the instructions are adapted to be loaded and executed by the processor;

获取网络监测数据、配置参数数据;Obtain network monitoring data and configuration parameter data;

将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定。Comparing the network monitoring data with the configuration parameter data, determining the corresponding network card binding mode and performing binding.

本发明实施例提供以下技术方案:获取网络监测数据、配置参数数据;将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定。Embodiments of the present invention provide the following technical solutions: acquiring network monitoring data and configuration parameter data; comparing the network monitoring data with the configuration parameter data, determining a corresponding network card binding mode and performing binding.

上述技术方案中,通过比较网络监测数据、配置参数数据,自动确定对应的网卡绑定模式并进行绑定,自动进行最佳网卡绑定模式的选择,实现负载均衡和较好的容错性,提高网络性能和网络可靠性;同时,该方案不需人工干预、自动进行最佳网卡绑定模式的选择,减少实施人员的工作时间和误差,提高网卡绑定模式管理的灵活程度。In the above technical solution, by comparing network monitoring data and configuration parameter data, the corresponding network card binding mode is automatically determined and bound, and the best network card binding mode is automatically selected to achieve load balancing and better fault tolerance, improving Network performance and network reliability; at the same time, the solution does not require manual intervention, and automatically selects the best network card binding mode, reducing the working time and errors of implementation personnel, and improving the flexibility of network card binding mode management.

附图说明Description of drawings

此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The accompanying drawings described here are used to provide a further understanding of the present invention and constitute a part of the application. The schematic embodiments of the present invention and their descriptions are used to explain the present invention and do not constitute improper limitations to the present invention. In the attached picture:

图1所示为本发明实施例1的网卡绑定模式管理原理图;Fig. 1 shows the management principle diagram of the network card binding mode of Embodiment 1 of the present invention;

图2所示为本发明实施例2的网卡绑定模式管理方法流程图;FIG. 2 is a flow chart of a network card binding mode management method according to Embodiment 2 of the present invention;

图3所示为本发明实施例3的网卡绑定模式管理装置结构图。FIG. 3 is a structural diagram of a network card binding mode management device according to Embodiment 3 of the present invention.

具体实施方式Detailed ways

下文中将参考附图并结合实施例来详细说明本发明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互组合。Hereinafter, the present invention will be described in detail with reference to the drawings and examples. It should be noted that, in the case of no conflict, the embodiments in the present application and the features in the embodiments can be combined with each other.

本发明实施例提供了网卡绑定模式管理方案,打破原有单一网卡绑定模式对网络性能和可靠性的限制,采用一种自适应算法智能选择网卡绑定模式,并进行网卡绑定模式的自动绑定,提高网络性能和可靠性,同时减少实施人员的工作时间和误差,灵活度较高。The embodiment of the present invention provides a network card binding mode management solution, which breaks the limitation of the original single network card binding mode on network performance and reliability, adopts an adaptive algorithm to intelligently select the network card binding mode, and performs network card binding mode Automatic binding improves network performance and reliability, while reducing the working time and errors of implementation personnel, with high flexibility.

下面结合图1,对本发明实施例进行详细描述:图1所示为本发明实施例1的网卡绑定模式管理原理图,包括网络监控模块、参数配置模块、数据比较模块、网卡绑定模块;其中,所述网络监控模块、所述参数配置模块分别与所述数据比较模块相连;所述数据比较模块与所述网卡绑定模块相连;Below in conjunction with Fig. 1, the embodiment of the present invention is described in detail: Fig. 1 shows the management schematic diagram of the network card binding mode of Embodiment 1 of the present invention, including a network monitoring module, a parameter configuration module, a data comparison module, and a network card binding module; Wherein, the network monitoring module and the parameter configuration module are respectively connected to the data comparison module; the data comparison module is connected to the network card binding module;

所述网络监控模块,用于获取网络监测数据,其中,所述网络监测数据包括网络速率、网络带宽、吞吐量、网络时延、时延带宽积、往返时间RTT、网络利用率、误码率、丢包率;还用于将所述网络监测数据传输至所述数据比较模块;The network monitoring module is used to obtain network monitoring data, wherein the network monitoring data includes network speed, network bandwidth, throughput, network delay, delay bandwidth product, round-trip time RTT, network utilization rate, bit error rate , packet loss rate; also used to transmit the network monitoring data to the data comparison module;

所述参数配置模块,用于设置配置参数数据,其中,所述配置参数数据包括网络速率的临界值或预设范围、网络带宽的临界值或预设范围、吞吐量的临界值或预设范围、网络时延的临界值或预设范围、时延带宽积的临界值或预设范围、往返时间RTT的临界值或预设范围、网络利用率的临界值或预设范围、误码率的临界值或预设范围、丢包率的临界值或预设范围、监测时间(监测时间段或时间点)或周期、支持的网卡绑定模式、绑定的网络端口;还用于将所述配置参数数据传输至所述数据比较模块;The parameter configuration module is used to set configuration parameter data, wherein the configuration parameter data includes a critical value or preset range of network speed, a critical value or preset range of network bandwidth, and a critical value or preset range of throughput , the critical value or preset range of network delay, the critical value or preset range of delay bandwidth product, the critical value or preset range of round-trip time RTT, the critical value or preset range of network utilization, the bit error rate Critical value or preset range, critical value or preset range of packet loss rate, monitoring time (monitoring time period or time point) or period, supported network card binding mode, bound network port; The configuration parameter data is transmitted to the data comparison module;

所述数据比较模块,用于将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式;还用于将所述确定的网卡绑定模式传输至所述网卡绑定模块;The data comparison module is used to compare the network monitoring data with the configuration parameter data to determine the corresponding network card binding mode; and is also used to transmit the determined network card binding mode to the network card binding module;

所述网卡绑定模块,用于从所述数据比较模块中获取确定的网卡绑定模式并在linux操作系统上进行绑定;还用于通过使用shell脚本完成对应的网卡绑定模式的绑定的自动操作。The network card binding module is used to obtain the determined network card binding mode from the data comparison module and bind it on the linux operating system; it is also used to complete the binding of the corresponding network card binding mode by using a shell script automatic operation.

本发明实施例可根据当前网络状况和实际业务场景自适应调整网卡绑定模式,使整个网络环境使用最佳网卡绑定模式,实现负载均衡和较好的容错性,提高网络性能和网络可靠性。不需人工干预、自动进行最佳网卡绑定模式的选择,减少实施人员的工作时间和误差,提高网卡绑定模式管理的灵活程度。The embodiment of the present invention can adaptively adjust the network card binding mode according to the current network conditions and actual business scenarios, so that the entire network environment uses the best network card binding mode, realizes load balancing and better fault tolerance, and improves network performance and network reliability . Automatically select the best network card binding mode without manual intervention, reduce the working time and errors of implementation personnel, and improve the flexibility of network card binding mode management.

图2所示为本发明实施例2的网卡绑定模式管理方法流程图,包括以下步骤:FIG. 2 is a flow chart of a network card binding mode management method according to Embodiment 2 of the present invention, which includes the following steps:

步骤201:获取网络监测数据、配置参数数据;Step 201: Obtain network monitoring data and configuration parameter data;

进一步地,所述网络监测数据包括网络速率、网络带宽、吞吐量、网络时延、时延带宽积、往返时间RTT、网络利用率、误码率、丢包率。Further, the network monitoring data includes network speed, network bandwidth, throughput, network delay, delay bandwidth product, round trip time RTT, network utilization rate, bit error rate, and packet loss rate.

进一步地,所述配置参数数据包括:网络速率的临界值或预设范围、网络带宽的临界值或预设范围、吞吐量的临界值或预设范围、网络时延的临界值或预设范围、时延带宽积的临界值或预设范围、往返时间RTT的临界值或预设范围、网络利用率的临界值或预设范围、误码率的临界值或预设范围、丢包率的临界值或预设范围、监测时间或周期、支持的网卡绑定模式、绑定的网络端口。Further, the configuration parameter data includes: a critical value or preset range of network speed, a critical value or preset range of network bandwidth, a critical value or preset range of throughput, a critical value or preset range of network delay , critical value or preset range of delay bandwidth product, critical value or preset range of round trip time RTT, critical value or preset range of network utilization rate, critical value or preset range of bit error rate, packet loss rate Threshold value or preset range, monitoring time or cycle, supported NIC binding mode, and bound network port.

步骤202:将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定。Step 202: Compare the network monitoring data with the configuration parameter data, determine the corresponding network card binding mode and perform binding.

进一步地,将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定的过程:Further, the process of comparing the network monitoring data with the configuration parameter data, determining the corresponding network card binding mode and performing binding:

若所述网络监测数据大于或等于所述配置参数数据,则确定第一目标网卡绑定模式并进行绑定;If the network monitoring data is greater than or equal to the configuration parameter data, then determine the binding mode of the first target network card and perform binding;

若所述网络监测数据小于所述配置参数数据,则确定第二目标网卡绑定模式并进行绑定。If the network monitoring data is smaller than the configuration parameter data, then determine the binding mode of the second target network card and perform binding.

进一步地,将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定的过程:Further, the process of comparing the network monitoring data with the configuration parameter data, determining the corresponding network card binding mode and performing binding:

若所述网络监测数据在参数数据预设范围内,则确定第三目标网卡绑定模式并进行绑定;If the network monitoring data is within the preset range of parameter data, then determine the binding mode of the third target network card and perform binding;

若所述网络监测数据小于参数数据预设范围内的最小值,则确定第四目标网卡绑定模式并进行绑定;If the network monitoring data is less than the minimum value within the preset range of parameter data, then determine the binding mode of the fourth target network card and perform binding;

若所述网络监测数据大于参数数据范围内的最大值,则确定第五目标网卡绑定模式并进行绑定。If the network monitoring data is greater than the maximum value within the parameter data range, then determine the binding mode of the fifth target network card and perform binding.

图3所示为本发明实施例3的网卡绑定模式管理装置结构图,包括处理器,适于实现各指令;存储设备,适于存储多条指令,所述指令适于由所述处理器加载并执行;FIG. 3 is a structural diagram of a network card binding mode management device according to Embodiment 3 of the present invention, including a processor, adapted to implement various instructions; a storage device, adapted to store multiple instructions, and the instructions are adapted to be executed by the processor. load and execute;

获取网络监测数据、配置参数数据;Obtain network monitoring data and configuration parameter data;

将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定。Comparing the network monitoring data with the configuration parameter data, determining the corresponding network card binding mode and performing binding.

进一步地,所述网络监测数据包括网络速率、网络带宽、吞吐量、网络时延、时延带宽积、往返时间RTT、网络利用率、误码率、丢包率。Further, the network monitoring data includes network speed, network bandwidth, throughput, network delay, delay bandwidth product, round trip time RTT, network utilization rate, bit error rate, and packet loss rate.

进一步地,所述配置参数数据包括:网络速率的临界值或预设范围、网络带宽的临界值或预设范围、吞吐量的临界值或预设范围、网络时延的临界值或预设范围、时延带宽积的临界值或预设范围、往返时间RTT的临界值或预设范围、网络利用率的临界值或预设范围、误码率的临界值或预设范围、丢包率的临界值或预设范围、监测时间或周期、支持的网卡绑定模式、绑定的网络端口。Further, the configuration parameter data includes: a critical value or preset range of network speed, a critical value or preset range of network bandwidth, a critical value or preset range of throughput, a critical value or preset range of network delay , critical value or preset range of delay bandwidth product, critical value or preset range of round trip time RTT, critical value or preset range of network utilization rate, critical value or preset range of bit error rate, packet loss rate Threshold value or preset range, monitoring time or cycle, supported NIC binding mode, and bound network port.

进一步地,将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定的过程:Further, the process of comparing the network monitoring data with the configuration parameter data, determining the corresponding network card binding mode and performing binding:

若所述网络监测数据大于或等于所述配置参数数据,则确定第一目标网卡绑定模式并进行绑定;If the network monitoring data is greater than or equal to the configuration parameter data, then determine the binding mode of the first target network card and perform binding;

若所述网络监测数据小于所述配置参数数据,则确定第二目标网卡绑定模式并进行绑定。If the network monitoring data is smaller than the configuration parameter data, then determine the binding mode of the second target network card and perform binding.

进一步地,将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定的过程:Further, the process of comparing the network monitoring data with the configuration parameter data, determining the corresponding network card binding mode and performing binding:

若所述网络监测数据在参数数据预设范围内,则确定第三目标网卡绑定模式并进行绑定;If the network monitoring data is within the preset range of parameter data, then determine the binding mode of the third target network card and perform binding;

若所述网络监测数据小于参数数据预设范围内的最小值,则确定第四目标网卡绑定模式并进行绑定;If the network monitoring data is less than the minimum value within the preset range of parameter data, then determine the binding mode of the fourth target network card and perform binding;

若所述网络监测数据大于参数数据范围内的最大值,则确定第五目标网卡绑定模式并进行绑定。If the network monitoring data is greater than the maximum value within the parameter data range, then determine the binding mode of the fifth target network card and perform binding.

本发明实施例提供以下技术方案:获取网络监测数据、配置参数数据;将所述网络监测数据与所述配置参数数据进行比较,确定对应的网卡绑定模式并进行绑定。Embodiments of the present invention provide the following technical solutions: acquiring network monitoring data and configuration parameter data; comparing the network monitoring data with the configuration parameter data, determining a corresponding network card binding mode and performing binding.

上述技术方案中,通过比较网络监测数据、配置参数数据,自动确定对应的网卡绑定模式并进行绑定,自动进行最佳网卡绑定模式的选择,实现负载均衡和较好的容错性,提高网络性能和网络可靠性;同时,该方案不需人工干预、自动进行最佳网卡绑定模式的选择,减少实施人员的工作时间和误差,提高网卡绑定模式管理的灵活程度。In the above technical solution, by comparing network monitoring data and configuration parameter data, the corresponding network card binding mode is automatically determined and bound, and the best network card binding mode is automatically selected to achieve load balancing and better fault tolerance, improving Network performance and network reliability; at the same time, the solution does not require manual intervention, and automatically selects the best network card binding mode, reducing the working time and errors of implementation personnel, and improving the flexibility of network card binding mode management.

以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and changes. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included within the protection scope of the present invention.

Claims (10)

CN201711116042.1A2017-11-132017-11-13A kind of network card binding schema management method and devicePendingCN107911239A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201711116042.1ACN107911239A (en)2017-11-132017-11-13A kind of network card binding schema management method and device

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201711116042.1ACN107911239A (en)2017-11-132017-11-13A kind of network card binding schema management method and device

Publications (1)

Publication NumberPublication Date
CN107911239Atrue CN107911239A (en)2018-04-13

Family

ID=61843844

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201711116042.1APendingCN107911239A (en)2017-11-132017-11-13A kind of network card binding schema management method and device

Country Status (1)

CountryLink
CN (1)CN107911239A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN108848195A (en)*2018-09-042018-11-20山东浪潮云投信息科技有限公司A kind of method that cross-platform long-range connection carries out more network card bindings
CN110011861A (en)*2019-04-162019-07-12苏州浪潮智能科技有限公司A kind of network card binding method, system and electronic equipment and storage medium
CN111510853A (en)*2020-04-162020-08-07合肥工大高科信息科技股份有限公司Mine positioning label system and positioning method
CN115622916A (en)*2022-11-072023-01-17苏州浪潮智能科技有限公司 Network card testing method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7962582B2 (en)*2005-06-212011-06-14Cisco Technology, Inc.Enforcing network service level agreements in a network element
CN104394224A (en)*2014-11-282015-03-04无锡华云数据技术服务有限公司Load balance system
CN105049368A (en)*2015-08-252015-11-11湖南餐智科技有限公司Priority-based load balancing algorithm in hybrid network
CN105162629A (en)*2015-08-262015-12-16浪潮电子信息产业股份有限公司Automatic implementation method for double-network-card binding under LINUX system
CN106506314A (en)*2016-09-302017-03-15北京赢点科技有限公司Network high availability method and device based on docker

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7962582B2 (en)*2005-06-212011-06-14Cisco Technology, Inc.Enforcing network service level agreements in a network element
CN104394224A (en)*2014-11-282015-03-04无锡华云数据技术服务有限公司Load balance system
CN105049368A (en)*2015-08-252015-11-11湖南餐智科技有限公司Priority-based load balancing algorithm in hybrid network
CN105162629A (en)*2015-08-262015-12-16浪潮电子信息产业股份有限公司Automatic implementation method for double-network-card binding under LINUX system
CN106506314A (en)*2016-09-302017-03-15北京赢点科技有限公司Network high availability method and device based on docker

Cited By (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN108848195A (en)*2018-09-042018-11-20山东浪潮云投信息科技有限公司A kind of method that cross-platform long-range connection carries out more network card bindings
CN110011861A (en)*2019-04-162019-07-12苏州浪潮智能科技有限公司A kind of network card binding method, system and electronic equipment and storage medium
CN111510853A (en)*2020-04-162020-08-07合肥工大高科信息科技股份有限公司Mine positioning label system and positioning method
CN115622916A (en)*2022-11-072023-01-17苏州浪潮智能科技有限公司 Network card testing method, device, equipment and storage medium

Similar Documents

PublicationPublication DateTitle
US12355670B2 (en)Receiver-based precision congestion control
EP3905589B1 (en)Slice resource deployment method and apparatus, and slice manager and computer storage medium
CN107911239A (en)A kind of network card binding schema management method and device
KR20210036957A (en) Network switching methods, electronic devices and systems on a chip
EP3694160A1 (en)Date transmission method, apparatus and device
WO2016029749A1 (en)Communication failure detection method, device and system
US10404611B2 (en)Discovering path maximum transmission unit
JP6617838B2 (en) Method and apparatus for reducing transmission loss rate
CN112448839B (en) A kind of network card configuration method, device and computer storage medium
EP3713160A1 (en)Packet transmission method and apparatus
CN106412039A (en)Distributed storage network integration method and system
CN104852828A (en)Network delay detection method, device and system
TWI500298B (en)Techniques for forwarding or receiving data segments associated with a large data packet
CN119299057B (en)Communication method and device for computing power cluster, electronic equipment and storage medium
WO2023160568A1 (en)Communication method and apparatus, and system and storage medium
CN104683130B (en)A kind of method and apparatus of configuring stacking port
CN108123891A (en)The dynamic load balancing method realized in SDN network using distributed domain controller
US20100091658A1 (en)Method to Improve the Performance of a Computer Network
CN110945844A (en) A method and device for distributing messages
CN116506409B (en)Data transmission method and device, electronic equipment and storage medium
CN104065468B (en)Data transfer based on multipath, routing resource and device in wireless device
CN119276834A (en)Port binding method and related device
WO2020055294A1 (en)Traffic splitting device
CN102708020A (en)Method and device for detecting stored data exception
CN105099912A (en)Multipath data scheduling method and device

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication
RJ01Rejection of invention patent application after publication

Application publication date:20180413


[8]ページ先頭

©2009-2025 Movatter.jp