WO2023098702A1 - Traffic balancing method, electronic device and computer readable storage medium - Google Patents

Traffic balancing method, electronic device and computer readable storage medium Download PDF

Info

Publication number
WO2023098702A1
WO2023098702A1 PCT/CN2022/135301 CN2022135301W WO2023098702A1 WO 2023098702 A1 WO2023098702 A1 WO 2023098702A1 CN 2022135301 W CN2022135301 W CN 2022135301W WO 2023098702 A1 WO2023098702 A1 WO 2023098702A1
Authority
WO
WIPO (PCT)
Prior art keywords
request
scheduling
program
remaining bandwidth
balancing method
Prior art date
Application number
PCT/CN2022/135301
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 WO2023098702A1 publication Critical patent/WO2023098702A1/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
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/238Interfacing the downstream path of the transmission network, e.g. adapting the transmission rate of a video stream to network bandwidth; Processing of multiplex streams
    • H04N21/2385Channel allocation; Bandwidth allocation

Definitions

  • the present application relates to the field of communications, and in particular to a traffic equalization method, electronic equipment, and a computer-readable storage medium.
  • streaming media programs have increased significantly, and users have continued to expand. More and more nodes and devices are required to bear the traffic of the entire site. Stability becomes a prominent issue.
  • the general traffic balance scheduling strategy in the node is to cache the program data of the popular program in the edge node in advance, and when the edge node receives the request of the popular program, it will schedule the request of the popular program to the program data of the popular program
  • the requests for non-popular programs are dispatched to other devices in the edge node, and the local cache device or the device with the smallest load in the node is used as much as possible.
  • the current traffic balance scheduling strategy may cause node instability, and the excessive occupancy rate of popular programs will affect the scheduling of other programs on the device.
  • the embodiment of the present application provides a traffic balancing method, including: receiving a request for a target program; determining the first device to which the request is to be scheduled according to the identifier of the target program; and when the target program is In the case of popular programs, the request is dispatched to the second device according to the remaining bandwidth ratio of the first device.
  • an embodiment of the present application provides an electronic device, including: at least one processor; and a memory, on which at least one computer program is stored, and when the at least one computer program is executed by the at least one processor, Implement the traffic balancing method described above.
  • an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the foregoing traffic balancing method is implemented.
  • FIG. 1 is a schematic diagram of the flow direction of the original code stream provided by the embodiment of the present application.
  • FIG. 2 is a flowchart of a flow balancing method provided in an embodiment of the present application
  • FIG. 3 is a schematic diagram of the implementation of the traffic balancing method provided by the embodiment of the present application.
  • FIG. 4 is a block diagram of a traffic equalization device provided by an embodiment of the present application.
  • FIG. 1 is a schematic diagram of the flow direction of the original code stream provided by the embodiment of the present application.
  • the Internet TV (OTT, Over The Top) content provider provides OTT original code stream
  • the original code stream can be, for example, a streaming media protocol (HLS, HTTP) based on Hypertext Transfer Protocol (HTTP, HyperText Transfer Protocol).
  • HLS streaming media protocol
  • HTTP Hypertext Transfer Protocol
  • HTTP HyperText Transfer Protocol
  • Live Streaming type of original code stream
  • DASH Dynamic Adaptive Streaming over HTTP
  • MSS Multimedia System Service
  • this type of original code stream usually includes a description file and a media file; for example, the original code stream can also be an original code stream of a large file type, and this type of original code stream usually only has media files.
  • the description file in the original code stream of the HLS type includes a main index and a sub-index.
  • the main index can be, for example, index.m3u8, and the sub-index can be, for example, $rateid.m3u8.
  • the central node of the content delivery network injects all the OTT original code streams provided by the OTT content provider, and pushes the original code streams of popular programs to the edge nodes of the CDN, and the edge nodes inject the original code streams of popular programs
  • the stream is cached in a device within the edge node.
  • the terminal sends a request to the edge node, and the edge node dispatches the request to a certain device in the edge node. If the original code stream of the requested program is cached in the dispatched device, the original code stream of the requested program will be sent by the dispatched device The stream is sent to the terminal to provide services for the terminal; if the original code stream of the requested program is not cached in the scheduled device, the source is returned to other devices of the edge node or the source is returned to the central node.
  • FIG. 2 is a flowchart of a traffic balancing method provided by an embodiment of the present application.
  • the embodiment of the present application provides a traffic balancing method, which can be applied to a device with a scheduling function in an edge node, including steps 200 to 202 .
  • Step 200 receiving a request for a target program.
  • Step 201 Determine the first device to which the request is to be scheduled according to the identifier of the target program.
  • the first device to which the request is to be scheduled may be determined according to the hash value of the identifier of the target program.
  • Step 202 in the case that the target program is a popular program, dispatch the request to the second device according to the remaining bandwidth ratio of the first device.
  • a popular program is a program whose number of requests from users within a preset time period is greater than or equal to a first preset threshold.
  • the scheduling the request to the second device according to the remaining bandwidth ratio of the first device includes: in the case that the first device is determined to be a transferable device according to the remaining bandwidth ratio of the first device, scheduling the request To a device that can be transferred in other devices except the first device, the difference between the total remaining bandwidth ratio of the node and the remaining bandwidth ratio of the device that can be transferred out is greater than or equal to the second preset threshold, and the device that can be transferred in The difference between the remaining bandwidth ratio and the total remaining bandwidth ratio of nodes is greater than or equal to a third preset threshold.
  • the callable device here may be the edge device B as shown in FIG. 3 .
  • the programs requested by the N+1 to M requests are popular programs, then the N+1 to M requests are dispatched to the transferable device, that is, the edge device B instead of the edge device A In this way, the excessive traffic of edge device A is avoided, which will lead to the instability of the whole node.
  • the remaining bandwidth ratio of the first device is the ratio of the remaining bandwidth of the first device to the total bandwidth of the first device, and the remaining bandwidth of the first device is the total bandwidth of the first device and the used bandwidth of the first device
  • the difference between the bandwidth, the total remaining bandwidth ratio of the node is the ratio of the total remaining bandwidth of the node to the total bandwidth of the node, the total remaining bandwidth of the node is the difference between the total bandwidth of the node and the total used bandwidth of the node
  • the total bandwidth of a node is the sum of the total bandwidths of all devices in the node, and the total used bandwidth of a node is the sum of the used bandwidths of all devices in the node.
  • the request is dispatched to the device that can be transferred, that is, the second device is the device that can be transferred.
  • the device to which the request is dispatched will transfer the original code stream of the target program
  • the stream is sent to the terminal, that is, the device to which the request is dispatched provides services for the terminal; if the original code stream of the target program is not cached in the device to which the request is dispatched, the device to which the request is dispatched will return the request to the first device, if the original code stream of the target program is cached in the first device, the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; there is no cache in the first device In the case of the original code stream of the target program, the first device returns the request to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal,
  • the dispatching the request to the transferable device includes: dispatching the request to the transferable device in a sequential order; or, polling the request according to the hash value of the transferable device Dispatch to callable devices.
  • the 5 devices are numbered as Device 1, Device 2, Device 3, Device 4, and Device 5, when dispatching a request to one of the five devices, dispatch to Device 1 first according to the number. If a request has been dispatched to Device 1 before, then this The second dispatch is to device 2, and so on. It can also be dispatched to device 1 first according to the number, and then dispatch the request to device 2 when device 1 is no longer a transferable device, and so on.
  • Other scheduling methods may also be used, which is not limited in this application.
  • the request is dispatched to the transferable device by polling according to the hash value of the transferable device.
  • the hash value of the transferable device is 1, 2, 3, the corresponding devices are respectively device 1, device 2, and device 3, then when the request is dispatched to one of the three devices, the three devices are polled, for example, first dispatched to Device 1, if a request has been dispatched to device 1 before, it will be dispatched to device 2 this time, and so on. It is also possible to dispatch to device 1 first, and then dispatch the request to device 2 when device 1 is no longer a transferable device, and so on. Other scheduling methods may also be used, which is not limited in this application.
  • the scheduling the request to the second device according to the remaining bandwidth ratio of the first device further includes: determining that the first device is a callable device according to the remaining bandwidth ratio of the first device, and dividing the first device In the case that other devices other than the first device are not transferable devices, at least one of the second preset threshold and the third preset threshold is reduced, and the request is dispatched to other devices except the first device.
  • any device for example, here any one of the other devices except the first device may be the edge device C as shown in FIG. 3 .
  • the program requested by the M+1 to L requests is a popular program, then the M+1 to L requests are dispatched to any one of the other devices except the first device, that is, the edge In device C, instead of dispatching to edge device A, avoiding the excessive traffic of edge device A and causing the instability of the entire node.
  • the target program is cached in any one of the other devices except the first device.
  • any one of the other devices except the first device sends the original bit stream of the target program to the terminal, that is, any one of the other devices except the first device sends the original bit stream of the target program to the terminal.
  • the terminal provides the service; in the case that no original code stream of the target program is buffered in any device except the first device, any device except the first device will request back source to the first device, if the original code stream of the target program is buffered in the first device, the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; If the device does not have the original code stream of the target program cached, the first device returns the request to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal, and, Since the target program is a popular program, at least one of the first device and any device other than the first device caches the original code stream of the target program, so that the first device and the first device other than the first device At least one of any one of the other devices subsequently provides services for the terminal.
  • the scheduling the request to the second device according to the remaining bandwidth ratio of the first device further includes: when the first device is determined to be a transferable device according to the remaining bandwidth ratio of the first device, sending the request to Dispatch to first device.
  • the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; there is no target program in the first device
  • the first device sends the request back to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal, and, since the target program is a popular program , therefore, the first device caches the original code stream of the target program, so that the first device can subsequently provide services for the terminal.
  • the second device caches the target program original stream.
  • the traffic balancing method further includes: when the target program changes from a popular program to an unpopular program, deleting the original code stream of the target program cached in other devices except the first device.
  • the target program when the target program is a popular program, it is possible to cache the target program, the device information of the scheduling device, and the information indicating whether the original code stream of the target program is cached in the scheduling device during each scheduling.
  • the corresponding relationship is called the first corresponding relationship here. Then, when deleting the original code stream of the target program cached in other devices except the first device, it can be determined according to the first correspondence which scheduling device has the original code stream of the target program cached and deleted.
  • the traffic balancing method further includes: after scheduling the request to the second device according to the remaining bandwidth ratio of the first device, sending the identifier of the target program, the user information sending the request, and the device information of the second device The corresponding relationship between them is saved as an entry in the popular program user scheduling table. Here it is called the second correspondence.
  • the traffic balancing method further includes: before scheduling the request to the second device according to the remaining bandwidth ratio of the first device, searching for the device information of the scheduling device corresponding to the user information sending the request in the popular program user scheduling table ;Each entry in the hot program user schedule table contains the correspondence between the hot program identifier, user information, and device information of the scheduling device; the scheduling device corresponding to the user information that sends the request cannot be found in the popular program user schedule table In the case of the device information, continue to execute the step of scheduling the request to the second device according to the remaining bandwidth ratio of the first device.
  • the traffic balancing method further includes: when the device information of the scheduling device corresponding to the user information sending the request is found in the popular program user scheduling table, scheduling the request to the device corresponding to the found device information .
  • the user information may be any information characterizing the user, for example, user name, terminal information used by the user, and so on. This application does not limit user information.
  • the device information of the scheduling device refers to the device information of the device to which the request is scheduled, and specifically may refer to any information of the device, as long as it can be distinguished from other devices.
  • the traffic balancing method further includes: when the target program is not a popular program, scheduling the request to the first device.
  • the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; there is no target program in the first device
  • the first device returns the request to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal.
  • the first device here may be an edge device A as shown in FIG.
  • the terminal that initiates the first to L requests may be one terminal or multiple terminals, which is not limited here.
  • the programs requested by the 1st to N requests are not popular programs, and the 1st to N requests are directly dispatched to the edge device A.
  • the scheduling of popular programs when the requested target program is a popular program, instead of scheduling the request to the first device according to the hash value of the target Request scheduling to the second device, so that the scheduling of popular programs will not cause excessive traffic of a single device in the node, resulting in instability of the entire node, and will not cause excessive occupancy of popular programs and affect the scheduling of other programs on the device .
  • the requests of the same user are dispatched to the same device as much as possible to ensure the stability of serving the same user.
  • the embodiment of the present application provides an electronic device, including: at least one processor; and a memory, on which at least one computer program is stored, and when the at least one computer program is executed by at least one processor, the above-mentioned traffic balance is realized method.
  • Processor is a device with data processing capability, which includes but not limited to central processing unit (CPU), etc.; memory is a device with data storage capability, which includes but not limited to random access memory (RAM, more specifically SDRAM, DDR etc.), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory (FLASH).
  • RAM random access memory
  • ROM read-only memory
  • EEPROM electrically erasable programmable read-only memory
  • FLASH flash memory
  • the processor and the memory are connected to each other through a bus, and further connected to other components of the computing device.
  • an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the foregoing traffic balancing method is implemented.
  • FIG. 4 is a block diagram of a traffic equalization device provided by an embodiment of the present application.
  • the embodiment of the present application provides a traffic balancing device, including: a receiving module 401 , a first scheduling module 402 and a second scheduling module 403 .
  • the receiving module 401 is configured to receive a request for a target program.
  • the first scheduling module 402 is configured to determine the first device to which the request is to be scheduled according to the identifier of the target program.
  • the second scheduling module 403 is configured to schedule the request to the second device according to the remaining bandwidth ratio of the first device when the target program is a popular program.
  • the second scheduling module 403 is further configured to: if the target program is a popular program and the second device is not the first device, cache the The original code stream of the target program.
  • the second scheduling module 403 is further configured to: when the target program changes from a popular program to an unpopular program, delete the target program cached in other devices except the first device The original stream of the program.
  • the second scheduling module 403 is further configured to: save the correspondence between the identifier of the target program, the user information sending the request, and the device information of the second device as an entry in the Popular programs in the user schedule.
  • the second scheduling module 403 is further configured to: search the popular program user scheduling table for the device information of the scheduling device corresponding to the user information sending the request; each entry in the popular program user scheduling table Contains the correspondence between the identification of popular programs, user information, and equipment information of scheduling equipment; if the equipment information of the scheduling equipment corresponding to the user information sending the request cannot be found in the popular program user scheduling table, Continue to execute the step of scheduling the request to the second device according to the remaining bandwidth ratio of the first device.
  • the second scheduling module 403 is further configured to: if the device information of the scheduling device corresponding to the user information sending the request is found in the popular program user scheduling table, schedule the request Find the device corresponding to the found device information.
  • the second scheduling module 403 is configured to implement the scheduling of the request to the second device according to the remaining bandwidth ratio of the first device in the following manner: according to the remaining bandwidth ratio of the first device When it is determined that the first device is a call-out device, schedule the request to a call-in device among other devices except the first device, and the total remaining bandwidth ratio of nodes and the call-out The difference between the remaining bandwidth ratios of the devices is greater than or equal to a second preset threshold, and the difference between the remaining bandwidth ratios of the transferable devices and the total remaining bandwidth ratios of nodes is greater than or equal to a third preset threshold.
  • the second scheduling module 403 is configured to implement the scheduling of the request to the callable device in the following manner: dispatch the request to the callable device in sequence; In the method of polling the hash value of the transferred device, the request is dispatched to the device that can be transferred.
  • the second scheduling module 403 is further configured to: determine that the first device is a callable device according to the remaining bandwidth ratio of the first device, and other devices except the first device In the case that none of them can be transferred into the device, at least one of the second preset threshold and the third preset threshold is adjusted to a small value, and the request is dispatched to other devices except the first device. any of the devices.
  • the second scheduling module 403 is further configured to: schedule the request to the second device when it is determined according to the remaining bandwidth ratio of the first device that the first device is a transferable device. a device.
  • the specific implementation process of the above traffic equalization device is the same as the specific implementation process of the aforementioned traffic equalization method, and will not be repeated here.
  • the functional modules/units in the system, and the device can be implemented as software, firmware, hardware, and an appropriate combination thereof.
  • the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be composed of several physical components. Components cooperate to execute.
  • Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application-specific integrated circuit circuit.
  • Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media).
  • computer storage media includes both volatile and nonvolatile media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. permanent, removable and non-removable media.
  • Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disk (DVD) or other optical disk storage, magnetic cartridges, tape, magnetic disk storage or other magnetic storage, or may be used Any other medium that stores desired information and can be accessed by a computer.
  • communication media typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism, and may include any information delivery media .

Landscapes

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

Abstract

The present application provides a traffic balancing method, an electronic device, and a computer readable storage medium. The traffic balancing method comprises: receiving a request of a target program; determining, according to an identifier of the target program, a first device to which the request is to be scheduled; and under the condition that the target program is a popular program, scheduling the request to a second device according to a residual bandwidth ratio of the first device.

Description

流量均衡方法、电子设备、计算机可读存储介质Traffic equalization method, electronic device, computer readable storage medium
相关申请的交叉引用Cross References to Related Applications
本申请要求于2021年11月30日提交的中国专利申请NO.202111446751.2的优先权,该中国专利申请的内容通过引用的方式整体合并于此。This application claims priority to Chinese Patent Application No. 202111446751.2 filed on November 30, 2021, the contents of which are hereby incorporated by reference in their entirety.
技术领域technical field
本申请涉及通信领域,特别涉及流量均衡方法、电子设备、计算机可读存储介质。The present application relates to the field of communications, and in particular to a traffic equalization method, electronic equipment, and a computer-readable storage medium.
背景技术Background technique
随着流媒体技术的广泛应用,流媒体节目大幅增加,用户不断扩展,需要越来越多的节点、设备来承担整个局点流量,如何做到节点内多设备间流量均衡,保证整个节点的稳定性就成为一个突出的问题。With the widespread application of streaming media technology, streaming media programs have increased significantly, and users have continued to expand. More and more nodes and devices are required to bear the traffic of the entire site. Stability becomes a prominent issue.
目前通用的节点内的流量均衡调度策略是将热门节目的节目数据提前在边缘节点缓存下来,边缘节点接收到该热门节目的请求时,将热门节目的请求调度到缓存有该热门节目的节目数据的设备,非热门节目的请求则被调度到边缘节点内的其他设备,尽可能多地使用本地缓存设备或节点内负载最小的设备。但是随着开机视频等超热门节目的出现,目前的流量均衡调度策略可能会造成节点的不稳定,而且热门节目的占用率过大会影响设备上其他节目的调度。At present, the general traffic balance scheduling strategy in the node is to cache the program data of the popular program in the edge node in advance, and when the edge node receives the request of the popular program, it will schedule the request of the popular program to the program data of the popular program The requests for non-popular programs are dispatched to other devices in the edge node, and the local cache device or the device with the smallest load in the node is used as much as possible. However, with the emergence of super popular programs such as boot videos, the current traffic balance scheduling strategy may cause node instability, and the excessive occupancy rate of popular programs will affect the scheduling of other programs on the device.
公开内容public content
第一方面,本申请实施例提供一种流量均衡方法,包括:接收到目标节目的请求;根据所述目标节目的标识确定所述请求待调度到的第一设备;以及在所述目标节目为热门节目的情况下,根据所述第 一设备的剩余带宽比将所述请求调度到第二设备。In the first aspect, the embodiment of the present application provides a traffic balancing method, including: receiving a request for a target program; determining the first device to which the request is to be scheduled according to the identifier of the target program; and when the target program is In the case of popular programs, the request is dispatched to the second device according to the remaining bandwidth ratio of the first device.
第二方面,本申请实施例提供一种电子设备,包括:至少一个处理器;以及存储器,存储器上存储有至少一个计算机程序,当所述至少一个计算机程序被所述至少一个处理器执行时,实现上述流量均衡方法。In a second aspect, an embodiment of the present application provides an electronic device, including: at least one processor; and a memory, on which at least one computer program is stored, and when the at least one computer program is executed by the at least one processor, Implement the traffic balancing method described above.
第三方面,本申请实施例提供一种计算机可读存储介质,计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现上述流量均衡方法。In a third aspect, an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the foregoing traffic balancing method is implemented.
附图说明Description of drawings
图1为本申请实施例提供的原始码流流向示意图;FIG. 1 is a schematic diagram of the flow direction of the original code stream provided by the embodiment of the present application;
图2为本申请实施例提供的流量均衡方法的流程图;FIG. 2 is a flowchart of a flow balancing method provided in an embodiment of the present application;
图3为本申请实施例提供的流量均衡方法的实现示意图;以及FIG. 3 is a schematic diagram of the implementation of the traffic balancing method provided by the embodiment of the present application; and
图4为本申请实施例提供的流量均衡装置的组成框图。FIG. 4 is a block diagram of a traffic equalization device provided by an embodiment of the present application.
具体实施方式Detailed ways
为使本领域的技术人员更好地理解本申请的技术方案,下面结合附图对本申请提供的流量均衡方法、电子设备、计算机可读存储介质进行详细描述。In order to enable those skilled in the art to better understand the technical solutions of the present application, the flow balancing method, electronic equipment, and computer-readable storage medium provided by the present application will be described in detail below with reference to the accompanying drawings.
在下文中将参考附图更充分地描述示例实施例,但是所述示例实施例可以以不同形式来体现,且本申请不应当被解释为限于本文阐述的实施例。提供这些实施例的目的在于使本申请更加透彻和完整,并将使本领域技术人员充分理解本申请的范围。Example embodiments will be described more fully hereinafter with reference to the accompanying drawings, but the example embodiments may be embodied in different forms and the application should not be construed as limited to the embodiments set forth herein. These embodiments are provided so that this application will be thorough and complete, and will fully enable those skilled in the art to fully understand the scope of this application.
在不冲突的情况下,本申请各实施例及实施例中的各特征可相互组合。In the case of no conflict, each embodiment of the present application and each feature in the embodiment can be combined with each other.
如本文所使用的,术语“和/或”包括至少一个相关列举条目的任何和所有组合。As used herein, the term "and/or" includes any and all combinations of at least one of the associated listed items.
本文所使用的术语仅用于描述特定实施例,且不限制本申请。如本文所使用的,单数形式“一个”和“该”也包括复数形式,除非上下文另外清楚指出。还将理解的是,当本说明书中使用术语“包括” 和/或“由……制成”时,指定存在所述特征、整体、步骤、操作、元件和/或组件,但不排除存在或添加至少一个其它特征、整体、步骤、操作、元件、组件和/或其群组。The terminology used herein is for describing particular embodiments only, and does not limit the application. As used herein, the singular forms "a" and "the" also include plural forms unless the context clearly dictates otherwise. It will also be understood that when the terms "comprising" and/or "consisting of" are used in this specification, the presence of said features, integers, steps, operations, elements and/or components is specified but not excluded. Add at least one other feature, entity, step, operation, element, component and/or group thereof.
除非另外限定,否则本文所用的所有术语(包括技术术语和科学术语)的含义与本领域普通技术人员通常理解的含义相同。还将理解,诸如在常用字典中限定的那些术语应当被解释为具有与其在相关技术以及本申请的背景下的含义一致的含义,且将不解释为具有理想化或过度形式上的含义,除非本文明确如此限定。Unless otherwise defined, all terms (including technical terms and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art. It will also be understood that terms such as those defined in commonly used dictionaries should be interpreted as having meanings consistent with their meanings in the context of the relevant art and the present application, and will not be interpreted as having idealized or excessive formal meanings unless This article expressly so limits.
图1为本申请实施例提供的原始码流流向示意图。如图1所示,互联网电视(OTT,Over The Top)内容提供商提供OTT原始码流,原始码流例如可以是基于超文本传输协议(HTTP,HyperText Transfer Protocol)的流媒体协议(HLS,HTTP Live Streaming)类型的原始码流、自适应流媒体协议(DASH,Dynamic Adaptive Streaming over HTTP)类型的原始码流、多媒体系统业务(MSS,Multimedia System Service)类型的原始码流等中的任意一种,这类原始码流通常包括描述文件和媒体文件;原始码流例如也可以是大文件类型的原始码流,这类原始码流通常只有媒体文件。FIG. 1 is a schematic diagram of the flow direction of the original code stream provided by the embodiment of the present application. As shown in Figure 1, the Internet TV (OTT, Over The Top) content provider provides OTT original code stream, and the original code stream can be, for example, a streaming media protocol (HLS, HTTP) based on Hypertext Transfer Protocol (HTTP, HyperText Transfer Protocol). Live Streaming) type of original code stream, Adaptive Streaming Media Protocol (DASH, Dynamic Adaptive Streaming over HTTP) type of original code stream, Multimedia System Service (MSS, Multimedia System Service) type of original code stream, etc. , this type of original code stream usually includes a description file and a media file; for example, the original code stream can also be an original code stream of a large file type, and this type of original code stream usually only has media files.
例如,HLS类型的原始码流中的描述文件包括主索引和子索引。主索引例如可以是index.m3u8,子索引例如可以是$rateid.m3u8。For example, the description file in the original code stream of the HLS type includes a main index and a sub-index. The main index can be, for example, index.m3u8, and the sub-index can be, for example, $rateid.m3u8.
内容提供网(CDN,Content Delivery Network)的中心节点将OTT内容提供商提供的OTT原始码流全量注入,并将热门节目的原始码流下推到CDN的边缘节点,边缘节点将热门节目的原始码流缓存在边缘节点内的某一设备中。The central node of the content delivery network (CDN, Content Delivery Network) injects all the OTT original code streams provided by the OTT content provider, and pushes the original code streams of popular programs to the edge nodes of the CDN, and the edge nodes inject the original code streams of popular programs The stream is cached in a device within the edge node.
终端向边缘节点发送请求,边缘节点将请求调度到边缘节点内的某一设备,如果调度到的设备中缓存有请求的节目的原始码流,则由调度到的设备将请求的节目的原始码流发送给终端,为终端提供服务;如果调度到的设备中没有缓存请求的节目的原始码流,则回源到边缘节点的其他设备或回源到中心节点。The terminal sends a request to the edge node, and the edge node dispatches the request to a certain device in the edge node. If the original code stream of the requested program is cached in the dispatched device, the original code stream of the requested program will be sent by the dispatched device The stream is sent to the terminal to provide services for the terminal; if the original code stream of the requested program is not cached in the scheduled device, the source is returned to other devices of the edge node or the source is returned to the central node.
下面详细描述边缘节点对接收到的请求进行调度的过程。The process of scheduling the received requests by the edge nodes will be described in detail below.
图2为本申请实施例提供的流量均衡方法的流程图。FIG. 2 is a flowchart of a traffic balancing method provided by an embodiment of the present application.
第一方面,参照图2,本申请实施例提供一种流量均衡方法,可以应用于边缘节点内具备调度功能的设备,包括步骤200至202。In the first aspect, referring to FIG. 2 , the embodiment of the present application provides a traffic balancing method, which can be applied to a device with a scheduling function in an edge node, including steps 200 to 202 .
步骤200、接收到目标节目的请求。 Step 200, receiving a request for a target program.
步骤201、根据目标节目的标识确定请求待调度到的第一设备。 Step 201. Determine the first device to which the request is to be scheduled according to the identifier of the target program.
在一些实施方式中,可以根据目标节目的标识的哈希值确定请求待调度到的第一设备。In some implementation manners, the first device to which the request is to be scheduled may be determined according to the hash value of the identifier of the target program.
步骤202、在目标节目为热门节目的情况下,根据第一设备的剩余带宽比将请求调度到第二设备。 Step 202, in the case that the target program is a popular program, dispatch the request to the second device according to the remaining bandwidth ratio of the first device.
在一些实施方式中,热门节目为预设时间段内请求的用户数大于或等于第一预设阈值的节目。In some implementations, a popular program is a program whose number of requests from users within a preset time period is greater than or equal to a first preset threshold.
在本申请提供的流量均衡方法中,所述根据第一设备的剩余带宽比将请求调度到第二设备中的具体实现有以下三种方式,下面的实现方式仅仅是举例说明,不限定本申请的保护范围。In the traffic balancing method provided in this application, there are three specific implementation methods for scheduling requests to the second device according to the remaining bandwidth ratio of the first device. The following implementation methods are only examples and do not limit this application. scope of protection.
方式一method one
在一些实施方式中,所述根据第一设备的剩余带宽比将请求调度到第二设备包括:在根据第一设备的剩余带宽比确定第一设备为可调出设备的情况下,将请求调度到除第一设备之外的其他设备中的可调入设备,节点总剩余带宽比和可调出设备的剩余带宽比之间的差值大于或等于第二预设阈值,可调入设备的剩余带宽比和节点总剩余带宽比之间的差值大于或等于第三预设阈值。例如,这里可调入设备可以是如图3所示的边缘设备B。图3中,第N+1到M个请求所请求的节目为热门节目,那么将这第N+1到M个请求调度到可调入设备,即边缘设备B,而不是调度到边缘设备A中,避免了边缘设备A的流量过大从而导致整个节点的不稳定。In some implementations, the scheduling the request to the second device according to the remaining bandwidth ratio of the first device includes: in the case that the first device is determined to be a transferable device according to the remaining bandwidth ratio of the first device, scheduling the request To a device that can be transferred in other devices except the first device, the difference between the total remaining bandwidth ratio of the node and the remaining bandwidth ratio of the device that can be transferred out is greater than or equal to the second preset threshold, and the device that can be transferred in The difference between the remaining bandwidth ratio and the total remaining bandwidth ratio of nodes is greater than or equal to a third preset threshold. For example, the callable device here may be the edge device B as shown in FIG. 3 . In Figure 3, the programs requested by the N+1 to M requests are popular programs, then the N+1 to M requests are dispatched to the transferable device, that is, the edge device B instead of the edge device A In this way, the excessive traffic of edge device A is avoided, which will lead to the instability of the whole node.
在一些实施方式中,第一设备的剩余带宽比为第一设备的剩余带宽和第一设备的总带宽的比值,第一设备的剩余带宽为第一设备的总带宽和第一设备的已用带宽之间的差值,节点的总剩余带宽比为节点的总剩余带宽和节点的总带宽的比值,节点的总剩余带宽为节点的总带宽和节点的总已用带宽之间的差值,节点的总带宽为节点内的所有设备的总带宽之和,节点的总已用带宽为节点内的所有设备的已用 带宽之和。In some embodiments, the remaining bandwidth ratio of the first device is the ratio of the remaining bandwidth of the first device to the total bandwidth of the first device, and the remaining bandwidth of the first device is the total bandwidth of the first device and the used bandwidth of the first device The difference between the bandwidth, the total remaining bandwidth ratio of the node is the ratio of the total remaining bandwidth of the node to the total bandwidth of the node, the total remaining bandwidth of the node is the difference between the total bandwidth of the node and the total used bandwidth of the node, The total bandwidth of a node is the sum of the total bandwidths of all devices in the node, and the total used bandwidth of a node is the sum of the used bandwidths of all devices in the node.
在本申请提供的流量均衡方法中,将请求调度到可调入设备,也就是说,第二设备为可调入设备。In the traffic balancing method provided in the present application, the request is dispatched to the device that can be transferred, that is, the second device is the device that can be transferred.
在本申请提供的流量均衡方法中,将请求调度到可调入设备后,在请求调度到的设备中缓存有目标节目的原始码流的情况下,请求调度到的设备将目标节目的原始码流发送给终端,即由请求调度到的设备为终端提供服务;在请求调度到的设备中没有缓存有目标节目的原始码流的情况下,该请求调度到的设备将请求回源到第一设备,在第一设备中缓存有目标节目的原始码流的情况下,第一设备将目标节目的原始码流发送给终端,即由第一设备为终端提供服务;在第一设备中没有缓存有目标节目的原始码流的情况下,第一设备将请求回源到中心节点,中心节点将目标节目的原始码流发送给终端,即由中心节点为终端提供服务,并且,由于目标节目为热门节目,因此,第一设备和请求调度到的设备中的至少一者缓存有目标节目的原始码流,以便第一设备和请求调度到的设备中的至少一者后续为终端提供服务。In the traffic balancing method provided by this application, after the request is dispatched to the transferable device, if the original code stream of the target program is buffered in the device to which the request is dispatched, the device to which the request is dispatched will transfer the original code stream of the target program The stream is sent to the terminal, that is, the device to which the request is dispatched provides services for the terminal; if the original code stream of the target program is not cached in the device to which the request is dispatched, the device to which the request is dispatched will return the request to the first device, if the original code stream of the target program is cached in the first device, the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; there is no cache in the first device In the case of the original code stream of the target program, the first device returns the request to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal, and, since the target program is Popular programs, therefore, at least one of the first device and the device to which the request is scheduled caches the original code stream of the target program, so that at least one of the first device and the device to which the request is scheduled provides services for the terminal.
在一些实施方式中,所述将请求调度到可调入设备包括:按照顺序的次序将请求调度到可调入设备;或者,采用根据可调入设备的哈希值轮询的方式,将请求调度到可调入设备。In some implementations, the dispatching the request to the transferable device includes: dispatching the request to the transferable device in a sequential order; or, polling the request according to the hash value of the transferable device Dispatch to callable devices.
在本申请提供的流量均衡方法中,针对按照顺序的次序将请求调度到可调入设备,举例来说,假设边缘节点内可调入设备有5个,对这5个设备进行编号,分别为设备1、设备2、设备3、设备4、设备5,在将请求调度到这5个设备中的一个设备时,按照编号先调度到设备1,如果之前已经有请求调度到设备1,则这次调度到设备2,依次类推。也可以按照编号先调度到设备1,在设备1不再是可调入设备的情况下,再将请求调度到设备2,依次类推。也可以采用其他的调度方式,本申请对此不作限定。In the traffic balancing method provided by this application, for scheduling requests to transferable devices in sequence, for example, assuming that there are 5 transferable devices in the edge node, the 5 devices are numbered as Device 1, Device 2, Device 3, Device 4, and Device 5, when dispatching a request to one of the five devices, dispatch to Device 1 first according to the number. If a request has been dispatched to Device 1 before, then this The second dispatch is to device 2, and so on. It can also be dispatched to device 1 first according to the number, and then dispatch the request to device 2 when device 1 is no longer a transferable device, and so on. Other scheduling methods may also be used, which is not limited in this application.
在本申请提供的流量均衡方法中,针对采用根据可调入设备的哈希值轮询的方式,将请求调度到可调入设备,举例来说,假设可调入设备的哈希值分别为1、2、3,对应的设备分别为设备1、设备2、设备3,那么在将请求调度到这3个设备中的一个设备时,对这3个 设备进行轮询,例如,先调度到设备1,如果之前已经有请求调度到设备1,则这次调度到设备2,依次类推。也可以先调度到设备1,在设备1不再是可调入设备的情况下,再将请求调度到设备2,依次类推。也可以采用其他的调度方式,本申请对此不作限定。In the traffic balancing method provided in this application, the request is dispatched to the transferable device by polling according to the hash value of the transferable device. For example, it is assumed that the hash value of the transferable device is 1, 2, 3, the corresponding devices are respectively device 1, device 2, and device 3, then when the request is dispatched to one of the three devices, the three devices are polled, for example, first dispatched to Device 1, if a request has been dispatched to device 1 before, it will be dispatched to device 2 this time, and so on. It is also possible to dispatch to device 1 first, and then dispatch the request to device 2 when device 1 is no longer a transferable device, and so on. Other scheduling methods may also be used, which is not limited in this application.
方式二way two
在一些实施方式中,所述根据第一设备的剩余带宽比将请求调度到第二设备还包括:在根据第一设备的剩余带宽比确定第一设备为可调出设备,且除第一设备之外的其他设备均不是可调入设备的情况下,将第二预设阈值和第三预设阈值中的至少一者调小,将请求调度到除第一设备之外的其他设备中的任意一个设备。例如,这里除第一设备之外的其他设备中的任意一个设备可以是如图3所示的边缘设备C。图3中,第M+1到L个请求所请求的节目为热门节目,那么将这第M+1到L个请求调度到除第一设备之外的其他设备中的任意一个设备,即边缘设备C中,而不是调度到边缘设备A中,避免了边缘设备A的流量过大从而导致整个节点的不稳定。In some implementations, the scheduling the request to the second device according to the remaining bandwidth ratio of the first device further includes: determining that the first device is a callable device according to the remaining bandwidth ratio of the first device, and dividing the first device In the case that other devices other than the first device are not transferable devices, at least one of the second preset threshold and the third preset threshold is reduced, and the request is dispatched to other devices except the first device. any device. For example, here any one of the other devices except the first device may be the edge device C as shown in FIG. 3 . In Figure 3, the program requested by the M+1 to L requests is a popular program, then the M+1 to L requests are dispatched to any one of the other devices except the first device, that is, the edge In device C, instead of dispatching to edge device A, avoiding the excessive traffic of edge device A and causing the instability of the entire node.
在本申请提供的流量均衡方法中,将请求调度到除第一设备之外的其他设备中的任意一个设备后,在除第一设备之外的其他设备中的任意一个设备中缓存有目标节目的原始码流的情况下,除第一设备之外的其他设备中的任意一个设备将目标节目的原始码流发送给终端,即由除第一设备之外的其他设备中的任意一个设备为终端提供服务;在除第一设备之外的其他设备中的任意一个设备中没有缓存有目标节目的原始码流的情况下,除第一设备之外的其他设备中的任意一个设备将请求回源到第一设备,在第一设备中缓存有目标节目的原始码流的情况下,第一设备将目标节目的原始码流发送给终端,即由第一设备为终端提供服务;在第一设备中没有缓存有目标节目的原始码流的情况下,第一设备将请求回源到中心节点,中心节点将目标节目的原始码流发送给终端,即由中心节点为终端提供服务,并且,由于目标节目为热门节目,因此,第一设备和除第一设备之外的其他设备中的任意一个设备中的至少一者缓存有目标节目的原始码流,以便第一设备和除第一设备之外的其他设备中的任意一个设备中的至少一 者后续为终端提供服务。In the traffic balancing method provided in this application, after the request is dispatched to any one of the other devices except the first device, the target program is cached in any one of the other devices except the first device In the case of the original bit stream of the target program, any one of the other devices except the first device sends the original bit stream of the target program to the terminal, that is, any one of the other devices except the first device sends the original bit stream of the target program to the terminal. The terminal provides the service; in the case that no original code stream of the target program is buffered in any device except the first device, any device except the first device will request back source to the first device, if the original code stream of the target program is buffered in the first device, the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; If the device does not have the original code stream of the target program cached, the first device returns the request to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal, and, Since the target program is a popular program, at least one of the first device and any device other than the first device caches the original code stream of the target program, so that the first device and the first device other than the first device At least one of any one of the other devices subsequently provides services for the terminal.
方式三way three
在一些实施方式中,所述根据第一设备的剩余带宽比将请求调度到第二设备还包括:在根据第一设备的剩余带宽比确定第一设备为可调入设备的情况下,将请求调度到第一设备。在第一设备中缓存有目标节目的原始码流的情况下,第一设备将目标节目的原始码流发送给终端,即由第一设备为终端提供服务;在第一设备中没有缓存有目标节目的原始码流的情况下,第一设备将请求回源到中心节点,中心节点将目标节目的原始码流发送给终端,即由中心节点为终端提供服务,并且,由于目标节目为热门节目,因此,第一设备缓存有目标节目的原始码流,以便第一设备后续为终端提供服务。In some implementations, the scheduling the request to the second device according to the remaining bandwidth ratio of the first device further includes: when the first device is determined to be a transferable device according to the remaining bandwidth ratio of the first device, sending the request to Dispatch to first device. In the case that the original code stream of the target program is cached in the first device, the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; there is no target program in the first device In the case of the original code stream of the program, the first device sends the request back to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal, and, since the target program is a popular program , therefore, the first device caches the original code stream of the target program, so that the first device can subsequently provide services for the terminal.
在一些实施方式中,针对任意一种将请求调度到第二设备的情况,即目标节目为热门节目的情况,且第二设备不是第一设备的情况下,在第二设备中缓存目标节目的原始码流。In some embodiments, for any situation in which the request is dispatched to the second device, that is, when the target program is a popular program and the second device is not the first device, the second device caches the target program original stream.
在一些实施方式中,该流量均衡方法还包括:在目标节目由热门节目变为非热门节目的情况下,删除除第一设备之外的其他设备中缓存的目标节目的原始码流。In some implementations, the traffic balancing method further includes: when the target program changes from a popular program to an unpopular program, deleting the original code stream of the target program cached in other devices except the first device.
在一些实施方式中,在目标节目为热门节目的情况下,可以在每一次调度时,缓存目标节目、调度设备的设备信息和表征调度设备中是否缓存有目标节目的原始码流的信息之间的对应关系,这里称为第一对应关系。那么在删除除第一设备之外的其他设备中缓存的目标节目的原始码流时,可以根据第一对应关系确定哪一个调度设备中缓存有目标节目的原始码流并删除。In some implementations, when the target program is a popular program, it is possible to cache the target program, the device information of the scheduling device, and the information indicating whether the original code stream of the target program is cached in the scheduling device during each scheduling. The corresponding relationship is called the first corresponding relationship here. Then, when deleting the original code stream of the target program cached in other devices except the first device, it can be determined according to the first correspondence which scheduling device has the original code stream of the target program cached and deleted.
在一些实施方式中,该流量均衡方法还包括:所述根据第一设备的剩余带宽比将请求调度到第二设备后,将目标节目的标识、发送请求的用户信息、第二设备的设备信息之间的对应关系作为一个表项保存到热门节目用户调度表中。这里称为第二对应关系。In some implementations, the traffic balancing method further includes: after scheduling the request to the second device according to the remaining bandwidth ratio of the first device, sending the identifier of the target program, the user information sending the request, and the device information of the second device The corresponding relationship between them is saved as an entry in the popular program user scheduling table. Here it is called the second correspondence.
在一些实施方式中,该流量均衡方法还包括:根据第一设备的剩余带宽比将请求调度到第二设备之前,在热门节目用户调度表中查找发送请求的用户信息对应的调度设备的设备信息;热门节目用户调 度表的每一个表项包含热门节目的标识、用户信息和调度设备的设备信息之间的对应关系;在热门节目用户调度表中查找不到发送请求的用户信息对应的调度设备的设备信息的情况下,继续执行所述根据第一设备的剩余带宽比将请求调度到第二设备的步骤。In some implementations, the traffic balancing method further includes: before scheduling the request to the second device according to the remaining bandwidth ratio of the first device, searching for the device information of the scheduling device corresponding to the user information sending the request in the popular program user scheduling table ;Each entry in the hot program user schedule table contains the correspondence between the hot program identifier, user information, and device information of the scheduling device; the scheduling device corresponding to the user information that sends the request cannot be found in the popular program user schedule table In the case of the device information, continue to execute the step of scheduling the request to the second device according to the remaining bandwidth ratio of the first device.
在一些实施方式中,该流量均衡方法还包括:在热门节目用户调度表中查找到发送请求的用户信息对应的调度设备的设备信息的情况下,将请求调度到查找到的设备信息对应的设备。In some implementations, the traffic balancing method further includes: when the device information of the scheduling device corresponding to the user information sending the request is found in the popular program user scheduling table, scheduling the request to the device corresponding to the found device information .
在一些实施方式中,用户信息可以是表征用户的任意信息,例如,用户名、用户所使用的终端信息等。本申请对用户信息不作限定。In some implementation manners, the user information may be any information characterizing the user, for example, user name, terminal information used by the user, and so on. This application does not limit user information.
在一些实施方式中,调度设备的设备信息是指将请求调度到的设备的设备信息,具体可以是指设备的任何信息,只要能与其他设备区分开即可。In some implementation manners, the device information of the scheduling device refers to the device information of the device to which the request is scheduled, and specifically may refer to any information of the device, as long as it can be distinguished from other devices.
在一些实施方式中,该流量均衡方法还包括:在目标节目不是热门节目的情况下,将请求调度到第一设备。在第一设备中缓存有目标节目的原始码流的情况下,第一设备将目标节目的原始码流发送给终端,即由第一设备为终端提供服务;在第一设备中没有缓存有目标节目的原始码流的情况下,第一设备将请求回源到中心节点,中心节点将目标节目的原始码流发送给终端,即由中心节点为终端提供服务。例如,这里第一设备例如可以是如图3所示的边缘设备A,在目标节目不是热门节目的情况下,会直接将请求调度到边缘设备A中。图3中,发起第1到L个请求的终端可以是一个终端,也可以是多个终端,这里不做限定。第1到N个请求所请求的节目不是热门节目,则将这第1到N个请求直接调度到边缘设备A中。In some implementations, the traffic balancing method further includes: when the target program is not a popular program, scheduling the request to the first device. In the case that the original code stream of the target program is cached in the first device, the first device sends the original code stream of the target program to the terminal, that is, the first device provides services for the terminal; there is no target program in the first device In the case of the original code stream of the program, the first device returns the request to the central node, and the central node sends the original code stream of the target program to the terminal, that is, the central node provides services for the terminal. For example, the first device here may be an edge device A as shown in FIG. 3 , and if the target program is not a popular program, the request will be directly dispatched to the edge device A. In FIG. 3 , the terminal that initiates the first to L requests may be one terminal or multiple terminals, which is not limited here. The programs requested by the 1st to N requests are not popular programs, and the 1st to N requests are directly dispatched to the edge device A.
本申请提供的流量均衡方法,在请求的目标节目为热门节目的情况下,不是根据目标节目的标识的哈希值将请求调度到第一设备,而是进一步根据第一设备的剩余带宽比将请求调度到第二设备,使得热门节目的调度不会造成节点内单台设备流量过大从而导致整个节点的不稳定,也不会导致热门节目的占用率过大而影响设备上其他节目的调度。In the traffic balancing method provided by this application, when the requested target program is a popular program, instead of scheduling the request to the first device according to the hash value of the target Request scheduling to the second device, so that the scheduling of popular programs will not cause excessive traffic of a single device in the node, resulting in instability of the entire node, and will not cause excessive occupancy of popular programs and affect the scheduling of other programs on the device .
在一些实施方式中,将同一个用户的请求尽量调度到同一个设 备上,保证为同一个用户服务时的稳定性。In some embodiments, the requests of the same user are dispatched to the same device as much as possible to ensure the stability of serving the same user.
第二方面,本申请实施例提供一种电子设备,包括:至少一个处理器;以及存储器,存储器上存储有至少一个计算机程序,当至少一个计算机程序被至少一个处理器执行时,实现上述流量均衡方法。In the second aspect, the embodiment of the present application provides an electronic device, including: at least one processor; and a memory, on which at least one computer program is stored, and when the at least one computer program is executed by at least one processor, the above-mentioned traffic balance is realized method.
处理器为具有数据处理能力的器件,其包括但不限于中央处理器(CPU)等;存储器为具有数据存储能力的器件,其包括但不限于随机存取存储器(RAM,更具体如SDRAM、DDR等)、只读存储器(ROM)、带电可擦可编程只读存储器(EEPROM)、闪存(FLASH)。Processor is a device with data processing capability, which includes but not limited to central processing unit (CPU), etc.; memory is a device with data storage capability, which includes but not limited to random access memory (RAM, more specifically SDRAM, DDR etc.), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory (FLASH).
在一些实施方式中,处理器、存储器通过总线相互连接,进而与计算设备的其它组件连接。In some implementations, the processor and the memory are connected to each other through a bus, and further connected to other components of the computing device.
第三方面,本申请实施例提供一种计算机可读存储介质,计算机可读存储介质上存储有计算机程序,计算机程序被处理器执行时实现上述流量均衡方法。In a third aspect, an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the foregoing traffic balancing method is implemented.
图4为本申请实施例提供的流量均衡装置的组成框图。FIG. 4 is a block diagram of a traffic equalization device provided by an embodiment of the present application.
第四方面,参照图4,本申请实施例提供一种流量均衡装置,包括:接收模块401、第一调度模块402和第二调度模块403。In a fourth aspect, referring to FIG. 4 , the embodiment of the present application provides a traffic balancing device, including: a receiving module 401 , a first scheduling module 402 and a second scheduling module 403 .
接收模块401,配置为接收到目标节目的请求。The receiving module 401 is configured to receive a request for a target program.
第一调度模块402,配置为根据所述目标节目的标识确定所述请求待调度到的第一设备。The first scheduling module 402 is configured to determine the first device to which the request is to be scheduled according to the identifier of the target program.
第二调度模块403,配置为在所述目标节目为热门节目的情况下,根据所述第一设备的剩余带宽比将所述请求调度到第二设备。The second scheduling module 403 is configured to schedule the request to the second device according to the remaining bandwidth ratio of the first device when the target program is a popular program.
在一些实施方式中,第二调度模块403还配置为:在所述目标节目为热门节目,且所述第二设备不是所述第一设备的情况下,在所述第二设备中缓存所述目标节目的原始码流。In some implementations, the second scheduling module 403 is further configured to: if the target program is a popular program and the second device is not the first device, cache the The original code stream of the target program.
在一些实施方式中,第二调度模块403还配置为:在所述目标节目由热门节目变为非热门节目的情况下,删除除所述第一设备之外的其他设备中缓存的所述目标节目的原始码流。In some implementations, the second scheduling module 403 is further configured to: when the target program changes from a popular program to an unpopular program, delete the target program cached in other devices except the first device The original stream of the program.
在一些实施方式中,第二调度模块403还配置为:将所述目标节目的标识、发送所述请求的用户信息、所述第二设备的设备信息之间的对应关系作为一个表项保存到热门节目用户调度表中。In some implementations, the second scheduling module 403 is further configured to: save the correspondence between the identifier of the target program, the user information sending the request, and the device information of the second device as an entry in the Popular programs in the user schedule.
在一些实施方式中,第二调度模块403还配置为:在热门节目用户调度表中查找发送所述请求的用户信息对应的调度设备的设备信息;所述热门节目用户调度表的每一个表项包含热门节目的标识、用户信息和调度设备的设备信息之间的对应关系;在所述热门节目用户调度表中查找不到发送所述请求的用户信息对应的调度设备的设备信息的情况下,继续执行所述根据所述第一设备的剩余带宽比将所述请求调度到第二设备的步骤。In some implementations, the second scheduling module 403 is further configured to: search the popular program user scheduling table for the device information of the scheduling device corresponding to the user information sending the request; each entry in the popular program user scheduling table Contains the correspondence between the identification of popular programs, user information, and equipment information of scheduling equipment; if the equipment information of the scheduling equipment corresponding to the user information sending the request cannot be found in the popular program user scheduling table, Continue to execute the step of scheduling the request to the second device according to the remaining bandwidth ratio of the first device.
在一些实施方式中,第二调度模块403还配置为:在在所述热门节目用户调度表中查找到发送所述请求的用户信息对应的调度设备的设备信息的情况下,将所述请求调度到查找到的设备信息对应的设备。In some implementations, the second scheduling module 403 is further configured to: if the device information of the scheduling device corresponding to the user information sending the request is found in the popular program user scheduling table, schedule the request Find the device corresponding to the found device information.
在一些实施方式中,第二调度模块403配置为采用以下方式实现所述根据所述第一设备的剩余带宽比将所述请求调度到第二设备:在根据所述第一设备的剩余带宽比确定所述第一设备为可调出设备的情况下,将所述请求调度到除所述第一设备之外的其他设备中的可调入设备,节点总剩余带宽比和所述可调出设备的剩余带宽比之间的差值大于或等于第二预设阈值,所述可调入设备的剩余带宽比和节点总剩余带宽比之间的差值大于或等于第三预设阈值。In some implementations, the second scheduling module 403 is configured to implement the scheduling of the request to the second device according to the remaining bandwidth ratio of the first device in the following manner: according to the remaining bandwidth ratio of the first device When it is determined that the first device is a call-out device, schedule the request to a call-in device among other devices except the first device, and the total remaining bandwidth ratio of nodes and the call-out The difference between the remaining bandwidth ratios of the devices is greater than or equal to a second preset threshold, and the difference between the remaining bandwidth ratios of the transferable devices and the total remaining bandwidth ratios of nodes is greater than or equal to a third preset threshold.
在一些实施方式中,第二调度模块403配置为采用以下方式实现所述将所述请求调度到可调入设备:按照顺序的次序将所述请求调度到可调入设备;或者,采用根据可调入设备的哈希值轮询的方式,将所述请求调度到可调入设备。In some implementations, the second scheduling module 403 is configured to implement the scheduling of the request to the callable device in the following manner: dispatch the request to the callable device in sequence; In the method of polling the hash value of the transferred device, the request is dispatched to the device that can be transferred.
在一些实施方式中,第二调度模块403还配置为:在根据所述第一设备的剩余带宽比确定所述第一设备为可调出设备,且除所述第一设备之外的其他设备均不是可调入设备的情况下,将所述第二预设阈值和所述第三预设阈值中的至少一者调小,将所述请求调度到除所述第一设备之外的其他设备中的任意一个设备。In some implementations, the second scheduling module 403 is further configured to: determine that the first device is a callable device according to the remaining bandwidth ratio of the first device, and other devices except the first device In the case that none of them can be transferred into the device, at least one of the second preset threshold and the third preset threshold is adjusted to a small value, and the request is dispatched to other devices except the first device. any of the devices.
在一些实施方式中,第二调度模块403还配置为:在根据所述第一设备的剩余带宽比确定所述第一设备为可调入设备的情况下,将所述请求调度到所述第一设备。In some implementations, the second scheduling module 403 is further configured to: schedule the request to the second device when it is determined according to the remaining bandwidth ratio of the first device that the first device is a transferable device. a device.
上述流量均衡装置的具体实现过程与前述的流量均衡方法的具体实现过程相同,这里不再赘述。The specific implementation process of the above traffic equalization device is the same as the specific implementation process of the aforementioned traffic equalization method, and will not be repeated here.
本领域普通技术人员可以理解,上文中所公开方法中的全部或某些步骤、系统、装置中的功能模块/单元可以被实施为软件、固件、硬件及其适当的组合。在硬件实施方式中,在以上描述中提及的功能模块/单元之间的划分不一定对应于物理组件的划分;例如,一个物理组件可以具有多个功能,或者一个功能或步骤可以由若干物理组件合作执行。某些物理组件或所有物理组件可以被实施为由处理器(如中央处理器、数字信号处理器或微处理器)执行的软件,或者被实施为硬件,或者被实施为集成电路,如专用集成电路。这样的软件可以分布在计算机可读介质上,计算机可读介质可以包括计算机存储介质(或非暂时性介质)和通信介质(或暂时性介质)。如本领域普通技术人员公知的,术语计算机存储介质包括在用于存储信息(诸如计算机可读指令、数据结构、程序模块或其它数据)的任何方法或技术中实施的易失性和非易失性、可移除和不可移除介质。计算机存储介质包括但不限于RAM、ROM、EEPROM、闪存或其它存储器技术、CD-ROM、数字多功能盘(DVD)或其它光盘存储、磁盒、磁带、磁盘存储或其它磁存储器、或者可以用于存储期望的信息并且可以被计算机访问的任何其它的介质。此外,本领域普通技术人员公知的是,通信介质通常包含计算机可读指令、数据结构、程序模块或者诸如载波或其它传输机制之类的调制数据信号中的其它数据,并且可包括任何信息递送介质。Those of ordinary skill in the art can understand that all or some of the steps in the methods disclosed above, the functional modules/units in the system, and the device can be implemented as software, firmware, hardware, and an appropriate combination thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be composed of several physical components. Components cooperate to execute. Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application-specific integrated circuit circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). As known to those of ordinary skill in the art, the term computer storage media includes both volatile and nonvolatile media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. permanent, removable and non-removable media. Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disk (DVD) or other optical disk storage, magnetic cartridges, tape, magnetic disk storage or other magnetic storage, or may be used Any other medium that stores desired information and can be accessed by a computer. In addition, as is well known to those of ordinary skill in the art, communication media typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism, and may include any information delivery media .
本文已经公开了示例实施例,并且虽然采用了具体术语,但它们仅用于并仅应当被解释为一般说明性含义,并且不用于限制的目的。在一些实例中,对本领域技术人员显而易见的是,除非另外明确指出,否则与特定实施例相结合描述的特征、特性和/或元素可单独使用,或可与结合其它实施例描述的特征、特性和/或元件组合使用。因此,本领域技术人员将理解,在不脱离由所附的权利要求阐明的本申请的范围的情况下,可进行各种形式和细节上的改变。Example embodiments have been disclosed herein, and while specific terms have been employed, they are used and should be construed in a generic descriptive sense only and not for purposes of limitation. In some instances, it will be apparent to those skilled in the art that features, characteristics, and/or elements described in connection with a particular embodiment may be used alone or in combination with features, characteristics described in connection with other embodiments, unless expressly stated otherwise. and/or elements in combination. Accordingly, it will be understood by those of ordinary skill in the art that various changes in form and details may be made without departing from the scope of the present application as set forth in the appended claims.

Claims (12)

  1. 一种流量均衡方法,包括:A traffic balancing method, comprising:
    接收到目标节目的请求;receiving a request for a target program;
    根据所述目标节目的标识确定所述请求待调度到的第一设备;以及determining the first device to which the request is to be dispatched according to the identifier of the target program; and
    在所述目标节目为热门节目的情况下,根据所述第一设备的剩余带宽比将所述请求调度到第二设备。In the case that the target program is a popular program, the request is dispatched to the second device according to the remaining bandwidth ratio of the first device.
  2. 根据权利要求1所述的流量均衡方法,其中,在所述目标节目为热门节目,且所述第二设备不是所述第一设备的情况下,在所述第二设备中缓存所述目标节目的原始码流。The traffic balancing method according to claim 1, wherein, when the target program is a popular program and the second device is not the first device, buffering the target program in the second device original code stream.
  3. 根据权利要求1所述的流量均衡方法,还包括:在所述目标节目由热门节目变为非热门节目的情况下,删除除所述第一设备之外的其他设备中缓存的所述目标节目的原始码流。The traffic balancing method according to claim 1, further comprising: when the target program changes from a popular program to an unpopular program, deleting the target program cached in other devices except the first device original code stream.
  4. 根据权利要求1所述的流量均衡方法,还包括:The traffic balancing method according to claim 1, further comprising:
    所述根据第一设备的剩余带宽比将请求调度到第二设备后,将所述目标节目的标识、发送所述请求的用户信息、所述第二设备的设备信息之间的对应关系作为一个表项保存到热门节目用户调度表中。After the request is dispatched to the second device according to the remaining bandwidth ratio of the first device, the corresponding relationship between the identifier of the target program, the user information sending the request, and the device information of the second device is used as a The entry is saved in the popular program user schedule table.
  5. 根据权利要求1所述的流量均衡方法,还包括:The traffic balancing method according to claim 1, further comprising:
    所述根据第一设备的剩余带宽比将请求调度到第二设备之前,在热门节目用户调度表中查找发送所述请求的用户信息对应的调度设备的设备信息;其中,所述热门节目用户调度表的每一个表项包含热门节目的标识、用户信息和调度设备的设备信息之间的对应关系;Before scheduling the request to the second device according to the remaining bandwidth ratio of the first device, look up the device information of the scheduling device corresponding to the user information sending the request in the popular program user scheduling table; wherein, the popular program user scheduling Each entry of the table contains the correspondence between the identification of popular programs, user information and equipment information of the scheduling equipment;
    在所述热门节目用户调度表中查找不到发送所述请求的用户信息对应的调度设备的设备信息的情况下,继续执行所述根据所述第一设备的剩余带宽比将所述请求调度到第二设备。In the case that the device information of the scheduling device corresponding to the user information sending the request cannot be found in the popular program user scheduling table, continue to perform the scheduling of the request according to the remaining bandwidth ratio of the first device. second device.
  6. 根据权利要求5所述的流量均衡方法,还包括:The traffic balancing method according to claim 5, further comprising:
    在所述热门节目用户调度表中查找到发送所述请求的用户信息对应的调度设备的设备信息的情况下,将所述请求调度到查找到的设备信息对应的设备。If the device information of the scheduling device corresponding to the user information sending the request is found in the popular program user scheduling table, the request is scheduled to the device corresponding to the found device information.
  7. 根据权利要求1至6中任意一项所述的流量均衡方法,其中,所述根据第一设备的剩余带宽比将请求调度到第二设备包括:The traffic balancing method according to any one of claims 1 to 6, wherein said scheduling the request to the second device according to the remaining bandwidth ratio of the first device comprises:
    在根据所述第一设备的剩余带宽比确定所述第一设备为可调出设备的情况下,将所述请求调度到除第一设备之外的其他设备中的可调入设备,节点总剩余带宽比和所述可调出设备的剩余带宽比之间的差值大于或等于第二预设阈值,所述可调入设备的剩余带宽比和节点总剩余带宽比之间的差值大于或等于第三预设阈值。If it is determined according to the remaining bandwidth ratio of the first device that the first device is a transferable device, schedule the request to a transferable device among other devices except the first device, and the node always The difference between the remaining bandwidth ratio and the remaining bandwidth ratio of the transferable device is greater than or equal to a second preset threshold, and the difference between the remaining bandwidth ratio of the transferable device and the total remaining bandwidth ratio of the node is greater than or equal to the third preset threshold.
  8. 根据权利要求7所述的流量均衡方法,其中,所述将请求调度到除第一设备之外的其他设备中的可调入设备包括:The traffic balancing method according to claim 7, wherein the callable device for scheduling requests to other devices except the first device includes:
    按照顺序的次序将所述请求调度到所述可调入设备;dispatching the requests to the callable device in sequential order;
    或者,采用根据所述可调入设备的哈希值轮询的方式,将所述请求调度到所述可调入设备。Alternatively, the request is dispatched to the callable device in a manner of polling according to the hash value of the callable device.
  9. 根据权利要求7所述的流量均衡方法,其中,所述根据第一设备的剩余带宽比将请求调度到第二设备还包括:The traffic balancing method according to claim 7, wherein said scheduling the request to the second device according to the remaining bandwidth ratio of the first device further comprises:
    在根据所述第一设备的剩余带宽比确定所述第一设备为可调出设备,且除所述第一设备之外的其他设备均不是可调入设备的情况下,将所述第二预设阈值和所述第三预设阈值中的至少一者调小,将所述请求调度到除所述第一设备之外的其他设备中的任意一个设备。If it is determined according to the remaining bandwidth ratio of the first device that the first device is a device that can be called out, and all other devices except the first device are not devices that can be called in, the second At least one of the preset threshold and the third preset threshold is turned down, and the request is dispatched to any one of the other devices except the first device.
  10. 根据权利要求7所述的流量均衡方法,其中,所述根据第一设备的剩余带宽比将请求调度到第二设备还包括:The traffic balancing method according to claim 7, wherein said scheduling the request to the second device according to the remaining bandwidth ratio of the first device further comprises:
    在根据所述第一设备的剩余带宽比确定所述第一设备为可调入 设备的情况下,将所述请求调度到所述第一设备。If it is determined according to the remaining bandwidth ratio of the first device that the first device is a device that can be transferred in, the request is scheduled to the first device.
  11. 一种电子设备,包括:An electronic device comprising:
    至少一个处理器;以及at least one processor; and
    存储器,所述存储器上存储有至少一个计算机程序,当所述至少一个计算机程序被所述至少一个处理器执行时,实现权利要求1至10中任意一项所述的流量均衡方法。A memory, where at least one computer program is stored, and when the at least one computer program is executed by the at least one processor, the traffic balancing method described in any one of claims 1 to 10 is realized.
  12. 一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现权利要求1至10中任意一项所述的流量均衡方法。A computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the traffic balancing method according to any one of claims 1 to 10 is implemented.
PCT/CN2022/135301 2021-11-30 2022-11-30 Traffic balancing method, electronic device and computer readable storage medium WO2023098702A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111446751.2 2021-11-30
CN202111446751.2A CN116208556A (en) 2021-11-30 2021-11-30 Flow balancing method, electronic device, and computer-readable storage medium

Publications (1)

Publication Number Publication Date
WO2023098702A1 true WO2023098702A1 (en) 2023-06-08

Family

ID=86515156

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/135301 WO2023098702A1 (en) 2021-11-30 2022-11-30 Traffic balancing method, electronic device and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN116208556A (en)
WO (1) WO2023098702A1 (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101137042A (en) * 2006-09-29 2008-03-05 中兴通讯股份有限公司 Static program distribution and service method in cluster type stream media system
CN104320487A (en) * 2014-11-11 2015-01-28 网宿科技股份有限公司 HTTP dispatching system and method for content delivery network
CN106375471A (en) * 2016-09-29 2017-02-01 北京奇艺世纪科技有限公司 Edge node determination method and device
CN108737500A (en) * 2018-04-20 2018-11-02 青岛海尔科技有限公司 Target resource acquisition, providing method, device, storage medium and computer equipment
CN110099292A (en) * 2019-06-12 2019-08-06 北京奇艺世纪科技有限公司 A kind of data center's node determines method, apparatus and electronic equipment
CN110719273A (en) * 2019-09-29 2020-01-21 咪咕视讯科技有限公司 Method for determining back source node, server and computer readable storage medium
CN111225059A (en) * 2020-01-10 2020-06-02 中移(杭州)信息技术有限公司 Network request resource scheduling method and device, electronic equipment and storage medium
CN111614736A (en) * 2020-04-30 2020-09-01 北京金山云网络技术有限公司 Network content resource scheduling method, domain name scheduling server and electronic equipment
CN112019451A (en) * 2019-05-29 2020-12-01 中国移动通信集团安徽有限公司 Bandwidth allocation method, debugging network element, local cache server and computing equipment
CN112422702A (en) * 2020-08-10 2021-02-26 上海哔哩哔哩科技有限公司 CDN back-to-source method, system and computer equipment
WO2021184589A1 (en) * 2020-03-19 2021-09-23 平安科技(深圳)有限公司 Flow scheduling method and device, server, and storage medium
CN113497817A (en) * 2020-03-20 2021-10-12 北京金山云网络技术有限公司 Traffic scheduling method and device, edge node of CDN (content delivery network) and server
CN113542420A (en) * 2021-07-19 2021-10-22 北京金山云网络技术有限公司 Hotspot file processing method and device, electronic equipment and medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101137042A (en) * 2006-09-29 2008-03-05 中兴通讯股份有限公司 Static program distribution and service method in cluster type stream media system
CN104320487A (en) * 2014-11-11 2015-01-28 网宿科技股份有限公司 HTTP dispatching system and method for content delivery network
CN106375471A (en) * 2016-09-29 2017-02-01 北京奇艺世纪科技有限公司 Edge node determination method and device
CN108737500A (en) * 2018-04-20 2018-11-02 青岛海尔科技有限公司 Target resource acquisition, providing method, device, storage medium and computer equipment
CN112019451A (en) * 2019-05-29 2020-12-01 中国移动通信集团安徽有限公司 Bandwidth allocation method, debugging network element, local cache server and computing equipment
CN110099292A (en) * 2019-06-12 2019-08-06 北京奇艺世纪科技有限公司 A kind of data center's node determines method, apparatus and electronic equipment
CN110719273A (en) * 2019-09-29 2020-01-21 咪咕视讯科技有限公司 Method for determining back source node, server and computer readable storage medium
CN111225059A (en) * 2020-01-10 2020-06-02 中移(杭州)信息技术有限公司 Network request resource scheduling method and device, electronic equipment and storage medium
WO2021184589A1 (en) * 2020-03-19 2021-09-23 平安科技(深圳)有限公司 Flow scheduling method and device, server, and storage medium
CN113497817A (en) * 2020-03-20 2021-10-12 北京金山云网络技术有限公司 Traffic scheduling method and device, edge node of CDN (content delivery network) and server
CN111614736A (en) * 2020-04-30 2020-09-01 北京金山云网络技术有限公司 Network content resource scheduling method, domain name scheduling server and electronic equipment
CN112422702A (en) * 2020-08-10 2021-02-26 上海哔哩哔哩科技有限公司 CDN back-to-source method, system and computer equipment
CN113542420A (en) * 2021-07-19 2021-10-22 北京金山云网络技术有限公司 Hotspot file processing method and device, electronic equipment and medium

Also Published As

Publication number Publication date
CN116208556A (en) 2023-06-02

Similar Documents

Publication Publication Date Title
US10666756B2 (en) Request management for hierarchical cache
US10979499B2 (en) Managed object replication and delivery
US20150319214A1 (en) Enhancing dash-like content streaming for content-centric networks
US20070208737A1 (en) Cache Server Network And Method Of Scheduling The Distribution Of Content Files Within The Same
CN110830565B (en) Resource downloading method, device, system, electronic equipment and storage medium
US20200413111A1 (en) Context-aware content delivery
WO2011017976A1 (en) Method and system for media service
US8769277B2 (en) Content retrieval
WO2011144173A1 (en) Method, apparatus and system for processing media contents
US9137331B2 (en) Adaptive replication
CN116158069A (en) Configurable access-based cache policy control
WO2023098702A1 (en) Traffic balancing method, electronic device and computer readable storage medium
EP2928150A2 (en) Multi-object interest using network names
CN111193789B (en) Subscription information pushing method, device, computer equipment and readable storage medium
US9294529B1 (en) Reusing data in content files
CN114077483A (en) Data resource scheduling method, server, system and storage medium
Lorenz et al. Cooperative video caching for interactive and scalable VoD systems
CN110417902B (en) Streaming network service load method, related device and readable storage medium
Alubady et al. The role of management techniques for high-performance pending interest table: A survey
US11671515B2 (en) Methods, network node and client device for acquisition and delivery of resources in a communications network
CN110597464A (en) Method and device for hierarchical management of streaming media
US20180324231A1 (en) Multicast adaptive bitrate channel selection in access networks
CN114124971B (en) Content copy placement method of CDN-P2P network based on edge cache
US9288153B2 (en) Processing encoded content
CN112188239B (en) Audio and video stream transmission method, media server and wireless access network entity

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: 22900506

Country of ref document: EP

Kind code of ref document: A1