WO2019057212A1 - Method, apparatus and device for scheduling service within cdn node, and storage medium - Google Patents

Method, apparatus and device for scheduling service within cdn node, and storage medium Download PDF

Info

Publication number
WO2019057212A1
WO2019057212A1 PCT/CN2018/107387 CN2018107387W WO2019057212A1 WO 2019057212 A1 WO2019057212 A1 WO 2019057212A1 CN 2018107387 W CN2018107387 W CN 2018107387W WO 2019057212 A1 WO2019057212 A1 WO 2019057212A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
cache server
content resource
resource
cdn
Prior art date
Application number
PCT/CN2018/107387
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 WO2019057212A1 publication Critical patent/WO2019057212A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/505Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory

Definitions

  • the present disclosure relates to the field of wireless mobile communications, for example, to a content delivery network (CDN) intra-node intra-service scheduling method, apparatus, device, and storage medium.
  • CDN content delivery network
  • the CDN system has to carry more and more content and more and more storage content, including Android market, Apple market application download (some applications exceed 500M), massive video online playback, And 4096 ⁇ 2160 pixel resolution (4K resolution), virtual reality (Virtual Reality, VR) and other high-definition video gradually increased.
  • the scheduling of multiple cache servers in a CDN node must have high performance: the traditional algorithm based on file distribution centralized record update can not meet such requirements, because the content distribution index of Server Load Balancing (SLB) is the same.
  • SLB Server Load Balancing
  • the content storage of multiple cache servers is consistent, and a high data consistency algorithm is designed to efficiently process the index of massive content (the latency of SLB scheduling is very low, such as less than 1ms).
  • the number of levels of content of multiple cache servers in a CDN node is increased: in the traditional sense, a large file is generally a single file, and one or more cache servers exist in the file content.
  • HLS HyperText Transfer Protocol Live Streaming
  • many video content is stored in the form of fragmented files.
  • a movie recorded an index on the content storage address, and now based on the score.
  • the method record number of the slice can be 300 times of the original. If the record mode is based on the centralized content index, the load of the SLB and the content consistency of the content in the SLB and the cache server are greatly increased.
  • the present disclosure provides a CDN intra-node service scheduling method and apparatus, in order to solve the problem that the load balancing load in the CDN node is high, the load balancing, and the cache server are difficult to maintain data consistency in the mass content scenario.
  • Equipment and storage media are used to satisfy the load balancing load in the CDN node.
  • the CDN intra-node service scheduling method provided by the present disclosure is applied to a cache server, including:
  • the present disclosure further provides a CDN intra-node service scheduling apparatus, including: a receiving module, a first computing module, and a second computing module:
  • the receiving module is configured to: when receiving the request message for acquiring the content resource, extract a uniform resource locator of the content resource in the request message;
  • the first calculating module is configured to determine an ID of the content resource according to the uniform resource locator
  • the second calculating module is configured to select, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
  • the present disclosure also provides a CDN intra-node service scheduling device, including a memory, a processor, and a computer program stored on the memory and operable on the processor, the computer program being The processor performs the above-described CDN intra-node service scheduling method when executed by the processor.
  • the present disclosure further provides a storage medium on which a CDN intra-node service scheduler is stored, and the CDN intra-node service scheduler is implemented by the processor to implement the above-mentioned CDN intra-node service. Scheduling method.
  • the storage medium is a computer readable storage medium.
  • FIG. 1 is a schematic flowchart of a method for allocating a service scheduling in a CDN node according to an embodiment of the present disclosure
  • FIG. 2 is a schematic structural diagram of a service scheduling allocation device in a CDN node according to an embodiment of the present disclosure
  • FIG. 3 is a schematic diagram showing the structure of a CDN node and its relationship with an external network element
  • Example 4 is a schematic flowchart of a service scheduling allocation method in a CDN node in Example 1;
  • Example 5 is a schematic flowchart of a service scheduling allocation method in a CDN node in Example 2.
  • FIG. 6 is a schematic structural diagram of a service scheduling distribution device in a CDN node according to an embodiment of the present disclosure.
  • the present disclosure provides a CDN intra-node service scheduling method and apparatus, in order to solve the problem that the load balancing load in the CDN node is high, the load balancing, and the cache server are difficult to maintain data consistency in the mass content scenario.
  • Apparatus and Storage Media The following disclosure is described with reference to the accompanying drawings. The embodiments described herein are merely illustrative of the disclosure and are not limiting of the disclosure.
  • a CDN node can be understood as a logical concept rather than a physical entity.
  • a CDN node may include load balancing, a cluster of cache servers, and one or more auxiliary modules (eg, alarm modules) that implement non-core functions.
  • the cache server cluster may include one or more cache servers, that is, when one cache server has limited capabilities, multiple cache servers may be employed, and the functions of the multiple cache servers are the same as one cache server.
  • FIG. 1 is a schematic flowchart of a service scheduling allocation method in a CDN node according to an embodiment of the present disclosure.
  • the CDN intra-node service scheduling method of the disclosed embodiment includes:
  • Step 110 When receiving the request message for acquiring the content resource, extract the uniform resource locator of the content resource in the request message.
  • the cache server before receiving the request message for acquiring the content resource, the cache server further includes: the SLB receiving the Transmission Control Protocol (TCP) link establishment request sent by the user, according to the TCP connection situation. (including but not limited to the number of connections, the frequency of requests, the number of active connections, etc.), load balancing user requests to a cache server (assumed to be A).
  • TCP Transmission Control Protocol
  • Step 120 Determine an ID of the content resource according to the uniform resource locator.
  • the determining the ID of the content resource according to the uniform resource locator includes: extracting domain name information in the uniform resource locator; and using a preset according to the uniform resource locator
  • Step 130 Select, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
  • the method further includes:
  • the cache server and the root cache server are the same server, searching the cache server, acquiring the content resource, and performing a request response;
  • the cache server is not the same server as the root cache server, sending the request message to the root cache server, and performing a request response according to the content resource fed back by the root cache server.
  • the searching the cache server to obtain the content resource comprises: sending the request message to a superior node or a source station when the content server is not in the cache server, to obtain The content resource and cache the content resource. That is, when the cache server and the root cache server are the same server, and when the content resource is not in the cache server, the source is returned to the upper node or the source station to obtain the content resource, and the cache is obtained.
  • the content resource when the cache server and the root cache server are the same server, and when the content resource is included in the cache server, Content resources are sent directly to the user.
  • the superior node can be understood as a back-end server, ie, a database server, and the source station can be understood as a location where the data source of the CDN is stored.
  • the first CDN node, the second CDN node, and the third CDN node are included, and when the content resource requested by the terminal does not exist in the first CDN node, the second CDN node is searched, and when the second CDN node is also If there is no content resource requested by the terminal, the third CDN node may be searched. If the content resource requested by the terminal does not exist in the third CDN node, the content resource is obtained from the source station, and the source station is the source of the content resource.
  • the content resource requested by the terminal exists in the third CDN node, the content resource is provided to the terminal, and the node that wants the content resource to the next-level CDN node is the upper node, that is, the second CDN node is the upper node of the first CDN node.
  • the third CDN node is a superior node of the second CDN node.
  • the method further includes: when the source-to-root cache server still cannot obtain the content resource, continue to return the source to the upper-level node or the source station to obtain the content resource, And caching the content resource to the root cache server.
  • the method further includes: when the cache server and the root cache server are not the same server, but the content server is included in the cache server, The content resource is sent directly to the user.
  • the method further includes: counting the number of times the content resource is accessed, and determining whether the content resource is hot content according to the number of times the content resource is accessed; The content resource is hot content, and when the hot content fed back by the root cache server is received, the hot content is cached.
  • the number of times the content resource is accessed is counted, and whether the content resource is hot content is calculated according to the number of times the content resource is accessed, and the following manner may be adopted:
  • Method 1 Calculate whether the content is a hotspot according to the time dimension and the ID dimension of the content resource.
  • Method 2 Calculate the content access traffic according to the time dimension and the ID dimension of the content resource, and calculate whether the content is hot.
  • step 130 may also be represented as the following steps:
  • a and B are different cache servers, there are two cases: the first case is: when the content resource is non-hotspot content: the A proxy returns the source to B, and the content is not cached when the content passes the A; The situation is: when the content resource is hot content: when the content passes A, the content is cached.
  • the CDN intra-node service scheduling method can fully utilize the algorithm mode without recording and synchronizing the content in one or more cache server indexes when performing internal content scheduling of the CDN node, thereby greatly reducing the SLB scheduling load. It avoids the problems caused by inconsistent content index, unsynchronized synchronization, and SLB abnormality. At the same time, it can improve the load balance of one or more cache servers in the CDN node, reduce the overheating of a cache server due to hot spots, and avoid the traditional adoption.
  • the content consistency record is generated by the scheme of accurate content index recording in the mass content scene.
  • the embodiment of the present disclosure further provides a CDN intra-node service scheduling apparatus, which is applied to a cache server.
  • FIG. 2 is a schematic structural diagram of a service scheduling distribution apparatus in a CDN node according to an embodiment of the present disclosure, as shown in FIG. 2
  • the CDN intra-node service scheduling apparatus of the embodiment of the present disclosure includes a receiving module 20, a first computing module 22, and a second computing module 24:
  • the receiving module 20 is configured to: when receiving the request message for acquiring the content resource, extract the uniform resource locator of the content resource in the request message;
  • the first calculating module 22 is configured to determine an ID of the content resource according to the uniform resource locator
  • the second calculating module 24 is configured to select, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
  • the content proxy return source module 26 is further included:
  • the content proxy back to the source module 26 is configured to determine whether the cache server and the root cache server are the same server;
  • the cache server and the root cache server are the same server, searching the cache server, acquiring the content resource, and performing a request response;
  • the cache server is not the same server as the root cache server, sending the request message to the root cache server, and performing a request response according to the content resource fed back by the root cache server.
  • the content proxy back source module 26 is configured to:
  • the request message is sent to a superior node or a source station to obtain the content resource, and the content resource is cached.
  • the CDN in-node service scheduling apparatus of the present disclosure further includes a content hotspot statistics module 28 and a content cache module 30:
  • the content hotspot statistic module 28 is configured to count the number of times the content resource is accessed, and calculate whether the content resource is hot content according to the number of times the content resource is accessed;
  • the content caching module 30 is configured to cache the hot content when the content resource is hot content and when receiving the hot content fed back by the root cache server.
  • the first computing module 22 is configured to:
  • the second computing module 24 is configured to:
  • the root cache server of the ID mapping of the content resource is obtained in a set of all cache servers in the CDN node by using a preset consistency hash algorithm.
  • FIG. 3 is a schematic diagram showing the structure of a CDN node and its relationship with an external network element.
  • the CDB and the N cache servers (N is a positive integer greater than or equal to 1) are included in the CDN node, wherein a cache server is included as an example, and the content deduplication module is included in the cache server ( The first calculation module 22 and the second calculation module 24), the content hotspot statistics module 28, the content proxy return source module 26, the content cache module 30, and the content replication module are included.
  • the CDN intra-node service scheduling apparatus can fully utilize an algorithm manner without recording and synchronizing content actually in one or more cache server indexes when performing internal content scheduling of a CDN node, thereby greatly reducing the SLB scheduling load. It avoids the problems caused by inconsistent content index, unsynchronized synchronization, and SLB abnormality. At the same time, it can improve the load balance of one or more cache servers in the CDN node, reduce the overheating of a cache server due to hot spots, and avoid the traditional adoption.
  • the content consistency record is generated by the scheme of accurate content index recording in the mass content scene.
  • FIG. 4 is a schematic flowchart of a service scheduling allocation method in a CDN node in Example 1, as shown in FIG. 4, including the following step:
  • the user 211 initiates a TCP link establishment request to the SLB of the CDN node, and the SLB receives the user to send a TCP link establishment request, and loads the user request to the cache server 231 according to the TCP connection situation (for example, the number of connections, the request frequency, and the number of active connections).
  • the TCP connection situation for example, the number of connections, the request frequency, and the number of active connections.
  • the cache server 231 receives the Hypertext Transfer Protocol (HTTP) information that the user 211 initiates to acquire the content resource request from the CDN node, including the request URI, and the domain name Domain.
  • HTTP Hypertext Transfer Protocol
  • the cache server 231 calculates a unique ID of the content resource corresponding to the request according to the URI request, the domain name information, and the pre-configured regular expression of the corresponding content resource of the domain name. For example, ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png is used as the key KEY.
  • the unique ID of the content resource is calculated by the message digest algorithm MD5 as fb6667636553c773d7d3fd13bc6d4d4e.
  • the cache server 231 determines whether the content of the ID is fb6667636553c773d7d3fd13bc6d4d4e is hot content by counting the number of accesses in the content unit time and the predefined hotspot calculation algorithm. Assume that the content whose ID is fb6667636553c773d7d3fd13bc6d4d4e is non-hotspot content.
  • the cache server 231 uses the consistency hash algorithm to calculate the root cache server ID of the content as cacheid3 by using the fb6667636553c773d7d3fd13bc6d4d4e, cacheid1, cacheid2, and cacheid3, that is, the root cache server is the cache server 231.
  • the cache server 231 When the cache server 231 does not cache the content of the ID fb6667636553c773d7d3fd13bc6d4d4e, the upper CDN node or the source station 241 acquires the content resource in real time and returns the content resource to the user 211. At the same time, the cache server 231 also caches the content resources locally.
  • FIG. 5 is a schematic flowchart of a method for allocating a service scheduling in a CDN node in the example 2, as shown in FIG. 5, including the following steps:
  • the user 211 initiates a TCP link establishment request to the SLB of the CDN node, and the SLB receives the TCP connection request from the user, and load balances the user request to the cache server 232 according to the TCP connection situation (for example, the number of connections, the request frequency, and the number of active connections).
  • the TCP connection situation for example, the number of connections, the request frequency, and the number of active connections.
  • the cache server 232 receives the user 211 to initiate a request for acquiring a content resource to the CDN node, including requesting a URI, requesting HTTP information such as a domain name.
  • a content resource to the CDN node, including requesting a URI, requesting HTTP information such as a domain name.
  • the cache server 232 calculates a unique ID of the content resource corresponding to the request according to the URI request, the domain name information, and the pre-configured regular expression of the corresponding content resource of the domain name. For example, use ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png to do KEY.
  • the unique ID of the content resource calculated by MD5 is fb6667636553c773d7d3fd13bc6d4d4e.
  • the cache server 232 calculates the content of the ID as fb6667636553c773d7d3fd13bc6d4d4e as the hot content by the hot content statistics.
  • the cache server 232 uses the consistency hash algorithm to calculate the root cache server of the content as the cache server 231 by calculating the information such as the cache server ID list and the like by fb6667636553c773d7d3fd13bc6d4d4e.
  • the cache server 232 initiates a proxy return request to the cache server 231.
  • the cache server 231 does not cache the content of the ID bb6667636553c773d7d3fd13bc6d4d4e
  • the upper CDN node or the source station 241 acquires the content resource in real time, and returns the content resource to the cache server 231.
  • the cache server 231 also caches the content locally.
  • the cache server 232 returns the content data to the user and caches the content fb6667636553c773d7d3fd13bc6d4d4e locally.
  • FIG. 6 is a schematic structural diagram of a service scheduling distribution device in a CDN node according to an embodiment of the present disclosure.
  • the present disclosure also provides a CDN intra-node service scheduling device, including a memory 610 and a processor 620 having stored thereon a computer program executable on the processor 620, the computer program being processed
  • the CDN intra-node service scheduling method as described in the embodiment of the present disclosure is implemented when the device is executed.
  • the present disclosure provides a computer readable storage medium having a CDN intra-node service scheduler stored thereon, the CDN intra-node service scheduler being implemented by a processor to implement the above Service scheduling method within a CDN node.
  • the CDN intra-node service scheduling method, apparatus, device and computer readable storage medium can fully utilize an algorithm manner without recording and synchronizing content actually in one or more caches when performing internal content scheduling of a CDN node.
  • the server index greatly reduces the SLB scheduling load, avoids the problems caused by content index inconsistency, unsynchronized synchronization, and SLB exceptions.
  • it can improve the load balance of one or more cache servers in the CDN node and reduce the sudden hotspots. This causes a cache server to overheat and circumvents the difficulty of content consistency caused by the traditional scheme of using accurate content index records in massive content scenarios.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A method, apparatus and device for scheduling a service within a content distribution network (CDN) node, and a storage medium. The method comprises: when receiving a request message for acquiring a content resource, extracting, from the request message, a uniform resource locator of the content resource (110); according to the uniform resource locator, determining an identification (ID) of the content resource (120); and according to the ID of the content resource, and according to a preset selection algorithm, selecting, from among all cache servers within the CDN node, a root cache server used for acquiring the content resource (130).

Description

CDN节点内服务调度方法、装置、设备及存储介质Method, device, device and storage medium for service scheduling in CDN node
本申请要求在2017年9月22日提交中国专利局、申请号为201710867903.3的中国专利申请的优先权,该申请的全部内容通过引用结合在本申请中。The present application claims the priority of the Chinese Patent Application, filed on Sep. 22, 2011, the filing date of
技术领域Technical field
本公开涉及无线移动通讯领域,例如涉及一种内容分发网络(Content Delivery Network,CDN)节点内服务调度方法、装置、设备及存储介质。The present disclosure relates to the field of wireless mobile communications, for example, to a content delivery network (CDN) intra-node intra-service scheduling method, apparatus, device, and storage medium.
背景技术Background technique
随着互联网的快速发展,CDN系统要承载数量越来越多和存储量越来越大的内容,包括安卓市场、苹果市场的应用下载(部分应用的大小超过500M),海量视频的在线播放,以及4096×2160的像素分辨率(4K分辨率)、虚拟现实(Virtual Reality,VR)等高清晰视频的逐渐增多等。With the rapid development of the Internet, the CDN system has to carry more and more content and more and more storage content, including Android market, Apple market application download (some applications exceed 500M), massive video online playback, And 4096 × 2160 pixel resolution (4K resolution), virtual reality (Virtual Reality, VR) and other high-definition video gradually increased.
以上的业务发展对CDN节点内的调度设计、存储效率提出了以下更高的要求,包括:The above business development puts forward the following higher requirements for scheduling design and storage efficiency in CDN nodes, including:
1、CDN节点内多台缓存服务器的调度要具备高效性能:传统的基于文件分布集中记录更新的算法已不能满足这样的需求,原因是负载均衡(Server Load Balancing,SLB)的内容分布索引要同多个缓存服务器的内容存储保持一致,要设计出高度的数据一致性算法,针对海量内容的索引进行高效处理(SLB调度的延迟要很低,如1ms以内)。1. The scheduling of multiple cache servers in a CDN node must have high performance: the traditional algorithm based on file distribution centralized record update can not meet such requirements, because the content distribution index of Server Load Balancing (SLB) is the same. The content storage of multiple cache servers is consistent, and a high data consistency algorithm is designed to efficiently process the index of massive content (the latency of SLB scheduling is very low, such as less than 1ms).
2、CDN节点内多台缓存服务器内容数量级数增大:传统意义上大文件一般为单个文件,文件内容完整存在一台或者多台缓存服务器。但是自苹果公司大规模采用流媒体网络传输(HyperText Transfer Protocol Live Streaming,HLS)协 议,很多视频内容均采用分片文件的方式进行存储,以往一部电影对内容存放地址记录一条索引,现在基于分片的方法记录数量可以是原来的300倍,如果基于集中内容索引记录模式,则极大加重了SLB的负载和在SLB和缓存服务器中的内容一致性难度。2. The number of levels of content of multiple cache servers in a CDN node is increased: in the traditional sense, a large file is generally a single file, and one or more cache servers exist in the file content. However, since Apple's large-scale adoption of the HyperText Transfer Protocol Live Streaming (HLS) protocol, many video content is stored in the form of fragmented files. In the past, a movie recorded an index on the content storage address, and now based on the score. The method record number of the slice can be 300 times of the original. If the record mode is based on the centralized content index, the load of the SLB and the content consistency of the content in the SLB and the cache server are greatly increased.
发明内容Summary of the invention
为了解决相关技术中存在的CDN节点内负载均衡负载高、负载均衡和缓存服务器之间在海量内容场景下维护数据一致性困难的问题,本公开提供了一种CDN节点内服务调度方法、装置、设备及存储介质。The present disclosure provides a CDN intra-node service scheduling method and apparatus, in order to solve the problem that the load balancing load in the CDN node is high, the load balancing, and the cache server are difficult to maintain data consistency in the mass content scenario. Equipment and storage media.
在一实施例中,本公开提供的CDN节点内服务调度方法,应用于缓存服务器,包括:In an embodiment, the CDN intra-node service scheduling method provided by the present disclosure is applied to a cache server, including:
当接收到获取内容资源的请求消息时,在所述请求消息中提取所述内容资源的统一资源定位符;When receiving the request message for acquiring the content resource, extracting a uniform resource locator of the content resource in the request message;
根据所述统一资源定位符,确定所述内容资源的标识(Identity,ID);Determining an identifier (Identity, ID) of the content resource according to the uniform resource locator;
根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中选取用于获取所述内容资源的根缓存服务器。And selecting, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
在一实施例中,本公开还提供了一种CDN节点内服务调度装置,包括:接收模块、第一计算模块、及第二计算模块:In an embodiment, the present disclosure further provides a CDN intra-node service scheduling apparatus, including: a receiving module, a first computing module, and a second computing module:
所述接收模块,设置为当接收到获取内容资源的请求消息时,在所述请求消息中提取所述内容资源的统一资源定位符;The receiving module is configured to: when receiving the request message for acquiring the content resource, extract a uniform resource locator of the content resource in the request message;
所述第一计算模块,设置为根据所述统一资源定位符,确定所述内容资源的ID;The first calculating module is configured to determine an ID of the content resource according to the uniform resource locator;
所述第二计算模块,设置为根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中选取用于获取所述内容资源的根缓存服务器。The second calculating module is configured to select, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
在一实施例中,本公开还提供了一种CDN节点内服务调度设备,包括存储 器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现上述的CDN节点内服务调度方法。In an embodiment, the present disclosure also provides a CDN intra-node service scheduling device, including a memory, a processor, and a computer program stored on the memory and operable on the processor, the computer program being The processor performs the above-described CDN intra-node service scheduling method when executed by the processor.
在一实施例中,本公开还提供了一种存储介质,所述存储介质上存储有CDN节点内服务调度程序,所述CDN节点内服务调度程序被处理器执行时实现上述的CDN节点内服务调度方法。In an embodiment, the present disclosure further provides a storage medium on which a CDN intra-node service scheduler is stored, and the CDN intra-node service scheduler is implemented by the processor to implement the above-mentioned CDN intra-node service. Scheduling method.
在一实施例中,所述存储介质为计算机可读存储介质。In an embodiment, the storage medium is a computer readable storage medium.
附图说明DRAWINGS
图1为本公开实施例中CDN节点内服务调度分配方法的流程示意图;1 is a schematic flowchart of a method for allocating a service scheduling in a CDN node according to an embodiment of the present disclosure;
图2为本公开实施例中CDN节点内服务调度分配装置的结构示意图;2 is a schematic structural diagram of a service scheduling allocation device in a CDN node according to an embodiment of the present disclosure;
图3为CDN节点内组成及同外部网元关系结构示意图;3 is a schematic diagram showing the structure of a CDN node and its relationship with an external network element;
图4为实例1中CDN节点内服务调度分配方法的流程示意图;4 is a schematic flowchart of a service scheduling allocation method in a CDN node in Example 1;
图5为实例2中CDN节点内服务调度分配方法的流程示意图;5 is a schematic flowchart of a service scheduling allocation method in a CDN node in Example 2;
图6为本公开实施例中CDN节点内服务调度分配设备的结构示意图。FIG. 6 is a schematic structural diagram of a service scheduling distribution device in a CDN node according to an embodiment of the present disclosure.
具体实施方式Detailed ways
下面将参照附图描述本公开的示例性实施例。Exemplary embodiments of the present disclosure will be described below with reference to the drawings.
为了解决相关技术中存在的CDN节点内负载均衡负载高、负载均衡和缓存服务器之间在海量内容场景下维护数据一致性困难的问题,本公开提供了一种CDN节点内服务调度方法、装置、设备及存储介质,以下结合附图对本公开进行说明。此处所描述的实施例仅仅用以解释本公开,并不限定本公开。The present disclosure provides a CDN intra-node service scheduling method and apparatus, in order to solve the problem that the load balancing load in the CDN node is high, the load balancing, and the cache server are difficult to maintain data consistency in the mass content scenario. Apparatus and Storage Media The following disclosure is described with reference to the accompanying drawings. The embodiments described herein are merely illustrative of the disclosure and are not limiting of the disclosure.
在一实施例中,CDN节点可以理解为一个逻辑概念,而不是一个物理实体。一个CDN节点可以包括负载均衡、缓存服务器集群以及一个或多个实现非核心功能的辅助模块(例如告警模块)。缓存服务器集群可以包括一个或多个缓存服务器,即,当一个缓存服务器能力有限时,可以采用多个缓存服务器,多个缓存服务器从整体上实现的功能与一个缓存服务器是相同的。In an embodiment, a CDN node can be understood as a logical concept rather than a physical entity. A CDN node may include load balancing, a cluster of cache servers, and one or more auxiliary modules (eg, alarm modules) that implement non-core functions. The cache server cluster may include one or more cache servers, that is, when one cache server has limited capabilities, multiple cache servers may be employed, and the functions of the multiple cache servers are the same as one cache server.
根据本公开的实施例,提供了一种CDN节点内服务调度方法,应用于缓存 服务器Cache,图1为本公开实施例中CDN节点内服务调度分配方法的流程示意图,如图1所示,本公开实施例的CDN节点内服务调度方法,包括:According to an embodiment of the present disclosure, a method for scheduling a service in a CDN node is provided, which is applied to a cache server cache. FIG. 1 is a schematic flowchart of a service scheduling allocation method in a CDN node according to an embodiment of the present disclosure. The CDN intra-node service scheduling method of the disclosed embodiment includes:
步骤110:当接收到获取内容资源的请求消息时,在所述请求消息中提取所述内容资源的统一资源定位符。Step 110: When receiving the request message for acquiring the content resource, extract the uniform resource locator of the content resource in the request message.
作为本公开实施例的一种实施方式,缓存服务器在接收到获取内容资源的请求消息之前,还包括:SLB接收用户发送的传输控制协议(Transmission Control Protocol,TCP)建链请求,根据TCP连接情况(包括但不限于连接数,请求频率,已经活跃连接数等),将用户请求负载均衡到一台缓存服务器(假定为A)。As an implementation manner of the embodiment of the present disclosure, before receiving the request message for acquiring the content resource, the cache server further includes: the SLB receiving the Transmission Control Protocol (TCP) link establishment request sent by the user, according to the TCP connection situation. (including but not limited to the number of connections, the frequency of requests, the number of active connections, etc.), load balancing user requests to a cache server (assumed to be A).
步骤120:根据所述统一资源定位符,确定所述内容资源的ID。Step 120: Determine an ID of the content resource according to the uniform resource locator.
在一实施例中,所述根据所述统一资源定位符,确定所述内容资源的ID,包括:在所述统一资源定位符中提取出域名信息;根据所述统一资源定位符,利用预设的内容匹配规则计算出内容资源信息;根据所述域名信息和所述内容资源信息得到内容资源的ID。即:对用户统一资源定位符(Uniform Resoure Locator,URL)请求,根据预先设定的内容匹配规则(例如正则表达式)抽取内容ID,可以采用以下公式:内容资源ID=正则匹配(URL,该域名内容资源的正则表达式)。In an embodiment, the determining the ID of the content resource according to the uniform resource locator includes: extracting domain name information in the uniform resource locator; and using a preset according to the uniform resource locator The content matching rule calculates the content resource information; and obtains the ID of the content resource according to the domain name information and the content resource information. That is, the user uniform resource locator (URL) request, according to a preset content matching rule (such as a regular expression) to extract the content ID, the following formula can be used: content resource ID = regular match (URL, the Regular expression for domain name content resources).
步骤130:根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中选取用于获取所述内容资源的根缓存服务器。Step 130: Select, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
在一实施例中,根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中进行选取,包括:利用预设的一致性哈希算法,在所述CDN节点内所有的缓存服务器的集合中得到所述内容资源的ID映射的根缓存服务器。即:根据一致性HASH算法,将内容资源的ID唯一映射为后端缓存服务器的某一台,称之为根缓存服务器(假定为B),可以采用以下公式:内容资源ID的根缓存服务器ID=一致性哈希算法(内容资源ID,缓存服务器集合)。In an embodiment, selecting, according to the ID of the content resource, all the cache servers in the CDN node according to a preset selection algorithm, including: using a preset consistency hash algorithm, in the A root cache server that obtains the ID mapping of the content resource in a collection of all cache servers in the CDN node. That is, according to the consistent HASH algorithm, the ID of the content resource is uniquely mapped to one of the back-end cache servers, which is called the root cache server (assumed to be B), and the following formula can be adopted: the root cache server ID of the content resource ID. = Consistent hash algorithm (content resource ID, cache server collection).
作为本公开实施例的一种实施方式,在选取用于获取所述内容资源的根缓存服务器之后,还包括:As an implementation manner of the embodiment of the present disclosure, after selecting a root cache server for acquiring the content resource, the method further includes:
判断所述缓存服务器与所述根缓存服务器是否为同一台服务器;Determining whether the cache server and the root cache server are the same server;
若所述缓存服务器与所述根缓存服务器是同一台服务器,则查找所述缓存服务器,获取所述内容资源,并进行请求响应;If the cache server and the root cache server are the same server, searching the cache server, acquiring the content resource, and performing a request response;
若所述缓存服务器与所述根缓存服务器不是同一台服务器,则将所述请求消息发送到所述根缓存服务器,并根据所述根缓存服务器反馈的所述内容资源,进行请求响应。And if the cache server is not the same server as the root cache server, sending the request message to the root cache server, and performing a request response according to the content resource fed back by the root cache server.
在一实施例中,所述查找所述缓存服务器,获取所述内容资源,包括:当所述缓存服务器中没有所述内容资源时,将所述请求消息发送到上级节点或源站,以得到所述内容资源,并缓存所述内容资源。即:当所述缓存服务器与所述根缓存服务器为同一台服务器、且当所述缓存服务器中没有所述内容资源时,回源到上级节点或源站,以得到所述内容资源,并缓存所述内容资源。在本公开实施例的CDN节点内服务调度方法中,还包括:当所述缓存服务器与所述根缓存服务器为同一台服务器、且当所述缓存服务器中有所述内容资源时,将所述内容资源直接发送给用户。In an embodiment, the searching the cache server to obtain the content resource comprises: sending the request message to a superior node or a source station when the content server is not in the cache server, to obtain The content resource and cache the content resource. That is, when the cache server and the root cache server are the same server, and when the content resource is not in the cache server, the source is returned to the upper node or the source station to obtain the content resource, and the cache is obtained. The content resource. In the CDN intra-node service scheduling method of the embodiment of the present disclosure, the method further includes: when the cache server and the root cache server are the same server, and when the content resource is included in the cache server, Content resources are sent directly to the user.
在一实施例中,上级节点可以理解为后端服务器,即数据库服务器,源站可以理解为CDN的数据源所存储的位置。In an embodiment, the superior node can be understood as a back-end server, ie, a database server, and the source station can be understood as a location where the data source of the CDN is stored.
在一实施例中,包括第一CDN节点、第二CDN节点以及第三CDN节点,当第一CDN节点中不存在终端请求的内容资源时,查找第二CDN节点,当第二CDN节点中也不存在终端请求的内容资源时,可以查找第三CDN节点,如果第三CDN节点中还不存在终端请求的内容资源,则从源站中获取该内容资源,源站即内容资源的源头,如果第三CDN节点中存在终端请求的内容资源,则将该内容资源提供给终端,向下一级CDN节点要内容资源的节点就是上级节点,即第二CDN节点是第一CDN节点的上级节点,第三CDN节点是第二CDN节点的上级节点。In an embodiment, the first CDN node, the second CDN node, and the third CDN node are included, and when the content resource requested by the terminal does not exist in the first CDN node, the second CDN node is searched, and when the second CDN node is also If there is no content resource requested by the terminal, the third CDN node may be searched. If the content resource requested by the terminal does not exist in the third CDN node, the content resource is obtained from the source station, and the source station is the source of the content resource. If the content resource requested by the terminal exists in the third CDN node, the content resource is provided to the terminal, and the node that wants the content resource to the next-level CDN node is the upper node, that is, the second CDN node is the upper node of the first CDN node. The third CDN node is a superior node of the second CDN node.
在本公开实施例中,当所述缓存服务器与所述根缓存服务器不为同一台服务器时,则将所述请求消息发送到所述根缓存服务器,并根据所述根缓存服务器反馈的所述内容资源,进行请求响应。即:当所述缓存服务器与所述根缓存服 务器不为同一台服务器时,回源到根缓存服务器,并根据所述根缓存服务器反馈的所述内容资源,进行请求响应。在本公开实施例的CDN节点内服务调度方法中,包括:当回源到根缓存服务器仍然得不到所述内容资源时,继续回源到上级节点或源站,以得到所述内容资源,并将所述内容资源缓存到根缓存服务器。在本公开实施例的CDN节点内服务调度方法中,还包括:当所述缓存服务器与所述根缓存服务器不为同一台服务器时,但所述缓存服务器中有所述内容资源时,将所述内容资源直接发送给用户。In an embodiment of the present disclosure, when the cache server and the root cache server are not the same server, sending the request message to the root cache server, and according to the feedback of the root cache server Content resources, request response. That is, when the cache server and the root cache server are not the same server, the source is returned to the root cache server, and the request response is performed according to the content resource fed back by the root cache server. In the CDN intra-node service scheduling method of the embodiment of the present disclosure, the method further includes: when the source-to-root cache server still cannot obtain the content resource, continue to return the source to the upper-level node or the source station to obtain the content resource, And caching the content resource to the root cache server. In the CDN intra-node service scheduling method of the embodiment of the present disclosure, the method further includes: when the cache server and the root cache server are not the same server, but the content server is included in the cache server, The content resource is sent directly to the user.
在本公开实施例的CDN节点内服务调度方法中,还包括:统计所述内容资源被访问的次数,并根据所述内容资源被访问的次数判断所述内容资源是否为热点内容;当所述内容资源为热点内容、且当接收到所述根缓存服务器反馈的热点内容时,缓存所述热点内容。In the CDN intra-node service scheduling method of the embodiment of the present disclosure, the method further includes: counting the number of times the content resource is accessed, and determining whether the content resource is hot content according to the number of times the content resource is accessed; The content resource is hot content, and when the hot content fed back by the root cache server is received, the hot content is cached.
示例的,统计所述内容资源被访问的次数,并根据所述内容资源被访问的次数计算所述内容资源是否为热点内容,可以采取以下方式:For example, the number of times the content resource is accessed is counted, and whether the content resource is hot content is calculated according to the number of times the content resource is accessed, and the following manner may be adopted:
方式一:按照时间维度、内容资源的ID维度统计单位时间内内容访问次数,计算出内容是否为热点。Method 1: Calculate whether the content is a hotspot according to the time dimension and the ID dimension of the content resource.
方式二:按照时间维度、内容资源的ID维度统计单位时间内内容访问流量,计算出内容是否热点。Method 2: Calculate the content access traffic according to the time dimension and the ID dimension of the content resource, and calculate whether the content is hot.
在一实施例中,对于小文件(文件大小小于2M),按照方式一实现,对于大文件(文件大小大于等于2M),则按照方式二实现。In an embodiment, for a small file (file size is less than 2M), it is implemented according to mode 1. For a large file (file size is greater than or equal to 2M), it is implemented according to mode 2.
在一实施例中,计算是否为热点内容可以采用以下公式:是否为热点内容=热点内容计算算法(域名,内容ID,服务次数,服务流量,时间)。In an embodiment, the following formula is used to calculate whether the content is hot content: whether it is a hot content=hot content calculation algorithm (domain name, content ID, number of services, service flow, time).
在本公开实施例中,步骤130可以也表示为以下步骤:In an embodiment of the present disclosure, step 130 may also be represented as the following steps:
(1)当缓存服务器A有内容资源时,直接将内容资源返回给用户;(1) When the cache server A has a content resource, the content resource is directly returned to the user;
(2)当缓存服务器A没有内容资源时,如果A和B为同一台缓存服务器,进入步骤(3);(2) When the cache server A has no content resources, if A and B are the same cache server, proceed to step (3);
如果A和B为不同缓存服务器,分为两种情况:第一种情况为:当内容资源为非热点内容:A代理回源到B,当内容经过此A时不缓存此内容; 第二种情况为:当内容资源为热点内容:当内容经过A时缓存此内容。If A and B are different cache servers, there are two cases: the first case is: when the content resource is non-hotspot content: the A proxy returns the source to B, and the content is not cached when the content passes the A; The situation is: when the content resource is hot content: when the content passes A, the content is cached.
(3)回源到上级节点/源站,并缓存此内容到B。(3) Return the source to the superior node/source station and cache this content to B.
本公开实施例提供的CDN节点内服务调度方法,当进行CDN节点内部内容调度时,能充分利用算法方式而不用记录和同步内容实际在一个或多个缓存服务器索引,极大减轻了SLB调度负载,规避了因内容索引不一致、同步不及时、SLB异常所产生的问题,同时能提升CDN节点内一个或多个缓存服务器负载均衡度,降低因突发热点导致某台缓存服务器过热,规避传统采用精确内容索引记录的方案在海量内容场景下所产生的内容一致性难度。The CDN intra-node service scheduling method provided by the embodiment of the present disclosure can fully utilize the algorithm mode without recording and synchronizing the content in one or more cache server indexes when performing internal content scheduling of the CDN node, thereby greatly reducing the SLB scheduling load. It avoids the problems caused by inconsistent content index, unsynchronized synchronization, and SLB abnormality. At the same time, it can improve the load balance of one or more cache servers in the CDN node, reduce the overheating of a cache server due to hot spots, and avoid the traditional adoption. The content consistency record is generated by the scheme of accurate content index recording in the mass content scene.
在一实施例中,本公开实施例还提供了一种CDN节点内服务调度装置,应用于缓存服务器,图2为本公开实施例中CDN节点内服务调度分配装置的结构示意图,如图2所示,本公开实施例的CDN节点内服务调度装置,包括接收模块20、第一计算模块22、以及第二计算模块24:In an embodiment, the embodiment of the present disclosure further provides a CDN intra-node service scheduling apparatus, which is applied to a cache server. FIG. 2 is a schematic structural diagram of a service scheduling distribution apparatus in a CDN node according to an embodiment of the present disclosure, as shown in FIG. 2 The CDN intra-node service scheduling apparatus of the embodiment of the present disclosure includes a receiving module 20, a first computing module 22, and a second computing module 24:
所述接收模块20,设置为当接收到获取内容资源的请求消息时,在所述请求消息中提取所述内容资源的统一资源定位符;The receiving module 20 is configured to: when receiving the request message for acquiring the content resource, extract the uniform resource locator of the content resource in the request message;
所述第一计算模块22,设置为根据所述统一资源定位符,确定所述内容资源的ID;The first calculating module 22 is configured to determine an ID of the content resource according to the uniform resource locator;
所述第二计算模块24,设置为根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中选取用于获取所述内容资源的根缓存服务器。The second calculating module 24 is configured to select, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
在一实施例中,在本公开所述的CDN节点内服务调度装置中,还包括内容代理回源模块26:In an embodiment, in the CDN intra-node service scheduling apparatus of the present disclosure, the content proxy return source module 26 is further included:
所述内容代理回源模块26,设置为判断所述缓存服务器与所述根缓存服务器是否为同一台服务器;The content proxy back to the source module 26 is configured to determine whether the cache server and the root cache server are the same server;
若所述缓存服务器与所述根缓存服务器是同一台服务器,则查找所述缓存服务器,获取所述内容资源,并进行请求响应;If the cache server and the root cache server are the same server, searching the cache server, acquiring the content resource, and performing a request response;
若所述缓存服务器与所述根缓存服务器不是同一台服务器,则将所述请求消息发送到所述根缓存服务器,并根据所述根缓存服务器反馈的所述内容资源, 进行请求响应。And if the cache server is not the same server as the root cache server, sending the request message to the root cache server, and performing a request response according to the content resource fed back by the root cache server.
在一实施例中,在本公开所述的CDN节点内服务调度装置中,所述内容代理回源模块26是设置为:In an embodiment, in the CDN intra-node service scheduling apparatus of the present disclosure, the content proxy back source module 26 is configured to:
当所述缓存服务器中没有所述内容资源时,将所述请求消息发送到上级节点或源站,以得到所述内容资源,并缓存所述内容资源。When the content resource is not in the cache server, the request message is sent to a superior node or a source station to obtain the content resource, and the content resource is cached.
在一实施例中,在本公开所述的CDN节点内服务调度装置中,还包括内容热点统计模块28和内容缓存模块30:In an embodiment, the CDN in-node service scheduling apparatus of the present disclosure further includes a content hotspot statistics module 28 and a content cache module 30:
所述内容热点统计模块28,设置为统计所述内容资源被访问的次数,并根据所述内容资源被访问的次数计算所述内容资源是否为热点内容;The content hotspot statistic module 28 is configured to count the number of times the content resource is accessed, and calculate whether the content resource is hot content according to the number of times the content resource is accessed;
所述内容缓存模块30,设置为当所述内容资源为热点内容、且当接收到所述根缓存服务器反馈的所述热点内容时,缓存所述热点内容。The content caching module 30 is configured to cache the hot content when the content resource is hot content and when receiving the hot content fed back by the root cache server.
在一实施例中,在本公开所述的CDN节点内服务调度装置中,所述第一计算模块22是设置为:In an embodiment, in the CDN intra-node service scheduling apparatus of the present disclosure, the first computing module 22 is configured to:
在所述统一资源定位符中提取出域名信息;Extracting domain name information in the uniform resource locator;
根据所述统一资源定位符,利用预设的内容匹配规则计算出内容资源信息;Calculating content resource information by using a preset content matching rule according to the uniform resource locator;
根据所述域名信息和所述内容资源信息得到所述内容资源的ID。And obtaining an ID of the content resource according to the domain name information and the content resource information.
在一实施例中,在本公开所述的CDN节点内服务调度装置中,所述第二计算模块24是设置为:In an embodiment, in the CDN intra-node service scheduling apparatus of the present disclosure, the second computing module 24 is configured to:
利用预设的一致性哈希算法,在所述CDN节点内所有的缓存服务器的集合中得到所述内容资源的ID映射的根缓存服务器器。The root cache server of the ID mapping of the content resource is obtained in a set of all cache servers in the CDN node by using a preset consistency hash algorithm.
图3为CDN节点内组成及同外部网元关系结构示意图。如图3所示,在CDN节点内包括SLB和N个缓存服务器(N为大于或等于1的正整数),其中,以一个缓存服务器为例,在所述缓存服务器中包括内容去重模块(包括上文中的第一计算模块22和第二计算模块24)、内容热点统计模块28、内容代理回源模块26、内容缓存模块30及内容复制模块。FIG. 3 is a schematic diagram showing the structure of a CDN node and its relationship with an external network element. As shown in FIG. 3, the CDB and the N cache servers (N is a positive integer greater than or equal to 1) are included in the CDN node, wherein a cache server is included as an example, and the content deduplication module is included in the cache server ( The first calculation module 22 and the second calculation module 24), the content hotspot statistics module 28, the content proxy return source module 26, the content cache module 30, and the content replication module are included.
本公开实施例提供的CDN节点内服务调度装置,在进行CDN节点内部内容调度时,能充分利用算法方式而不用记录和同步内容实际在一个或多个缓存 服务器索引,极大减轻了SLB调度负载,规避了因内容索引不一致、同步不及时、SLB异常所产生的问题,同时能提升CDN节点内一个或多个缓存服务器负载均衡度,降低因突发热点导致某台缓存服务器过热,规避传统采用精确内容索引记录的方案在海量内容场景下所产生的内容一致性难度。The CDN intra-node service scheduling apparatus provided by the embodiment of the present disclosure can fully utilize an algorithm manner without recording and synchronizing content actually in one or more cache server indexes when performing internal content scheduling of a CDN node, thereby greatly reducing the SLB scheduling load. It avoids the problems caused by inconsistent content index, unsynchronized synchronization, and SLB abnormality. At the same time, it can improve the load balance of one or more cache servers in the CDN node, reduce the overheating of a cache server due to hot spots, and avoid the traditional adoption. The content consistency record is generated by the scheme of accurate content index recording in the mass content scene.
为了更加详细的说明本公开实施例的CDN节点内服务调度方法,给出实例1和实例2,图4为实例1中CDN节点内服务调度分配方法的流程示意图,如图4所示,包括以下步骤:For a more detailed description of the CDN intra-node service scheduling method of the embodiment of the present disclosure, Example 1 and Example 2 are given. FIG. 4 is a schematic flowchart of a service scheduling allocation method in a CDN node in Example 1, as shown in FIG. 4, including the following step:
步骤一:step one:
用户211向CDN节点的SLB发起TCP建链请求,SLB接收用户发送TCP建链请求,根据TCP连接情况(例如:连接数,请求频率,活跃连接数),将用户请求负载均衡到缓存服务器231。The user 211 initiates a TCP link establishment request to the SLB of the CDN node, and the SLB receives the user to send a TCP link establishment request, and loads the user request to the cache server 231 according to the TCP connection situation (for example, the number of connections, the request frequency, and the number of active connections).
步骤二:Step two:
缓存服务器231收到用户211向CDN节点发起获取内容资源请求,包括请求URI,请求域名Domain等超文本传输协议(HyperText Transfer Protocol,HTTP)信息。例如:The cache server 231 receives the Hypertext Transfer Protocol (HTTP) information that the user 211 initiates to acquire the content resource request from the CDN node, including the request URI, and the domain name Domain. E.g:
https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.pnghttps://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png
步骤三:Step three:
缓存服务器231根据URI请求、域名信息和预先配置好的该域名的对应内容资源的正则表达式,计算出请求所对应的内容资源的唯一ID。例如用ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png做密钥KEY经过消息摘要算法MD5计算出内容资源的唯一ID为fb6667636553c773d7d3fd13bc6d4d4e。The cache server 231 calculates a unique ID of the content resource corresponding to the request according to the URI request, the domain name information, and the pre-configured regular expression of the corresponding content resource of the domain name. For example, ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png is used as the key KEY. The unique ID of the content resource is calculated by the message digest algorithm MD5 as fb6667636553c773d7d3fd13bc6d4d4e.
缓存服务器231通过统计该内容单位时间内访问次数及预先定义的热点计 算算法确定ID为fb6667636553c773d7d3fd13bc6d4d4e的内容是否为热点内容。假定这里计算出来ID为fb6667636553c773d7d3fd13bc6d4d4e的内容为非热点内容。The cache server 231 determines whether the content of the ID is fb6667636553c773d7d3fd13bc6d4d4e is hot content by counting the number of accesses in the content unit time and the predefined hotspot calculation algorithm. Assume that the content whose ID is fb6667636553c773d7d3fd13bc6d4d4e is non-hotspot content.
缓存服务器231采用一致性哈希算法,通过fb6667636553c773d7d3fd13bc6d4d4e,cacheid1,cacheid2,cacheid3计算后得知此内容的根缓存服务器ID为cacheid3,即根缓存服务器为缓存服务器231。The cache server 231 uses the consistency hash algorithm to calculate the root cache server ID of the content as cacheid3 by using the fb6667636553c773d7d3fd13bc6d4d4e, cacheid1, cacheid2, and cacheid3, that is, the root cache server is the cache server 231.
步骤四:Step four:
当缓存服务器231没有缓存ID为fb6667636553c773d7d3fd13bc6d4d4e的内容时,则向上级CDN节点或源站241实时获取内容资源,并将内容资源提取返回给用户211。同时,缓存服务器231也将内容资源缓存至本地。When the cache server 231 does not cache the content of the ID fb6667636553c773d7d3fd13bc6d4d4e, the upper CDN node or the source station 241 acquires the content resource in real time and returns the content resource to the user 211. At the same time, the cache server 231 also caches the content resources locally.
图5为实例2中CDN节点内服务调度分配方法的流程示意图,如图5所示,包括以下步骤:FIG. 5 is a schematic flowchart of a method for allocating a service scheduling in a CDN node in the example 2, as shown in FIG. 5, including the following steps:
步骤一:step one:
用户211向CDN节点的SLB发起TCP建链请求,SLB接收用户发送TCP建链请求,根据TCP连接情况(例如:连接数,请求频率,活跃连接数),将用户请求负载均衡到缓存服务器232。The user 211 initiates a TCP link establishment request to the SLB of the CDN node, and the SLB receives the TCP connection request from the user, and load balances the user request to the cache server 232 according to the TCP connection situation (for example, the number of connections, the request frequency, and the number of active connections).
步骤二:Step two:
缓存服务器232收到用户211向CDN节点发起获取内容资源请求,包括请求URI,请求域名Domain等HTTP信息。例如:The cache server 232 receives the user 211 to initiate a request for acquiring a content resource to the CDN node, including requesting a URI, requesting HTTP information such as a domain name. E.g:
https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.pnghttps://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png
步骤三:Step three:
缓存服务器232根据URI请求、域名信息和预先配置好的该域名的对应内 容资源的正则表达式,计算出请求所对应的内容资源的唯一ID。例如用ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png做KEY经过MD5计算出内容资源的唯一ID为fb6667636553c773d7d3fd13bc6d4d4e。The cache server 232 calculates a unique ID of the content resource corresponding to the request according to the URI request, the domain name information, and the pre-configured regular expression of the corresponding content resource of the domain name. For example, use ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png to do KEY. The unique ID of the content resource calculated by MD5 is fb6667636553c773d7d3fd13bc6d4d4e.
缓存服务器232通过热点内容统计计算出来ID为fb6667636553c773d7d3fd13bc6d4d4e的内容为热点内容。The cache server 232 calculates the content of the ID as fb6667636553c773d7d3fd13bc6d4d4e as the hot content by the hot content statistics.
缓存服务器232采用一致性哈希算法,通过fb6667636553c773d7d3fd13bc6d4d4e,缓存服务器ID列表等信息计算后得知此内容的根缓存服务器为缓存服务器231。The cache server 232 uses the consistency hash algorithm to calculate the root cache server of the content as the cache server 231 by calculating the information such as the cache server ID list and the like by fb6667636553c773d7d3fd13bc6d4d4e.
步骤四:Step four:
缓存服务器232向缓存服务器231发起代理回源请求。The cache server 232 initiates a proxy return request to the cache server 231.
步骤五:Step five:
当缓存服务器231没有缓存ID为fb6667636553c773d7d3fd13bc6d4d4e的内容时,则向上级CDN节点或源站241实时获取内容资源,并将内容资源提取返回给缓存服务器231。同时,缓存服务器231也将内容缓存至本地。When the cache server 231 does not cache the content of the ID bb6667636553c773d7d3fd13bc6d4d4e, the upper CDN node or the source station 241 acquires the content resource in real time, and returns the content resource to the cache server 231. At the same time, the cache server 231 also caches the content locally.
步骤六:Step six:
缓存服务器232向用户返回内容数据,并将内容fb6667636553c773d7d3fd13bc6d4d4e缓存至本地。The cache server 232 returns the content data to the user and caches the content fb6667636553c773d7d3fd13bc6d4d4e locally.
图6为本公开实施例中CDN节点内服务调度分配设备的结构示意图。本公开还提供了一种CDN节点内服务调度设备,包括存储器610和处理器620,所述存储器610上存储有可以在所述处理器620上运行的计算机程序,所述计算机程序被所述处理器执行时实现如本公开实施例所述的CDN节点内服务调度方法。FIG. 6 is a schematic structural diagram of a service scheduling distribution device in a CDN node according to an embodiment of the present disclosure. The present disclosure also provides a CDN intra-node service scheduling device, including a memory 610 and a processor 620 having stored thereon a computer program executable on the processor 620, the computer program being processed The CDN intra-node service scheduling method as described in the embodiment of the present disclosure is implemented when the device is executed.
在一实施例中,本公开提供了一种计算机可读存储介质,所述计算机可读存储介质上存储有CDN节点内服务调度程序,所述CDN节点内服务调度程序被处理器执行时实现上述的CDN节点内服务调度方法。In an embodiment, the present disclosure provides a computer readable storage medium having a CDN intra-node service scheduler stored thereon, the CDN intra-node service scheduler being implemented by a processor to implement the above Service scheduling method within a CDN node.
本公开实施例提供的CDN节点内服务调度方法、装置、设备和计算机可读存储介质,在进行CDN节点内部内容调度时,能充分利用算法方式而不用记录和同步内容实际在一个或多个缓存服务器索引,极大减轻了SLB调度负载,规避了因内容索引不一致、同步不及时、SLB异常所产生的问题,同时能提升CDN节点内一个或多个缓存服务器负载均衡度,降低因突发热点导致某台缓存服务器过热,规避传统采用精确内容索引记录的方案在海量内容场景下所产生的内容一致性难度。The CDN intra-node service scheduling method, apparatus, device and computer readable storage medium provided by the embodiments of the present disclosure can fully utilize an algorithm manner without recording and synchronizing content actually in one or more caches when performing internal content scheduling of a CDN node. The server index greatly reduces the SLB scheduling load, avoids the problems caused by content index inconsistency, unsynchronized synchronization, and SLB exceptions. At the same time, it can improve the load balance of one or more cache servers in the CDN node and reduce the sudden hotspots. This causes a cache server to overheat and circumvents the difficulty of content consistency caused by the traditional scheme of using accurate content index records in massive content scenarios.

Claims (10)

  1. 一种内容分发网络CDN节点内服务调度方法,应用于缓存服务器,包括:A content distribution network CDN node service scheduling method, applied to a cache server, comprising:
    当接收到获取内容资源的请求消息时,在所述请求消息中提取所述内容资源的统一资源定位符;When receiving the request message for acquiring the content resource, extracting a uniform resource locator of the content resource in the request message;
    根据所述统一资源定位符,确定所述内容资源的标识ID;Determining, according to the uniform resource locator, an identifier ID of the content resource;
    根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中选取用于获取所述内容资源的根缓存服务器。And selecting, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
  2. 如权利要求1所述的方法,在得到设置为获取所述内容资源的根缓存服务器之后,还包括:The method of claim 1, after obtaining the root cache server configured to acquire the content resource, further comprising:
    判断所述缓存服务器与所述根缓存服务器是否为同一台服务器;Determining whether the cache server and the root cache server are the same server;
    若所述缓存服务器与所述根缓存服务器是同一台服务器,则查找所述缓存服务器,获取所述内容资源,并进行请求响应;If the cache server and the root cache server are the same server, searching the cache server, acquiring the content resource, and performing a request response;
    若所述缓存服务器与所述根缓存服务器不是同一台服务器,则将所述请求消息发送到所述根缓存服务器,并根据所述根缓存服务器反馈的所述内容资源,进行请求响应。And if the cache server is not the same server as the root cache server, sending the request message to the root cache server, and performing a request response according to the content resource fed back by the root cache server.
  3. 如权利要求2所述的方法,其中,所述查找所述缓存服务器,获取所述内容资源,包括:The method of claim 2, wherein the finding the cache server to obtain the content resource comprises:
    当所述缓存服务器中没有所述内容资源时,将所述请求消息发送到上级节点或源站,以得到所述内容资源,并缓存所述内容资源。When the content resource is not in the cache server, the request message is sent to a superior node or a source station to obtain the content resource, and the content resource is cached.
  4. 如权利要求2所述的方法,还包括:The method of claim 2 further comprising:
    统计所述内容资源被访问的次数,并根据所述内容资源被访问的次数计算所述内容资源是否为热点内容;Counting the number of times the content resource is accessed, and calculating whether the content resource is hot content according to the number of times the content resource is accessed;
    当所述内容资源为热点内容、且当接收到所述根缓存服务器反馈的热点内容时,缓存所述热点内容。When the content resource is hot content, and when receiving the hot content fed back by the root cache server, the hot content is cached.
  5. 如权利要求1所述的方法,其中,所述根据所述统一资源定位符,确定所述内容资源的ID,包括:The method of claim 1, wherein the determining the ID of the content resource according to the uniform resource locator comprises:
    在所述统一资源定位符中提取出域名信息;Extracting domain name information in the uniform resource locator;
    根据所述统一资源定位符,利用预设的内容匹配规则计算出内容资源信息;Calculating content resource information by using a preset content matching rule according to the uniform resource locator;
    根据所述域名信息和所述内容资源信息得到所述内容资源的ID。And obtaining an ID of the content resource according to the domain name information and the content resource information.
  6. 如权利要求1所述的方法,其中,根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中进行选取,包括:The method of claim 1, wherein selecting, according to the ID of the content resource, all cache servers in the CDN node according to a preset selection algorithm, including:
    利用预设的一致性哈希算法,在所述CDN节点内所有的缓存服务器的集合中得到所述内容资源的ID映射的根缓存服务器。The root cache server of the ID mapping of the content resource is obtained in a set of all cache servers in the CDN node by using a preset consistency hash algorithm.
  7. 一种内容分发网络CDN节点内服务调度装置,包括:接收模块、第一计算模块、以及第二计算模块:A content distribution network CDN node service scheduling device includes: a receiving module, a first computing module, and a second computing module:
    所述接收模块,设置为当接收到获取内容资源的请求消息时,在所述请求消息中提取所述内容资源的统一资源定位符;The receiving module is configured to: when receiving the request message for acquiring the content resource, extract a uniform resource locator of the content resource in the request message;
    所述第一计算模块,设置为根据所述统一资源定位符,确定所述内容资源的标识ID;The first calculating module is configured to determine an identifier ID of the content resource according to the uniform resource locator;
    所述第二计算模块,设置为根据所述内容资源的ID,按照预设的选取算法,在所述CDN节点内所有的缓存服务器中选取用于获取所述内容资源的根缓存服务器。The second calculating module is configured to select, according to the ID of the content resource, a root cache server for acquiring the content resource in all cache servers in the CDN node according to a preset selection algorithm.
  8. 如权利要求7所述的装置,还包括内容代理回源模块;The apparatus of claim 7 further comprising a content agent return source module;
    所述内容代理回源模块,设置为判断所述缓存服务器与所述根缓存服务器是否为同一台服务器;The content proxy back to the source module is configured to determine whether the cache server and the root cache server are the same server;
    若所述缓存服务器与所述根缓存服务器是同一台服务器,则查找所述缓存服务器,获取所述内容资源,并进行请求响应;If the cache server and the root cache server are the same server, searching the cache server, acquiring the content resource, and performing a request response;
    若所述缓存服务器与所述根缓存服务器不是同一台服务器,则将所述请求消息发送到所述根缓存服务器,并根据所述根缓存服务器反馈的所述内容资源,进行请求响应。And if the cache server is not the same server as the root cache server, sending the request message to the root cache server, and performing a request response according to the content resource fed back by the root cache server.
  9. 一种内容分发网络CDN节点内服务调度设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如权利要求1~6任一项所述的CDN节点内服务调度方 法。A content distribution network CDN intra-node service scheduling device comprising a memory, a processor, and a computer program stored on the memory and operable on the processor, the computer program being implemented by the processor The CDN intra-node service scheduling method according to any one of claims 1 to 6.
  10. 一种存储介质,所述存储介质上存储有CDN节点内服务调度程序,所述CDN节点内服务调度程序被处理器执行时实现如权利要求1~6任一项所述的CDN节点内服务调度方法。A storage medium storing a CDN intra-node service scheduler, wherein the CDN intra-node service scheduler is executed by a processor to implement the CDN intra-node service scheduling according to any one of claims 1 to 6. method.
PCT/CN2018/107387 2017-09-22 2018-09-25 Method, apparatus and device for scheduling service within cdn node, and storage medium WO2019057212A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710867903.3 2017-09-22
CN201710867903.3A CN109542613A (en) 2017-09-22 2017-09-22 Distribution method, device and the storage medium of service dispatch in a kind of CDN node

Publications (1)

Publication Number Publication Date
WO2019057212A1 true WO2019057212A1 (en) 2019-03-28

Family

ID=65811023

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/107387 WO2019057212A1 (en) 2017-09-22 2018-09-25 Method, apparatus and device for scheduling service within cdn node, and storage medium

Country Status (2)

Country Link
CN (1) CN109542613A (en)
WO (1) WO2019057212A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112243027A (en) * 2020-09-30 2021-01-19 武汉兴图新科电子股份有限公司 System and method for solving mass media stream distribution problem based on cluster technology
CN113238836A (en) * 2021-04-15 2021-08-10 网宿科技股份有限公司 Distributed content scheduling method, scheduling system and central server
CN113992760A (en) * 2021-10-22 2022-01-28 北京百度网讯科技有限公司 Back source flow scheduling method, device, equipment and storage medium
CN114793234A (en) * 2022-03-31 2022-07-26 北京百度网讯科技有限公司 Message processing method, device, equipment and storage medium
CN114900562A (en) * 2022-05-09 2022-08-12 北京百度网讯科技有限公司 Resource acquisition method and device, electronic equipment and storage medium
CN115473857A (en) * 2022-09-14 2022-12-13 北京奇艺世纪科技有限公司 Resource distribution method, device, system, electronic equipment and storage medium

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111787040A (en) * 2019-04-04 2020-10-16 阿里巴巴集团控股有限公司 Return source, resource request processing method and device, electronic equipment and computer readable storage medium
CN110098978B (en) * 2019-04-12 2021-02-26 网宿科技股份有限公司 DNS scheduling test method and device, network equipment and storage medium
CN110134896B (en) * 2019-05-17 2023-05-09 山东渤聚通云计算有限公司 Monitoring process and intelligent caching method of proxy server
CN112513830A (en) * 2019-07-15 2021-03-16 华为技术有限公司 Back-source method and related device in content distribution network
CN110601802B (en) * 2019-08-16 2022-05-20 网宿科技股份有限公司 Method and device for reducing cluster return-to-father bandwidth
CN110708369B (en) * 2019-09-25 2022-09-16 深圳市网心科技有限公司 File deployment method and device for equipment nodes, scheduling server and storage medium
CN112953984B (en) * 2019-12-10 2023-07-28 贵州白山云科技股份有限公司 Data processing method, device, medium and system
CN111767991B (en) * 2020-06-29 2023-08-15 重庆大学 Measurement and control resource scheduling method based on deep Q learning
CN113472852B (en) * 2021-06-02 2023-07-25 乐视云网络技术(北京)有限公司 Method, device and equipment for returning source of CDN node and storage medium
CN114301848B (en) * 2021-12-10 2023-08-29 阿里巴巴(中国)有限公司 CDN-based communication method, system, equipment and storage medium
CN114338686A (en) * 2021-12-21 2022-04-12 江苏云工场信息技术有限公司 Source returning method and device of CDN node server

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013078687A1 (en) * 2011-12-02 2013-06-06 华为技术有限公司 Content delivery network routing method, system and user terminal
CN104159132A (en) * 2014-08-22 2014-11-19 华为软件技术有限公司 Method and device of implementing customized service of video
CN104272705A (en) * 2012-05-15 2015-01-07 瑞典爱立信有限公司 Method and apparatus for display of operator ads
CN104951480A (en) * 2014-03-31 2015-09-30 杭州迪普科技有限公司 Resource storage indexing device and method in CDN system
CN106657196A (en) * 2015-11-02 2017-05-10 华为技术有限公司 Caching content elimination method and caching apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013078687A1 (en) * 2011-12-02 2013-06-06 华为技术有限公司 Content delivery network routing method, system and user terminal
CN104272705A (en) * 2012-05-15 2015-01-07 瑞典爱立信有限公司 Method and apparatus for display of operator ads
CN104951480A (en) * 2014-03-31 2015-09-30 杭州迪普科技有限公司 Resource storage indexing device and method in CDN system
CN104159132A (en) * 2014-08-22 2014-11-19 华为软件技术有限公司 Method and device of implementing customized service of video
CN106657196A (en) * 2015-11-02 2017-05-10 华为技术有限公司 Caching content elimination method and caching apparatus

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112243027A (en) * 2020-09-30 2021-01-19 武汉兴图新科电子股份有限公司 System and method for solving mass media stream distribution problem based on cluster technology
CN112243027B (en) * 2020-09-30 2023-04-07 武汉兴图新科电子股份有限公司 System and method for solving mass media stream distribution problem based on cluster technology
CN113238836A (en) * 2021-04-15 2021-08-10 网宿科技股份有限公司 Distributed content scheduling method, scheduling system and central server
CN113992760A (en) * 2021-10-22 2022-01-28 北京百度网讯科技有限公司 Back source flow scheduling method, device, equipment and storage medium
CN113992760B (en) * 2021-10-22 2024-03-01 北京百度网讯科技有限公司 Method, device, equipment and storage medium for scheduling back source traffic
CN114793234A (en) * 2022-03-31 2022-07-26 北京百度网讯科技有限公司 Message processing method, device, equipment and storage medium
CN114793234B (en) * 2022-03-31 2023-04-25 北京百度网讯科技有限公司 Message processing method, device, equipment and storage medium
CN114900562A (en) * 2022-05-09 2022-08-12 北京百度网讯科技有限公司 Resource acquisition method and device, electronic equipment and storage medium
CN115473857A (en) * 2022-09-14 2022-12-13 北京奇艺世纪科技有限公司 Resource distribution method, device, system, electronic equipment and storage medium
CN115473857B (en) * 2022-09-14 2023-12-15 北京奇艺世纪科技有限公司 Resource distribution method, device and system, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN109542613A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
WO2019057212A1 (en) Method, apparatus and device for scheduling service within cdn node, and storage medium
US11663355B2 (en) Systems and methods for facilitating access to private files using a cloud storage system
KR102133951B1 (en) Short link handling methods, devices, and servers
US9628554B2 (en) Dynamic content delivery
CN107231402B (en) HTTP request processing method, device and system
US9390200B2 (en) Local caching device, system and method for providing content caching service
US20110289126A1 (en) Content delivery network
US9065796B2 (en) Dynamic application programming interface
US8533296B2 (en) Schema-based feed generation for media syndication
US20150215405A1 (en) Methods of managing and storing distributed files based on information-centric network
CN108683668B (en) Resource checking method, device, storage medium and equipment in content distribution network
JP2009157444A (en) Service providing system, gateway, and server
WO2021253889A1 (en) Load balancing method and apparatus, proxy device, cache device and serving node
US9386099B2 (en) Local caching device, system and method for providing content caching service
US10574703B1 (en) Content delivery employing multiple security levels
US20210158353A1 (en) Methods, systems, apparatuses, and devices for processing request in consortium blockchain
CN116578740A (en) Computer-implemented method, storage system, and computer-readable storage medium
CN108540510B (en) Cloud host creation method and device and cloud service system
US11841842B2 (en) Method and system for using external content type object types
WO2022057525A1 (en) Method and device for data retrieval, electronic device, and storage medium
EP3579526B1 (en) Resource file feedback method and apparatus
CN112866406B (en) Data storage method, system, device, equipment and storage medium
CN107241422B (en) Method for synchronizing external user and user group information into Apache Range in real time
US9432238B2 (en) Communicating large amounts of data over a network with improved efficiency
JP6233846B2 (en) Variable-length nonce generation

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

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 09.09.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18858152

Country of ref document: EP

Kind code of ref document: A1