WO2016177276A1 - Domain name resolution synchronizing method and apparatus - Google Patents

Domain name resolution synchronizing method and apparatus Download PDF

Info

Publication number
WO2016177276A1
WO2016177276A1 PCT/CN2016/079809 CN2016079809W WO2016177276A1 WO 2016177276 A1 WO2016177276 A1 WO 2016177276A1 CN 2016079809 W CN2016079809 W CN 2016079809W WO 2016177276 A1 WO2016177276 A1 WO 2016177276A1
Authority
WO
WIPO (PCT)
Prior art keywords
sent
domain name
dns
parsing result
client device
Prior art date
Application number
PCT/CN2016/079809
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 WO2016177276A1 publication Critical patent/WO2016177276A1/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

Landscapes

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

Abstract

Disclosed in the present invention are a domain name resolution synchronizing method and an apparatus, the method comprising: receiving the resolution result sent from an authority Domain Name Service (DNS) apparatus, the resolution result being sent after the resolution result cached inside the authority DNS apparatus is updated; sending the received resolution result to different public DNS apparatuses. In this way, when the authority DNS apparatus resolutes the domain name and generates a new resolution result, the new effective resolution result of the authority DNS apparatus is sent to public DNS apparatuses via a third apparatus between the authority DNS apparatus and the public DNS apparatuses. The insistence between the effective resolution results in the caches of the public DNS apparatuses and the effective resolution results in the authority DNS apparatus is guaranteed, the problem of delay of resolution result effective time caused by inconsistence of cache refreshing time in public DNS apparatuses is avoided, and resolution efficiency of public DNS apparatuses is effectively improved.

Description

一种域名解析的同步方法和设备Method and device for synchronizing domain name resolution 技术领域Technical field
本申请涉及互联网信息技术处理领域,尤其涉及一种域名解析的同步方法和设备。The present application relates to the field of Internet information technology processing, and in particular, to a synchronization method and device for domain name resolution.
背景技术Background technique
随着互联网技术的发展,人们对于互联网中的计算机可以通过网络之间互连的协议(英文:Internet Protocol;缩写:IP)地址进行定位,即在得到一个IP地址时,通过该IP地址可以确定互联网中与该IP地址对应的计算机。With the development of Internet technology, people can locate a computer in the Internet through an Internet Protocol (English: Internet Protocol; abbreviation: IP) address, that is, when an IP address is obtained, it can be determined by the IP address. A computer on the Internet that corresponds to the IP address.
然而,由于IP地址不容易被人们记住,于是提出由域名来代替IP地址。但是,通过域名无法直接访问该域名替代的IP地址对应的计算机。因此,在获取到一个域名时,需要通过域名解析流程,将获取的域名转换为IP地址;利用得到的IP地址访问该IP地址对应的计算机。However, since the IP address is not easily remembered by people, it is proposed to replace the IP address with a domain name. However, the domain name cannot be directly accessed by the domain name corresponding to the computer corresponding to the IP address. Therefore, when obtaining a domain name, the domain name resolution process is required to convert the obtained domain name into an IP address; and the obtained IP address is used to access the computer corresponding to the IP address.
域名解析一般依靠域名服务(英文:Domain Name Service;缩写:DNS)系统实现将域名映射为IP地址。域名服务系统是一种基于TCP/IP应用程序的分布式数据库,提供主机名称和IP地址之间的转换。一般包含公共DNS和权威DNS。Domain name resolution generally relies on the domain name service (English: Domain Name Service; abbreviation: DNS) system to map domain names to IP addresses. The Domain Name Service System is a distributed database based on TCP/IP applications that provides translation between host names and IP addresses. Generally includes public DNS and authoritative DNS.
其中,公共DNS在接收到域名查询请求时,查询本地缓存的解析结果;若查询到该域名查询请求中包含的域名对应的解析结果,则将查询到的解析结果返回给用户;若尚未查询到该域名查询请求中包含的域名对应的解析结果,则将待查询的域名携带在查询请求中发送给上一层的DNS(例如:本地DNS),请求上一层的DNS对该查询请求中包含的域名进行解析。上一层的DNS在接收到该查询请求时,确定待查询的域名是否能够被解析,若能够被直接解析,则返回解析结果;若不能够被直接解析,则通过查询本地缓存的域名解析结果确定是否可以确定该域名对应的解析结果。 The public DNS, when receiving the domain name query request, queries the local cached parsing result; if the parsing result corresponding to the domain name included in the domain name query request is queried, the parsed result is returned to the user; if not yet queried If the domain name is included in the query request, the domain name to be queried is carried in the query request and sent to the upper layer DNS (for example, local DNS), and the upper layer DNS is requested to be included in the query request. The domain name is parsed. When receiving the query request, the DNS of the upper layer determines whether the domain name to be queried can be parsed, and if it can be directly parsed, returns the parsing result; if it cannot be directly parsed, the local cache parsing result is queried by querying the local cache. Determine whether the analysis result corresponding to the domain name can be determined.
在尚未查询到该域名对应的解析结果时,则将待查询的域名携带在查询请求中发送给再上一层的DNS,依次执行上述操作,直至查询到该域名对应的解析结果时结束操作。If the domain name of the domain name is not yet queried, the domain name to be queried is carried in the query request and sent to the DNS of the upper layer. The above operations are performed in sequence, and the operation ends when the analysis result corresponding to the domain name is queried.
权威DNS是指经过授权对域名进行解析的服务器,同时具备将解析结果授权给其他DNS的功能。例如:域名com的顶级服务器可以授权域名ABC.com的权威服务器为NS.ABC.com。授权DNS将解析结果发送给公共DNS,使得公共DNS将接收到的解析结果存储在本地。Authoritative DNS refers to a server that is authorized to parse a domain name, and has the function of authorizing the resolution result to other DNS. For example, the top-level server of the domain name com can authorize the authoritative server of the domain name ABC.com as NS.ABC.com. The authorized DNS sends the parsing result to the public DNS, so that the public DNS stores the parsed result received locally.
但是,在实际应用中,由于各个公共DNS获取权威DNS的解析结果的时间不同,导致权威DNS得到的解析结果在不同公共DNS上的生效时间不同,存在一定的延迟,大大降低公共DNS进行域名解析的解析效率。However, in practical applications, because the time of parsing the authoritative DNS of each public DNS is different, the parsing result obtained by the authoritative DNS has different effective time on different public DNSs, and there is a certain delay, which greatly reduces the domain name resolution of the public DNS. Analytical efficiency.
发明内容Summary of the invention
有鉴于此,本申请实施例提供了一种域名解析的同步方法和设备,用于解决目前公共DNS进行域名解析存在的解析效率低的问题。In view of this, the embodiment of the present application provides a method and a device for synchronizing domain name resolution, which are used to solve the problem that the analysis efficiency of the current public domain DNS for domain name resolution is low.
一种域名解析的同步方法,包括:A method for synchronizing domain name resolution, comprising:
接收权威域名服务DNS设备发送的解析结果,其中,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;Receiving an analysis result sent by the authoritative domain name service DNS device, where the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated;
将接收到的所述解析结果发送给不同的公共DNS设备。The received parsing result is sent to a different public DNS device.
一种域名解析的同步设备,包括:A synchronization device for domain name resolution, comprising:
接收单元,用于接收权威域名服务DNS设备发送的解析结果,其中,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;a receiving unit, configured to receive an analysis result sent by the authoritative domain name service DNS device, where the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated;
发送单元,用于将接收到的所述解析结果发送给不同的公共DNS设备。And a sending unit, configured to send the received parsing result to a different public DNS device.
本申请有益效果如下:The beneficial effects of the application are as follows:
本申请实施例接收权威域名服务DNS设备发送的解析结果,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;将接收到 的所述解析结果发送给不同的公共DNS设备。这样,当权威DNS设备解析域名产生新的解析结果时,通过权威DNS设备与公共DNS设备之间的第三设备,将在权威DNS设备中新生效的解析结果发送给公共DNS设备,确保公共DNS设备缓存中生效的解析结果与权威DNS设备中生效的解析结果一致,避免了由于公共DNS设备中缓存刷新时间的不一致使得解析结果生效时间出现延迟的问题,有效地提升公共DNS设备进行域名解析的解析效率。The embodiment of the present application receives the parsing result sent by the authoritative domain name service DNS device, and the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated; The parsing result is sent to different public DNS devices. In this way, when the authoritative DNS device resolves the domain name to generate a new parsing result, the third device between the authoritative DNS device and the public DNS device sends the newly validated parsing result in the authoritative DNS device to the public DNS device to ensure the public DNS. The analysis result that is valid in the device cache is consistent with the resolution of the valid DNS device. This prevents the delay in the validity of the analysis result due to the inconsistency of the cache refresh time in the public DNS device. This improves the public DNS device's domain name resolution. Analytical efficiency.
附图说明DRAWINGS
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简要介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域的普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the description of the embodiments will be briefly described below. It is obvious that the drawings in the following description are only some embodiments of the present invention, Those skilled in the art can also obtain other drawings based on these drawings without paying for inventive labor.
图1为本申请实施例提供的一种域名解析的同步方法的流程示意图;FIG. 1 is a schematic flowchart of a method for synchronizing domain name resolution according to an embodiment of the present disclosure;
图2为本申请实施例提供的一种域名解析的同步设备的结构示意图;2 is a schematic structural diagram of a synchronization device for domain name resolution according to an embodiment of the present disclosure;
图3为本申请实施例提供的一种域名解析的同步系统的结构示意图。FIG. 3 is a schematic structural diagram of a synchronization system for domain name resolution according to an embodiment of the present disclosure.
具体实施方式detailed description
为了实现本申请目的,本申请实施例提供了一种域名解析的同步方法和设备,接收权威域名服务DNS设备发送的解析结果,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;将接收到的所述解析结果发送给不同的公共DNS设备。这样,当权威DNS设备解析域名产生新的解析结果时,通过权威DNS设备与公共DNS设备之间的第三设备,将在权威DNS设备中新生效的解析结果发送给公共DNS设备,确保公共DNS设备缓存中生效的解析结果与权威DNS设备中生效的解析结果一致,避免了由于公共DNS设备中缓存刷新时间的不一致使得解析结果生效时间出现延迟的问题,有效地提升公共DNS设备进行域名解析的解析效率。In order to achieve the purpose of the present application, an embodiment of the present application provides a method and a device for synchronizing domain name resolution, and receiving an analysis result sent by an authoritative domain name service DNS device, where the parsing result is that an analysis result of the internal cache of the authoritative DNS device occurs. The update is sent; the received parsing result is sent to a different public DNS device. In this way, when the authoritative DNS device resolves the domain name to generate a new parsing result, the third device between the authoritative DNS device and the public DNS device sends the newly validated parsing result in the authoritative DNS device to the public DNS device to ensure the public DNS. The analysis result that is valid in the device cache is consistent with the resolution of the valid DNS device. This prevents the delay in the validity of the analysis result due to the inconsistency of the cache refresh time in the public DNS device. This improves the public DNS device's domain name resolution. Analytical efficiency.
下面结合说明书附图对本申请各个实施例作进一步地详细描述。显然,所 描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本申请保护的范围。The various embodiments of the present application are further described in detail below with reference to the accompanying drawings. Obviously, The described embodiments are only a part of the embodiments of the invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present application without departing from the inventive scope are the scope of the present application.
图1为本申请实施例提供的一种域名解析的同步方法的流程示意图。所述方法可以如下所述。本申请实施例的执行主体可以是一个应用客户端,也可以是一个第三方服务器,这里不做限定。FIG. 1 is a schematic flowchart of a method for synchronizing domain name resolution according to an embodiment of the present disclosure. The method can be as follows. The execution entity of the embodiment of the present application may be an application client or a third-party server, which is not limited herein.
步骤101:第三方服务器接收权威DNS设备发送的解析结果。Step 101: The third-party server receives the parsing result sent by the authoritative DNS device.
其中,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的。The parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated.
在步骤101中,第三方服务器分别可以与权威DNS设备进行信息交互,也可以与公共DNS设备进行信息交互。In step 101, the third-party server may perform information interaction with the authoritative DNS device, and may also perform information interaction with the public DNS device.
例如:第三方服务器利用超文本传输协议(英文:Hypertext Transfer Protocol;缩写:HTTP)与权威DNS设备进行信息交互;以及利用HTTP与公共DNS设备进行信息交互。For example, a third-party server uses the Hypertext Transfer Protocol (English: Hypertext Transfer Protocol; abbreviation: HTTP) to exchange information with an authoritative DNS device; and uses HTTP to interact with public DNS devices.
一旦权威DNS设备中发生解析结果更新,那么权威DNS设备将更新后的解析结果主动发送给第三方服务器。Once the resolution result update occurs in the authoritative DNS device, the authoritative DNS device actively sends the updated parsing result to the third-party server.
此外,当第三方服务器获取待解析的域名时,将所述待解析的域名携带在解析生产请求中发送给权威DNS设备。In addition, when the third-party server obtains the domain name to be resolved, the domain name to be resolved is carried in the parsing production request and sent to the authoritative DNS device.
其中,所述解析生产请求用于请求所述权威DNS设备对所述待解析的域名进行解析并返回解析结果。The parsing production request is used to request the authoritative DNS device to parse the domain name to be parsed and return an analysis result.
具体地,第三方服务器在接收到的待解析的域名时,将所述待解析的域名携带在解析生产请求中发送给权威DNS设备,以请求权威DNS设备对所述待解析的域名进行解析并返回解析结果。Specifically, when the third-party server receives the domain name to be resolved, the domain name to be resolved is carried in the parsing production request and sent to the authoritative DNS device, to request the authoritative DNS device to parse the domain name to be parsed. Returns the result of the analysis.
具体地,第三方服务器在接收到的待解析的域名时,向权威DNS设备发送解析结果查询请求,该解析结果查询请求中包含待解析的域名,该解析结果查询请求用于确定接收到的待解析的域名是否存在对应的解析结果。 Specifically, when the third-party server receives the domain name to be resolved, the third-party server sends a parsing result query request to the authoritative DNS device, where the parsing result query request includes the domain name to be parsed, and the parsing result query request is used to determine the received waiting Whether the parsed domain name has the corresponding parsing result.
在权威DNS设备确定该待解析的域名不存在对应的解析结果时,将查询结果发送给第三方服务器,此时,第三方服务器将所述待解析的域名携带在解析生产请求中发送给权威DNS设备。When the authoritative DNS device determines that the domain name to be resolved does not have a corresponding parsing result, the query result is sent to the third-party server. At this time, the third-party server carries the domain name to be parsed in the parsing production request and sends it to the authoritative DNS. device.
权威DNS设备在接收到解析生产请求时,对该待解析的域名进行解析,得到该待解析的域名对应的解析结果,并更新缓存中的解析结果。Upon receiving the parsing production request, the authoritative DNS device parses the domain name to be parsed, obtains the parsing result corresponding to the domain name to be parsed, and updates the parsing result in the cache.
此时,权威DNS设备将待解析的域名对应的解析结果发送给第三方服务器。At this time, the authoritative DNS device sends the parsing result corresponding to the domain name to be resolved to the third-party server.
除此之外,由于权威DNS设备在接收到解析生产请求时,对待解析的域名进行解析,得到该待解析的域名对应的解析结果,并对内部缓存的解析结果进行了更新,那么权威DNS设备可以只将待解析的域名对应的解析结果发送给第三方服务器,也可以将更新后的解析结果发送给第三方服务器。In addition, since the authoritative DNS device parses the domain name to be parsed when receiving the parsing production request, obtains the parsing result corresponding to the domain name to be parsed, and updates the parsing result of the internal cache, then the authoritative DNS device The analysis result corresponding to the domain name to be resolved may be sent to the third-party server, or the updated analysis result may be sent to the third-party server.
也就是说,第三方服务器发送的解析生产请求可以视为权威DNS设备向第三方服务器发送解析结果的触发条件。That is to say, the parsing production request sent by the third-party server can be regarded as a trigger condition for the authoritative DNS device to send the parsing result to the third-party server.
需要说明的是,权威DNS设备向第三方服务器发送的解析结果可以是当前生效的解析结果,也可以是设定时间范围内生效的解析结果。It should be noted that the parsing result sent by the authoritative DNS device to the third-party server may be the parsing result currently in effect, or may be the parsing result that is valid within the set time range.
此外,第三方服务器接收所述权威DNS设备发送的解析结果的方式还可以是:In addition, the manner in which the third-party server receives the parsing result sent by the authoritative DNS device may also be:
第三方服务器实时向所述权威DNS设备发送查询请求。The third party server sends a query request to the authoritative DNS device in real time.
其中,所述查询请求用于请求所述权威DNS设备发送更新后的解析结果。The query request is used to request the authoritative DNS device to send the updated parsing result.
第三方服务器接收所述权威DNS设备发送的查询结果。The third party server receives the query result sent by the authoritative DNS device.
其中,所述查询结果中包含所述权威DNS设备最新更新的解析结果。The query result includes an analysis result of the latest update of the authoritative DNS device.
需要说明的是,“最新更新的解析结果”可以理解为距离所述权威DNS设备接收到查询请求的时间最近的一个更新操作后的解析结果。It should be noted that “the latest updated parsing result” can be understood as an analysis result after an update operation that is closest to the time when the authoritative DNS device receives the query request.
步骤102:第三方服务器将接收到的所述解析结果发送给不同的公共DNS设备。Step 102: The third-party server sends the received parsing result to different public DNS devices.
在步骤102中,第三方服务器在接收到权威DNS设备发送的解析结果时, 利用HTTP将接收到的所述解析结果发送给不同的公共DNS设备。In step 102, when the third-party server receives the parsing result sent by the authoritative DNS device, The received parsing result is sent to different public DNS devices by using HTTP.
这样,对于公共DNS设备内部缓存中的解析结果,更新这些解析结果不再依赖于设定的更新时间,而是根据第三方服务器实时获取的权威DNS设备更新的解析结果进行实时更新,确保公共DNS设备缓存中生效的解析结果与权威DNS设备中生效的解析结果一致,避免了由于公共DNS设备中缓存刷新时间的不一致使得解析结果的生效时间出现延迟的问题,有效地提升公共DNS进行域名解析的解析效率。In this way, for the parsing result in the internal cache of the public DNS device, updating the parsing results no longer depends on the set update time, but real-time updating according to the parsing result of the authoritative DNS device update obtained by the third-party server in real time, ensuring the public DNS. The parsing result that is valid in the device cache is consistent with the parsing result that is valid in the authoritative DNS device. This prevents the delay in the validity of the parsing result due to the inconsistency of the cache refresh time in the public DNS device. This effectively improves the public DNS for domain name resolution. Analytical efficiency.
可选地,在将接收到的所述解析结果发送给不同的公共DNS设备时,所述方法还包括:Optionally, when the parsing result is sent to a different public DNS device, the method further includes:
将接收到的所述解析结果发送给每一个公共DNS设备对应的客户端设备,使所述客户端设备将接收到的所述解析结果存储在本地。And sending the received parsing result to the client device corresponding to each public DNS device, so that the client device stores the parsed result received locally.
具体地,将接收到的所述解析结果发送给每一个公共DNS设备对应的客户端设备,包括:Specifically, the received parsing result is sent to the client device corresponding to each public DNS device, including:
向每一个公共DNS设备对应的客户端设备发送心跳数据包。A heartbeat packet is sent to the client device corresponding to each public DNS device.
其中,所述心跳数据包用于确定所述客户端设备是否在线。The heartbeat data packet is used to determine whether the client device is online.
在第一设定时间范围内接收到所述客户端设备发送的响应数据包时,将接收到的所述解析结果发送给所述客户端设备。Receiving the response data packet sent by the client device in the first set time range, and sending the received parsing result to the client device.
在第一设定时间范围内尚未接收到所述客户端设备发送的响应数据包时,所述方法还包括:When the response packet sent by the client device is not received in the first set time range, the method further includes:
定时向所述客户端设备发送心跳数据包,并在接收到所述客户端设备发送的响应数据包时,将第二设定时间范围内接收到的所述解析结果发送给所述客户端设备。Sending a heartbeat data packet to the client device periodically, and sending the parsing result received in the second set time range to the client device when receiving the response data packet sent by the client device .
需要说明的是,第一设定时间范围可以根据心跳数据包的有效时间进行确定,也可以根据实际需要确定;第二设定时间范围要比第一设定时间范围大。It should be noted that the first set time range may be determined according to the effective time of the heartbeat data packet, or may be determined according to actual needs; the second set time range is larger than the first set time range.
也就意味着,当确定客户端设备不在线时,定时向所述客户端设备发送心跳数据包,截止到再接收到所述客户端设备发送的响应数据包时,第三方服务 器可能多次接收到权威DNS设备发送的解析结果,因此,第三方服务器可以将从客户端设备不在线到客户端设备在线期间的解析结果一并发送给客户端设备,以保证客户端设备内部的解析结果与权威DNS设备内的解析结果保持一致。In other words, when it is determined that the client device is not online, the heartbeat data packet is periodically sent to the client device, and the third party service is received when the response data packet sent by the client device is received again. The device may receive the parsing result sent by the authoritative DNS device multiple times. Therefore, the third-party server may send the parsing result from the time when the client device is offline to the client device, and send the result to the client device to ensure the internality of the client device. The analysis result is consistent with the analysis result in the authoritative DNS device.
通过本申请实施例的方案,接收权威域名服务DNS设备发送的解析结果,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;将接收到的所述解析结果发送给不同的公共DNS设备。这样,当权威DNS设备解析域名产生新的解析结果时,通过权威DNS设备与公共DNS设备之间的第三设备,将在权威DNS设备中新生效的解析结果发送给公共DNS设备,确保公共DNS设备缓存中生效的解析结果与权威DNS设备中生效的解析结果一致,避免了由于公共DNS设备中缓存刷新时间的不一致使得解析结果生效时间出现延迟的问题,有效地提升公共DNS设备进行域名解析的解析效率。Receiving, by the solution of the embodiment of the present application, the parsing result sent by the authoritative domain name service DNS device, where the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated; sending the parsing result received Give different public DNS devices. In this way, when the authoritative DNS device resolves the domain name to generate a new parsing result, the third device between the authoritative DNS device and the public DNS device sends the newly validated parsing result in the authoritative DNS device to the public DNS device to ensure the public DNS. The analysis result that is valid in the device cache is consistent with the resolution of the valid DNS device. This prevents the delay in the validity of the analysis result due to the inconsistency of the cache refresh time in the public DNS device. This improves the public DNS device's domain name resolution. Analytical efficiency.
图2为本申请实施例提供的一种域名解析的同步设备的结构示意图。所述同步设备包括:接收单元21和发送单元22,其中:FIG. 2 is a schematic structural diagram of a synchronization device for domain name resolution according to an embodiment of the present disclosure. The synchronization device includes: a receiving unit 21 and a transmitting unit 22, where:
接收单元21,用于接收权威域名服务DNS设备发送的解析结果,其中,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;The receiving unit 21 is configured to receive an analysis result sent by the authoritative domain name service DNS device, where the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated;
发送单元22,用于将接收到的所述解析结果发送给不同的公共DNS设备。The sending unit 22 is configured to send the received parsing result to different public DNS devices.
可选地,所述发送单元23,还用于在将接收到的所述解析结果发送给不同的公共DNS设备时,将接收到的所述解析结果发送给每一个公共DNS设备对应的客户端设备,使所述客户端设备将接收到的所述解析结果存储在本地。Optionally, the sending unit 23 is further configured to: when the received parsing result is sent to a different public DNS device, send the received parsing result to a client corresponding to each public DNS device. And causing the client device to store the parsed result received locally.
具体地,所述发送单元23,具体用于向每一个公共DNS设备对应的客户端设备发送心跳数据包,其中,所述心跳数据包用于确定所述客户端设备是否在线;Specifically, the sending unit 23 is configured to send a heartbeat data packet to a client device corresponding to each public DNS device, where the heartbeat data packet is used to determine whether the client device is online;
在第一设定时间范围内接收到所述客户端设备发送的响应数据包时,将接收到的所述解析结果发送给所述客户端设备。Receiving the response data packet sent by the client device in the first set time range, and sending the received parsing result to the client device.
具体地,所述发送单元23,还用于在第一设定时间范围内尚未接收到所述 客户端设备发送的响应数据包时,定时向所述客户端设备发送心跳数据包,并在接收到所述客户端设备发送的响应数据包时,将第二设定时间范围内接收到的所述解析结果发送给所述客户端设备。Specifically, the sending unit 23 is further configured to not receive the foregoing in the first set time range. When the response packet sent by the client device is sent, the heartbeat data packet is periodically sent to the client device, and when the response data packet sent by the client device is received, the received device in the second set time range is received. The parsing result is sent to the client device.
可选地,所述同步设备还包括:获取单元23,其中:Optionally, the synchronization device further includes: an obtaining unit 23, where:
所述获取单元23,用于获取待解析的域名,并将所述待解析的域名携带在解析生产请求中发送给权威域名服务DNS设备,其中,所述解析生产请求用于请求所述权威DNS设备对所述待解析的域名进行解析并返回解析结果;The obtaining unit 23 is configured to obtain a domain name to be parsed, and send the domain name to be parsed in a parsing production request to an authoritative domain name service DNS device, where the parsing production request is used to request the authoritative DNS The device parses the domain name to be resolved and returns an analysis result.
所述接收单元21,具体用于接收权威DNS设备发送的解析结果,其中,所述解析结果中包含所述待解析的域名对应的解析结果。The receiving unit 21 is configured to receive an analysis result sent by the authoritative DNS device, where the parsing result includes an analysis result corresponding to the domain name to be parsed.
需要说明的是,本发明实施例所涉及的同步设备可以通过硬件方式实现,也可以通过软件方式实现,这里不做限定。It should be noted that the synchronization device in the embodiment of the present invention may be implemented in a hardware manner or in a software manner, which is not limited herein.
图3为本申请实施例提供的一种域名解析的同步系统的结构示意图。所述同步系统包括:权威DNS设备31、公共DNS设备32、同步设备33和与所述公共DNS设备对应的客户端设备34,其中:FIG. 3 is a schematic structural diagram of a synchronization system for domain name resolution according to an embodiment of the present disclosure. The synchronization system includes: an authoritative DNS device 31, a public DNS device 32, a synchronization device 33, and a client device 34 corresponding to the public DNS device, wherein:
所述权威DNS设备31,用于将更新后的解析结果发送给同步设备33;The authoritative DNS device 31 is configured to send the updated parsing result to the synchronization device 33;
所述同步设备33,用于接收所述权威DNS设备发送的解析结果,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的,并将接收到的所述解析结果发送给不同的公共DNS设备32。The synchronization device 33 is configured to receive the parsing result sent by the authoritative DNS device, where the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated, and the parsing result is received. Sent to a different public DNS device 32.
此外,所述同步设备33,还用于将接收到的所述解析结果发送给每一个公共DNS设备对应的客户端设备34,使所述客户端设备将接收到的所述解析结果存储在本地。In addition, the synchronization device 33 is further configured to send the received parsing result to the client device 34 corresponding to each public DNS device, so that the client device stores the parsed result received locally. .
具体地,所述同步设备33,具体用于向每一个公共DNS设备32对应的客户端设备34发送心跳数据包,其中,所述心跳数据包用于确定所述客户端设备34是否在线;Specifically, the synchronization device 33 is specifically configured to send a heartbeat data packet to the client device 34 corresponding to each public DNS device 32, where the heartbeat data packet is used to determine whether the client device 34 is online;
在第一设定时间范围内接收到所述客户端设备34发送的响应数据包时,将接收到的所述解析结果发送给所述客户端设备34。 When the response packet sent by the client device 34 is received within the first set time range, the received parsing result is sent to the client device 34.
所述同步设备33,具体用于在第一设定时间范围内尚未接收到所述客户端设备34发送的响应数据包时,定时向所述客户端设备34发送心跳数据包,并在接收到所述客户端设备34发送的响应数据包时,将第二设定时间范围内接收到的所述解析结果发送给所述客户端设备34。The synchronization device 33 is configured to periodically send a heartbeat data packet to the client device 34 when the response data packet sent by the client device 34 has not been received within the first set time range, and receive the heartbeat data packet. When the response packet sent by the client device 34 is sent, the parsing result received in the second set time range is sent to the client device 34.
所述同步设备33,还用于在接收权威DNS设备31发送的解析结果之前,获取待解析的域名,并将所述待解析的域名携带在解析生产请求中发送给权威DNS设备31,其中,所述解析生产请求用于请求所述权威DNS设备31对所述待解析的域名进行解析并返回解析结果。The synchronization device 33 is further configured to: before receiving the parsing result sent by the authoritative DNS device 31, obtain the domain name to be parsed, and carry the domain name to be parsed in the parsing production request and send it to the authoritative DNS device 31, where The parsing production request is used to request the authoritative DNS device 31 to parse the domain name to be parsed and return an analysis result.
所述同步设备33,具体用于接收权威DNS设备31发送的解析结果,其中,所述解析结果中包含所述待解析的域名对应的解析结果。The synchronization device 33 is configured to receive an analysis result sent by the authoritative DNS device 31, where the analysis result includes an analysis result corresponding to the domain name to be resolved.
当权威DNS设备解析域名产生新的解析结果时,通过权威DNS设备与公共DNS设备之间的同步设备,将在权威DNS设备中新生效的解析结果发送给公共DNS设备,确保公共DNS设备缓存中生效的解析结果与权威DNS设备中生效的解析结果一致,避免了由于公共DNS设备中缓存刷新时间的不一致使得解析结果生效时间出现延迟的问题,有效地提升公共DNS设备进行域名解析的解析效率。When the authoritative DNS device resolves the domain name and generates a new resolution result, the newly-resolved analysis result in the authoritative DNS device is sent to the public DNS device through the synchronization device between the authoritative DNS device and the public DNS device to ensure the public DNS device cache. The result of the validation is consistent with the resolution of the valid DNS device. This prevents the delay in the validity of the analysis result due to the inconsistency of the cache refresh time in the public DNS device. This improves the efficiency of domain name resolution for public DNS devices.
本领域的技术人员应明白,本申请的实施例可提供为方法、装置(设备)、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art will appreciate that embodiments of the present application can be provided as a method, apparatus (device), or computer program product. Thus, the present application can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment in combination of software and hardware. Moreover, the application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
本申请是参照根据本申请实施例的方法、装置(设备)和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他 可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present application is described with reference to flowchart illustrations and/or block diagrams of a method, apparatus, and computer program product according to embodiments of the present application. It will be understood that each flow and/or block of the flowchart illustrations and/or FIG. These computer program instructions can be provided to a processor of a general purpose computer, a special purpose computer, an embedded processor or other programmable data processing device to produce a machine such that by computer or other The instructions executed by the processor of the programmable data processing device generate means for implementing the functions specified in one or more blocks of the flowchart or in a block or blocks of the flowchart.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。The computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device. The apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device. The instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
尽管已描述了本申请的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例作出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本发明范围的所有变更和修改。While the preferred embodiment of the present application has been described, it will be apparent that those skilled in the art can make further changes and modifications to the embodiments. Therefore, the appended claims are intended to be interpreted as including the preferred embodiments and the modifications and
显然,本领域的技术人员可以对本申请进行各种改动和变型而不脱离本申请的范围。这样,倘若本申请的这些修改和变型属于本申请权利要求及其等同技术的范围之内,则本申请也意图包含这些改动和变型在内。 It will be apparent to those skilled in the art that various modifications and changes can be made in the present application without departing from the scope of the application. Thus, it is intended that the present invention cover the modifications and variations of the present invention.

Claims (10)

  1. 一种域名解析的同步方法,其特征在于,包括:A method for synchronizing domain name resolution, comprising:
    接收权威域名服务DNS设备发送的解析结果,其中,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;Receiving an analysis result sent by the authoritative domain name service DNS device, where the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated;
    将接收到的所述解析结果发送给不同的公共DNS设备。The received parsing result is sent to a different public DNS device.
  2. 如权利要求1所述的同步方法,其特征在于,在将接收到的所述解析结果发送给不同的公共DNS设备时,所述方法还包括:The method of claim 1, wherein when the received parsing result is sent to a different public DNS device, the method further includes:
    将接收到的所述解析结果发送给每一个公共DNS设备对应的客户端设备,使所述客户端设备将接收到的所述解析结果存储在本地。And sending the received parsing result to the client device corresponding to each public DNS device, so that the client device stores the parsed result received locally.
  3. 如权利要求2所述的同步方法,其特征在于,将接收到的所述解析结果发送给每一个公共DNS设备对应的客户端设备,包括:The synchronization method of claim 2, wherein the sending the parsing result to the client device corresponding to each public DNS device comprises:
    向每一个公共DNS设备对应的客户端设备发送心跳数据包,其中,所述心跳数据包用于确定所述客户端设备是否在线;Sending a heartbeat data packet to a client device corresponding to each public DNS device, where the heartbeat data packet is used to determine whether the client device is online;
    在第一设定时间范围内接收到所述客户端设备发送的响应数据包时,将接收到的所述解析结果发送给所述客户端设备。Receiving the response data packet sent by the client device in the first set time range, and sending the received parsing result to the client device.
  4. 如权利要求3所述的同步方法,其特征在于,在第一设定时间范围内尚未接收到所述客户端设备发送的响应数据包时,所述方法还包括:The method of claim 3, wherein when the response packet sent by the client device has not been received within the first set time range, the method further includes:
    定时向所述客户端设备发送心跳数据包,并在接收到所述客户端设备发送的响应数据包时,将第二设定时间范围内接收到的所述解析结果发送给所述客户端设备。Sending a heartbeat data packet to the client device periodically, and sending the parsing result received in the second set time range to the client device when receiving the response data packet sent by the client device .
  5. 如权利要求1至4任一项所述的同步方法,其特征在于,在接收权威DNS设备发送的解析结果之前,所述方法还包括:The synchronization method according to any one of claims 1 to 4, further comprising: before receiving the parsing result sent by the authoritative DNS device, the method further comprising:
    获取待解析的域名,并将所述待解析的域名携带在解析生产请求中发送给权威域名服务DNS设备,其中,所述解析生产请求用于请求所述权威DNS设备对所述待解析的域名进行解析并返回解析结果;Obtaining the domain name to be resolved, and the domain name to be resolved is sent to the authoritative domain name service DNS device in the parsing production request, where the parsing production request is used to request the authoritative DNS device to the domain name to be parsed Parse and return the parsing result;
    接收权威DNS设备发送的解析结果,包括: Receive the parsing result sent by the authoritative DNS device, including:
    接收权威DNS设备发送的解析结果,其中,所述解析结果中包含所述待解析的域名对应的解析结果。Receiving the parsing result sent by the authoritative DNS device, where the parsing result includes the parsing result corresponding to the domain name to be parsed.
  6. 一种域名解析的同步设备,其特征在于,包括:A synchronization device for domain name resolution, comprising:
    接收单元,用于接收权威域名服务DNS设备发送的解析结果,其中,所述解析结果是在所述权威DNS设备内部缓存的解析结果发生更新后发送的;a receiving unit, configured to receive an analysis result sent by the authoritative domain name service DNS device, where the parsing result is sent after the parsing result of the internal cache of the authoritative DNS device is updated;
    发送单元,用于将接收到的所述解析结果发送给不同的公共DNS设备。And a sending unit, configured to send the received parsing result to a different public DNS device.
  7. 如权利要求6所述的同步设备,其特征在于,A synchronization device according to claim 6 wherein:
    所述发送单元,还用于在将接收到的所述解析结果发送给不同的公共DNS设备时,将接收到的所述解析结果发送给每一个公共DNS设备对应的客户端设备,使所述客户端设备将接收到的所述解析结果存储在本地。The sending unit is further configured to: when the received parsing result is sent to a different public DNS device, send the received parsing result to a client device corresponding to each public DNS device, so that the sending The client device stores the parsed result received locally.
  8. 如权利要求7所述的同步设备,其特征在于,A synchronization device according to claim 7, wherein
    所述发送单元,具体用于向每一个公共DNS设备对应的客户端设备发送心跳数据包,其中,所述心跳数据包用于确定所述客户端设备是否在线;The sending unit is configured to send a heartbeat data packet to a client device corresponding to each public DNS device, where the heartbeat data packet is used to determine whether the client device is online;
    在第一设定时间范围内接收到所述客户端设备发送的响应数据包时,将接收到的所述解析结果发送给所述客户端设备。Receiving the response data packet sent by the client device in the first set time range, and sending the received parsing result to the client device.
  9. 如权利要求8所述的同步设备,其特征在于,A synchronization device according to claim 8 wherein:
    所述发送单元,还用于在第一设定时间范围内尚未接收到所述客户端设备发送的响应数据包时,定时向所述客户端设备发送心跳数据包,并在接收到所述客户端设备发送的响应数据包时,将第二设定时间范围内接收到的所述解析结果发送给所述客户端设备。The sending unit is further configured to periodically send a heartbeat data packet to the client device when the response data packet sent by the client device is not received within the first set time range, and receive the customer When the response packet sent by the end device is sent, the parsing result received in the second set time range is sent to the client device.
  10. 如权利要求6至9任一项所述的同步设备,其特征在于,所同步设备还包括:获取单元,其中:The synchronization device according to any one of claims 6 to 9, wherein the synchronization device further comprises: an acquisition unit, wherein:
    所述获取单元,用于获取待解析的域名,并将所述待解析的域名携带在解析生产请求中发送给权威域名服务DNS设备,其中,所述解析生产请求用于请求所述权威DNS设备对所述待解析的域名进行解析并返回解析结果;The obtaining unit is configured to obtain the domain name to be resolved, and the domain name to be parsed is sent to the authoritative domain name service DNS device in the parsing production request, where the parsing production request is used to request the authoritative DNS device Parsing the domain name to be parsed and returning the parsing result;
    所述接收单元,具体用于接收权威DNS设备发送的解析结果,其中,所 述解析结果中包含所述待解析的域名对应的解析结果。 The receiving unit is specifically configured to receive an analysis result sent by an authoritative DNS device, where The parsing result includes the parsing result corresponding to the domain name to be parsed.
PCT/CN2016/079809 2015-05-04 2016-04-21 Domain name resolution synchronizing method and apparatus WO2016177276A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510221614.7A CN106210158B (en) 2015-05-04 2015-05-04 Domain name resolution synchronization method and device
CN201510221614.7 2015-05-04

Publications (1)

Publication Number Publication Date
WO2016177276A1 true WO2016177276A1 (en) 2016-11-10

Family

ID=57217555

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/079809 WO2016177276A1 (en) 2015-05-04 2016-04-21 Domain name resolution synchronizing method and apparatus

Country Status (2)

Country Link
CN (1) CN106210158B (en)
WO (1) WO2016177276A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109922120A (en) * 2018-12-10 2019-06-21 网宿科技股份有限公司 Improve the method and terminal of DNS availability
CN111510514A (en) * 2020-03-13 2020-08-07 视联动力信息技术股份有限公司 Domain name processing method and device, electronic equipment and storage medium
CN112689030A (en) * 2020-12-31 2021-04-20 网根(南京)网络中心有限公司 DNS cache updating method and system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113301173A (en) * 2020-06-09 2021-08-24 阿里巴巴集团控股有限公司 Domain name updating system and method, message forwarding method and server
CN114466073A (en) * 2021-12-24 2022-05-10 互联网域名系统北京市工程研究中心有限公司 Method and device for rapidly updating DNS cache records applicable to local area network range
CN116436836B (en) * 2023-06-13 2023-09-01 阿里巴巴(中国)有限公司 Domain name data synchronous detection method, device and equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8200842B1 (en) * 2006-10-25 2012-06-12 Cellco Partnership Automatic traffic control using dynamic DNS update
CN103905572A (en) * 2012-12-26 2014-07-02 中国移动通信集团公司 Domain name resolution request processing method and device
CN104184775A (en) * 2013-05-27 2014-12-03 电子科技大学 CDN-based domain name parse service model

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101714991B (en) * 2009-10-30 2012-06-20 清华大学 Method for realizing heartbeat mechanism
US8924519B2 (en) * 2009-11-03 2014-12-30 Microsoft Corporation Automated DNS configuration with local DNS server
CN101841409B (en) * 2010-01-26 2013-04-24 中国科学院计算机网络信息中心 Method, server and domain name system for realizing purpose of creating synchronization in DNS region
CN102137174B (en) * 2010-12-29 2013-10-09 华为技术有限公司 Method for caching of domain name system, authorized domain name server and cache domain name server
CN103167047A (en) * 2011-12-12 2013-06-19 工业和信息化部电信传输研究所 Domain name server (DNS) resource recording dynamic update method
CN103685585B (en) * 2012-09-07 2016-11-23 中国科学院计算机网络信息中心 A kind of highly reliable DNS data update method and system
CN103024094B (en) * 2012-11-15 2015-07-22 中国科学院计算机网络信息中心 Safe and reliable DNS zone file information issuing updating method and system
CN103856569B (en) * 2012-11-28 2018-09-11 方正宽带网络服务有限公司 A kind of method and apparatus of synchronous domain name system asset information
CN103905574B (en) * 2012-12-27 2017-09-08 中国移动通信集团公司 A kind of DNS Operational Visits method, DNS data synchronous method and equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8200842B1 (en) * 2006-10-25 2012-06-12 Cellco Partnership Automatic traffic control using dynamic DNS update
CN103905572A (en) * 2012-12-26 2014-07-02 中国移动通信集团公司 Domain name resolution request processing method and device
CN104184775A (en) * 2013-05-27 2014-12-03 电子科技大学 CDN-based domain name parse service model

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109922120A (en) * 2018-12-10 2019-06-21 网宿科技股份有限公司 Improve the method and terminal of DNS availability
CN111510514A (en) * 2020-03-13 2020-08-07 视联动力信息技术股份有限公司 Domain name processing method and device, electronic equipment and storage medium
CN111510514B (en) * 2020-03-13 2022-04-05 视联动力信息技术股份有限公司 Domain name processing method and device, electronic equipment and storage medium
CN112689030A (en) * 2020-12-31 2021-04-20 网根(南京)网络中心有限公司 DNS cache updating method and system
CN112689030B (en) * 2020-12-31 2023-01-20 网根(南京)网络中心有限公司 DNS cache updating method and system

Also Published As

Publication number Publication date
CN106210158B (en) 2020-03-27
CN106210158A (en) 2016-12-07

Similar Documents

Publication Publication Date Title
WO2016177276A1 (en) Domain name resolution synchronizing method and apparatus
US10511567B2 (en) Network resource identification
US9912543B2 (en) DNS package in a partitioned network
Callahan et al. On modern DNS behavior and properties
US10225231B2 (en) Method and server of remote information query
JP5893034B2 (en) Request routing in network environments
US8812479B2 (en) Method and system for triggering web crawling based on registry data
WO2018112944A1 (en) Domain name resolution method and apparatus
WO2018233312A1 (en) Dns attack defense method, apparatus and system
US9400851B2 (en) Dynamic content caching
TW200420031A (en) Method and apparatus for local IP address translation
WO2013044569A1 (en) Network user identification method and application server thereof
TW201709692A (en) System, method and device for filtering HTTPS network packet
US8819209B1 (en) Name server property tracking
CN109067936A (en) A kind of method and device of domain name mapping
US8713088B2 (en) Identifying users of remote sessions
WO2017166524A1 (en) Domain name parsing method and apparatus
US20120180125A1 (en) Method and system for preventing domain name system cache poisoning attacks
WO2017124883A1 (en) Novel authoritative domain name resolution service method and device
CN108551495A (en) A kind of method for accessing domain name not using DNS Protocol or similar agreement
WO2017000669A1 (en) Centralised management control method, apparatus, and related device for domain name resource record caching
US10476836B1 (en) Systems, devices, and methods for providing improved RDAP operations
CN109413220A (en) A method of it is accessed in a manner of alias in DDOS cloud guard system and DNS is avoided to propagate
US20160164751A1 (en) Brokering data access requests and responses
US10659424B2 (en) Determining status of domain name registration

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

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

Country of ref document: EP

Kind code of ref document: A1