WO2022160994A1 - Load balancing method and apparatus, communication device, and storage medium - Google Patents

Load balancing method and apparatus, communication device, and storage medium Download PDF

Info

Publication number
WO2022160994A1
WO2022160994A1 PCT/CN2021/138452 CN2021138452W WO2022160994A1 WO 2022160994 A1 WO2022160994 A1 WO 2022160994A1 CN 2021138452 W CN2021138452 W CN 2021138452W WO 2022160994 A1 WO2022160994 A1 WO 2022160994A1
Authority
WO
WIPO (PCT)
Prior art keywords
link
idle
load
uplinks
network session
Prior art date
Application number
PCT/CN2021/138452
Other languages
French (fr)
Chinese (zh)
Inventor
翟玉洲
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2022160994A1 publication Critical patent/WO2022160994A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/12Avoiding congestion; Recovering from congestion
    • H04L47/125Avoiding congestion; Recovering from congestion by balancing the load, e.g. traffic engineering
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • H04L47/72Admission control; Resource allocation using reservation actions during connection setup
    • H04L47/726Reserving resources in multiple paths to be used simultaneously
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/148Migration or transfer of sessions

Definitions

  • the present application relates to the field of communication technologies, and in particular, to communication device load judgment, session path selection, and load balancing strategies.
  • CPE Customer Premise Equipment
  • the CPE connects to the PON transmission network and connects to the specific service equipment to complete the connection between the access network and the user equipment.
  • Existing CPEs generally have only one uplink, or multiple links but only one link is working at the same time. Therefore, the implementation strategy of load balancing is realized by restricting the traffic of some low-priority services. The normal operation of high-priority services will inevitably lead to performance degradation of this part of low-priority services, affecting user experience.
  • an embodiment of the present application proposes a method for implementing load balancing of multiple uplink network links.
  • the embodiment of the present application first provides a load balancing method, which includes the following steps: receiving a new network session service; searching for a first non-overloaded link from a plurality of uplinks according to a set search sequence; The first non-overloaded link is allocated to the new network session service; the first idle link is found from the plurality of uplinks in turn according to the reverse order of the set search order, and the A network session on the last non-idle link of an idle link is migrated to the first idle link; when there is no session service on the last non-idle link of the first idle link found , close the last non-idle link.
  • the embodiment of the present application further provides a load balancing device, including: a network session service receiving module, configured to receive new network session services; a non-overloaded link search module, configured to search from multiple The first non-overloaded link is found in the uplink; the network session service allocation module is configured to allocate the first non-overloaded link to the new network session service; the idle link search module is set to is set to find the first idle link from the plurality of uplinks in turn according to the reverse order of the set search order; the network session migration module is set to search the uplink of the first idle link; A network session on a non-idle link is migrated to the first idle link; the link closing module is set to no session service on the non-idle link on the first idle link found. , close the last non-idle link.
  • a load balancing device including: a network session service receiving module, configured to receive new network session services; a non-overloaded link search module, configured to search from multiple The first non-overloaded link is found in the up
  • An embodiment of the present application further provides a communication device, including a memory, a processor, and a program stored on the memory and executable on the processor, wherein the program is executed by the processor to achieve the desired Describe the steps of the load balancing method.
  • An embodiment of the present application further provides a storage medium, wherein the storage medium stores at least one program, and the at least one program can be executed by at least one processor to implement the steps of the load balancing method.
  • FIG. 1 is a flowchart of a load balancing method according to Embodiment 1 of the present application.
  • FIG. 2 is a schematic diagram of a multi-link link according to Embodiment 2 of the present application.
  • FIG. 3 is a schematic diagram of a link load rate curve.
  • FIG. 4 is a structural diagram of a load balancing apparatus according to Embodiment 3 of the present application.
  • FIG. 5 is a structural diagram of a communication device according to Embodiment 4 of the present application.
  • This embodiment provides a load balancing method.
  • the process is shown in FIG. 1 and includes the following steps:
  • the above load balancing method is applied to the communication with multiple uplinks.
  • the reverse link search sequence the first non-overloaded link is searched for the new session service, and the first idle link is searched for the old session service. Realize the dynamic selection of new session service links and the dynamic migration of old session service links, realize that multiple links work at the same time, and all session service flows work at full speed.
  • the search sequence set in step 102 includes the number sequence of the plurality of uplinks.
  • the number sequence of the links is used to search, and the search method is simple and easy to implement.
  • the set search sequence may also be the sequence of randomly selecting links or other possible sequences, as long as it is ensured that the search sequence for the first idle link in step 103 is opposite to the search sequence set in step 102 .
  • the search sequence in step 102 is: 3 1 4 2 according to the link number
  • the search sequence in step 103 is: 2 4 1 3 according to the link number. This operation is convenient for management and can quickly find new sessions for new sessions. At the same time, the migration of old sessions can be quickly realized, and the idle link can be quickly located and closed.
  • step 102 when a non-overloaded link cannot be found from the multiple uplinks according to the set search sequence, the last link in the multiple uplinks is allocated to the new network session.
  • the session is attributed to the last link, so that it is convenient to search for idle links in reverse order to realize the migration of old session services.
  • the method further includes the step of updating the load states of the multiple uplinks, and the step of updating the load states of the multiple uplinks includes:
  • W1 represents the preset load idle reference value
  • Wh represents the preset load overload reference value
  • step 102 the steps of updating the load states of the plurality of uplinks have no absolute sequence with step 101.
  • the above step 103 may not be based on the premise of adding a new session service, and a period may be set to periodically search for an idle link and process link migration of the old session service.
  • the link migration of the old session service and the link selection of the new session service can be performed independently of each other (this is the meaning expressed by the dotted arrow in FIG. 1 ).
  • This embodiment provides a CPE device load balancing method.
  • the CPE device has n uplink ports, and has n uplink links L1, L2...Ln.
  • the CPE internally allocates a corresponding net_device interface to each uplink interface.
  • the strategy of this application is used to select the corresponding egress link through routing.
  • the load balancing method specifically includes the following steps:
  • the CPE device receives a new network session service
  • Ln is the last link. When the previous link is overloaded, the rest of the data must be sent from this link, so there is no need to pay attention to the load of Ln.
  • the load status is determined according to the load rate of the link.
  • the load rate the current bandwidth of the link/the maximum bandwidth of the link * 100%.
  • the maximum bandwidth of the link is obtained by the CPE through negotiation with the network operator. The CPE calculates the load rate of each link every 1s. Current bandwidth.
  • Figure 3 shows the load rate curve of a link:
  • the update link state is light load state.
  • W1 represents the preset load idle reference value
  • Wh represents the preset load overload reference value
  • the CPE device creates a record for each network session service, including the selected link information.
  • the CPE device searches for the corresponding link interface according to the record. If no session traffic record is found, the set default link is selected and the record is created. Therefore, when the session service needs to be migrated, the default link is set to Lx, and the record entry of the current session service is deleted. At this time, the CPE device treats the session service as a new session service, re-initiates it, and allocates it to the link Lx. Record the session. Repeat step 4 until there is no session service on the link Lx+1, and close the link Lx+1.
  • the purpose of migrating old session services is to aggregate session services and then close empty links to save link resources.
  • the premise of adding a new session service may not be required.
  • the CPE device can set a period, regularly search for idle links, and process link migration of old session services.
  • the link migration of the old session service and the link selection of the new session service can be performed independently of each other.
  • the CPE When the user's service traffic is heavy and the load capacity of one link cannot meet the demand, for example, the CPE has only one 10M link, when the user is watching a high-definition movie and temporarily uses 8M bandwidth, the user is keeping the first movie In the case of normal playback, a new video service with a bandwidth of 4M is opened. At this time, the required bandwidth is 12M, which is greater than the maximum value of the link of 10M, which will definitely cause the two services to slow down and reduce the user experience.
  • the CPE when the second 4M video service is started, the CPE will judge that the current first link is overloaded and start the second link, and the 4M video service will also use the second link.
  • This embodiment provides a load balancing device, as shown in FIG. 4 , including:
  • the network session service receiving module 1 is set to receive a new network session service
  • the non-overloaded link search module 2 is set to search out the first non-overloaded link from the multiple uplinks according to the set search sequence;
  • a network session service allocation module 3 configured to allocate the first non-overloaded link to the new network session service
  • the idle link search module 4 is set to search out the first idle link from the multiple uplinks in turn according to the reverse order of the set search sequence;
  • the network session migration module 5 is configured to migrate a network session on the last non-idle link of the first idle link to the first idle link;
  • the link closing module 6 is configured to close the last non-idle link when there is no session service on the last non-idle link of the found first idle link.
  • the load balancing apparatus further includes a link load status update module, which is configured to search out the first link from the plurality of uplinks in the non-overloaded link search module 2 according to a set search sequence.
  • the idle link searching module 4 updates the Multiple uplink load status.
  • the non-overloaded link search module 2 when the non-overloaded link search module 2 cannot find a non-overloaded link from the plurality of uplinks according to the set search sequence, the last link is allocated to the new network session .
  • the network session migration module 5 sets the found first idle link as the default link of the network session that needs to be migrated, deletes the record entry of the network session that needs to be migrated, and the network session needs to be migrated.
  • the session is re-initialized as a new network session and assigned to the default link.
  • the load balancing device in this embodiment realizes the dynamic selection of new session service links and the dynamic migration of old session service links, so that multiple links work simultaneously, and all session service flows work at full speed. .
  • the communication device includes a memory 7 and a processor 8 that are connected and communicated with each other.
  • the memory 7 stores a program that can run on the processor 8, and the program is executed by the processor.
  • the steps for implementing the load balancing method shown in Figure 1 include the following steps:
  • the communication device of this embodiment realizes dynamic selection of new session service links and dynamic migration of old session service links, so that multiple links work simultaneously, and all session service flows work at full speed.
  • This embodiment provides a storage medium, where the storage medium stores at least one program, and the at least one program can be executed by at least one processor to implement the steps of the load balancing method shown in FIG. 1 , including the following steps:

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A load balancing method and apparatus, a communication device, and a storage medium. The load balancing method comprises the following steps: receiving a new network session service (101); searching for a first non-overloaded link from a plurality of uplinks according to a set search order, and allocating the first non-overloaded link to the new network session service (102); sequentially searching for a first idle link from the plurality of uplinks according to the reverse order of the set search order, and migrating a network session on a previous non-idle link of the first idle link to the first idle link (103); and when there is no session service on the previous non-idle link of the first idle link found, disabling the previous non-idle link (104).

Description

一种负载均衡方法、装置、通讯设备及存储介质A load balancing method, device, communication device and storage medium
相关申请的交叉引用CROSS-REFERENCE TO RELATED APPLICATIONS
本申请基于申请号为202110129844.6、申请日为2021年01月29日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。This application is based on the Chinese patent application with the application number of 202110129844.6 and the filing date of January 29, 2021, and claims the priority of the Chinese patent application. The entire content of the Chinese patent application is incorporated herein by reference.
技术领域technical field
本申请涉及通讯技术领域,尤其涉及通信设备负载判断、会话路径选择以及负载均衡策略。The present application relates to the field of communication technologies, and in particular, to communication device load judgment, session path selection, and load balancing strategies.
背景技术Background technique
CPE(Customer Premise Equipment,客户前置设备),是指用户前端与运营商网络直接对接的设备,包括但不限于电话机,无线路由器,防火墙,电脑,光猫,4G转WiFi的无线路由器等等,常布放于FTTX家客业务的客户端,用于提供家庭客户的有线宽带、IPTV、VOIP等业务的综合接入。CPE上联PON传输网络,下连具体业务设备,完成接入网络与用户设备的连接。现有的CPE一般只有一条上行链路,或有多条链路但同一时间只有一条链路处于工作状态,所以负载均衡的实现策略是通过限制部分低优先级业务的流量来实现的,为了保证高优先级业务的正常工作,必定会导致该部分低优先级业务性能下降,影响使用感受。CPE (Customer Premise Equipment) refers to the equipment directly connected to the operator's front-end network, including but not limited to telephones, wireless routers, firewalls, computers, optical modems, 4G-to-WiFi wireless routers, etc. , which is often deployed on the client side of FTTX home-customer services, and is used to provide comprehensive access to services such as wired broadband, IPTV, and VOIP for home customers. The CPE connects to the PON transmission network and connects to the specific service equipment to complete the connection between the access network and the user equipment. Existing CPEs generally have only one uplink, or multiple links but only one link is working at the same time. Therefore, the implementation strategy of load balancing is realized by restricting the traffic of some low-priority services. The normal operation of high-priority services will inevitably lead to performance degradation of this part of low-priority services, affecting user experience.
发明内容SUMMARY OF THE INVENTION
有鉴于此,本申请实施例提出一种实现多上行网络链接负载均衡的方法。In view of this, an embodiment of the present application proposes a method for implementing load balancing of multiple uplink network links.
本申请实施例首先提供了一种负载均衡方法,包括如下步骤:接收新的网络会话业务;按照设定的查找顺序从多条上行链路中查找出第一条非过载链路,将所述第一条非过载链路分配给所述新的网络会话业务;按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路,将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到所述第一条空闲链路上;当查找出的第一条空闲链路的上一条非空闲链路上无会话业务,关闭所述上一条非空闲链路。The embodiment of the present application first provides a load balancing method, which includes the following steps: receiving a new network session service; searching for a first non-overloaded link from a plurality of uplinks according to a set search sequence; The first non-overloaded link is allocated to the new network session service; the first idle link is found from the plurality of uplinks in turn according to the reverse order of the set search order, and the A network session on the last non-idle link of an idle link is migrated to the first idle link; when there is no session service on the last non-idle link of the first idle link found , close the last non-idle link.
本申请实施例还提供了一种负载均衡装置,包括:网络会话业务接收模块,被设置为接收新的网络会话业务;非过载链路查找模块,被设置为按照设定的查找顺序从多条上行链路中查找出第一条非过载链路;网络会话业务分配模块,被设置为将所述第一条非过载链路分配给所述新的网络会话业务;空闲链路查找模块,被设置为按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路;网络会话迁移模块,被设置为将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到该第一条空闲链路上;链路关闭模块,被设置为所查找出的第一条空闲链路的上一条非空闲链路上无会话业务时,关闭所述上一条非空闲链路。The embodiment of the present application further provides a load balancing device, including: a network session service receiving module, configured to receive new network session services; a non-overloaded link search module, configured to search from multiple The first non-overloaded link is found in the uplink; the network session service allocation module is configured to allocate the first non-overloaded link to the new network session service; the idle link search module is set to is set to find the first idle link from the plurality of uplinks in turn according to the reverse order of the set search order; the network session migration module is set to search the uplink of the first idle link; A network session on a non-idle link is migrated to the first idle link; the link closing module is set to no session service on the non-idle link on the first idle link found. , close the last non-idle link.
本申请实施例还提供了一种通讯设备,包括存储器、处理器、存储在所述存储器上并可在所述处理器上运行的程序,其中,所述程序被所述处理器执行时实现所述负载均衡方法的步骤。An embodiment of the present application further provides a communication device, including a memory, a processor, and a program stored on the memory and executable on the processor, wherein the program is executed by the processor to achieve the desired Describe the steps of the load balancing method.
本申请实施例还提供了一种存储介质,其中,所述存储介质存储有至少一个程序,所述至少一个程序可被至少一个处理器执行,以实现所述负载均衡方法的步骤。An embodiment of the present application further provides a storage medium, wherein the storage medium stores at least one program, and the at least one program can be executed by at least one processor to implement the steps of the load balancing method.
附图说明Description of drawings
图1是本申请实施例一的负载均衡方法流程图。FIG. 1 is a flowchart of a load balancing method according to Embodiment 1 of the present application.
图2是本申请实施例二的多链路链接示意图。FIG. 2 is a schematic diagram of a multi-link link according to Embodiment 2 of the present application.
图3是链路负载率曲线示意图。FIG. 3 is a schematic diagram of a link load rate curve.
图4是本申请实施例三的负载均衡装置结构图。FIG. 4 is a structural diagram of a load balancing apparatus according to Embodiment 3 of the present application.
图5是本申请实施例四的通讯设备结构图。FIG. 5 is a structural diagram of a communication device according to Embodiment 4 of the present application.
具体实施方式Detailed ways
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。It should be understood that the specific embodiments described herein are only used to explain the present application, but not to limit the present application.
实施例一Example 1
本实施例提供一种负载均衡方法,流程如图1所示,包括如下步骤:This embodiment provides a load balancing method. The process is shown in FIG. 1 and includes the following steps:
101:接收新的网络会话业务;101: Receive a new network session service;
102:按照设定的查找顺序从多条上行链路中查找出第一条非过载链路,将所述第一条非过载链路分配给所述新的网络会话业务;102: Find out the first non-overloaded link from the multiple uplinks according to the set search sequence, and assign the first non-overloaded link to the new network session service;
103:按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路,将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到所述第一条空闲链路上;103: Find out the first idle link from the multiple uplinks in turn according to the reverse order of the set search order, and select one of the non-idle links on the previous non-idle link of the first idle link. The network session is migrated to the first idle link;
104:当查找出的第一条空闲链路的上一条非空闲链路上无会话业务,关闭所述上一条非空闲链路。104: When there is no session service on the last non-idle link of the found first idle link, the last non-idle link is closed.
上述负载均衡方法应用于具有多条上行链路的通讯中,通过相反的链路查找顺序,为新会话业务查找第一条非过载链路,为旧会话业务查找第一条空闲链路,可以实现新会话业务链路的动态选择,以及旧会话业务链路的动态迁移,实现多条链路同时工作,并且所有会话业务流全速工作。The above load balancing method is applied to the communication with multiple uplinks. Through the reverse link search sequence, the first non-overloaded link is searched for the new session service, and the first idle link is searched for the old session service. Realize the dynamic selection of new session service links and the dynamic migration of old session service links, realize that multiple links work at the same time, and all session service flows work at full speed.
其中,步骤102中所述设定的查找顺序包括所述多条上行链路的编号顺序。利用链路的编号顺序进行查找,查找方法简单,易于实现。所述设定的查找顺序也可以采用随机选取链路的顺序或其他可能的顺序,只要保证步骤103中查找第一条空闲链路的顺序与步骤102中设定的查找顺序相反即可。例如,假设步骤102查找顺序按链路编号依次为:3 1 4 2,那么步骤103的查找顺序按链路编号依次就是:2 4 1 3,这样的操作方便管理,可以为新会话快速找到新链路,同时可以快速实现旧会话的迁移,快速定位到空闲链路并关闭。步骤102中,当按照设定的查找顺序从所述多条上行链路中查找不到非过载链路时,将所述多条上行链路中的最后一条链路分配给所述新的网络会话。将会话归于最后一条链路,便于后续采用逆序查找空闲链路实现旧会话业务的迁移。Wherein, the search sequence set in step 102 includes the number sequence of the plurality of uplinks. The number sequence of the links is used to search, and the search method is simple and easy to implement. The set search sequence may also be the sequence of randomly selecting links or other possible sequences, as long as it is ensured that the search sequence for the first idle link in step 103 is opposite to the search sequence set in step 102 . For example, assuming that the search sequence in step 102 is: 3 1 4 2 according to the link number, then the search sequence in step 103 is: 2 4 1 3 according to the link number. This operation is convenient for management and can quickly find new sessions for new sessions. At the same time, the migration of old sessions can be quickly realized, and the idle link can be quickly located and closed. In step 102, when a non-overloaded link cannot be found from the multiple uplinks according to the set search sequence, the last link in the multiple uplinks is allocated to the new network session. The session is attributed to the last link, so that it is convenient to search for idle links in reverse order to realize the migration of old session services.
在上述步骤102和步骤103之前,所述方法还包括更新所述多条上行链路负载状态的步 骤,所述更新所述多条上行链路负载状态的步骤,包括:Before the above-mentioned steps 102 and 103, the method further includes the step of updating the load states of the multiple uplinks, and the step of updating the load states of the multiple uplinks includes:
更新所述多条上行链路中除最后一条链路以外的各条链路负载状态;updating the load status of each link except the last link in the plurality of uplinks;
当链路负载率为0,将所述链路的负载状态更新为关闭状态;When the link load rate is 0, update the load state of the link to a closed state;
当Wl≥链路负载率>0,将所述链路的负载状态更新为空闲状态;When W1≥link load rate>0, update the load state of the link to an idle state;
当Wh≥链路负载率>Wl,将所述链路的负载状态更新为轻载状态;When Wh≥link load rate>W1, update the load state of the link to a light load state;
当链路负载率>Wh时,将所述链路的负载状态更新为过载状态,直到所述链路负载率下降到≤Wl并持续一段时间,将所述链路的负载状态更新为空闲状态;When the link load rate>Wh, update the load state of the link to the overload state, until the link load rate drops to ≤W1 and continue for a period of time, update the load state of the link to the idle state ;
其中Wl表示预设的负载空闲参考值;Wh表示预设的负载过载参考值。Wherein W1 represents the preset load idle reference value; Wh represents the preset load overload reference value.
在步骤102之前,更新所述多条上行链路负载状态的步骤与步骤101没有绝对的前后顺序。Before step 102, the steps of updating the load states of the plurality of uplinks have no absolute sequence with step 101.
上述步骤103可以不需要以新会话业务加入为前提,可以设定一个周期,定时查找空闲链路,处理旧会话业务的链路迁移。旧会话业务的链路迁移和新会话业务的链路选择可以相互独立进行(图1中虚线箭头表达的即是该含义)。The above step 103 may not be based on the premise of adding a new session service, and a period may be set to periodically search for an idle link and process link migration of the old session service. The link migration of the old session service and the link selection of the new session service can be performed independently of each other (this is the meaning expressed by the dotted arrow in FIG. 1 ).
实施例二 Embodiment 2
本实施例提供一种CPE设备负载均衡方法。如图2所示,CPE设备具有n个上联口,具有n条上行链路L1、L2...Ln。CPE内部为每一个上联口分配了对应的net_device接口,当有数据交互时,使用本申请的策略,通过路由选择相应的出口链路。负载均衡方法具体包括如下步骤:This embodiment provides a CPE device load balancing method. As shown in FIG. 2, the CPE device has n uplink ports, and has n uplink links L1, L2...Ln. The CPE internally allocates a corresponding net_device interface to each uplink interface. When there is data interaction, the strategy of this application is used to select the corresponding egress link through routing. The load balancing method specifically includes the following steps:
1、CPE设备接收新的网络会话业务;1. The CPE device receives a new network session service;
2、依次更新L1、L2...Ln-1每条链路的负载状态是过载、轻载、空闲或是关闭。Ln是最后一条链路,当他之前的链路超负载时,剩余的数据都要从该链路走,所以不用关注Ln的负载情况。负载状态根据链路的负载率确定,负载率=链路当前带宽/链路最大带宽*100%,链路最大带宽由CPE通过与网络运营商协商获得,CPE每1s计算一次每条链路的当前带宽。如图3所示为某条链路的负载率曲线:2. Update the load status of each link of L1, L2...Ln-1 in turn, whether it is overloaded, lightly loaded, idle or closed. Ln is the last link. When the previous link is overloaded, the rest of the data must be sent from this link, so there is no need to pay attention to the load of Ln. The load status is determined according to the load rate of the link. The load rate = the current bandwidth of the link/the maximum bandwidth of the link * 100%. The maximum bandwidth of the link is obtained by the CPE through negotiation with the network operator. The CPE calculates the load rate of each link every 1s. Current bandwidth. Figure 3 shows the load rate curve of a link:
1.1初始状态链路负载率为0,更新链路状态为关闭状态。1.1 The initial state link load rate is 0, and the updated link state is the closed state.
1.2 T1时间段,Wl≥负载率>0,更新链路状态为空闲状态。1.2 In the T1 time period, W1≥load rate>0, update the link state to idle state.
1.3 T2时间段,Wh≥负载率>Wl,更新链路状态为轻载状态。1.3 In the T2 time period, Wh≥load rate>Wl, the update link state is light load state.
1.4 T3+T4时间段,负载率>Wh时,更新链路状态为过载状态,直到负载率下降到≤Wl,并持续预设的稳定时间T4,更新链路状态到空闲状态。1.4 During the T3+T4 time period, when the load rate > Wh, update the link state to the overload state, until the load rate drops to ≤ Wl, and continue for the preset stable time T4, update the link state to the idle state.
1.5 T5时间段,Wl≥负载率,更新链路状态为空闲状态。1.5 T5 time period, Wl ≥ load rate, update link state to idle state.
1.6 T6时间段,Wh≥负载率>Wl,更新链路状态为轻载状态。1.6 During T6 time period, Wh≥load rate>Wl, update link state to light load state.
其中Wl表示预设的负载空闲参考值;Wh表示预设的负载过载参考值。Wherein W1 represents the preset load idle reference value; Wh represents the preset load overload reference value.
3、按照L1、L2...Ln-1的顺序查找出第一条非过载链路,将查找到的第一条非过载链路分配给新的网络会话业务。在该步骤中,如果查找不到非过载链路,将最后一条链路Ln分配给新的网络会话。3. Find the first non-overloaded link in the order of L1, L2...Ln-1, and assign the found first non-overloaded link to the new network session service. In this step, if no non-overloaded link is found, the last link Ln is allocated to a new network session.
4、按照Ln-1、Ln-2...L1的顺序查找出第一条空闲链路Lx,将第一条空闲链路Lx的上一条非空闲链路Lx+1上的一条网络会话迁移到链路Lx上。当链路Lx+1上有多条会话时,随机选择一条进行迁移。4. Find the first idle link Lx in the order of Ln-1, Ln-2...L1, and migrate a network session on the last non-idle link Lx+1 of the first idle link Lx to link Lx. When there are multiple sessions on the link Lx+1, one is randomly selected for migration.
CPE设备为每一条网络会话业务创建一条记录,其中包括所选的链路信息。当会话业务 有数据交互时,CPE设备根据该记录查找对应的链路接口。如果没有找到会话业务记录,则会选择设定的默认链路,并创建记录。所以当需要迁移会话业务时,设置默认链路为Lx,删除当前会话业务的记录条目,此时CPE设备把该会话业务当做新的会话业务处理,重新发起,并分配到链路Lx上,并记录该会话。重复执行步骤4,直到链路Lx+1上无会话业务,并关闭链路Lx+1。旧会话业务迁移是为了将会话业务汇聚,然后将空的链路关闭,达到了节省链路资源的目的。The CPE device creates a record for each network session service, including the selected link information. When there is data exchange in the session service, the CPE device searches for the corresponding link interface according to the record. If no session traffic record is found, the set default link is selected and the record is created. Therefore, when the session service needs to be migrated, the default link is set to Lx, and the record entry of the current session service is deleted. At this time, the CPE device treats the session service as a new session service, re-initiates it, and allocates it to the link Lx. Record the session. Repeat step 4 until there is no session service on the link Lx+1, and close the link Lx+1. The purpose of migrating old session services is to aggregate session services and then close empty links to save link resources.
上述步骤4,可以不需要以新会话业务加入为前提。CPE设备可以设定一个周期,定时查找空闲链路,处理旧会话业务的链路迁移。旧会话业务的链路迁移和新会话业务的链路选择可以相互独立进行。In the above step 4, the premise of adding a new session service may not be required. The CPE device can set a period, regularly search for idle links, and process link migration of old session services. The link migration of the old session service and the link selection of the new session service can be performed independently of each other.
当用户的业务流量很大,一条链路的负载能力无法满足需求时,例如CPE只有一条10M链路,当用户在看一部高清电影暂用了8M带宽,此时用户在保持第一部电影正常播放的情况下,新打开一条4M带宽的视频业务,此时需求带宽为12M,大于链路的最大值10M,必定会导致两个业务降速,降低用户体验。使用上述负载均衡实现方法,当第二条4M的视频业务启动时,CPE会判断当前第一条链路超负载,启动第二条链路,而4M的视频业务也会走第二条链路,这样就保证了8M的电影和4M视频同时全速工作,不会出现降速或是卡顿。当8M的电影业务关闭,负载降下来时,第一条链路成空闲状态,于是将第二条链路上的4M视频业务切回到第一条链路,然后关闭第二条链路。以此类推,可以拓展到多条链路并实现多条链路的负载均衡。When the user's service traffic is heavy and the load capacity of one link cannot meet the demand, for example, the CPE has only one 10M link, when the user is watching a high-definition movie and temporarily uses 8M bandwidth, the user is keeping the first movie In the case of normal playback, a new video service with a bandwidth of 4M is opened. At this time, the required bandwidth is 12M, which is greater than the maximum value of the link of 10M, which will definitely cause the two services to slow down and reduce the user experience. Using the above load balancing implementation method, when the second 4M video service is started, the CPE will judge that the current first link is overloaded and start the second link, and the 4M video service will also use the second link. , which ensures that 8M movies and 4M videos work at full speed at the same time, and there will be no slowdown or freeze. When the 8M movie service is closed and the load drops, the first link becomes idle, so the 4M video service on the second link is switched back to the first link, and then the second link is closed. By analogy, it can be extended to multiple links and achieve load balancing of multiple links.
实施例三 Embodiment 3
本实施例提供一种负载均衡装置,如图4所示,包括:This embodiment provides a load balancing device, as shown in FIG. 4 , including:
网络会话业务接收模块1,被设置为接收新的网络会话业务;The network session service receiving module 1 is set to receive a new network session service;
非过载链路查找模块2,被设置为按照设定的查找顺序从多条上行链路中查找出第一条非过载链路;The non-overloaded link search module 2 is set to search out the first non-overloaded link from the multiple uplinks according to the set search sequence;
网络会话业务分配模块3,被设置为将所述第一条非过载链路分配给所述新的网络会话业务;A network session service allocation module 3, configured to allocate the first non-overloaded link to the new network session service;
空闲链路查找模块4,被设置为按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路;The idle link search module 4 is set to search out the first idle link from the multiple uplinks in turn according to the reverse order of the set search sequence;
网络会话迁移模块5,被设置为将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到该第一条空闲链路上;The network session migration module 5 is configured to migrate a network session on the last non-idle link of the first idle link to the first idle link;
链路关闭模块6,被设置为所查找出的第一条空闲链路的上一条非空闲链路上无会话业务时,关闭所述上一条非空闲链路。The link closing module 6 is configured to close the last non-idle link when there is no session service on the last non-idle link of the found first idle link.
在一些实施例中,负载均衡装置还包括链路负载状态更新模块,被设置为在所述非过载链路查找模块2按照设定的查找顺序从所述多条上行链路中查找出第一条非过载链路的步骤以及所述空闲链路查找模块4按照所述设定的查找顺序的逆序从所述多条上行链路中查找出第一条空闲链路的步骤之前,更新所述多条上行链路负载状态。In some embodiments, the load balancing apparatus further includes a link load status update module, which is configured to search out the first link from the plurality of uplinks in the non-overloaded link search module 2 according to a set search sequence. Before the step of finding a non-overloaded link and the step of finding the first idle link from the plurality of uplinks according to the reverse order of the set searching sequence, the idle link searching module 4 updates the Multiple uplink load status.
在一些实施例中,非过载链路查找模块2按照设定的查找顺序从所述多条上行链路中查找不到非过载链路时,将最后一条链路分配给所述新的网络会话。In some embodiments, when the non-overloaded link search module 2 cannot find a non-overloaded link from the plurality of uplinks according to the set search sequence, the last link is allocated to the new network session .
在一些实施例中,网络会话迁移模块5将查找到的第一条空闲链路设置为需要迁移的网络会话的默认链路,删除该需要迁移的网络会话的记录条目,将该需要迁移的网络会话作为 新的网络会话重新发起,并分配到所述默认链路上。In some embodiments, the network session migration module 5 sets the found first idle link as the default link of the network session that needs to be migrated, deletes the record entry of the network session that needs to be migrated, and the network session needs to be migrated. The session is re-initialized as a new network session and assigned to the default link.
通过上述各模块的协作,本实施例负载均衡装置实现了新会话业务链路的动态选择,以及旧会话业务链路的动态迁移,实现了多条链路同时工作,并且所有会话业务流全速工作。Through the cooperation of the above modules, the load balancing device in this embodiment realizes the dynamic selection of new session service links and the dynamic migration of old session service links, so that multiple links work simultaneously, and all session service flows work at full speed. .
实施例四 Embodiment 4
本实施例提供一种通讯设备,如图5所示,通讯设备包括相互连接通信的存储器7和处理器8,存储器7上存储有可在处理器8上运行的程序,该程序被处理器执行时实现如图1所示的负载均衡方法的步骤,包括如下步骤:This embodiment provides a communication device. As shown in FIG. 5 , the communication device includes a memory 7 and a processor 8 that are connected and communicated with each other. The memory 7 stores a program that can run on the processor 8, and the program is executed by the processor. The steps for implementing the load balancing method shown in Figure 1 include the following steps:
101:接收新的网络会话业务;101: Receive a new network session service;
102:按照设定的查找顺序从多条上行链路中查找出第一条非过载链路,将所述第一条非过载链路分配给所述新的网络会话业务;102: Find out the first non-overloaded link from the multiple uplinks according to the set search sequence, and assign the first non-overloaded link to the new network session service;
103:按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路,将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到所述第一条空闲链路上;103: Find out the first idle link from the multiple uplinks in turn according to the reverse order of the set search order, and select one of the non-idle links on the previous non-idle link of the first idle link. The network session is migrated to the first idle link;
104:当查找出的第一条空闲链路的上一条非空闲链路上无会话业务,关闭所述上一条非空闲链路。104: When there is no session service on the last non-idle link of the found first idle link, the last non-idle link is closed.
通过上述方法的实施,使本实施例通讯设备实现了新会话业务链路的动态选择,以及旧会话业务链路的动态迁移,实现了多条链路同时工作,并且所有会话业务流全速工作。Through the implementation of the above method, the communication device of this embodiment realizes dynamic selection of new session service links and dynamic migration of old session service links, so that multiple links work simultaneously, and all session service flows work at full speed.
实施例五 Embodiment 5
本实施例提供一种存储介质,该存储介质存储有至少一个程序,该至少一个程序可被至少一个处理器执行,以实现如图1所示的负载均衡方法的步骤,包括如下步骤:This embodiment provides a storage medium, where the storage medium stores at least one program, and the at least one program can be executed by at least one processor to implement the steps of the load balancing method shown in FIG. 1 , including the following steps:
101:接收新的网络会话业务;101: Receive a new network session service;
102:按照设定的查找顺序从多条上行链路中查找出第一条非过载链路,将所述第一条非过载链路分配给所述新的网络会话业务;102: Find out the first non-overloaded link from the multiple uplinks according to the set search sequence, and assign the first non-overloaded link to the new network session service;
103:按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路,将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到所述第一条空闲链路上;103: Find out the first idle link from the multiple uplinks in turn according to the reverse order of the set search order, and select one of the non-idle links on the previous non-idle link of the first idle link. The network session is migrated to the first idle link;
104:当查找出的第一条空闲链路的上一条非空闲链路上无会话业务,关闭所述上一条非空闲链路。104: When there is no session service on the last non-idle link of the found first idle link, the last non-idle link is closed.
通过上述方法的实施,实现了新会话业务链路的动态选择,以及旧会话业务链路的动态迁移,实现了多条链路同时工作,并且所有会话业务流全速工作。Through the implementation of the above method, the dynamic selection of the new session service link and the dynamic migration of the old session service link are realized, multiple links work simultaneously, and all session service flows work at full speed.
本申请实施例通过设置多条上行链路,根据每条链路的负载率判断链路状态,为新的网络会话业务动态选择上行链路,多条链路可以同时工作,增大了负载能力,同时保证了所有业务流全速工作,不需要对某些数据流进行限速。本申请通过监控链路流量,以会话为单位进行链路选择或切换,最大可能的保证了业务的不中断,用户体验好。In this embodiment of the present application, by setting up multiple uplinks, judging the link status according to the load rate of each link, and dynamically selecting an uplink for a new network session service, multiple links can work at the same time, which increases the load capacity , while ensuring that all business flows work at full speed, and there is no need to limit the speed of some data flows. In this application, by monitoring the link traffic and performing link selection or switching in units of sessions, the maximum possible guarantee is that the service will not be interrupted and the user experience will be good.
以上参照附图说明了本申请的若干实施例,并非因此局限本申请的权利范围。本领域技术人员不脱离本申请的范围和实质内所作的任何修改、等同替换和改进,均应在本申请的权利范围之内。Several embodiments of the present application have been described above with reference to the accompanying drawings, which are not intended to limit the scope of the right of the present application. Any modifications, equivalent substitutions and improvements made by those skilled in the art without departing from the scope and essence of the present application shall fall within the scope of the right of the present application.

Claims (10)

  1. 一种负载均衡方法,包括如下步骤:A load balancing method includes the following steps:
    接收新的网络会话业务;Receive new network session services;
    按照设定的查找顺序从多条上行链路中查找出第一条非过载链路,将所述第一条非过载链路分配给所述新的网络会话业务;Find out the first non-overloaded link from the multiple uplinks according to the set search sequence, and assign the first non-overloaded link to the new network session service;
    按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路,将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到所述第一条空闲链路上;According to the reverse order of the set search sequence, the first idle link is sequentially searched from the multiple uplinks, and a network session on a non-idle link preceding the first idle link is migrating to the first idle link;
    当查找出的第一条空闲链路的上一条非空闲链路上无会话业务,关闭所述上一条非空闲链路。When there is no session service on the last non-idle link of the found first idle link, the last non-idle link is closed.
  2. 如权利要求1所述的负载均衡方法,其中,所述设定的查找顺序包括所述多条上行链路的编号顺序。The load balancing method according to claim 1, wherein the set search order includes a numbering order of the plurality of uplinks.
  3. 如权利要求1所述的负载均衡方法,还包括:The load balancing method of claim 1, further comprising:
    按照设定的查找顺序从所述多条上行链路中查找不到非过载链路时,将所述多条上行链路中的最后一条链路分配给所述新的网络会话。When no non-overloaded link is found from the plurality of uplinks according to the set search sequence, the last link of the plurality of uplinks is allocated to the new network session.
  4. 如权利要求1所述的负载均衡方法,其中,在所述按照设定的查找顺序从所述多条上行链路中查找出第一条非过载链路的步骤以及所述按照所述设定的查找顺序的逆序从所述多条上行链路中查找出第一条空闲链路的步骤之前,所述方法还包括更新所述多条上行链路负载状态的步骤,所述更新所述多条上行链路负载状态的步骤,包括:The load balancing method according to claim 1, wherein in the step of finding the first non-overloaded link from the plurality of uplinks according to the set search sequence and the setting according to the setting Before the step of finding out the first idle link from the plurality of uplinks in the reverse order of the search sequence, the method further includes the step of updating the load status of the plurality of uplinks, the updating of the plurality of uplinks. Steps to check the uplink load status, including:
    更新所述多条上行链路中除最后一条链路以外的各条链路负载状态;updating the load status of each link except the last link in the plurality of uplinks;
    当链路负载率为0,将所述链路的负载状态更新为关闭状态;When the link load rate is 0, update the load state of the link to a closed state;
    当Wl≥链路负载率>0,将所述链路的负载状态更新为空闲状态;When W1≥link load rate>0, update the load state of the link to an idle state;
    当Wh≥链路负载率>Wl,将所述链路的负载状态更新为轻载状态;When Wh≥link load rate>W1, update the load state of the link to a light load state;
    当链路负载率>Wh时,将所述链路的负载状态更新为过载状态,直到所述链路负载率下降到≤Wl并持续一段时间,将所述链路的负载状态更新为空闲状态;When the link load rate>Wh, update the load state of the link to the overload state, until the link load rate drops to ≤W1 and continue for a period of time, update the load state of the link to the idle state ;
    其中Wl表示预设的负载空闲参考值;Wh表示预设的负载过载参考值。Wherein W1 represents the preset load idle reference value; Wh represents the preset load overload reference value.
  5. 如权利要求1所述的负载均衡方法,其中,所述按照所述设定的查找顺序的逆序从所述多条上行链路中查找出第一条空闲链路,将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到所述第一条空闲链路上包括:The load balancing method according to claim 1, wherein the first idle link is searched out from the plurality of uplinks according to the reverse order of the set search order, and the first idle link is The migration of a network session on the last non-idle link of the link to the first idle link includes:
    将所述第一条空闲链路设置为需要迁移的网络会话的默认链路,删除所述需要迁移的网络会话的记录条目,将该需要迁移的网络会话作为新的网络会话重新发起,并分配到所述默认链路上。Set the first idle link as the default link of the network session to be migrated, delete the record entry of the network session to be migrated, re-initiate the network session to be migrated as a new network session, and assign to the default link.
  6. 如权利要求1所述的负载均衡方法,其中,所述按照所述设定的查找顺序的逆序从所述多条上行链路中查找出第一条空闲链路,将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到该第一条空闲链路上的步骤按设定的周期定时执行。The load balancing method according to claim 1, wherein the first idle link is found from the plurality of uplinks according to the reverse order of the set search order, and the first idle link is The step of migrating a network session on the last non-idle link of the link to the first idle link is performed periodically according to a set period.
  7. 一种负载均衡装置,包括:A load balancing device, comprising:
    网络会话业务接收模块,被设置为接收新的网络会话业务;a network session service receiving module, configured to receive a new network session service;
    非过载链路查找模块,被设置为按照设定的查找顺序从多条上行链路中查找出第一条非 过载链路;The non-overloaded link search module is set to find the first non-overloaded link from multiple uplinks according to the set search sequence;
    网络会话业务分配模块,被设置为将所述第一条非过载链路分配给所述新的网络会话业务;a network session service allocation module, configured to allocate the first non-overloaded link to the new network session service;
    空闲链路查找模块,被设置为按照所述设定的查找顺序的逆序依次从所述多条上行链路中查找出第一条空闲链路;an idle link search module, configured to search for the first idle link from the plurality of uplinks in turn according to the reverse order of the set search sequence;
    网络会话迁移模块,被设置为将所述第一条空闲链路的上一条非空闲链路上的一条网络会话迁移到该第一条空闲链路上;a network session migration module, configured to migrate a network session on the last non-idle link of the first idle link to the first idle link;
    链路关闭模块,被设置为所查找出的第一条空闲链路的上一条非空闲链路上无会话业务时,关闭所述上一条非空闲链路。The link closing module is configured to close the last non-idle link when there is no session service on the last non-idle link of the found first idle link.
  8. 如权利要求7所述的负载均衡装置,还包括:The load balancing apparatus of claim 7, further comprising:
    链路负载状态更新模块,被设置为在所述非过载链路查找模块按照设定的查找顺序从所述多条上行链路中查找出第一条非过载链路的步骤以及所述空闲链路查找模块按照所述设定的查找顺序的逆序从所述多条上行链路中查找出第一条空闲链路的步骤之前,更新所述多条上行链路负载状态。a link load status update module, configured to find the first non-overloaded link from the plurality of uplinks and the idle link in the step of the non-overloaded link search module according to a set search sequence Before the step of finding the first idle link from the plurality of uplinks according to the reverse order of the set search sequence, the road searching module updates the load status of the plurality of uplinks.
  9. 一种通讯设备,包括存储器、处理器、存储在所述存储器上并可在所述处理器上运行的程序,其中,所述程序被所述处理器执行时实现权利要求1-6任一项所述的负载均衡方法的步骤。A communication device, comprising a memory, a processor, and a program stored on the memory and executable on the processor, wherein, when the program is executed by the processor, any one of claims 1-6 is implemented The steps of the load balancing method.
  10. 一种存储介质,其中,所述存储介质存储有至少一个程序,所述至少一个程序可被至少一个处理器执行,以实现权利要求1-6任一项所述的负载均衡方法的步骤。A storage medium, wherein the storage medium stores at least one program, and the at least one program can be executed by at least one processor to implement the steps of the load balancing method according to any one of claims 1-6.
PCT/CN2021/138452 2021-01-29 2021-12-15 Load balancing method and apparatus, communication device, and storage medium WO2022160994A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110129844.6A CN114827039A (en) 2021-01-29 2021-01-29 Load balancing method and device, communication equipment and storage medium
CN202110129844.6 2021-01-29

Publications (1)

Publication Number Publication Date
WO2022160994A1 true WO2022160994A1 (en) 2022-08-04

Family

ID=82526379

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/138452 WO2022160994A1 (en) 2021-01-29 2021-12-15 Load balancing method and apparatus, communication device, and storage medium

Country Status (2)

Country Link
CN (1) CN114827039A (en)
WO (1) WO2022160994A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101170485A (en) * 2006-10-27 2008-04-30 中兴通讯股份有限公司 Method for configuring multi-layer granularity service route in L3 CLOS crossed network
US20080291919A1 (en) * 2007-05-25 2008-11-27 Futurewei Technologies, Inc. Traffic Distribution and Bandwidth Management for Link Aggregation
CN103297347A (en) * 2013-05-15 2013-09-11 杭州华三通信技术有限公司 Load balance processing method and device
CN104468353A (en) * 2014-12-26 2015-03-25 深圳市新格林耐特通信技术有限公司 SDN based data center network flow management method
CN108337179A (en) * 2017-01-19 2018-07-27 华为技术有限公司 Link flow control method and device
US20190053116A1 (en) * 2017-08-11 2019-02-14 Gogo Llc Opportunistic balancing in multiple links

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101170485A (en) * 2006-10-27 2008-04-30 中兴通讯股份有限公司 Method for configuring multi-layer granularity service route in L3 CLOS crossed network
US20080291919A1 (en) * 2007-05-25 2008-11-27 Futurewei Technologies, Inc. Traffic Distribution and Bandwidth Management for Link Aggregation
CN103297347A (en) * 2013-05-15 2013-09-11 杭州华三通信技术有限公司 Load balance processing method and device
CN104468353A (en) * 2014-12-26 2015-03-25 深圳市新格林耐特通信技术有限公司 SDN based data center network flow management method
CN108337179A (en) * 2017-01-19 2018-07-27 华为技术有限公司 Link flow control method and device
US20190053116A1 (en) * 2017-08-11 2019-02-14 Gogo Llc Opportunistic balancing in multiple links

Also Published As

Publication number Publication date
CN114827039A (en) 2022-07-29

Similar Documents

Publication Publication Date Title
US8670310B2 (en) Dynamic balancing priority queue assignments for quality-of-service network flows
US7853952B2 (en) Dynamic partitioning of network resources
CN101207508B (en) System and method for implementation of optical network band width distribution according to need
US7969873B2 (en) Data transmission scheme with scheduling optimization for physical channel group
US9264377B2 (en) Controlling data transmission over a network
US8559310B2 (en) System and method for bandwidth control
US6704316B1 (en) Push-out technique for shared memory buffer management in a network node
US9591034B2 (en) Method and gateway device for managing address resource
WO2015090036A1 (en) Configuration processing and configuration method and device for binding link
CN109274589B (en) Service transmission method and device
US11811635B2 (en) Network traffic migration method and apparatus
WO2020119682A1 (en) Load sharing method, control plane entity, and repeater
WO2022160994A1 (en) Load balancing method and apparatus, communication device, and storage medium
KR100734916B1 (en) Prediction-based differentiated bandwidth reservation and dynamic flow mapping algorithm for differentiated services in ethernet-pon
US7158508B2 (en) Setting up calls over circuit and packet-switched resources on a network
CN110932902A (en) Cross-domain switching resource dynamic allocation method
Bonald et al. Scheduling network traffic
CN110753007B (en) QoS-based flow strategy configuration method and device
RU2522995C2 (en) Method and apparatus for creating peer-to-peer group in peer-to-peer application and method of using peer-to-peer group
JP2008085686A (en) Reservation admission control system, method and program
CN101218846B (en) A method for coordinating automatic switched optical network link resource
Paira et al. MDC-RSA: A novel online survivable RSA technique in data center oriented EON
JP3699681B2 (en) Call admission control method and node apparatus with priority class assignment change
Roy et al. Network adaptability under resource crunch
Ma et al. Load-Balancing Dynamic RSA of Joint Multicast and Anycast with Flexible Window in Elastic Optical Networks

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21922584

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 11.12.2023)