WO2018041212A1 - Method for processing cdn service, relevant device and communication system - Google Patents

Method for processing cdn service, relevant device and communication system Download PDF

Info

Publication number
WO2018041212A1
WO2018041212A1 PCT/CN2017/099880 CN2017099880W WO2018041212A1 WO 2018041212 A1 WO2018041212 A1 WO 2018041212A1 CN 2017099880 W CN2017099880 W CN 2017099880W WO 2018041212 A1 WO2018041212 A1 WO 2018041212A1
Authority
WO
WIPO (PCT)
Prior art keywords
dns
domain name
address
record
name resolution
Prior art date
Application number
PCT/CN2017/099880
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 WO2018041212A1 publication Critical patent/WO2018041212A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Definitions

  • the present invention relates to the field of Internet technologies, and in particular, to a method for processing a CDN service, a related device, and a communication system.
  • CDN Content Delivery Network
  • the local domain name resolution server (LDNS) receives a domain name resolution request sent by a netizen client in the local area (for example, Beijing)
  • the local domain name server (Local Domain Name Server, Abbreviation: LDNS) sends the domain name resolution request to the authoritative domain name resolution server (DNS).
  • DNS authoritative domain name resolution server
  • the authoritative DNS accesses the DNS at all levels through recursive resolution.
  • the DNS feeds the domain name alias (cname) back to LDNS.
  • the LDNS obtains the IP address corresponding to the cname through the recursive query again.
  • the LDNS feeds the IP address back to the client of the netizen, and the client accesses the IP address to obtain data.
  • the final IP address is fed back to the client, and at least two recursive resolutions are needed.
  • the first time is that the authoritative DNS accesses the DNS at all levels through recursive resolution, and the DNS feeds back the alias (cname) of the domain name to the client.
  • LDNS the second time is that after LDNS receives cname, it uses recursive query again to get the IP address corresponding to the cname.
  • the domain name resolution efficiency is low, which increases the waiting time of netizens.
  • the embodiment of the invention provides a processing method, a related device and a communication system for a CDN service. It is used to reduce the time of domain name resolution and improve the efficiency of analysis.
  • an embodiment of the present invention provides a method for processing a CDN service, where the method includes:
  • the first domain name resolution server DNS receives the domain name resolution request of the local domain name resolution server LDNS of the target area, the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to the IP address of the first DNS.
  • the IP address of the first DNS is obtained by the registrar's authoritative DNS query NS record, and is sent to the LDNS, where the NS record is used to indicate the first DNS having the resolution right to the target domain name.
  • the first DNS belongs to the first content distribution network CDN service provider.
  • the first DNS queries the domain name resolution record according to the target domain name, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider;
  • the first DNS sends an IP address of the first web server to the LDNS.
  • the NS record includes a host name of the first DNS, and the host name has a mapping relationship with an IP address of the first DNS.
  • an embodiment of the present invention provides a method for processing a CDN service, where the method includes:
  • the authoritative DNS of the registry receives the domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name;
  • the authoritative DNS of the registry is configured to query the NS record according to the domain name resolution request, and obtain an IP address of the first DNS, where the NS record is used to indicate a first DNS having resolution rights to the target domain name, where the One DNS belongs to the first CDN service provider;
  • the authoritative DNS of the registry sends an IP address of the first DNS to the LDNS according to the NS record, and the IP address of the first DNS is used by the LDNS to send a domain name resolution request to the first DNS, so that The first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider, and the first DNS server The LDNS sends the IP address of the first web server.
  • the method further includes:
  • the authoritative DNS of the registry changes the NS record, and the changed NS record is used to indicate a second DNS having resolution rights to the target domain name, and the second DNS belongs to the second CDN service provider;
  • the authoritative DNS of the registry sends the IP address of the second DNS to the LDNS according to the NS record.
  • the registry's authoritative DNS changes the NS record, including:
  • the authoritative DNS of the registry receives an externally input instruction
  • the authoritative DNS of the registry changes the NS record according to the instructions.
  • the NS record includes multiple DNSs, and the multiple DNSs belong to different CDN service providers, and each of the multiple DNS addresses has different priorities;
  • the authoritative DNS changes NS records including:
  • the authoritative DNS switches the authority of the domain name resolution from the first DNS to the second DNS through the NS record according to the priority from the highest to the lowest, wherein the second DNS is the The highest priority DNS outside the first DNS.
  • the authoritative DNS of the registry obtains the NS record according to the domain name resolution request, and obtains the IP address of the first DNS, including:
  • the authoritative DNS of the registry queries the NS record according to the domain name resolution request
  • the authoritative DNS of the registry obtains the host name of the first DNS according to the NS record, and the host name has a mapping relationship with the IP address of the first DNS;
  • the authoritative DNS of the registry obtains the IP address of the first DNS according to the host name and the mapping relationship.
  • an embodiment of the present invention provides a domain name resolution server, including:
  • a receiving module configured to receive a domain name resolution request of a local domain name resolution server LDNS of the target area, where the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to an IP address of the domain name resolution server.
  • the IP address is obtained by the registrar's authoritative DNS query NS record, and is sent to the LDNS, the NS record is used to indicate the first DNS having the resolution right to the target domain name, and the first DNS belongs to First content distribution network CDN service provider;
  • a querying module configured to query a domain name resolution record according to the target domain name received by the receiving module, to obtain an IP address of a first web server in the target area, where the first web server belongs to a first CDN service provider;
  • a sending module configured to send, to the LDNS, the first web service that is queried by the query module The IP address of the device.
  • an embodiment of the present invention provides an authoritative domain name resolution server, including:
  • a receiving module configured to receive a domain name resolution request sent by an LDNS of the target area, where the domain name resolution request includes a target domain name;
  • a querying module configured to query an NS record according to the domain name resolution request received by the receiving module, to obtain an IP address of the first DNS, where the NS record is used to indicate a first DNS having resolution rights to the target domain name
  • the first DNS belongs to the first CDN service provider
  • a sending module configured to send, according to the NS record, an IP address of the first DNS that is queried by the query module to the LDNS, where an IP address of the first DNS is used by the LDNS to send to the first DNS a domain name resolution request, so that the first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider.
  • the first DNS sends the IP address of the first web server to the LDNS.
  • the method further includes: a recording module
  • a recording module configured to change an NS record when the first DNS fails, the changed NS record is used to indicate a second DNS having a resolution right to the target domain name, and the second DNS belongs to a second CDN service Business
  • the sending module is further configured to send the IP address of the second DNS to the LDNS according to the NS record.
  • the method further includes: an input module and a recording module;
  • the input module is configured to receive an external input instruction when the first DNS fails;
  • the recording module is further configured to change the NS record according to the instruction.
  • the NS record includes multiple DNSs, and the multiple DNSs belong to different CDN service providers, and each of the multiple DNS addresses has different priorities;
  • the recording module is further configured to switch, by using an NS record, the right to resolve the domain name from the first DNS to the second DNS according to the priority from the highest priority to the second DNS, where the second DNS is the multiple DNS The highest priority DNS in addition to the first DNS.
  • an embodiment of the present invention provides a communications system, including:
  • the first domain name resolution server DNS the authoritative DNS of the registry, the local domain name resolution server LDNS, and the first DNS belongs to the first CDN service provider;
  • the authoritative DNS receives the domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name;
  • NS record is used to indicate the first DNS of the first DNS
  • the authoritative DNS of the registry sends an IP address of the first DNS to the LDNS according to the NS record;
  • the LDNS sends a domain name resolution request to the first DNS according to the IP address of the first DNS, where the domain name resolution request includes a target domain name;
  • the first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider;
  • the first DNS sends an IP address of the first web server to the LDNS.
  • the authoritative domain name resolution server DNS introduces the domain name resolution authority to the DNS of the first CDN service provider to import the CDN service.
  • the DNS of the first CDN service provider resolves the target domain name according to the domain name resolution request, and obtains the IP address of the web server in the target area, which effectively reduces the recursive resolution time of the traditional method at least twice. At the same time of CDN business, it effectively improves the efficiency of domain name resolution and reduces the waiting time of netizens.
  • FIG. 1 is a schematic diagram of a communication system in an embodiment of the present invention.
  • FIG. 2 is a schematic diagram of an embodiment of a method for processing a CDN service according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of another embodiment of a method for processing a CDN service according to an embodiment of the present disclosure
  • FIG. 4 is a schematic diagram of switching a DNS when a first DNS fails in an embodiment of the present invention
  • FIG. 5 is a schematic structural diagram of an embodiment of a domain name resolution server according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of an embodiment of an authoritative domain name resolution server according to an embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of another embodiment of an authoritative domain name resolution server according to an embodiment of the present invention.
  • FIG. 8 is a schematic structural diagram of another embodiment of an authoritative domain name resolution server according to an embodiment of the present invention.
  • the embodiment of the invention provides a processing method, a related device and a communication system for a CDN service. It is used to reduce the time of domain name resolution and improve the efficiency of analysis.
  • FIG. 1 is a schematic structural diagram of the communication system.
  • the communication system includes: a first domain name resolution server DNS 110, an authoritative DNS 120 of the registry, and a local domain name resolution server LDNS 130.
  • the first DNS 110 belongs to the first CDN service provider and the client 140 of the target area.
  • Client 140 of the target area eg, Beijing
  • the domain name resolution request the domain name resolution request includes a target domain name, for example, the target domain name may be www.a.com.
  • the LDNS 130 queries the local cache list. If the local cache list does not have the cache information of the www.a.com, the LDNS 130 sends a domain name resolution request to the authoritative DNS 120, where the domain name resolution request includes the target domain name.
  • the authoritative DNS queries the NS record according to the domain name resolution request, and obtains an IP address of the first DNS 110, where the NS record is used to indicate the first DNS 110 having the resolution right to the target domain name.
  • the authoritative DNS 120 of the registry sends the IP address of the first DNS 110 to the LDNS 130 based on the NS record.
  • the LDNS 130 sends a domain name resolution request to the first DNS 110 according to the IP address of the first DNS 110, where the domain name resolution request includes the target domain name.
  • the first DNS 110 queries the domain name resolution record according to the domain name resolution request, and obtains the IP address of the first web server 150 in the target area (Beijing area).
  • the first DNS 110 transmits the IP address of the first web server 150 to the LDNS 130.
  • the LDNS 130 feeds back the IP address of the first web server to the client 140 of the target area (eg, Beijing).
  • the client 140 initiates a web request to the first web server 150 and retrieves the data.
  • an embodiment of a method for processing a CDN service includes:
  • Step 201 The LDNS sends a domain name resolution request to the authoritative DNS, where the domain name resolution request includes the target domain name.
  • the LDNS queries the local cache list. If there is no cache information of www.a.com, the LDNS sends a domain name resolution request to the authoritative DNS, and the domain name resolution request includes the target domain name.
  • Step 202 The authoritative DNS queries the NS record according to the domain name resolution request, and obtains an IP address of the first DNS.
  • the NS (Name Server) record refers to the domain name server record, which is used to specify which DNS server to resolve the domain name.
  • the NS record includes a host name of the first DNS, and the host name has a mapping relationship with an IP address of the first DNS.
  • the NS record is "a.com.cn.dns1.cdnA.com".
  • the IP of the first DNS is "1.1.1.1".
  • the authoritative DNS When the domain name is registered in the registry, the authoritative DNS has authorized the first DNS to resolve the domain name through the NS record, and the first DNS is the DNS of the first CDN service provider. Therefore, the authoritative DNS receives the domain name resolution request, and queries the NS record according to the target domain name to obtain the IP address of the first DNS.
  • the specific method for obtaining the first DNS by the authoritative DNS may be: the authoritative DNS queries the NS record according to the domain name resolution request, and obtains the host name of the first DNS according to the NS record, the host name and the The IP address of the first DNS has a mapping relationship, and the authoritative DNS obtains the IP address of the first DNS according to the host name and the mapping relationship.
  • Step 203 The authoritative DNS sends an IP address of the first DNS to the LDNS according to the NS record.
  • the authoritative DNS obtains the IP address of the first DNS having the resolution authority for the target domain name by querying the NS record, and the authoritative DNS feeds back the IP address of the first DNS to the LDNS.
  • Step 204 The LDNS sends a domain name resolution request to the first DNS according to the IP address of the first DNS, where the domain name resolution request includes a target domain name.
  • the first DNS queries the domain name resolution record according to the domain name resolution request, and obtains the IP address of the first web server corresponding to the target domain name in the target area (Beijing area).
  • the target domain name has a mapping relationship with the IP address of the web server.
  • Step 205 The first DNS sends an IP address of the first web server to the LDNS. So that the client can directly access the web server through the IP address of the web server to obtain data.
  • the first DNS resolution record includes, see the following table 1:
  • the authoritative DNS authorizes the resolution right of the target domain name to the first DNS of the CDN service provider through the NS record, thereby realizing the direct introduction of the CDN service without setting the cname.
  • the DNS of the first CDN service provider determines the target according to the domain name resolution request
  • the domain name is parsed to obtain the IP address of the web server in the target area, which effectively reduces the recursive resolution time of the traditional method, and at least simultaneously increases the efficiency of domain name resolution and reduces the waiting time of the netizen while introducing the CDN service. .
  • the service domain name cname need not be accelerated to the CDN to accelerate the domain name, and the information of the service provider is not disclosed.
  • the target domain name is www.a.com
  • cname is "www.a.nn.com”
  • www.a.nn.com is the name of the CDN service provider. It is easy to know in cname, which customers are served by CDN service providers, and it is easy to disclose business information.
  • the CDN service is not introduced by means of cname, but the CDN service is directly authorized to the CDN service provider through the NS record through the NS record, so that the information of the CDN service provider can be effectively protected. .
  • the processing method of the CDN service provided by the embodiment of the present invention may also perform real-time switching.
  • the method further includes:
  • the authoritative DNS of the registry changes the NS record, and the changed NS record is used to indicate a second DNS having resolution rights to the target domain name, and the second DNS belongs to the second CDN service provider.
  • the authoritative DNS of the registry sends the IP address of the second DNS to the LDNS according to the NS record.
  • the authoritative DNS determines that the first DNS fails
  • the authoritative DNS changes the NS record in real time
  • the second DNS performs the domain name resolution function
  • the second DNS resolution record includes the mapping between the target domain name and the IP address of the web server. relationship.
  • the steps performed by the first DNS in the embodiment corresponding to FIG. 2 are performed by the second DNS instead of the first DNS.
  • FIG. 3 another embodiment of a method for processing a CDN service is provided in the embodiment of the present invention, including:
  • Step 301 When the first DNS fails, the authoritative DNS of the registry changes an NS record, and the changed NS record is used to indicate a second DNS that has a resolution right to the target domain name, and the second DNS Belongs to the second CDN service provider.
  • FIG. 4 shows that in a possible implementation manner, the primary domain name resolution server and the standby domain name resolution server are pre-configured in the NS record.
  • the first DNS is the main domain name resolution service
  • the server and the second DNS are standby domain name resolution servers.
  • the authoritative DNS of the registry switches the primary domain name resolution server to the standby domain name resolution server, that is, switches from the first DNS to the second DNS to achieve real-time switching.
  • the authoritative DNS of the registry receives an externally input instruction; the authoritative DNS changes the NS record according to the instruction, and the changed NS record is used to indicate A second DNS having resolution rights to the target domain name, the second DNS belongs to a second CDN service provider.
  • the authoritative DNS switches the authority of domain name resolution from the first DNS by using an NS record according to the priority from high to low.
  • the target DNS is a DNS with the highest priority among the plurality of DNS except the first DNS.
  • the NS records 4 DNSs, and the 4 DNSs may belong to different service providers, and the 4 DNSs are specifically the first DNS, the second DNS, the third DNS, and the fourth DNS.
  • the priority of the four DNSs is shown in Table 2 below:
  • the authoritative DNS grants the right of domain name resolution to the second DNS through the NS according to the priority from high to low.
  • FIG. 4 is a schematic diagram of DNS switching when the first DNS fails. If the first DNS (corresponding to dns1 in FIG. 4) of the first CDN service provider (corresponding to dns1 in FIG. 4) fails, the authoritative DNS of the registry authorizes the second DNS through the NS record (corresponding to dns2 in FIG. 4) The second DNS belongs to the second CDN service provider (corresponding to cdnB in FIG. 4).
  • the changed NS record is:
  • the NS record is "a.com.cn.dns2.cdnB.com".
  • the IP of the second DNS is "3.3.3.3".
  • Step 302 The LDNS sends a domain name resolution request to the authoritative DNS, where the domain name resolution request includes the target domain name.
  • step 201 is understood in conjunction with step 201 in the embodiment corresponding to FIG. 2, and details are not described herein.
  • Step 303 The authoritative DNS queries the NS record according to the domain name resolution request, and obtains an IP address of the second DNS.
  • step 202 is understood in conjunction with step 202 in the embodiment corresponding to FIG. 2, and details are not described herein.
  • IP address of the second DNS is "3.3.3.3".
  • Step 304 The authoritative DNS sends an IP address of the second DNS to the LDNS according to the NS record.
  • step 203 is understood in conjunction with step 203 in the embodiment corresponding to FIG. 2, and details are not described herein.
  • Step 305 The LDNS sends a domain name resolution request to the second DNS according to the IP address of the second DNS, where the domain name resolution request includes the target domain name.
  • step 204 is understood in conjunction with step 204 in the embodiment corresponding to FIG. 2, and details are not described herein.
  • Step 306 The second DNS sends the IP address of the second web server to the LDNS. So that the client can directly access the second web server through the IP address of the web server to acquire data.
  • the second web server belongs to the second service provider.
  • step 205 is understood in conjunction with step 205 in the embodiment corresponding to FIG. 2, and details are not described herein.
  • the IP address of the second web server in the Beijing area is: "111.111.111.111".
  • the first DNS when the first DNS fails, the first DNS is the currently working DNS, and the authoritative DNS can switch the DNS in real time through the NS record, which saves the traditional method. If the DNS fails, it needs to wait for survival. Time To Live (TTL: TTL), NS records can be updated in real time, greatly improving the efficiency of failover.
  • TTL Time To Live
  • an embodiment of the present invention further provides an embodiment of a domain name resolution server 500, including:
  • a receiving module configured to receive a domain name resolution request of a local domain name resolution server LDNS of the target area, where the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to an IP address of the domain name resolution server.
  • the IP address is obtained by the registrar's authoritative DNS query NS record and sent to the LDNS, and the NS record is used to indicate the target domain.
  • the first DNS having the resolution authority, the first DNS belongs to the first content distribution network CDN service provider.
  • the querying module is configured to query the domain name resolution record according to the target domain name received by the receiving module to obtain an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider.
  • a sending module configured to send, to the LDNS, an IP address of the first web server that is queried by the query module.
  • an embodiment of the present invention further provides an authoritative domain name resolution server 600.
  • the receiving module is configured to receive a domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name.
  • a querying module configured to query an NS record according to the domain name resolution request received by the receiving module, to obtain an IP address of the first DNS, where the NS record is used to indicate a first DNS having resolution rights to the target domain name
  • the first DNS belongs to the first CDN service provider
  • the query module is also specifically used to:
  • a sending module configured to send, according to the NS record, an IP address of the first DNS that is queried by the query module to the LDNS, where an IP address of the first DNS is used by the LDNS to send to the first DNS a domain name resolution request, so that the first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider.
  • the first DNS sends the IP address of the first web server to the LDNS.
  • an embodiment of the present invention further provides an authoritative domain name resolution server 700.
  • a recording module configured to change an NS record when the first DNS fails, the changed NS record is used to indicate a second DNS having a resolution right to the target domain name, and the second DNS belongs to a second CDN service Business
  • the sending module is further configured to send the IP address of the second DNS to the LDNS according to the NS record.
  • an embodiment of the present invention further provides an authoritative domain name resolution server 800.
  • the input module is configured to receive an external input instruction when the first DNS fails;
  • the recording module is further configured to: change the NS record according to the instruction, where the changed NS record is used to indicate a second DNS that has the resolution right to the target domain name, and the second DNS belongs to the second CDN service provider;
  • the sending module is further configured to send the IP address of the second DNS to the LDNS according to the NS record.
  • the NS record includes multiple DNSs, and the multiple DNSs belong to different CDN service providers, and each of the multiple DNS addresses has different priorities.
  • the recording module is further configured to: when the first DNS fails, switch the domain name resolution permission from the first DNS to the target DNS by using an NS record according to the priority from highest to lowest, the The target DNS is the highest priority DNS among the plurality of DNS except the first DNS.
  • the sending module is further configured to send the IP address of the target DNS to the LDNS according to the NS record.
  • the disclosed system, apparatus, and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
  • the unit described as a separate component may or may not be physically separated, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or It can also be distributed to multiple network elements. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present invention which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .
  • the authoritative domain name resolution server DNS introduces the domain name resolution authorization to the DNS of the first CDN service provider through the name NS of the server to introduce the CDN service.
  • the DNS of the first CDN service provider resolves the target domain name according to the domain name resolution request, and obtains the IP address of the web server in the target area, which effectively reduces the recursive resolution time of the traditional method at least twice, and is effective at the same time of introducing the CDN service. Improve the efficiency of domain name resolution and reduce the waiting time of netizens.

Abstract

Disclosed are a method for processing a CDN service for reducing a domain name parsing time and improving parsing efficiency. The method in the embodiments of the present invention comprises: a first DNS receiving a domain name parsing request of an LDNS of a target area, wherein the domain name parsing request is sent by the LDNS according to the IP address of the first DNS, and the IP address of the first DNS is obtained after an authoritative DNS of a registry queries NS records and is sent to the LDNS, the NS records being used for indicating a first DNS having the right to parse a target domain name, and the first DNS belonging to a first content delivery network (CDN) service provider; the first DNS querying domain name parsing records according to the target domain name so as to obtain the IP address of a first Web server in the target area; and the first DNS sending the IP address of the first Web server to the LDNS. Also provided is an authoritative domain name parsing server, a domain name parsing server and a communication system.

Description

一种CDN业务的处理方法、相关设备及通信系统Method for processing CDN service, related equipment and communication system
本申请要求在2016年8月31日提交中国专利局、申请号为201610790427.5、发明名称为“一种CDN业务的处理方法、相关设备及通信系统”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application filed on August 31, 2016, the Chinese Patent Office, the application number is 201610790427.5, and the invention name is “a processing method, related equipment and communication system for CDN services”. The citations are incorporated herein by reference.
技术领域Technical field
本发明涉及互联网技术领域,尤其涉及一种CDN业务的处理方法、相关设备及通信系统。The present invention relates to the field of Internet technologies, and in particular, to a method for processing a CDN service, a related device, and a communication system.
背景技术Background technique
内容分发网络(Content Delivery Network,缩写:CDN)是通过现有的Internet中增加一层新的网络架构,将网站的内容发布到最接近用户的网络“边缘”,使用户可以就近取得所需的内容,从而解决Internet网络拥塞状况,提高用户访问网站的响应速度。Content Delivery Network (CDN) is a new layer of network architecture added to the existing Internet to publish the content of the website to the "edge" of the network closest to the user, so that users can get the required Content, thereby solving the congestion of the Internet network and improving the response speed of users visiting the website.
通常的方法中,当本地域名解析服务器(Local Domain Name Server,缩写:LDNS)接收到本地区(例如,北京)的一个网民客户端发送的域名解析请求时,本地域名服务器(Local Domain Name Server,缩写:LDNS)向权威域名解析服务器(Domain Name Server,缩写:DNS)发送该域名解析请求,权威DNS通过递归解析依次访问各级DNS的过程中,DNS将该域名的别名(cname)反馈给LDNS,LDNS接收到cname后,再次通过递归查询,得到该cname对应的IP地址,LDNS将该IP地址反馈给该网民的客户端,该客户端访问该IP地址获取数据。In the usual method, when the local domain name resolution server (LDNS) receives a domain name resolution request sent by a netizen client in the local area (for example, Beijing), the local domain name server (Local Domain Name Server, Abbreviation: LDNS) sends the domain name resolution request to the authoritative domain name resolution server (DNS). The authoritative DNS accesses the DNS at all levels through recursive resolution. The DNS feeds the domain name alias (cname) back to LDNS. After receiving the cname, the LDNS obtains the IP address corresponding to the cname through the recursive query again. The LDNS feeds the IP address back to the client of the netizen, and the client accesses the IP address to obtain data.
上述方法中,将最终的IP地址反馈给客户端,至少需要两次递归解析,第一次是权威DNS通过递归解析依次访问各级DNS的过程中,DNS将该域名的别名(cname)反馈给LDNS,第二次是LDNS接收到cname后,再次通过递归查询,得到该cname对应的IP地址。域名解析效率较低,增加了网民的等待的时间。In the above method, the final IP address is fed back to the client, and at least two recursive resolutions are needed. The first time is that the authoritative DNS accesses the DNS at all levels through recursive resolution, and the DNS feeds back the alias (cname) of the domain name to the client. LDNS, the second time is that after LDNS receives cname, it uses recursive query again to get the IP address corresponding to the cname. The domain name resolution efficiency is low, which increases the waiting time of netizens.
发明内容Summary of the invention
本发明实施例提供了一种CDN业务的处理方法、相关设备及通信系统。用于减少域名解析时间,提高解析效率。The embodiment of the invention provides a processing method, a related device and a communication system for a CDN service. It is used to reduce the time of domain name resolution and improve the efficiency of analysis.
第一方面,本发明实施例提供了一种CDN业务的处理方法,所述方法包括:In a first aspect, an embodiment of the present invention provides a method for processing a CDN service, where the method includes:
第一域名解析服务器DNS接收目标区域的本地域名解析服务器LDNS的域名解析请求,所述域名解析请求包括目标域名,所述域名解析请求是由所述LDNS根据所述第一DNS的IP地址发送,所述第一DNS的IP地址是由注册局的权威DNS查询NS记录后得到,并向所述LDNS发送的,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一内容分发网络CDN服务商。The first domain name resolution server DNS receives the domain name resolution request of the local domain name resolution server LDNS of the target area, the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to the IP address of the first DNS. The IP address of the first DNS is obtained by the registrar's authoritative DNS query NS record, and is sent to the LDNS, where the NS record is used to indicate the first DNS having the resolution right to the target domain name. The first DNS belongs to the first content distribution network CDN service provider.
所述第一DNS根据所述目标域名查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商;The first DNS queries the domain name resolution record according to the target domain name, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider;
所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。The first DNS sends an IP address of the first web server to the LDNS.
在一种可能的实现方式中,所述NS记录包括所述第一DNS的主机名称,所述主机名称与所述第一DNS的IP地址具有映射关系。In a possible implementation manner, the NS record includes a host name of the first DNS, and the host name has a mapping relationship with an IP address of the first DNS.
第二方面,本发明实施例提供了一种CDN业务的处理方法,所述方法包括:In a second aspect, an embodiment of the present invention provides a method for processing a CDN service, where the method includes:
注册局的权威DNS接收目标区域的LDNS发送的域名解析请求,所述域名解析请求包括目标域名;The authoritative DNS of the registry receives the domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name;
所述注册局的权威DNS根据所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一CDN服务商;The authoritative DNS of the registry is configured to query the NS record according to the domain name resolution request, and obtain an IP address of the first DNS, where the NS record is used to indicate a first DNS having resolution rights to the target domain name, where the One DNS belongs to the first CDN service provider;
所述注册局的权威DNS根据所述NS记录向所述LDNS发送第一DNS的IP地址,所述第一DNS的IP地址用于所述LDNS向所述第一DNS发送域名解析请求,以使所述第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商,所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。The authoritative DNS of the registry sends an IP address of the first DNS to the LDNS according to the NS record, and the IP address of the first DNS is used by the LDNS to send a domain name resolution request to the first DNS, so that The first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider, and the first DNS server The LDNS sends the IP address of the first web server.
在一种可能的实现方式中,所述方法还包括:In a possible implementation manner, the method further includes:
当所述第一DNS发生故障时,所述注册局的权威DNS更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商; When the first DNS fails, the authoritative DNS of the registry changes the NS record, and the changed NS record is used to indicate a second DNS having resolution rights to the target domain name, and the second DNS belongs to the second CDN service provider;
所述注册局的权威DNS根据NS记录向所述LDNS发送所述第二DNS的IP地址。The authoritative DNS of the registry sends the IP address of the second DNS to the LDNS according to the NS record.
在一种可能的实现方式中,所述注册局的权威DNS更改NS记录,包括:In a possible implementation, the registry's authoritative DNS changes the NS record, including:
所述注册局的权威DNS接收外部输入的指令;The authoritative DNS of the registry receives an externally input instruction;
所述注册局的权威DNS根据所述指令更改NS记录。The authoritative DNS of the registry changes the NS record according to the instructions.
在一种可能的实现方式中,所述NS记录包括多个DNS,所述多个DNS属于不同的CDN服务商,所述多个DNS中的每个DNS具有不同的优先级;所述注册局的权威DNS更改NS记录,包括:In a possible implementation manner, the NS record includes multiple DNSs, and the multiple DNSs belong to different CDN service providers, and each of the multiple DNS addresses has different priorities; The authoritative DNS changes NS records, including:
所述权威DNS根据所述优先级从高到低的顺序通过NS记录将域名解析的权限从所述第一DNS切换至第二DNS,所述第二DNS为所述多个DNS中除了所述第一DNS之外优先级别最高的DNS。The authoritative DNS switches the authority of the domain name resolution from the first DNS to the second DNS through the NS record according to the priority from the highest to the lowest, wherein the second DNS is the The highest priority DNS outside the first DNS.
在一种可能的实现方式中,所述注册局的权威DNS根据所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,包括:In a possible implementation manner, the authoritative DNS of the registry obtains the NS record according to the domain name resolution request, and obtains the IP address of the first DNS, including:
所述注册局的权威DNS根据所述域名解析请求查询NS记录;The authoritative DNS of the registry queries the NS record according to the domain name resolution request;
所述注册局的权威DNS根据所述NS记录得到所述第一DNS的主机名称,所述主机名称与所述第一DNS的IP地址具有映射关系;The authoritative DNS of the registry obtains the host name of the first DNS according to the NS record, and the host name has a mapping relationship with the IP address of the first DNS;
所述注册局的权威DNS根据所述主机名称和所述映射关系得到所述第一DNS的IP地址。The authoritative DNS of the registry obtains the IP address of the first DNS according to the host name and the mapping relationship.
第三方面,本发明实施例提供了一种域名解析服务器,包括:In a third aspect, an embodiment of the present invention provides a domain name resolution server, including:
接收模块,用于接收目标区域的本地域名解析服务器LDNS的域名解析请求,所述域名解析请求包括目标域名,所述域名解析请求是由所述LDNS根据所述域名解析服务器的IP地址发送,所述IP地址是由注册局的权威DNS查询NS记录后得到,并向所述LDNS发送的,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一内容分发网络CDN服务商;a receiving module, configured to receive a domain name resolution request of a local domain name resolution server LDNS of the target area, where the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to an IP address of the domain name resolution server. The IP address is obtained by the registrar's authoritative DNS query NS record, and is sent to the LDNS, the NS record is used to indicate the first DNS having the resolution right to the target domain name, and the first DNS belongs to First content distribution network CDN service provider;
查询模块,用于根据所述接收模块接收的所述目标域名查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商;a querying module, configured to query a domain name resolution record according to the target domain name received by the receiving module, to obtain an IP address of a first web server in the target area, where the first web server belongs to a first CDN service provider;
发送模块,用于向所述LDNS发送所述查询模块查询的所述第一Web服务 器的IP地址。a sending module, configured to send, to the LDNS, the first web service that is queried by the query module The IP address of the device.
第四方面,本发明实施例提供了一种权威域名解析服务器,包括:In a fourth aspect, an embodiment of the present invention provides an authoritative domain name resolution server, including:
接收模块,用于接收目标区域的LDNS发送的域名解析请求,所述域名解析请求包括目标域名;a receiving module, configured to receive a domain name resolution request sent by an LDNS of the target area, where the domain name resolution request includes a target domain name;
查询模块,用于根据所述接收模块接收的所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一CDN服务商;a querying module, configured to query an NS record according to the domain name resolution request received by the receiving module, to obtain an IP address of the first DNS, where the NS record is used to indicate a first DNS having resolution rights to the target domain name The first DNS belongs to the first CDN service provider;
发送模块,用于根据所述NS记录向所述LDNS发送所述查询模块查询的所述第一DNS的IP地址,所述第一DNS的IP地址用于所述LDNS向所述第一DNS发送域名解析请求,以使所述第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商,所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。a sending module, configured to send, according to the NS record, an IP address of the first DNS that is queried by the query module to the LDNS, where an IP address of the first DNS is used by the LDNS to send to the first DNS a domain name resolution request, so that the first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider. The first DNS sends the IP address of the first web server to the LDNS.
在一种可能的实现方式中,还包括:记录模块;In a possible implementation manner, the method further includes: a recording module;
记录模块,用于当所述第一DNS发生故障时,更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商;a recording module, configured to change an NS record when the first DNS fails, the changed NS record is used to indicate a second DNS having a resolution right to the target domain name, and the second DNS belongs to a second CDN service Business
所述发送模块,还用于根据NS记录向所述LDNS发送所述第二DNS的IP地址。The sending module is further configured to send the IP address of the second DNS to the LDNS according to the NS record.
在一种可能的实现方式中,还包括:输入模块和记录模块;In a possible implementation manner, the method further includes: an input module and a recording module;
所述输入模块,用于当所述第一DNS发生故障时,接收外部输入的指令;The input module is configured to receive an external input instruction when the first DNS fails;
所述记录模块,还用于根据所述指令更改NS记录。The recording module is further configured to change the NS record according to the instruction.
在一种可能的实现方式中,所述NS记录包括多个DNS,所述多个DNS属于不同的CDN服务商,所述多个DNS中的每个DNS具有不同的优先级;In a possible implementation manner, the NS record includes multiple DNSs, and the multiple DNSs belong to different CDN service providers, and each of the multiple DNS addresses has different priorities;
所述记录模块,还用于根据所述优先级从高到低的顺序通过NS记录将域名解析的权限从所述第一DNS切换至第二DNS,所述第二DNS为所述多个DNS中除了所述第一DNS之外优先级别最高的DNS。The recording module is further configured to switch, by using an NS record, the right to resolve the domain name from the first DNS to the second DNS according to the priority from the highest priority to the second DNS, where the second DNS is the multiple DNS The highest priority DNS in addition to the first DNS.
第五方面,本发明实施例提供了一种通信系统,包括: In a fifth aspect, an embodiment of the present invention provides a communications system, including:
第一域名解析服务器DNS、注册局的权威DNS,本地域名解析服务器LDNS,所述第一DNS属于第一CDN服务商;The first domain name resolution server DNS, the authoritative DNS of the registry, the local domain name resolution server LDNS, and the first DNS belongs to the first CDN service provider;
权威DNS接收目标区域的LDNS发送的域名解析请求,所述域名解析请求包括目标域名;The authoritative DNS receives the domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name;
所述权威DNS根据所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,And the NS record is used to indicate the first DNS of the first DNS,
所述注册局的权威DNS根据所述NS记录向所述LDNS发送第一DNS的IP地址;The authoritative DNS of the registry sends an IP address of the first DNS to the LDNS according to the NS record;
所述LDNS根据所述第一DNS的IP地址向所述第一DNS发送域名解析请求,所述域名解析请求包括目标域名;The LDNS sends a domain name resolution request to the first DNS according to the IP address of the first DNS, where the domain name resolution request includes a target domain name;
第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商;The first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider;
所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。The first DNS sends an IP address of the first web server to the LDNS.
从以上技术方案可以看出,本发明实施例具有以下优点:It can be seen from the above technical solutions that the embodiments of the present invention have the following advantages:
权威域名解析服务器DNS通过服务器的名称NS记录域名解析授权给第一CDN服务商的DNS,来引入CDN业务。第一CDN服务商的DNS根据所述域名解析请求对所述目标域名进行解析,得到所述目标区域的Web服务器的IP地址,有效减少了传统方法中,至少两次的递归解析时间,在引入CDN业务的同时,有效的提高域名解析效率,减少网民的等待时间。The authoritative domain name resolution server DNS introduces the domain name resolution authority to the DNS of the first CDN service provider to import the CDN service. The DNS of the first CDN service provider resolves the target domain name according to the domain name resolution request, and obtains the IP address of the web server in the target area, which effectively reduces the recursive resolution time of the traditional method at least twice. At the same time of CDN business, it effectively improves the efficiency of domain name resolution and reduces the waiting time of netizens.
附图说明DRAWINGS
此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The drawings described herein are intended to provide a further understanding of the invention, and are intended to be a part of the invention. In the drawing:
图1为本发明实施例中的通信系统的示意图;1 is a schematic diagram of a communication system in an embodiment of the present invention;
图2为本发明实施例中的一种CDN业务的处理方法的一个实施例示意图;2 is a schematic diagram of an embodiment of a method for processing a CDN service according to an embodiment of the present invention;
图3为本发明实施例中的一种CDN业务的处理方法的另一个实施例示意图;FIG. 3 is a schematic diagram of another embodiment of a method for processing a CDN service according to an embodiment of the present disclosure;
图4为本发明实施例中的第一DNS发生故障时切换DNS的示意图; 4 is a schematic diagram of switching a DNS when a first DNS fails in an embodiment of the present invention;
图5为本发明实施例中的域名解析服务器的一个实施例的结构示意图;FIG. 5 is a schematic structural diagram of an embodiment of a domain name resolution server according to an embodiment of the present invention;
图6为本发明实施例中的权威域名解析服务器的一个实施例的结构示意图;FIG. 6 is a schematic structural diagram of an embodiment of an authoritative domain name resolution server according to an embodiment of the present invention;
图7为本发明实施例中的权威域名解析服务器的另一个实施例的结构示意图;FIG. 7 is a schematic structural diagram of another embodiment of an authoritative domain name resolution server according to an embodiment of the present invention;
图8为本发明实施例中的权威域名解析服务器的另一个实施例的结构示意图。FIG. 8 is a schematic structural diagram of another embodiment of an authoritative domain name resolution server according to an embodiment of the present invention.
具体实施方式detailed description
本发明实施例提供了一种CDN业务的处理方法、相关设备及通信系统。用于减少域名解析时间,提高解析效率。The embodiment of the invention provides a processing method, a related device and a communication system for a CDN service. It is used to reduce the time of domain name resolution and improve the efficiency of analysis.
为了使本技术领域的人员更好地理解本发明方案,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分的实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is an embodiment of the invention, but not all of the embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts shall fall within the scope of the present invention.
本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”、“第三”“第四”等(如果存在)是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的实施例能够以除了在这里图示或描述的内容以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。The terms "first", "second", "third", "fourth", etc. (if present) in the specification and claims of the present invention and the above figures are used to distinguish similar objects without being used for Describe a specific order or order. It is to be understood that the data so used may be interchanged where appropriate so that the embodiments described herein can be implemented in a sequence other than what is illustrated or described herein. In addition, the terms "comprises" and "comprises" and "the" and "the" are intended to cover a non-exclusive inclusion, for example, a process, method, system, product, or device that comprises a series of steps or units is not necessarily limited to Those steps or units may include other steps or units not explicitly listed or inherent to such processes, methods, products or devices.
本发明实施例提供了一种CDN业务的处理方法,该方法应用于一种通信系统。请参阅图1所示,图1为该通信系统的结构示意图。为了方便理解,下面首先对该通信系统进行简单介绍:The embodiment of the invention provides a processing method of a CDN service, and the method is applied to a communication system. Please refer to FIG. 1, which is a schematic structural diagram of the communication system. For the sake of easy understanding, the following briefly introduces the communication system:
该通信系统包括:第一域名解析服务器DNS 110、注册局的权威DNS 120,本地域名解析服务器LDNS130,所述第一DNS110属于第一CDN服务商,目标区域的客户端140。目标区域(例如,北京)的客户端140向LDNS130发送 的域名解析请求,所述域名解析请求包括目标域名,例如该目标域名可以为www.a.com。LDNS130查询本地缓存列表,若该本地缓存列表中没有www.a.com的缓存信息,则该LDNS130向权威DNS120发送域名解析请求,该域名解析请求包括目标域名。该权威DNS根据所述域名解析请求查询NS记录,得到所述第一DNS110的IP地址,该NS记录用于指示对所述目标域名具有解析权限的第一DNS110。注册局的权威DNS120根据所述NS记录向所述LDNS130发送第一DNS110的IP地址。LDNS130根据第一DNS110的IP地址向该第一DNS110发送域名解析请求,所述域名解析请求包括目标域名。第一DNS110根据所述域名解析请求查询域名解析记录,得到所述目标区域(北京区域)中第一Web服务器150的IP地址。第一DNS110向LDNS130发送所述第一Web服务器150的IP地址。LDNS130向目标区域(例如,北京)的客户端140反馈第一Web服务器的IP地址。客户端140向第一Web服务器150发起web请求,并取得数据。The communication system includes: a first domain name resolution server DNS 110, an authoritative DNS 120 of the registry, and a local domain name resolution server LDNS 130. The first DNS 110 belongs to the first CDN service provider and the client 140 of the target area. Client 140 of the target area (eg, Beijing) sends to LDNS 130 The domain name resolution request, the domain name resolution request includes a target domain name, for example, the target domain name may be www.a.com. The LDNS 130 queries the local cache list. If the local cache list does not have the cache information of the www.a.com, the LDNS 130 sends a domain name resolution request to the authoritative DNS 120, where the domain name resolution request includes the target domain name. The authoritative DNS queries the NS record according to the domain name resolution request, and obtains an IP address of the first DNS 110, where the NS record is used to indicate the first DNS 110 having the resolution right to the target domain name. The authoritative DNS 120 of the registry sends the IP address of the first DNS 110 to the LDNS 130 based on the NS record. The LDNS 130 sends a domain name resolution request to the first DNS 110 according to the IP address of the first DNS 110, where the domain name resolution request includes the target domain name. The first DNS 110 queries the domain name resolution record according to the domain name resolution request, and obtains the IP address of the first web server 150 in the target area (Beijing area). The first DNS 110 transmits the IP address of the first web server 150 to the LDNS 130. The LDNS 130 feeds back the IP address of the first web server to the client 140 of the target area (eg, Beijing). The client 140 initiates a web request to the first web server 150 and retrieves the data.
请参阅图2,本发明实施例提供了一种CDN业务的处理方法的一个实施例包括:Referring to FIG. 2, an embodiment of a method for processing a CDN service according to an embodiment of the present invention includes:
步骤201、LDNS向权威DNS发送域名解析请求,该域名解析请求包括目标域名。Step 201: The LDNS sends a domain name resolution request to the authoritative DNS, where the domain name resolution request includes the target domain name.
目标区域(例如,北京)的客户端向LDNS发送的域名解析请求,所述域名解析请求包括目标域名,例如该目标域名可以为www.a.com。LDNS查询本地缓存列表,若没有www.a.com的缓存信息,则该LDNS向权威DNS发送域名解析请求,该域名解析请求包括目标域名。A domain name resolution request sent by a client of the target area (for example, Beijing) to the LDNS, where the domain name resolution request includes a target domain name, for example, the target domain name may be www.a.com. The LDNS queries the local cache list. If there is no cache information of www.a.com, the LDNS sends a domain name resolution request to the authoritative DNS, and the domain name resolution request includes the target domain name.
步骤202、该权威DNS根据所述域名解析请求查询NS记录,得到所述第一DNS的IP地址。Step 202: The authoritative DNS queries the NS record according to the domain name resolution request, and obtains an IP address of the first DNS.
NS(Name Server)记录是指域名服务器记录,用来指定该域名由哪个DNS服务器来进行解析。所述NS记录包括所述第一DNS的主机名称,所述主机名称与所述第一DNS的IP地址具有映射关系。The NS (Name Server) record refers to the domain name server record, which is used to specify which DNS server to resolve the domain name. The NS record includes a host name of the first DNS, and the host name has a mapping relationship with an IP address of the first DNS.
例如,NS记录为“a.com.cn.dns1.cdnA.com”。For example, the NS record is "a.com.cn.dns1.cdnA.com".
主机名称为“dns1.cdn.com”。The host name is "dns1.cdn.com".
第一DNS的IP为“1.1.1.1”。 The IP of the first DNS is "1.1.1.1".
在该域名在注册局注册时,权威DNS已经通过NS记录授权给第一DNS来解析该域名,第一DNS为第一CDN服务商的DNS。因此,该权威DNS接收该域名解析请求,并根据目标域名查询NS记录,得到所述第一DNS的IP地址。其中,权威DNS得到该第一DNS的具体方法可以为:该权威DNS根据所述域名解析请求查询NS记录,根据所述NS记录得到所述第一DNS的主机名称,所述主机名称与所述第一DNS的IP地址具有映射关系,权威DNS根据所述主机名称和所述映射关系得到所述第一DNS的IP地址。When the domain name is registered in the registry, the authoritative DNS has authorized the first DNS to resolve the domain name through the NS record, and the first DNS is the DNS of the first CDN service provider. Therefore, the authoritative DNS receives the domain name resolution request, and queries the NS record according to the target domain name to obtain the IP address of the first DNS. The specific method for obtaining the first DNS by the authoritative DNS may be: the authoritative DNS queries the NS record according to the domain name resolution request, and obtains the host name of the first DNS according to the NS record, the host name and the The IP address of the first DNS has a mapping relationship, and the authoritative DNS obtains the IP address of the first DNS according to the host name and the mapping relationship.
步骤203、权威DNS根据所述NS记录向所述LDNS发送第一DNS的IP地址。Step 203: The authoritative DNS sends an IP address of the first DNS to the LDNS according to the NS record.
权威DNS通过查询NS记录得到对目标域名具有解析权限的第一DNS的IP地址,权威DNS向LDNS反馈第一DNS的IP地址。The authoritative DNS obtains the IP address of the first DNS having the resolution authority for the target domain name by querying the NS record, and the authoritative DNS feeds back the IP address of the first DNS to the LDNS.
步骤204、LDNS根据第一DNS的IP地址向该第一DNS发送域名解析请求,所述域名解析请求包括目标域名。Step 204: The LDNS sends a domain name resolution request to the first DNS according to the IP address of the first DNS, where the domain name resolution request includes a target domain name.
第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域(北京区域)中该目标域名对应的第一Web服务器的IP地址。目标域名与web服务器的IP地址具有映射关系。The first DNS queries the domain name resolution record according to the domain name resolution request, and obtains the IP address of the first web server corresponding to the target domain name in the target area (Beijing area). The target domain name has a mapping relationship with the IP address of the web server.
步骤205、第一DNS向LDNS发送所述第一Web服务器的IP地址。以使得客户端可以通过该Web服务器的IP地址直接访问该第Web服务器,获取数据。Step 205: The first DNS sends an IP address of the first web server to the LDNS. So that the client can directly access the web server through the IP address of the web server to obtain data.
例如,第一DNS的解析记录包括,请参阅下表1所示:For example, the first DNS resolution record includes, see the following table 1:
表1Table 1
目标域名Target domain 目标区域target area web服务器的IP地址Web server IP address
www.a.comWww.a.com beijingBeijinging 101.101.101.101101.101.101.101
www.a.comWww.a.com shanghaiShanghai 202.202.202.202202.202.202.202
www.a.comWww.a.com guangdongGuangdong 303.303.303.303303.303.303.303
本发明实施例中,通过在注册局注册时,权威DNS通过NS记录将目标域名的解析权限授权给CDN服务商的第一DNS,实现了不需要设置cname而直接引入CDN业务。第一CDN服务商的DNS根据所述域名解析请求对所述目标 域名进行解析,得到所述目标区域的Web服务器的IP地址,有效减少了传统方法中,至少两次的递归解析时间,在引入CDN业务的同时,有效的提高域名解析效率,减少网民的等待时间。In the embodiment of the present invention, when registering in the registry, the authoritative DNS authorizes the resolution right of the target domain name to the first DNS of the CDN service provider through the NS record, thereby realizing the direct introduction of the CDN service without setting the cname. The DNS of the first CDN service provider determines the target according to the domain name resolution request The domain name is parsed to obtain the IP address of the web server in the target area, which effectively reduces the recursive resolution time of the traditional method, and at least simultaneously increases the efficiency of domain name resolution and reduces the waiting time of the netizen while introducing the CDN service. .
本发明实施例中,由于没有跨域cname,不需要将业务域名cname给CDN加速域名,不会泄露服务商的信息。例如,若目标域名为www.a.com,传统方法中,cname为“www.a.nn.com”,在www.a.nn.com中,“nn”为CDN服务商的名称,从该cname中很容易知道,CDN服务商服务了哪些客户,容易泄露商务信息。本发明实施例中,并不是通过cname的方式来引入CDN业务,而是通过权威DNS通过NS记录直接授权给CDN服务商的DNS来实现引入CDN业务的,因此可以有效的保护CDN服务商的信息。In the embodiment of the present invention, since there is no cross-domain cname, the service domain name cname need not be accelerated to the CDN to accelerate the domain name, and the information of the service provider is not disclosed. For example, if the target domain name is www.a.com, in the traditional method, cname is "www.a.nn.com", and in www.a.nn.com, "nn" is the name of the CDN service provider. It is easy to know in cname, which customers are served by CDN service providers, and it is easy to disclose business information. In the embodiment of the present invention, the CDN service is not introduced by means of cname, but the CDN service is directly authorized to the CDN service provider through the NS record through the NS record, so that the information of the CDN service provider can be effectively protected. .
可选的,若第一DNS发生故障,本发明实施例提供的CDN业务的处理方法还可以进行实时切换。在图2对应的实施例的基础上,当第一DNS发生故障时,所述方法还包括:Optionally, if the first DNS is faulty, the processing method of the CDN service provided by the embodiment of the present invention may also perform real-time switching. On the basis of the embodiment corresponding to FIG. 2, when the first DNS fails, the method further includes:
当所述第一DNS发生故障时,所述注册局的权威DNS更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商。When the first DNS fails, the authoritative DNS of the registry changes the NS record, and the changed NS record is used to indicate a second DNS having resolution rights to the target domain name, and the second DNS belongs to the second CDN service provider.
所述注册局的权威DNS根据NS记录向所述LDNS发送所述第二DNS的IP地址。The authoritative DNS of the registry sends the IP address of the second DNS to the LDNS according to the NS record.
可以理解的是,当权威DNS确定第一DNS发生故障时,权威DNS实时更改NS记录,由第二DNS执行域名解析功能,第二DNS的解析记录包括了目标域名与web服务器的IP地址的映射关系。由第二DNS代替第一DNS执行图2对应的实施例中的第一DNS所执行的步骤。It can be understood that when the authoritative DNS determines that the first DNS fails, the authoritative DNS changes the NS record in real time, and the second DNS performs the domain name resolution function, and the second DNS resolution record includes the mapping between the target domain name and the IP address of the web server. relationship. The steps performed by the first DNS in the embodiment corresponding to FIG. 2 are performed by the second DNS instead of the first DNS.
具体的,请参阅图3所示,本发明实施例中还提供了一种CDN业务的处理方法的另一个实施例包括:Specifically, as shown in FIG. 3, another embodiment of a method for processing a CDN service is provided in the embodiment of the present invention, including:
步骤301、当所述第一DNS发生故障时,所述注册局的权威DNS更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商。Step 301: When the first DNS fails, the authoritative DNS of the registry changes an NS record, and the changed NS record is used to indicate a second DNS that has a resolution right to the target domain name, and the second DNS Belongs to the second CDN service provider.
请结合图4进行理解,图4为在一种可能实现的方式中,NS记录中预先配置了主域名解析服务器和备域名解析服务器。其中,第一DNS为主域名解析服 务器和第二DNS为备域名解析服务器。当第一DNS发生故障时,注册局的权威DNS将主域名解析服务器切换到备备域名解析服务器,也就是从第一DNS切换到第二DNS,以达到实时切换的目的。Please refer to FIG. 4 for understanding. FIG. 4 shows that in a possible implementation manner, the primary domain name resolution server and the standby domain name resolution server are pre-configured in the NS record. Among them, the first DNS is the main domain name resolution service The server and the second DNS are standby domain name resolution servers. When the first DNS fails, the authoritative DNS of the registry switches the primary domain name resolution server to the standby domain name resolution server, that is, switches from the first DNS to the second DNS to achieve real-time switching.
在一种可能实现的方式中,当所述第一DNS发生故障时,所述注册局的权威DNS接收外部输入的指令;权威DNS根据所述指令更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商。In a possible implementation manner, when the first DNS fails, the authoritative DNS of the registry receives an externally input instruction; the authoritative DNS changes the NS record according to the instruction, and the changed NS record is used to indicate A second DNS having resolution rights to the target domain name, the second DNS belongs to a second CDN service provider.
在另一种可能实现的方式中,当所述第一DNS发生故障时,所述权威DNS根据所述优先级从高到低的顺序通过NS记录将域名解析的权限从所述第一DNS切换至目标DNS,所述目标DNS为所述多个DNS中除了所述第一DNS之外优先级别最高的DNS。例如,NS记录了4个DNS,且该4个DNS可以属于不同的服务商,该4个DNS具体为第一DNS,第二DNS,第三DNS,第四DNS。该4个DNS的优先级如下表2所示:In another possible implementation manner, when the first DNS fails, the authoritative DNS switches the authority of domain name resolution from the first DNS by using an NS record according to the priority from high to low. To the target DNS, the target DNS is a DNS with the highest priority among the plurality of DNS except the first DNS. For example, the NS records 4 DNSs, and the 4 DNSs may belong to different service providers, and the 4 DNSs are specifically the first DNS, the second DNS, the third DNS, and the fourth DNS. The priority of the four DNSs is shown in Table 2 below:
表2Table 2
DNSDNS 优先级priority 服务商Service provider
第一DNSFirst DNS 11 第一服务商First service provider
第二DNSSecond DNS 22 第二服务商Second service provider
第三DNSThird DNS 33 第三服务商Third service provider
第四DNSFourth DNS 44 第四服务商Fourth service provider
若第一DNS发生故障,根据优先级由高到低到顺序,权威DNS将域名解析的权限通过NS授权给第二DNS。If the first DNS fails, the authoritative DNS grants the right of domain name resolution to the second DNS through the NS according to the priority from high to low.
可以结合图4进行理解,图4为第一DNS发生故障时,DNS切换的示意图。若第一CDN服务商(对应图4中的cdnA)的第一DNS(对应图4中的dns1),发生故障,注册局的权威DNS通过NS记录授权给第二DNS(对应图4中的dns2),第二DNS属于第二CDN服务商(对应图4中的cdnB)。It can be understood in conjunction with FIG. 4, which is a schematic diagram of DNS switching when the first DNS fails. If the first DNS (corresponding to dns1 in FIG. 4) of the first CDN service provider (corresponding to dns1 in FIG. 4) fails, the authoritative DNS of the registry authorizes the second DNS through the NS record (corresponding to dns2 in FIG. 4) The second DNS belongs to the second CDN service provider (corresponding to cdnB in FIG. 4).
更改后的NS记录为:例如,NS记录为“a.com.cn.dns2.cdnB.com”。The changed NS record is: For example, the NS record is "a.com.cn.dns2.cdnB.com".
主机名称为“dns2.cdn.com”。The host name is "dns2.cdn.com".
第二DNS的IP为“3.3.3.3”。 The IP of the second DNS is "3.3.3.3".
步骤302、LDNS向权威DNS发送域名解析请求,该域名解析请求包括目标域名。Step 302: The LDNS sends a domain name resolution request to the authoritative DNS, where the domain name resolution request includes the target domain name.
本步骤请结合图2对应的实施例中的步骤201进行理解,此处不赘述。This step is understood in conjunction with step 201 in the embodiment corresponding to FIG. 2, and details are not described herein.
步骤303、该权威DNS根据所述域名解析请求查询NS记录,得到所述第二DNS的IP地址。Step 303: The authoritative DNS queries the NS record according to the domain name resolution request, and obtains an IP address of the second DNS.
本步骤请结合图2对应的实施例中的步骤202进行理解,此处不赘述。This step is understood in conjunction with step 202 in the embodiment corresponding to FIG. 2, and details are not described herein.
请结合图4理解,第二DNS的IP地址为“3.3.3.3”。Please understand in conjunction with Figure 4, the IP address of the second DNS is "3.3.3.3".
步骤304、权威DNS根据所述NS记录向所述LDNS发送第二DNS的IP地址。Step 304: The authoritative DNS sends an IP address of the second DNS to the LDNS according to the NS record.
本步骤请结合图2对应的实施例中的步骤203进行理解,此处不赘述。This step is understood in conjunction with step 203 in the embodiment corresponding to FIG. 2, and details are not described herein.
步骤305、LDNS根据第二DNS的IP地址向该第二DNS发送域名解析请求,所述域名解析请求包括目标域名。Step 305: The LDNS sends a domain name resolution request to the second DNS according to the IP address of the second DNS, where the domain name resolution request includes the target domain name.
本步骤请结合图2对应的实施例中的步骤204进行理解,此处不赘述。This step is understood in conjunction with step 204 in the embodiment corresponding to FIG. 2, and details are not described herein.
步骤306、第二DNS向LDNS发送所述第二Web服务器的IP地址。以使得客户端可以通过该Web服务器的IP地址直接访问该第二Web服务器,获取数据。该第二web服务器属于第二服务商。Step 306: The second DNS sends the IP address of the second web server to the LDNS. So that the client can directly access the second web server through the IP address of the web server to acquire data. The second web server belongs to the second service provider.
本步骤请结合图2对应的实施例中的步骤205进行理解,此处不赘述。This step is understood in conjunction with step 205 in the embodiment corresponding to FIG. 2, and details are not described herein.
如图4所示。例如,北京地区的第二web服务器的IP地址为:“111.111.111.111”。As shown in Figure 4. For example, the IP address of the second web server in the Beijing area is: "111.111.111.111".
本发明实施例中,当第一DNS发生故障时,第一DNS为当前正在工作的DNS,权威DNS可以通过NS记录实时切换DNS,节省了传统的方式中,若DNS出现故障,需要等待的生存时间(Time To Live,缩写:TTL),NS记录可以实时更新,大幅提升故障切换效率。In the embodiment of the present invention, when the first DNS fails, the first DNS is the currently working DNS, and the authoritative DNS can switch the DNS in real time through the NS record, which saves the traditional method. If the DNS fails, it needs to wait for survival. Time To Live (TTL: TTL), NS records can be updated in real time, greatly improving the efficiency of failover.
请参阅图5所示,本发明实施例还提供了一种域名解析服务器500的一个实施例包括:Referring to FIG. 5, an embodiment of the present invention further provides an embodiment of a domain name resolution server 500, including:
接收模块,用于接收目标区域的本地域名解析服务器LDNS的域名解析请求,所述域名解析请求包括目标域名,所述域名解析请求是由所述LDNS根据所述域名解析服务器的IP地址发送,所述IP地址是由注册局的权威DNS查询NS记录后得到,并向所述LDNS发送的,所述NS记录用于指示对所述目标域 名具有解析权限的第一DNS,所述第一DNS属于第一内容分发网络CDN服务商。a receiving module, configured to receive a domain name resolution request of a local domain name resolution server LDNS of the target area, where the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to an IP address of the domain name resolution server. The IP address is obtained by the registrar's authoritative DNS query NS record and sent to the LDNS, and the NS record is used to indicate the target domain. The first DNS having the resolution authority, the first DNS belongs to the first content distribution network CDN service provider.
查询模块,用于根据所述接收模块接收的所述目标域名查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商。The querying module is configured to query the domain name resolution record according to the target domain name received by the receiving module to obtain an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider.
发送模块,用于向所述LDNS发送所述查询模块查询的所述第一Web服务器的IP地址。And a sending module, configured to send, to the LDNS, an IP address of the first web server that is queried by the query module.
请参阅图6所示,本发明实施例还提供了一种权威域名解析服务器600的一个实施例包括:Referring to FIG. 6, an embodiment of the present invention further provides an authoritative domain name resolution server 600.
接收模块,用于接收目标区域的LDNS发送的域名解析请求,所述域名解析请求包括目标域名。The receiving module is configured to receive a domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name.
查询模块,用于根据所述接收模块接收的所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一CDN服务商;a querying module, configured to query an NS record according to the domain name resolution request received by the receiving module, to obtain an IP address of the first DNS, where the NS record is used to indicate a first DNS having resolution rights to the target domain name The first DNS belongs to the first CDN service provider;
该查询模块还具体用于:The query module is also specifically used to:
根据所述域名解析请求查询NS记录;根据所述NS记录得到所述第一DNS的主机名称,所述主机名称与所述第一DNS的IP地址具有映射关系;根据所述主机名称和所述映射关系得到所述第一DNS的IP地址。Obtaining an NS record according to the domain name resolution request; obtaining, according to the NS record, a host name of the first DNS, where the host name has a mapping relationship with an IP address of the first DNS; according to the host name and the The mapping relationship obtains the IP address of the first DNS.
发送模块,用于根据所述NS记录向所述LDNS发送所述查询模块查询的所述第一DNS的IP地址,所述第一DNS的IP地址用于所述LDNS向所述第一DNS发送域名解析请求,以使所述第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商,所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。a sending module, configured to send, according to the NS record, an IP address of the first DNS that is queried by the query module to the LDNS, where an IP address of the first DNS is used by the LDNS to send to the first DNS a domain name resolution request, so that the first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider. The first DNS sends the IP address of the first web server to the LDNS.
在图6对应的实施例的基础上,请参阅图7所示,本发明实施例还提供了一种权威域名解析服务器700的一个实施例包括:On the basis of the corresponding embodiment of FIG. 6, referring to FIG. 7, an embodiment of the present invention further provides an authoritative domain name resolution server 700.
记录模块,用于当所述第一DNS发生故障时,更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商; a recording module, configured to change an NS record when the first DNS fails, the changed NS record is used to indicate a second DNS having a resolution right to the target domain name, and the second DNS belongs to a second CDN service Business
所述发送模块,还用于根据NS记录向所述LDNS发送所述第二DNS的IP地址。The sending module is further configured to send the IP address of the second DNS to the LDNS according to the NS record.
在图6对应的实施例的基础上,请参阅图8所示,本发明实施例还提供了一种权威域名解析服务器800的一个实施例包括:On the basis of the corresponding embodiment of FIG. 6, please refer to FIG. 8, an embodiment of the present invention further provides an authoritative domain name resolution server 800.
所述输入模块,用于当所述第一DNS发生故障时,接收外部输入的指令;The input module is configured to receive an external input instruction when the first DNS fails;
所述记录模块,还用于根据所述指令更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商;The recording module is further configured to: change the NS record according to the instruction, where the changed NS record is used to indicate a second DNS that has the resolution right to the target domain name, and the second DNS belongs to the second CDN service provider;
所述发送模块,还用于根据NS记录向所述LDNS发送所述第二DNS的IP地址。The sending module is further configured to send the IP address of the second DNS to the LDNS according to the NS record.
可选的,所述NS记录包括多个DNS,所述多个DNS属于不同的CDN服务商,所述多个DNS中的每个DNS具有不同的优先级。Optionally, the NS record includes multiple DNSs, and the multiple DNSs belong to different CDN service providers, and each of the multiple DNS addresses has different priorities.
所述记录模块,还用于当所述第一DNS发生故障时,根据所述优先级从高到低的顺序通过NS记录将域名解析的权限从所述第一DNS切换至目标DNS,所述目标DNS为所述多个DNS中除了所述第一DNS之外优先级别最高的DNS.The recording module is further configured to: when the first DNS fails, switch the domain name resolution permission from the first DNS to the target DNS by using an NS record according to the priority from highest to lowest, the The target DNS is the highest priority DNS among the plurality of DNS except the first DNS.
所述发送模块,还用于根据所述NS记录向所述LDNS发送所述目标DNS的IP地址。The sending module is further configured to send the IP address of the target DNS to the LDNS according to the NS record.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。A person skilled in the art can clearly understand that for the convenience and brevity of the description, the specific working process of the system, the device and the unit described above can refer to the corresponding process in the foregoing method embodiment, and details are not described herein again.
在本申请所提供的几个实施例中,应该理解到,所揭露的系统,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided by the present application, it should be understood that the disclosed system, apparatus, and method may be implemented in other manners. For example, the device embodiments described above are merely illustrative. For example, the division of the unit is only a logical function division. In actual implementation, there may be another division manner, for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者 也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The unit described as a separate component may or may not be physically separated, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or It can also be distributed to multiple network elements. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium. A number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention. The foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .
以上所述,以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围。The above embodiments are only used to illustrate the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that The technical solutions described in the embodiments are modified, or the equivalents of the technical features are replaced by the equivalents of the technical solutions of the embodiments of the present invention.
工业实用性Industrial applicability
本发明中,权威域名解析服务器DNS通过服务器的名称NS记录域名解析授权给第一CDN服务商的DNS,来引入CDN业务。第一CDN服务商的DNS根据域名解析请求对目标域名进行解析,得到目标区域的Web服务器的IP地址,有效减少了传统方法中,至少两次的递归解析时间,在引入CDN业务的同时,有效的提高域名解析效率,减少网民的等待时间。 In the present invention, the authoritative domain name resolution server DNS introduces the domain name resolution authorization to the DNS of the first CDN service provider through the name NS of the server to introduce the CDN service. The DNS of the first CDN service provider resolves the target domain name according to the domain name resolution request, and obtains the IP address of the web server in the target area, which effectively reduces the recursive resolution time of the traditional method at least twice, and is effective at the same time of introducing the CDN service. Improve the efficiency of domain name resolution and reduce the waiting time of netizens.

Claims (10)

  1. 一种CDN业务的处理方法,其特征在于,所述方法包括:A method for processing a CDN service, characterized in that the method comprises:
    第一域名解析服务器DNS接收目标区域的本地域名解析服务器LDNS的域名解析请求,所述域名解析请求包括目标域名,所述域名解析请求是由所述LDNS根据所述第一DNS的IP地址发送,所述第一DNS的IP地址是由注册局的权威DNS查询NS记录后得到,并向所述LDNS发送的,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一内容分发网络CDN服务商;The first domain name resolution server DNS receives the domain name resolution request of the local domain name resolution server LDNS of the target area, the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to the IP address of the first DNS. The IP address of the first DNS is obtained by the registrar's authoritative DNS query NS record, and is sent to the LDNS, where the NS record is used to indicate the first DNS having the resolution right to the target domain name. The first DNS belongs to the first content distribution network CDN service provider;
    所述第一DNS根据所述目标域名查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商;The first DNS queries the domain name resolution record according to the target domain name, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider;
    所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。The first DNS sends an IP address of the first web server to the LDNS.
  2. 根据权利要求1所述的CDN业务的处理方法,其特征在于,所述NS记录包括所述第一DNS的主机名称,所述主机名称与所述第一DNS的IP地址具有映射关系。The method for processing a CDN service according to claim 1, wherein the NS record comprises a host name of the first DNS, and the host name has a mapping relationship with an IP address of the first DNS.
  3. 一种CDN业务的处理方法,其特征在于,所述方法包括:A method for processing a CDN service, characterized in that the method comprises:
    注册局的权威DNS接收目标区域的LDNS发送的域名解析请求,所述域名解析请求包括目标域名;The authoritative DNS of the registry receives the domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name;
    所述注册局的权威DNS根据所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一CDN服务商;The authoritative DNS of the registry is configured to query the NS record according to the domain name resolution request, and obtain an IP address of the first DNS, where the NS record is used to indicate a first DNS having resolution rights to the target domain name, where the One DNS belongs to the first CDN service provider;
    所述注册局的权威DNS根据所述NS记录向所述LDNS发送第一DNS的IP地址,所述第一DNS的IP地址用于所述LDNS向所述第一DNS发送域名解析请求,以使所述第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商,所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。The authoritative DNS of the registry sends an IP address of the first DNS to the LDNS according to the NS record, and the IP address of the first DNS is used by the LDNS to send a domain name resolution request to the first DNS, so that The first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider, and the first DNS server The LDNS sends the IP address of the first web server.
  4. 根据权利要求3所述的CDN业务的处理方法,其特征在于,所述方法还包括:The method for processing a CDN service according to claim 3, wherein the method further comprises:
    当所述第一DNS发生故障时,所述注册局的权威DNS更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS 属于第二CDN服务商;When the first DNS fails, the authoritative DNS of the registry changes the NS record, and the changed NS record is used to indicate a second DNS having resolution rights to the target domain name, the second DNS Belongs to the second CDN service provider;
    所述注册局的权威DNS根据NS记录向所述LDNS发送所述第二DNS的IP地址。The authoritative DNS of the registry sends the IP address of the second DNS to the LDNS according to the NS record.
  5. 根据权利要求4所述的CDN业务的处理方法,其特征在于,所述注册局的权威DNS更改NS记录,包括:The method for processing a CDN service according to claim 4, wherein the authoritative DNS of the registry changes the NS record, including:
    所述注册局的权威DNS接收外部输入的指令;The authoritative DNS of the registry receives an externally input instruction;
    所述注册局的权威DNS根据所述指令更改NS记录。The authoritative DNS of the registry changes the NS record according to the instructions.
  6. 根据权利要求4所述的CDN业务的处理方法,其特征在于,所述NS记录包括多个DNS,所述多个DNS属于不同的CDN服务商,所述多个DNS中的每个DNS具有不同的优先级;所述注册局的权威DNS更改NS记录,包括:The method for processing a CDN service according to claim 4, wherein the NS record comprises a plurality of DNS, the plurality of DNS belong to different CDN service providers, and each of the plurality of DNS has different DNS Priority; the registry's authoritative DNS changes NS records, including:
    所述权威DNS根据所述优先级从高到低的顺序通过NS记录将域名解析的权限从所述第一DNS切换至第二DNS,所述第二DNS为所述多个DNS中除了所述第一DNS之外优先级别最高的DNS。The authoritative DNS switches the authority of the domain name resolution from the first DNS to the second DNS through the NS record according to the priority from the highest to the lowest, wherein the second DNS is the The highest priority DNS outside the first DNS.
  7. 一种域名解析服务器,其特征在于,包括:A domain name resolution server, comprising:
    接收模块,用于接收目标区域的本地域名解析服务器LDNS的域名解析请求,所述域名解析请求包括目标域名,所述域名解析请求是由所述LDNS根据所述域名解析服务器的IP地址发送,所述IP地址是由注册局的权威DNS查询NS记录后得到,并向所述LDNS发送的,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,所述第一DNS属于第一内容分发网络CDN服务商;a receiving module, configured to receive a domain name resolution request of a local domain name resolution server LDNS of the target area, where the domain name resolution request includes a target domain name, and the domain name resolution request is sent by the LDNS according to an IP address of the domain name resolution server. The IP address is obtained by the registrar's authoritative DNS query NS record, and is sent to the LDNS, the NS record is used to indicate the first DNS having the resolution right to the target domain name, and the first DNS belongs to First content distribution network CDN service provider;
    查询模块,用于根据所述接收模块接收的所述目标域名查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商;a querying module, configured to query a domain name resolution record according to the target domain name received by the receiving module, to obtain an IP address of a first web server in the target area, where the first web server belongs to a first CDN service provider;
    发送模块,用于向所述LDNS发送所述查询模块查询的所述第一Web服务器的IP地址。And a sending module, configured to send, to the LDNS, an IP address of the first web server that is queried by the query module.
  8. 一种权威域名解析服务器,其特征在于,包括:An authoritative domain name resolution server, comprising:
    接收模块,用于接收目标区域的LDNS发送的域名解析请求,所述域名解析请求包括目标域名;a receiving module, configured to receive a domain name resolution request sent by an LDNS of the target area, where the domain name resolution request includes a target domain name;
    查询模块,用于根据所述接收模块接收的所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,所述NS记录用于指示对所述目标域名具有解析 权限的第一DNS,所述第一DNS属于第一CDN服务商;a querying module, configured to query an NS record according to the domain name resolution request received by the receiving module, to obtain an IP address of the first DNS, where the NS record is used to indicate that the target domain name is parsed a first DNS of the rights, the first DNS belongs to the first CDN service provider;
    发送模块,用于根据所述NS记录向所述LDNS发送所述查询模块查询的所述第一DNS的IP地址,所述第一DNS的IP地址用于所述LDNS向所述第一DNS发送域名解析请求,以使所述第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商,所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。a sending module, configured to send, according to the NS record, an IP address of the first DNS that is queried by the query module to the LDNS, where an IP address of the first DNS is used by the LDNS to send to the first DNS a domain name resolution request, so that the first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider. The first DNS sends the IP address of the first web server to the LDNS.
  9. 根据权利要求8所述的权威域名解析服务器,其特征在于,还包括:记录模块;The authoritative domain name resolution server according to claim 8, further comprising: a recording module;
    记录模块,用于当所述第一DNS发生故障时,更改NS记录,更改后的NS记录用于指示对所述目标域名具有解析权限的第二DNS,所述第二DNS属于第二CDN服务商;a recording module, configured to change an NS record when the first DNS fails, the changed NS record is used to indicate a second DNS having a resolution right to the target domain name, and the second DNS belongs to a second CDN service Business
    所述发送模块,还用于根据NS记录向所述LDNS发送所述第二DNS的IP地址。The sending module is further configured to send the IP address of the second DNS to the LDNS according to the NS record.
  10. 一种通信系统,其特征在于,第一域名解析服务器DNS、注册局的权威DNS,本地域名解析服务器LDNS,所述第一DNS属于第一CDN服务商;A communication system, characterized in that: a first domain name resolution server DNS, an authoritative DNS of a registry, a local domain name resolution server LDNS, and the first DNS belongs to a first CDN service provider;
    权威DNS接收目标区域的LDNS发送的域名解析请求,所述域名解析请求包括目标域名;The authoritative DNS receives the domain name resolution request sent by the LDNS of the target area, where the domain name resolution request includes the target domain name;
    所述权威DNS根据所述域名解析请求查询NS记录,得到所述第一DNS的IP地址,所述NS记录用于指示对所述目标域名具有解析权限的第一DNS,And the NS record is used to indicate the first DNS of the first DNS,
    所述注册局的权威DNS根据所述NS记录向所述LDNS发送第一DNS的IP地址;The authoritative DNS of the registry sends an IP address of the first DNS to the LDNS according to the NS record;
    所述LDNS根据所述第一DNS的IP地址向所述第一DNS发送域名解析请求,所述域名解析请求包括目标域名;The LDNS sends a domain name resolution request to the first DNS according to the IP address of the first DNS, where the domain name resolution request includes a target domain name;
    第一DNS根据所述域名解析请求查询域名解析记录,得到所述目标区域中第一Web服务器的IP地址,所述第一Web服务器属于第一CDN服务商;The first DNS queries the domain name resolution record according to the domain name resolution request, and obtains an IP address of the first web server in the target area, where the first web server belongs to the first CDN service provider;
    所述第一DNS向所述LDNS发送所述第一Web服务器的IP地址。 The first DNS sends an IP address of the first web server to the LDNS.
PCT/CN2017/099880 2016-08-31 2017-08-31 Method for processing cdn service, relevant device and communication system WO2018041212A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610790427.5 2016-08-31
CN201610790427.5A CN106375492B (en) 2016-08-31 2016-08-31 CDN service processing method, related equipment and communication system

Publications (1)

Publication Number Publication Date
WO2018041212A1 true WO2018041212A1 (en) 2018-03-08

Family

ID=57900223

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/099880 WO2018041212A1 (en) 2016-08-31 2017-08-31 Method for processing cdn service, relevant device and communication system

Country Status (2)

Country Link
CN (2) CN106375492B (en)
WO (1) WO2018041212A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112261174A (en) * 2020-10-21 2021-01-22 北京云联壹云技术有限公司 Multi-cloud-fusion DNS (Domain name Server) analysis method and device
CN112769967A (en) * 2019-10-21 2021-05-07 阿里巴巴集团控股有限公司 Domain name resolution processing method and device and electronic equipment
CN113067909A (en) * 2020-01-02 2021-07-02 中国移动通信有限公司研究院 Edge node addressing method, device, equipment and storage medium

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106375492B (en) * 2016-08-31 2020-02-11 贵州白山云科技股份有限公司 CDN service processing method, related equipment and communication system
CN106953940B (en) 2017-04-13 2018-11-20 网宿科技股份有限公司 Dns server and configuring load application method, network system, domain name analytic method and system
CN107707683B (en) * 2017-05-22 2018-06-08 贵州白山云科技有限公司 A kind of method and apparatus for reducing DNS message lengths
CN107222492A (en) 2017-06-23 2017-09-29 网宿科技股份有限公司 A kind of DNS anti-attack methods, equipment and system
CN107124483A (en) * 2017-06-26 2017-09-01 广州市百果园信息技术有限公司 Domain name analytic method and server
CN108471458A (en) * 2018-07-10 2018-08-31 北京云枢网络科技有限公司 authoritative DNS service providing method and system
CN109040052B (en) * 2018-07-26 2021-06-15 平安科技(深圳)有限公司 Information processing method, terminal and computer readable medium
CN111082977B (en) * 2019-11-29 2023-04-07 北京金山云网络技术有限公司 Method and device for acquiring IP address and terminal equipment
CN111541793B (en) * 2020-04-03 2021-10-22 北京市天元网络技术股份有限公司 Content distribution network scheduling process analysis method and device and electronic equipment
CN111917898B (en) * 2020-07-24 2021-08-27 网宿科技股份有限公司 Resource scheduling policy adjusting method and device
CN113301176B (en) * 2020-11-12 2023-04-07 阿里巴巴集团控股有限公司 Domain name resolution method and device for content distribution network, electronic equipment and medium
CN112632485A (en) * 2021-01-04 2021-04-09 中国电子信息产业集团有限公司第六研究所 DNS (Domain name System) system based authority management and control method and system
CN113382093B (en) * 2021-05-14 2022-08-26 贵州白山云科技股份有限公司 Domain name resolution method, electronic device and system
CN115442329B (en) * 2021-06-04 2024-02-23 贵州白山云科技股份有限公司 Domain name information query method, system, device, equipment and storage medium
CN113364873A (en) * 2021-06-08 2021-09-07 中国联合网络通信集团有限公司 Traffic scheduling method and equipment
CN113783975A (en) * 2021-09-24 2021-12-10 中国第一汽车股份有限公司 Request management method, device, medium and equipment based on local DNS (Domain name Server)
CN114143332A (en) * 2021-11-03 2022-03-04 阿里巴巴(中国)有限公司 Content delivery network CDN-based processing method, electronic device and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431539A (en) * 2008-12-11 2009-05-13 华为技术有限公司 Domain name resolution method, system and apparatus
CN101834910A (en) * 2007-04-04 2010-09-15 华为技术有限公司 Domain name resolution method and device
WO2012022142A1 (en) * 2010-08-18 2012-02-23 中兴通讯股份有限公司 Method and system for server iterative search and server thereof
CN106375492A (en) * 2016-08-31 2017-02-01 贵州白山云科技有限公司 Content Delivery Network (CDN) service processing method and related device and communication system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102668518B (en) * 2011-12-02 2013-10-02 华为技术有限公司 Content distribution network routing method, system, and user terminal
KR101419436B1 (en) * 2012-12-14 2014-08-13 (주)씨디네트웍스 Method and apparatus for Domain name service
CN104113447B (en) * 2014-07-10 2017-11-10 北京蓝汛通信技术有限责任公司 Monitor the method, apparatus and system of domain name mapping pollution
CN105357328B (en) * 2015-09-28 2018-10-02 互联网域名系统北京市工程研究中心有限公司 Domain name analytic method, DNS recursion servers and domain name analysis system
CN105635342B (en) * 2016-01-26 2019-04-19 华为技术有限公司 Establish method, name server and the memory node of connection

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101834910A (en) * 2007-04-04 2010-09-15 华为技术有限公司 Domain name resolution method and device
CN101431539A (en) * 2008-12-11 2009-05-13 华为技术有限公司 Domain name resolution method, system and apparatus
WO2012022142A1 (en) * 2010-08-18 2012-02-23 中兴通讯股份有限公司 Method and system for server iterative search and server thereof
CN106375492A (en) * 2016-08-31 2017-02-01 贵州白山云科技有限公司 Content Delivery Network (CDN) service processing method and related device and communication system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112769967A (en) * 2019-10-21 2021-05-07 阿里巴巴集团控股有限公司 Domain name resolution processing method and device and electronic equipment
CN113067909A (en) * 2020-01-02 2021-07-02 中国移动通信有限公司研究院 Edge node addressing method, device, equipment and storage medium
CN112261174A (en) * 2020-10-21 2021-01-22 北京云联壹云技术有限公司 Multi-cloud-fusion DNS (Domain name Server) analysis method and device

Also Published As

Publication number Publication date
CN106375492B (en) 2020-02-11
CN111245972B (en) 2023-07-28
CN111245972A (en) 2020-06-05
CN106375492A (en) 2017-02-01

Similar Documents

Publication Publication Date Title
WO2018041212A1 (en) Method for processing cdn service, relevant device and communication system
JP5893034B2 (en) Request routing in network environments
US11606388B2 (en) Method for minimizing the risk and exposure duration of improper or hijacked DNS records
US10142291B2 (en) System for providing DNS-based policies for devices
US9712422B2 (en) Selection of service nodes for provision of services
WO2018054307A1 (en) Processing method of cdn service, device and communication system
US9264358B2 (en) Alias resource record sets
US8380831B2 (en) Establishing unique sessions for DNS subscribers
US20130290563A1 (en) Answer augmentation system for authoritative dns servers
WO2019237288A1 (en) Domain name resolution method and apparatus, and computer-readable storage medium
US10341288B2 (en) Methods circuits devices systems and associated computer executable code for providing conditional domain name resolution
US20130151725A1 (en) Method and System for Handling a Domain Name Service Request
US9973590B2 (en) User identity differentiated DNS resolution
US11323414B2 (en) Managing domain name system (DNS) record cache across multiple DNS servers using multicast communication
EP3132589A1 (en) Geolocation via internet protocol
WO2018214853A1 (en) Method, apparatus, medium and device for reducing length of dns message
WO2015039475A1 (en) Method, server, and system for domain name resolution
US9697173B2 (en) DNS proxy service for multi-core platforms
US20140181321A1 (en) Implementation of domain name services
JP6001512B2 (en) Communication control system and communication control method
US7813274B1 (en) Dynamic demultiplexing of network traffic
CN113301176B (en) Domain name resolution method and device for content distribution network, electronic equipment and medium
JP2008206081A (en) Data relaying apparatus and data relaying method used for multi-homing communication system
EP3166284B1 (en) Methods circuits devices systems and associated computer executable code for providing conditional domain name resolution
EP2914037A1 (en) Bng-pool-based response method, system and relevant device

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17845514

Country of ref document: EP

Kind code of ref document: A1