WO2017076327A1 - Method and apparatus for processing domain name resolution request, and server - Google Patents

Method and apparatus for processing domain name resolution request, and server Download PDF

Info

Publication number
WO2017076327A1
WO2017076327A1 PCT/CN2016/104586 CN2016104586W WO2017076327A1 WO 2017076327 A1 WO2017076327 A1 WO 2017076327A1 CN 2016104586 W CN2016104586 W CN 2016104586W WO 2017076327 A1 WO2017076327 A1 WO 2017076327A1
Authority
WO
WIPO (PCT)
Prior art keywords
domain name
name resolution
server
request
resolution request
Prior art date
Application number
PCT/CN2016/104586
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 WO2017076327A1 publication Critical patent/WO2017076327A1/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/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers

Definitions

  • the present invention relates to the field of Internet cache application technologies, and in particular, to a method, an apparatus, and a server for processing a domain name resolution request.
  • Nginx is a high-performance Hyper Text Transfer Protocol (HTTP) and reverse proxy server. It is also an Internet Mail Access Protocol (IMAP)/Post Office Protocol version 3 (Post Office Protocol - Version 3, referred to as POP3)/Simple Mail Transfer Protocol (STMP) proxy server.
  • IMAP Internet Mail Access Protocol
  • POP3 Post Office Protocol - Version 3, referred to as POP3
  • STMP Simple Mail Transfer Protocol
  • the Nginx Cache server checks whether the request file is stored on the local disk. If so, directly take the local storage. The file is sent to the client. If not, the proxy client needs to obtain the requested file from the source station. This action is called return source.
  • the source includes the following steps: the first step is to perform domain name resolution, obtain the source station Internet Protocol (IP) address, the second step is to send an HTTP request to the source station, and the third step is to receive the requested file and send it to The client determines whether to cache to the local disk based on the HTTP response header field.
  • Nginx can configure multiple DNS (Domain Name System) servers, but polls the round robin (Round Robin), that is, the first parsing request is sent.
  • DNS server 1 the second resolution request is sent to DNS server 2
  • the nth request is sent to DNS server n.
  • the domain name resolution request sent by Nginx may not receive a response or may receive a response to a server failure, so that Nginx will fail to return the source, causing the client service to fail. user experience.
  • the object of the embodiment of the present invention is to provide a method for processing a domain name resolution request, which is used to solve the problem that the source device fails due to a certain DNS server abnormality when the server domain name is returned in the prior art, so that the user equipment cannot obtain the requested resource. .
  • an embodiment of the present invention provides a method for processing a domain name resolution request, including:
  • the step of sending the domain name resolution request to the at least one first server according to the preset domain name resolution mode includes:
  • the domain name resolution request is sent to a first server in descending order of the first server settings in the configuration file.
  • the step of sending the domain name resolution request to the at least one first server according to the preset domain name resolution mode includes:
  • the domain name resolution request is sent to multiple first servers in the configuration file.
  • the domain name resolution valid response message includes a source station IP address corresponding to the domain name information.
  • the step of obtaining the requested resource from the source station according to the domain name resolution valid response message includes:
  • the request resource is obtained from the source station by the second server and the resource request connection of the source station.
  • the domain name resolution request After receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout is unresponsive, the domain name resolution request is sent to the next first server until receiving a valid domain name resolution response returned by any first server. As of the news.
  • the embodiment of the invention further provides a processing device for processing a domain name resolution request, comprising:
  • the first receiving module is configured to receive a domain name resolution request carrying domain name information
  • the sending module is configured to send the domain name resolution request to the at least one first server according to the preset domain name resolution mode
  • a second receiving module configured to receive a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request
  • the resource obtaining module is configured to obtain a request resource from the source station according to the domain name resolution valid response message.
  • the sending module includes:
  • the priority sending submodule is configured to send the domain name resolution request to a first server in descending order according to a priority order set by the plurality of first servers in the configuration file.
  • the sending module includes:
  • the submodule is sent, and the domain name resolution request is sent to multiple first servers in the configuration file at the same time.
  • the domain name resolution valid response message includes a source station IP address corresponding to the domain name information.
  • the resource obtaining module includes:
  • a sending submodule configured to send the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station;
  • the resource acquisition submodule is configured to acquire a request resource from the source station by using the second server to request a resource connection with the source station.
  • the first sending processing module is configured to stop sending the domain name resolution request to the next first server when receiving the domain name resolution valid response message returned by any of the first servers;
  • the second sending processing module is configured to: when receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout and no response, send the domain name resolution request to the next first server until receiving any The domain name returned by a server resolves the valid response message.
  • the embodiment of the present invention further provides a server, including the processing device for the domain name resolution request according to the foregoing embodiment.
  • a storage medium is also provided.
  • the storage medium is configured to store program code for performing the following steps: receiving a domain name resolution request carrying domain name information; transmitting the domain name resolution request to at least one first server according to a preset domain name resolution mode; receiving the first The server parses the valid response message according to the domain name returned by the domain name information in the domain name resolution request; and obtains the request resource from the source station according to the domain name resolution valid response message.
  • the domain name resolution request is sent to the at least one server by using the preset domain name resolution mode, which improves the success rate of the domain name resolution and the domain name resolution efficiency, and ensures that the user equipment can obtain the domain name when the server domain name is returned.
  • the requested resources enhance the user experience.
  • FIG. 1 is a schematic diagram of basic steps of a method for processing a domain name resolution request according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a device for processing a domain name resolution request according to an embodiment of the present invention
  • FIG. 3 is a block diagram of a first specific processing flow for transmitting a domain name resolution request to at least one first server according to a preset domain name resolution mode according to a method for processing a domain name resolution request according to an embodiment of the present invention
  • FIG. 4 is a second specific processing flow for sending the domain name resolution request to at least one first server according to a preset domain name resolution mode in a method for processing a domain name resolution request according to an embodiment of the present invention
  • FIG. 5 is a basic block diagram of a domain name resolution system based on a DNS proxy server according to an embodiment of the present invention.
  • the present invention is directed to the problem that the source device fails to be obtained due to a certain DNS server abnormality when the server domain name is returned in the prior art, so that the user equipment cannot obtain the requested resource, and the method for processing the domain name resolution request is provided by using the preset domain name.
  • the parsing mode sends a domain name resolution request to at least one server, which improves the success rate of the domain name resolution and the domain name resolution efficiency, and ensures that the user equipment can obtain the requested resource when the server domain name is returned, thereby improving the user experience.
  • an embodiment of the present invention provides a method for processing a domain name resolution request, including:
  • Step 11 Receive a domain name resolution request carrying domain name information
  • Step 12 Send the domain name resolution request to at least one first server according to a preset domain name resolution mode.
  • the first server may be a DNS server, and of course, other servers having a domain name resolution function.
  • Step 13 Receive a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request.
  • Step 14 Acquire a request resource from the source station according to the domain name resolution valid response message.
  • the method for processing a domain name resolution request in the embodiment of the present invention by using a preset domain name resolution mode, sends a domain name resolution request to at least one server, thereby improving the success rate of domain name resolution and domain name resolution efficiency, and ensuring that the user equipment can be returned when the server domain name is returned. Get the resources requested by it, improving the user experience.
  • the step 12 described in the embodiment of the present invention may further include:
  • Step 121 According to the priority order set in the configuration file for the plurality of first servers, The domain name resolution request is sent to the first server in order from high to low.
  • the priority order of the plurality of first servers has been set in advance in the configuration file.
  • the principle of priority setting can be determined according to the working efficiency of a plurality of first servers. For example, the probability of an abnormality in the first server domain name resolution type, and the like.
  • the step 12 in the embodiment of the present invention may further include:
  • Step 122 Send a domain name resolution request to multiple first servers in the configuration file at the same time.
  • the domain name resolution request is sent to the plurality of first servers at the same time. If only one of the plurality of first servers returns a domain name resolution valid response message, the domain name resolution is successful.
  • the domain name resolution valid response message in the embodiment of the present invention includes a source station IP address corresponding to the domain name information.
  • the step 14 in the embodiment of the present invention may further include:
  • Step 141 Send the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station.
  • the second server may be an Nginx server.
  • the domain name resolution valid response message sent to the second server includes the source station IP address corresponding to the domain name information in the domain name resolution request, the second server obtains the source station IP address, and queries the source station according to the IP address, and The source station establishes a resource request connection.
  • Step 142 The requesting resource is obtained from the source station by the second server and the resource request connection of the source station.
  • Step 15 When receiving the domain name resolution valid response message returned by any first server, stopping sending the domain name resolution request to the next first server;
  • Step 16 after receiving the domain name resolution failure message or domain name solution returned by the first server When the request timeout is not responding, the domain name resolution request is sent to the next first server until receiving the domain name resolution valid response message returned by any first server.
  • step 15 and step 16 are specific processing steps after step 121 described in the embodiment of the present invention, thus improving the success rate of domain name resolution.
  • the domain name resolution request is sent to at least one server by using a preset domain name resolution mode, which improves the success rate of domain name resolution and domain name resolution efficiency, and ensures that the user equipment can obtain the request when the server domain name is returned. Resources to enhance the user experience.
  • the embodiment of the present invention further provides a processing device for processing a domain name resolution request, including:
  • the first receiving module 21 is configured to receive a domain name resolution request carrying domain name information
  • the domain name information refers to the name of a computer or group of computers on the Internet consisting of a series of names separated by dots, and is set to identify the electronic orientation of the computer during data transmission.
  • the sending module 22 is configured to send the domain name resolution request to the at least one first server according to the preset domain name resolution mode
  • the first server may be a DNS server, and of course, other servers having a domain name resolution function.
  • the second receiving module 23 is configured to receive a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request;
  • the resource obtaining module 24 is configured to obtain the requested resource from the source station according to the domain name resolution valid response message.
  • the sending module 22 in the embodiment of the present invention may specifically include:
  • the priority sending submodule is configured to send the domain name resolution request to a first server in descending order according to a priority order set by the plurality of first servers in the configuration file.
  • the priority order of the plurality of first servers is preset in the configuration file.
  • the principle of priority setting can be determined according to the working efficiency of a plurality of first servers. For example, the probability of an abnormality in the first server domain name resolution type, and the like.
  • the sending module 22 in the embodiment of the present invention may further include:
  • the submodule is sent, and the domain name resolution request is sent to multiple first servers in the configuration file at the same time.
  • the domain name resolution request is sent to the plurality of first servers at the same time. If only one of the plurality of first servers returns a domain name resolution valid response message, the domain name resolution is successful.
  • the domain name resolution valid response message includes a source station IP address corresponding to the domain name information.
  • the resource obtaining module 24 in the embodiment of the present invention may include:
  • a sending submodule configured to send the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station;
  • the second server may be an Nginx server.
  • the domain name resolution valid response message sent to the second server includes the source station IP address corresponding to the domain name information in the domain name resolution request, the second server obtains the source station IP address, and queries the source station according to the IP address, and The source station establishes a resource request connection.
  • the resource acquisition submodule is configured to acquire a request resource from the source station by using the second server to request a resource connection with the source station.
  • the first sending processing module 25 is configured to stop sending the domain name resolution request to the next first server when receiving the domain name resolution valid response message returned by any of the first servers;
  • the second sending processing module 26 is configured to: when receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout and no response, send the domain name resolution request to the next first server until receiving any The domain name returned by the first server resolves the valid response message.
  • first sending processing module 25 and the second sending processing module 26 are specific processing modules in the priority sending submodule in the embodiment of the present invention.
  • the embodiment of the present invention further provides a server, including the processing device for the domain name resolution request as described in the foregoing embodiment.
  • the domain name resolution request is sent to at least one server by using a preset domain name resolution mode, which improves the success rate of domain name resolution and domain name resolution efficiency, and ensures that the user equipment can obtain the request when the server domain name is returned. Resources to enhance the user experience.
  • a first specific processing flow diagram of the domain name resolution request is sent to at least one first server according to a preset domain name resolution mode according to a method for processing a domain name resolution request according to an embodiment of the present invention.
  • the processing flow of the domain name resolution request will be specifically described below in conjunction with the figure.
  • the implementation of the processing flow is based on the premise that the cache server configured by Nginx is sent by the receiving client. After the HTTP request, it is detected whether the local disk has cached the requested resource. When it is determined that the requested resource is not cached locally, a proxy server needs to be added to implement the processing process of the domain name resolution request, and finally the resource requested by the client is obtained.
  • the specific process is as follows:
  • Step 301 The client sends an HTTP request to the Nginx server.
  • the client is also called a client, and refers to a program that provides a local service to the client corresponding to the server.
  • Step 302 The Nginx server detects whether the local disk has cached the requested request resource, and determines that the requested resource of the request is not locally cached.
  • Step 303 The Nginx server sends a domain name resolution request to the DNS proxy server.
  • the domain name resolution request carries the domain name information.
  • Step 304 The DNS proxy server sequentially sends the domain name resolution request to a DNS server according to a priority order set by multiple DNS servers in the configuration file.
  • Step 305 the DNS server replies to the DNS proxy server or the DNS server is different. Often not responding;
  • Step 306 When the DNS proxy server determines that the response of the DNS reply is a valid response, step 307 is performed; otherwise, step 304 is performed.
  • the process returns to step 304, and the domain name resolution request is sent to the next DNS server.
  • Step 307 The DNS proxy server returns a domain name resolution valid response message to the Nginx server.
  • the domain name resolution effective response message includes an IP address corresponding to the domain name information.
  • Step 308 the Nginx server establishes a connection with the source station to obtain a request resource requested by the client.
  • the Nginx server sends an HTTP request to the source station according to the obtained IP address, and the source station returns the corresponding request resource according to the HTTP request.
  • Step 309 The Nginx server sends the obtained request resource to the client, and determines whether to cache to the local disk.
  • the request resource carries an indication message whether to cache the request resource to a local disk.
  • the domain name resolution request is sent to at least one server according to the priority order set by the multiple servers in the configuration file, which improves the success rate of domain name resolution.
  • the user experience is improved.
  • FIG. 4 is a block diagram of a second specific processing flow for transmitting the domain name resolution request to at least one first server according to a preset domain name resolution mode according to a method for processing a domain name resolution request according to an embodiment of the present invention.
  • the processing flow of the domain name resolution request will be specifically described below in conjunction with the figure.
  • the implementation of the processing flow is based on the fact that the cache cache server built by Nginx receives the HTTP sent by the client. After the request, check if the local disk is The requested resource is cached. When it is determined that the requested resource is not cached locally, a proxy server needs to be added to implement the processing process of the domain name resolution request, and finally the resource requested by the client is obtained.
  • the specific process is as follows:
  • Step 401 The client sends an HTTP request to the Nginx server.
  • the client is also called a client, and refers to a program that provides a local service to the client corresponding to the server.
  • Step 402 The Nginx server detects whether the local disk has cached the requested request resource, and determines that the requested resource of the request is not locally cached.
  • Step 403 The Nginx server sends a domain name resolution request to the DNS proxy server.
  • the domain name resolution request carries the domain name information.
  • Step 404 The DNS proxy server simultaneously sends the domain name resolution request to multiple DNS servers in the configuration file.
  • the DNS server simultaneously sends the domain name resolution request to a plurality of DNS servers at one time.
  • Step 405 the DNS server replies to the DNS proxy server
  • Step 406 The DNS proxy server sends the first obtained domain name resolution effective response message to the Nginx server.
  • the domain name resolution effective response message includes an IP address corresponding to the domain name information.
  • Step 407 The Nginx server establishes a connection with the source station to obtain a request resource requested by the client.
  • the Nginx server sends an HTTP request to the source station according to the obtained IP address, and the source station returns the corresponding request resource according to the HTTP request.
  • Step 408 The Nginx server sends the obtained request resource to the client, and determines Whether to cache to a local disk.
  • the request resource carries an indication message whether to cache the request resource to a local disk.
  • processing method of the domain name resolution request in the embodiment of the present invention and the foregoing third embodiment can be implemented under the basic framework of the domain name resolution system shown in FIG. 5.
  • the domain name resolution request is sent to multiple first services in the configuration file by using a preset domain name resolution mode, thereby improving the success rate of domain name resolution and domain name resolution efficiency, and ensuring the domain name return source of the server.
  • the user equipment can obtain the resources requested by it, the user experience is improved.
  • Embodiments of the present invention also provide a storage medium.
  • the above storage medium may be set to store program code for executing the steps of the method in the first embodiment.
  • the foregoing storage medium may include, but not limited to, a USB flash drive, a Read-Only Memory (ROM), a Random Access Memory (RAM), a mobile hard disk, and a magnetic memory.
  • ROM Read-Only Memory
  • RAM Random Access Memory
  • a mobile hard disk e.g., a hard disk
  • magnetic memory e.g., a hard disk
  • the processor performs the steps of the method in the first embodiment according to the stored program code in the storage medium.
  • modules or steps of the present invention described above can be implemented by a general-purpose computing device that can be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. Perform the steps shown or described, or separate them into individual integrated circuit modules, or multiple of them Blocks or steps are made in a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software.
  • the domain name resolution request is sent to the at least one server by using the preset domain name resolution mode, thereby improving the success rate of the domain name resolution and the domain name resolution efficiency, and ensuring that the user equipment can be obtained when the server domain name is returned to the source.
  • the user's experience is enhanced by the resources it requests.

Abstract

The present invention provides a method and apparatus for processing a domain name resolution request, and a server. The method comprises: receiving a domain name resolution request carrying domain name information; sending the domain name resolution request to at least one first server according to a preset domain name resolution mode; receiving a domain name resolution effective response message returned, according to domain name information in the domain name resolution request, by the first server; and acquiring a request resource from a source station according to the domain name resolution effective response message. By sending a domain name resolution request to at least one server via a preset domain name resolution mode, the present invention improves the domain name resolution success rate and the domain name resolution efficiency, ensures that a user equipment can acquire a resource requested by the user equipment when a domain name of a server returns to a source, and improves the user experience.

Description

域名解析请求的处理方法、装置及服务器Method, device and server for processing domain name resolution request 技术领域Technical field
本发明涉及互联网高速缓存应用技术领域,特别是涉及一种域名解析请求的处理方法、装置及服务器。The present invention relates to the field of Internet cache application technologies, and in particular, to a method, an apparatus, and a server for processing a domain name resolution request.
背景技术Background technique
Nginx是一个高性能的超文本传输协议(Hyper Text Transfer Protocol,简称HTTP)和反向代理服务器,也是一个因特网邮件访问协议(Internet Mail Access Protocol,简称IMAP)/邮局协议版本3(Post Office Protocol -Version 3,简称POP3)/简单邮件传输协议(Simple Mail Transfer Protocol,STMP)代理服务器。使用Nginx搭建的高速缓存(Cache)服务器,收到客户端发送的超文本传输协议(Hyper Text Transfer Protocol,HTTP)请求后,先检查请求文件是否已在本地磁盘存储,如果有,直接取本地存储文件发给客户端,如果没有,需要代理客户端向源站获取请求的文件,这个动作称为回源。回源包括以下步骤:第一步是进行域名解析,获取源站互联网协议(Internet Protocol,简称IP)地址,第二步是向源站发送HTTP请求,第三步是接收请求的文件,发送给客户端,并根据HTTP响应头字段确定是否缓存到本地磁盘。在回源第一步的域名解析中,Nginx可以配置多个DNS(Domain Name System,计算机域名系统)服务器,但是会采用轮询调度(Round Robin)的方式轮流查询,即第一个解析请求发给DNS服务器1,第二个解析请求发给DNS服务器2,第n个请求发给DNS服务器n。当某个DNS服务器异常时,Nginx发送的域名解析请求可能会超时收不到响应或者可能收到服务失败(server failure)的响应,这样Nginx就会回源失败,从而导致客户端服务失败,影响用户体验。Nginx is a high-performance Hyper Text Transfer Protocol (HTTP) and reverse proxy server. It is also an Internet Mail Access Protocol (IMAP)/Post Office Protocol version 3 (Post Office Protocol - Version 3, referred to as POP3)/Simple Mail Transfer Protocol (STMP) proxy server. After using the Hypertext Transfer Protocol (HTTP) request sent by the client, the Nginx Cache server checks whether the request file is stored on the local disk. If so, directly take the local storage. The file is sent to the client. If not, the proxy client needs to obtain the requested file from the source station. This action is called return source. The source includes the following steps: the first step is to perform domain name resolution, obtain the source station Internet Protocol (IP) address, the second step is to send an HTTP request to the source station, and the third step is to receive the requested file and send it to The client determines whether to cache to the local disk based on the HTTP response header field. In the domain name resolution of the first step back to the source, Nginx can configure multiple DNS (Domain Name System) servers, but polls the round robin (Round Robin), that is, the first parsing request is sent. To DNS server 1, the second resolution request is sent to DNS server 2, and the nth request is sent to DNS server n. When a DNS server is abnormal, the domain name resolution request sent by Nginx may not receive a response or may receive a response to a server failure, so that Nginx will fail to return the source, causing the client service to fail. user experience.
发明内容 Summary of the invention
本发明实施例的目的在于提供一种域名解析请求的处理方法,用以解决现有技术中服务器域名回源时因某个DNS服务器异常导致回源失败,从而使得用户设备无法获取请求资源的问题。The object of the embodiment of the present invention is to provide a method for processing a domain name resolution request, which is used to solve the problem that the source device fails due to a certain DNS server abnormality when the server domain name is returned in the prior art, so that the user equipment cannot obtain the requested resource. .
为了实现上述目的,本发明实施例提供一种域名解析请求的处理方法,包括:In order to achieve the above object, an embodiment of the present invention provides a method for processing a domain name resolution request, including:
接收携带有域名信息的域名解析请求;Receiving a domain name resolution request carrying domain name information;
根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求;And sending, by the preset domain name resolution mode, the domain name resolution request to the at least one first server;
接收所述第一服务器根据所述域名解析请求中的域名信息返回的域名解析有效响应消息;Receiving a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request;
根据所述域名解析有效响应消息,从源站获取请求资源。And obtaining the requested resource from the source station according to the domain name resolution valid response message.
其中,根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的步骤包括:The step of sending the domain name resolution request to the at least one first server according to the preset domain name resolution mode includes:
按照配置文件中对多个第一服务器设置的优先级顺序,由高到低依次向一第一服务器发送所述域名解析请求。The domain name resolution request is sent to a first server in descending order of the first server settings in the configuration file.
其中,根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的步骤包括:The step of sending the domain name resolution request to the at least one first server according to the preset domain name resolution mode includes:
同时向配置文件中多个第一服务器发送域名解析请求。At the same time, the domain name resolution request is sent to multiple first servers in the configuration file.
其中,所述域名解析有效响应消息包括所述域名信息对应的源站IP地址。The domain name resolution valid response message includes a source station IP address corresponding to the domain name information.
其中,根据所述域名解析有效响应消息,从源站获取请求资源的步骤包括:The step of obtaining the requested resource from the source station according to the domain name resolution valid response message includes:
向第二服务器发送所述域名解析有效响应消息,使所述第二服务器与所述源站建立资源请求连接;Sending the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station;
通过所述第二服务器与所述源站的资源请求连接,从源站获取请求资源。The request resource is obtained from the source station by the second server and the resource request connection of the source station.
其中,还包括: Among them, it also includes:
在接收到任一第一服务器返回的域名解析有效响应消息时,停止向下一个第一服务器发送所述域名解析请求;或者Stop receiving the domain name resolution request to the next first server when receiving the domain name resolution valid response message returned by any of the first servers; or
在接收到所述第一服务器返回的域名解析失败消息或域名解析请求超时无响应时,向下一个第一服务器发送所述域名解析请求,直到接收到任一第一服务器返回的域名解析有效响应消息为止。After receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout is unresponsive, the domain name resolution request is sent to the next first server until receiving a valid domain name resolution response returned by any first server. As of the news.
本发明实施例还提供一种域名解析请求的处理装置,包括:The embodiment of the invention further provides a processing device for processing a domain name resolution request, comprising:
第一接收模块,设置为接收携带有域名信息的域名解析请求;The first receiving module is configured to receive a domain name resolution request carrying domain name information;
发送模块,设置为根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求;The sending module is configured to send the domain name resolution request to the at least one first server according to the preset domain name resolution mode;
第二接收模块,设置为接收所述第一服务器根据所述域名解析请求中的域名信息返回的域名解析有效响应消息;a second receiving module, configured to receive a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request;
资源获取模块,设置为根据所述域名解析有效响应消息,从源站获取请求资源。The resource obtaining module is configured to obtain a request resource from the source station according to the domain name resolution valid response message.
其中,所述发送模块包括:The sending module includes:
优先级发送子模块,设置为按照配置文件中对多个第一服务器设置的优先级顺序,由高到低依次向一第一服务器发送所述域名解析请求。The priority sending submodule is configured to send the domain name resolution request to a first server in descending order according to a priority order set by the plurality of first servers in the configuration file.
其中,所述发送模块包括:The sending module includes:
同时发送子模块,设置为同时向配置文件中多个第一服务器发送域名解析请求。At the same time, the submodule is sent, and the domain name resolution request is sent to multiple first servers in the configuration file at the same time.
其中,所述域名解析有效响应消息包括所述域名信息对应的源站IP地址。The domain name resolution valid response message includes a source station IP address corresponding to the domain name information.
其中,所述资源获取模块包括:The resource obtaining module includes:
发送子模块,设置为向第二服务器发送所述域名解析有效响应消息,使所述第二服务器与所述源站建立资源请求连接;a sending submodule, configured to send the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station;
资源获取子模块,设置为通过所述第二服务器与所述源站的资源请求连接,从源站获取请求资源。The resource acquisition submodule is configured to acquire a request resource from the source station by using the second server to request a resource connection with the source station.
其中,还包括: Among them, it also includes:
第一发送处理模块,设置为在接收到任一第一服务器返回的域名解析有效响应消息时,停止向下一个第一服务器发送所述域名解析请求;The first sending processing module is configured to stop sending the domain name resolution request to the next first server when receiving the domain name resolution valid response message returned by any of the first servers;
第二发送处理模块,设置为在接收到所述第一服务器返回的域名解析失败消息或域名解析请求超时无响应时,向下一个第一服务器发送所述域名解析请求,直到接收到任一第一服务器返回的域名解析有效响应消息为止。The second sending processing module is configured to: when receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout and no response, send the domain name resolution request to the next first server until receiving any The domain name returned by a server resolves the valid response message.
本发明实施例还提供一种服务器,包括如上述实施例所述的域名解析请求的处理装置。The embodiment of the present invention further provides a server, including the processing device for the domain name resolution request according to the foregoing embodiment.
根据本发明的又一个实施例,还提供了一种存储介质。该存储介质设置为存储用于执行以下步骤的程序代码:接收携带有域名信息的域名解析请求;根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求;接收所述第一服务器根据所述域名解析请求中的域名信息返回的域名解析有效响应消息;根据所述域名解析有效响应消息,从源站获取请求资源。According to still another embodiment of the present invention, a storage medium is also provided. The storage medium is configured to store program code for performing the following steps: receiving a domain name resolution request carrying domain name information; transmitting the domain name resolution request to at least one first server according to a preset domain name resolution mode; receiving the first The server parses the valid response message according to the domain name returned by the domain name information in the domain name resolution request; and obtains the request resource from the source station according to the domain name resolution valid response message.
本发明实施例的上述技术方案的有益效果如下:The beneficial effects of the above technical solutions of the embodiments of the present invention are as follows:
本发明实施例的上述方案中,通过采用预设的域名解析模式向至少一个服务器发送域名解析请求,提高了域名解析的成功率及域名解析效率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。In the above solution of the embodiment of the present invention, the domain name resolution request is sent to the at least one server by using the preset domain name resolution mode, which improves the success rate of the domain name resolution and the domain name resolution efficiency, and ensures that the user equipment can obtain the domain name when the server domain name is returned. The requested resources enhance the user experience.
附图说明DRAWINGS
图1为本发明实施例域名解析请求的处理方法的基本步骤示意图;1 is a schematic diagram of basic steps of a method for processing a domain name resolution request according to an embodiment of the present invention;
图2为本发明实施例域名解析请求的处理装置的组成结构示意图;2 is a schematic structural diagram of a device for processing a domain name resolution request according to an embodiment of the present invention;
图3为本发明实施例域名解析请求的处理方法中根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的第一具体处理流程框图;3 is a block diagram of a first specific processing flow for transmitting a domain name resolution request to at least one first server according to a preset domain name resolution mode according to a method for processing a domain name resolution request according to an embodiment of the present invention;
图4为本发明实施例域名解析请求的处理方法中根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的第二具体处理流程 框图;FIG. 4 is a second specific processing flow for sending the domain name resolution request to at least one first server according to a preset domain name resolution mode in a method for processing a domain name resolution request according to an embodiment of the present invention; block diagram;
图5为本发明实施例基于DNS代理服务器的域名解析系统基本框图。FIG. 5 is a basic block diagram of a domain name resolution system based on a DNS proxy server according to an embodiment of the present invention.
具体实施方式detailed description
为使本发明要解决的技术问题、技术方案和优点更加清楚,下面将结合附图及具体实施例进行详细描述。The technical problems, the technical solutions, and the advantages of the present invention will be more clearly described in the following description.
本发明针对现有技术中服务器域名回源时因某个DNS服务器异常导致回源失败,从而使得用户设备无法获取请求资源的问题,提供一种域名解析请求的处理方法,通过采用预设的域名解析模式向至少一个服务器发送域名解析请求,提高了域名解析的成功率及域名解析效率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。The present invention is directed to the problem that the source device fails to be obtained due to a certain DNS server abnormality when the server domain name is returned in the prior art, so that the user equipment cannot obtain the requested resource, and the method for processing the domain name resolution request is provided by using the preset domain name. The parsing mode sends a domain name resolution request to at least one server, which improves the success rate of the domain name resolution and the domain name resolution efficiency, and ensures that the user equipment can obtain the requested resource when the server domain name is returned, thereby improving the user experience.
第一实施例First embodiment
如图1所示,本发明实施例提供一种域名解析请求的处理方法,包括:As shown in FIG. 1 , an embodiment of the present invention provides a method for processing a domain name resolution request, including:
步骤11,接收携带有域名信息的域名解析请求;Step 11: Receive a domain name resolution request carrying domain name information;
步骤12,根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求;Step 12: Send the domain name resolution request to at least one first server according to a preset domain name resolution mode.
这里,第一服务器可以是DNS服务器,当然也可以是其他具有域名解析功能的服务器。Here, the first server may be a DNS server, and of course, other servers having a domain name resolution function.
步骤13,接收所述第一服务器根据所述域名解析请求中的域名信息返回的域名解析有效响应消息;Step 13: Receive a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request.
步骤14,根据所述域名解析有效响应消息,从源站获取请求资源。Step 14: Acquire a request resource from the source station according to the domain name resolution valid response message.
本发明实施例的域名解析请求的处理方法,通过采用预设的域名解析模式向至少一个服务器发送域名解析请求,提高了域名解析的成功率及域名解析效率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。The method for processing a domain name resolution request in the embodiment of the present invention, by using a preset domain name resolution mode, sends a domain name resolution request to at least one server, thereby improving the success rate of domain name resolution and domain name resolution efficiency, and ensuring that the user equipment can be returned when the server domain name is returned. Get the resources requested by it, improving the user experience.
优选地,本发明实施例中所述步骤12可以进一步包括:Preferably, the step 12 described in the embodiment of the present invention may further include:
步骤121,按照配置文件中对多个第一服务器设置的优先级顺序,由 高到低依次向第一服务器发送所述域名解析请求。Step 121: According to the priority order set in the configuration file for the plurality of first servers, The domain name resolution request is sent to the first server in order from high to low.
这里,在配置文件中已预先设置了多个第一服务器的优先级顺序。优先级设置的原则可以根据多个第一服务器的工作效率确定。比如,第一服务器域名解析式出现异常的概率等。Here, the priority order of the plurality of first servers has been set in advance in the configuration file. The principle of priority setting can be determined according to the working efficiency of a plurality of first servers. For example, the probability of an abnormality in the first server domain name resolution type, and the like.
优选地,本发明实施例中所述步骤12还可以进一步包括:Preferably, the step 12 in the embodiment of the present invention may further include:
步骤122,同时向配置文件中多个第一服务器发送域名解析请求Step 122: Send a domain name resolution request to multiple first servers in the configuration file at the same time.
本步骤中,同时向多个第一服务器发送域名解析请求,当该多个第一服务器中只要有一个第一服务器返回域名解析有效响应消息,则本次域名解析成功。In this step, the domain name resolution request is sent to the plurality of first servers at the same time. If only one of the plurality of first servers returns a domain name resolution valid response message, the domain name resolution is successful.
这里,当该多个第一服务器中不止一个第一服务器返回域名解析有效响应消息时,最先获取的域名解析有效响应消息被实际使用。本域名解析模式提高了域名解析的成功率及域名解析的效率。Here, when more than one of the plurality of first servers returns a domain name resolution valid response message, the first obtained domain name resolution valid response message is actually used. This domain name resolution mode improves the success rate of domain name resolution and the efficiency of domain name resolution.
具体的,本发明实施例中所述域名解析有效响应消息包括所述域名信息对应的源站IP地址。Specifically, the domain name resolution valid response message in the embodiment of the present invention includes a source station IP address corresponding to the domain name information.
优选地,本发明实施例中所述步骤14可以进一步包括:Preferably, the step 14 in the embodiment of the present invention may further include:
步骤141,向第二服务器发送所述域名解析有效响应消息,使所述第二服务器与所述源站建立资源请求连接;Step 141: Send the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station.
这里,第二服务器可以是Nginx服务器。向第二服务器发送的域名解析有效响应消息中包括域名解析请求中域名信息对应的源站IP地址,第二服务器获取该源站IP地址,根据所述IP地址查询到所述源站,并与所述源站建立资源请求连接。Here, the second server may be an Nginx server. The domain name resolution valid response message sent to the second server includes the source station IP address corresponding to the domain name information in the domain name resolution request, the second server obtains the source station IP address, and queries the source station according to the IP address, and The source station establishes a resource request connection.
步骤142,通过所述第二服务器与所述源站的资源请求连接,从源站获取请求资源。Step 142: The requesting resource is obtained from the source station by the second server and the resource request connection of the source station.
本发明实施例的域名解析请求的处理方法,还包括:The method for processing a domain name resolution request in the embodiment of the present invention further includes:
步骤15,在接收到任一第一服务器返回的域名解析有效响应消息时,停止向下一个第一服务器发送所述域名解析请求;Step 15: When receiving the domain name resolution valid response message returned by any first server, stopping sending the domain name resolution request to the next first server;
步骤16,在接收到所述第一服务器返回的域名解析失败消息或域名解 析请求超时无响应时,向下一个第一服务器发送所述域名解析请求,直到接收到任一第一服务器返回的域名解析有效响应消息为止。Step 16, after receiving the domain name resolution failure message or domain name solution returned by the first server When the request timeout is not responding, the domain name resolution request is sent to the next first server until receiving the domain name resolution valid response message returned by any first server.
这里需要说明的是,步骤15及步骤16为本发明实施例中所述步骤121之后的具体处理步骤,如此提高了域名解析的成功率。It should be noted that step 15 and step 16 are specific processing steps after step 121 described in the embodiment of the present invention, thus improving the success rate of domain name resolution.
本发明的上述方案中,通过采用预设的域名解析模式向至少一个服务器发送域名解析请求,提高了域名解析的成功率及域名解析效率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。In the above solution, the domain name resolution request is sent to at least one server by using a preset domain name resolution mode, which improves the success rate of domain name resolution and domain name resolution efficiency, and ensures that the user equipment can obtain the request when the server domain name is returned. Resources to enhance the user experience.
第二实施例Second embodiment
如图2所示,本发明实施例还提供一种域名解析请求的处理装置,包括:As shown in FIG. 2, the embodiment of the present invention further provides a processing device for processing a domain name resolution request, including:
第一接收模块21,设置为接收携带有域名信息的域名解析请求;The first receiving module 21 is configured to receive a domain name resolution request carrying domain name information;
这里,域名信息是指由一串用点分隔的名字组成的因特网上某一台计算机或计算机组的名称,设置为在数据传输时标识计算机的电子方位。Here, the domain name information refers to the name of a computer or group of computers on the Internet consisting of a series of names separated by dots, and is set to identify the electronic orientation of the computer during data transmission.
发送模块22,设置为根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求;The sending module 22 is configured to send the domain name resolution request to the at least one first server according to the preset domain name resolution mode;
这里,第一服务器可以是DNS服务器,当然也可以是其他具有域名解析功能的服务器。Here, the first server may be a DNS server, and of course, other servers having a domain name resolution function.
第二接收模块23,设置为接收所述第一服务器根据所述域名解析请求中的域名信息返回的域名解析有效响应消息;The second receiving module 23 is configured to receive a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request;
资源获取模块24,设置为根据所述域名解析有效响应消息,从源站获取请求资源。The resource obtaining module 24 is configured to obtain the requested resource from the source station according to the domain name resolution valid response message.
本发明实施例中所述发送模块22可以具体包括:The sending module 22 in the embodiment of the present invention may specifically include:
优先级发送子模块,设置为按照配置文件中对多个第一服务器设置的优先级顺序,由高到低依次向一第一服务器发送所述域名解析请求。The priority sending submodule is configured to send the domain name resolution request to a first server in descending order according to a priority order set by the plurality of first servers in the configuration file.
这里,所述配置文件中已预先设置了多个第一服务器的优先级顺序。优先级设置的原则可以根据多个第一服务器的工作效率确定。比如,第一服务器域名解析式出现异常的概率等。 Here, the priority order of the plurality of first servers is preset in the configuration file. The principle of priority setting can be determined according to the working efficiency of a plurality of first servers. For example, the probability of an abnormality in the first server domain name resolution type, and the like.
本发明实施例中所述发送模块22还可以包括:The sending module 22 in the embodiment of the present invention may further include:
同时发送子模块,设置为同时向配置文件中多个第一服务器发送域名解析请求。At the same time, the submodule is sent, and the domain name resolution request is sent to multiple first servers in the configuration file at the same time.
这里需说明的是,同时向多个第一服务器发送域名解析请求,当该多个第一服务器中只要有一个第一服务器返回域名解析有效响应消息,则本次域名解析成功。It should be noted that the domain name resolution request is sent to the plurality of first servers at the same time. If only one of the plurality of first servers returns a domain name resolution valid response message, the domain name resolution is successful.
这里,当该多个第一服务器中不止一个第一服务器返回域名解析有效响应消息时,最先获取的域名解析有效响应消息被实际使用。本域名解析模式提高了域名解析的成功率及域名解析的速度。Here, when more than one of the plurality of first servers returns a domain name resolution valid response message, the first obtained domain name resolution valid response message is actually used. This domain name resolution mode improves the success rate of domain name resolution and the speed of domain name resolution.
具体的,所述域名解析有效响应消息包括所述域名信息对应的源站IP地址。Specifically, the domain name resolution valid response message includes a source station IP address corresponding to the domain name information.
具体的,本发明实施例中所述资源获取模块24可以包括:Specifically, the resource obtaining module 24 in the embodiment of the present invention may include:
发送子模块,设置为向第二服务器发送所述域名解析有效响应消息,使所述第二服务器与所述源站建立资源请求连接;a sending submodule, configured to send the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station;
这里,第二服务器可以是Nginx服务器。向第二服务器发送的域名解析有效响应消息中包括域名解析请求中域名信息对应的源站IP地址,第二服务器获取该源站IP地址,根据所述IP地址查询到所述源站,并与所述源站建立资源请求连接。Here, the second server may be an Nginx server. The domain name resolution valid response message sent to the second server includes the source station IP address corresponding to the domain name information in the domain name resolution request, the second server obtains the source station IP address, and queries the source station according to the IP address, and The source station establishes a resource request connection.
资源获取子模块,设置为通过所述第二服务器与所述源站的资源请求连接,从源站获取请求资源。The resource acquisition submodule is configured to acquire a request resource from the source station by using the second server to request a resource connection with the source station.
本发明实施例的域名解析请求的处理装置,还可包括:The apparatus for processing a domain name resolution request in the embodiment of the present invention may further include:
第一发送处理模块25,设置为在接收到任一第一服务器返回的域名解析有效响应消息时,停止向下一个第一服务器发送所述域名解析请求;The first sending processing module 25 is configured to stop sending the domain name resolution request to the next first server when receiving the domain name resolution valid response message returned by any of the first servers;
第二发送处理模块26,设置为在接收到所述第一服务器返回的域名解析失败消息或域名解析请求超时无响应时,向下一个第一服务器发送所述域名解析请求,直到接收到任一第一服务器返回的域名解析有效响应消息为止。 The second sending processing module 26 is configured to: when receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout and no response, send the domain name resolution request to the next first server until receiving any The domain name returned by the first server resolves the valid response message.
这里需要说明的是,第一发送处理模块25及第二发送处理模块26为本发明实施例中所述优先级发送子模块中的具体处理模块。It should be noted that the first sending processing module 25 and the second sending processing module 26 are specific processing modules in the priority sending submodule in the embodiment of the present invention.
本发明实施例还提供一种服务器,包括如上述实施例中所述的域名解析请求的处理装置。The embodiment of the present invention further provides a server, including the processing device for the domain name resolution request as described in the foregoing embodiment.
本发明的上述方案中,通过采用预设的域名解析模式向至少一个服务器发送域名解析请求,提高了域名解析的成功率及域名解析效率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。In the above solution, the domain name resolution request is sent to at least one server by using a preset domain name resolution mode, which improves the success rate of domain name resolution and domain name resolution efficiency, and ensures that the user equipment can obtain the request when the server domain name is returned. Resources to enhance the user experience.
第三实施例Third embodiment
如图3所示,为本发明实施例的域名解析请求的处理方法中根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的第一具体处理流程框图。下面结合该图具体说明该域名解析请求的处理流程。As shown in FIG. 3, a first specific processing flow diagram of the domain name resolution request is sent to at least one first server according to a preset domain name resolution mode according to a method for processing a domain name resolution request according to an embodiment of the present invention. The processing flow of the domain name resolution request will be specifically described below in conjunction with the figure.
为了更清楚的理解本发明实施例的域名解析请求的处理流程,这里,需要说明的是,该处理流程的实施的前提是,使用Nginx搭建的高速缓存(Cache)服务器,在接收到客户端发送的HTTP请求后,检测本地磁盘是否已缓存请求的资源,在确定本地没有缓存所述请求的资源时,需要增加一代理服务器来实施该域名解析请求的处理流程,最终获取客户端请求的资源。具体过程如下:In order to more clearly understand the processing flow of the domain name resolution request in the embodiment of the present invention, it should be noted that the implementation of the processing flow is based on the premise that the cache server configured by Nginx is sent by the receiving client. After the HTTP request, it is detected whether the local disk has cached the requested resource. When it is determined that the requested resource is not cached locally, a proxy server needs to be added to implement the processing process of the domain name resolution request, and finally the resource requested by the client is obtained. The specific process is as follows:
步骤301,客户端向Nginx服务器发送HTTP请求;Step 301: The client sends an HTTP request to the Nginx server.
这里,客户端也称为用户端,是指与服务器相对应,为客户提供本地服务的程序。Here, the client is also called a client, and refers to a program that provides a local service to the client corresponding to the server.
步骤302,Nginx服务器检测本地磁盘是否已缓存请求的请求资源,,确定本地没有缓存所述请求的请求资源;Step 302: The Nginx server detects whether the local disk has cached the requested request resource, and determines that the requested resource of the request is not locally cached.
步骤303,Nginx服务器向DNS代理服务器发送域名解析请求;Step 303: The Nginx server sends a domain name resolution request to the DNS proxy server.
本步骤中,域名解析请求中携带有域名信息。In this step, the domain name resolution request carries the domain name information.
步骤304,DNS代理服务器按照配置文件中对多个DNS服务器设置的优先级顺序,由高到低依次向一DNS服务器发送所述域名解析请求;Step 304: The DNS proxy server sequentially sends the domain name resolution request to a DNS server according to a priority order set by multiple DNS servers in the configuration file.
步骤305,DNS服务器向DNS代理服务器回复应答或DNS服务器异 常不响应;Step 305, the DNS server replies to the DNS proxy server or the DNS server is different. Often not responding;
步骤306,DNS代理服务器在确定DNS回复的应答为有效响应时,执行步骤307,否则,执行步骤304。Step 306: When the DNS proxy server determines that the response of the DNS reply is a valid response, step 307 is performed; otherwise, step 304 is performed.
这里,在DNS代理服务器检测到域名解析请求超时无响应或接收到DNS服务器返回的无效应答,返回执行步骤304,向下一个DNS服务器发送所述域名解析请求。Here, when the DNS proxy server detects that the domain name resolution request timeout is unresponsive or receives an invalid response returned by the DNS server, the process returns to step 304, and the domain name resolution request is sent to the next DNS server.
步骤307,DNS代理服务器向Nginx服务器回复域名解析有效响应消息;Step 307: The DNS proxy server returns a domain name resolution valid response message to the Nginx server.
这里,所述域名解析有效响应消息包括所述域名信息对应的IP地址。Here, the domain name resolution effective response message includes an IP address corresponding to the domain name information.
步骤308,Nginx服务器与源站建立连接获取客户端请求的请求资源;Step 308, the Nginx server establishes a connection with the source station to obtain a request resource requested by the client.
这里,Nginx服务器根据获取的IP地址向源站发送HTTP请求,源站根据该HTTP请求返回对应的请求资源。Here, the Nginx server sends an HTTP request to the source station according to the obtained IP address, and the source station returns the corresponding request resource according to the HTTP request.
步骤309,Nginx服务器将获取到的请求资源发送给客户端,并判断是否缓存到本地磁盘。Step 309: The Nginx server sends the obtained request resource to the client, and determines whether to cache to the local disk.
这里,所述请求资源中携带有是否将所述请求资源缓存到本地磁盘的指示消息。Here, the request resource carries an indication message whether to cache the request resource to a local disk.
本发明的上述方案中,通过采用预设的域名解析模式,具体为按照配置文件中对多个第一服务器设置的优先级顺序,向至少一个服务器发送域名解析请求,提高了域名解析的成功率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。In the above solution of the present invention, the domain name resolution request is sent to at least one server according to the priority order set by the multiple servers in the configuration file, which improves the success rate of domain name resolution. To ensure that the user device can obtain the requested resource when the server domain name is returned, the user experience is improved.
第四实施例Fourth embodiment
如图4所示,为本发明实施例的域名解析请求的处理方法中根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的第二具体处理流程框图。下面结合该图具体说明该域名解析请求的处理流程。FIG. 4 is a block diagram of a second specific processing flow for transmitting the domain name resolution request to at least one first server according to a preset domain name resolution mode according to a method for processing a domain name resolution request according to an embodiment of the present invention. The processing flow of the domain name resolution request will be specifically described below in conjunction with the figure.
为了更清楚的理解本发明实施例的域名解析请求的处理流程,这里,需要说明的是,该处理流程的实施的前提是,使用Nginx搭建的高速缓存Cache服务器,在接收到客户端发送的HTTP请求后,检测本地磁盘是否 已缓存请求的资源,在确定本地没有缓存所述请求的资源时,需要增加一代理服务器来实施该域名解析请求的处理流程,最终获取客户端请求的资源。具体过程如下:In order to more clearly understand the processing flow of the domain name resolution request in the embodiment of the present invention, it should be noted that the implementation of the processing flow is based on the fact that the cache cache server built by Nginx receives the HTTP sent by the client. After the request, check if the local disk is The requested resource is cached. When it is determined that the requested resource is not cached locally, a proxy server needs to be added to implement the processing process of the domain name resolution request, and finally the resource requested by the client is obtained. The specific process is as follows:
步骤401,客户端向Nginx服务器发送HTTP请求;Step 401: The client sends an HTTP request to the Nginx server.
这里,客户端也称为用户端,是指与服务器相对应,为客户提供本地服务的程序。Here, the client is also called a client, and refers to a program that provides a local service to the client corresponding to the server.
步骤402,Nginx服务器检测本地磁盘是否已缓存请求的请求资源,,确定本地没有缓存所述请求的请求资源;Step 402: The Nginx server detects whether the local disk has cached the requested request resource, and determines that the requested resource of the request is not locally cached.
步骤403,Nginx服务器向DNS代理服务器发送域名解析请求;Step 403: The Nginx server sends a domain name resolution request to the DNS proxy server.
本步骤中,域名解析请求中携带有域名信息。In this step, the domain name resolution request carries the domain name information.
步骤404,DNS代理服务器同时向配置文件中多个DNS服务器发送所述域名解析请求;Step 404: The DNS proxy server simultaneously sends the domain name resolution request to multiple DNS servers in the configuration file.
这里,DNS服务器一次性同时向多个DNS服务器发送所述域名解析请求。Here, the DNS server simultaneously sends the domain name resolution request to a plurality of DNS servers at one time.
步骤405,DNS服务器向DNS代理服务器回复应答;Step 405, the DNS server replies to the DNS proxy server;
这里,配置文件中的多个DNS服务器中只要有一个DNS服务器返回域名解析有效响应消息,则本次域名解析成功。Here, if one of the multiple DNS servers in the configuration file returns a domain name resolution valid response message, the domain name resolution is successful.
当所述多个DNS服务器中不止一个DNS服务器返回域名解析有效响应消息时,最先获取的域名解析有效响应消息被实际使用。本域名解析模式提高了域名解析的成功率及域名解析的速度。When more than one of the plurality of DNS servers returns a domain name resolution valid response message, the first obtained domain name resolution valid response message is actually used. This domain name resolution mode improves the success rate of domain name resolution and the speed of domain name resolution.
步骤406,DNS代理服务器将最先获取的域名解析有效响应消息发送给Nginx服务器;Step 406: The DNS proxy server sends the first obtained domain name resolution effective response message to the Nginx server.
这里,所述域名解析有效响应消息包括所述域名信息对应的IP地址。Here, the domain name resolution effective response message includes an IP address corresponding to the domain name information.
步骤407,Nginx服务器与源站建立连接获取客户端请求的请求资源;Step 407: The Nginx server establishes a connection with the source station to obtain a request resource requested by the client.
这里,Nginx服务器根据获取的IP地址向源站发送HTTP请求,源站根据该HTTP请求返回对应的请求资源。Here, the Nginx server sends an HTTP request to the source station according to the obtained IP address, and the source station returns the corresponding request resource according to the HTTP request.
步骤408,Nginx服务器将获取到的请求资源发送给客户端,并判断 是否缓存到本地磁盘。Step 408: The Nginx server sends the obtained request resource to the client, and determines Whether to cache to a local disk.
这里,所述请求资源中携带有是否将所述请求资源缓存到本地磁盘的指示消息。Here, the request resource carries an indication message whether to cache the request resource to a local disk.
需要说明的是,本发明实施例及上述第三实施例中域名解析请求的处理方法均可在如图5所示的域名解析系统基本框架下实施。It should be noted that the processing method of the domain name resolution request in the embodiment of the present invention and the foregoing third embodiment can be implemented under the basic framework of the domain name resolution system shown in FIG. 5.
本发明的上述方案中,通过采用预设的域名解析模式,具体为同时向配置文件中多个第一服务发送域名解析请求,提高了域名解析的成功率及域名解析效率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。In the above solution of the present invention, the domain name resolution request is sent to multiple first services in the configuration file by using a preset domain name resolution mode, thereby improving the success rate of domain name resolution and domain name resolution efficiency, and ensuring the domain name return source of the server. When the user equipment can obtain the resources requested by it, the user experience is improved.
本发明的实施例还提供了一种存储介质。可选地,在本实施例中,上述存储介质可以被设置为存储用于执行第一实施例中的方法的步骤的程序代码。Embodiments of the present invention also provide a storage medium. Alternatively, in the present embodiment, the above storage medium may be set to store program code for executing the steps of the method in the first embodiment.
可选地,在本实施例中,上述存储介质可以包括但不限于:U盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、移动硬盘、磁碟或者光盘等各种可以存储程序代码的介质。Optionally, in this embodiment, the foregoing storage medium may include, but not limited to, a USB flash drive, a Read-Only Memory (ROM), a Random Access Memory (RAM), a mobile hard disk, and a magnetic memory. A variety of media that can store program code, such as a disc or a disc.
可选地,在本实施例中,处理器根据存储介质中已存储的程序代码执行第一实施例中的方法的步骤。Optionally, in the embodiment, the processor performs the steps of the method in the first embodiment according to the stored program code in the storage medium.
可选地,本实施例中的具体示例可以参考上述实施例及可选实施方式中所描述的示例,本实施例在此不再赘述。For example, the specific examples in this embodiment may refer to the examples described in the foregoing embodiments and the optional embodiments, and details are not described herein again.
显然,本领域的技术人员应该明白,上述的本发明的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模 块或步骤制作成单个集成电路模块来实现。这样,本发明不限制于任何特定的硬件和软件结合。It will be apparent to those skilled in the art that the various modules or steps of the present invention described above can be implemented by a general-purpose computing device that can be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. Perform the steps shown or described, or separate them into individual integrated circuit modules, or multiple of them Blocks or steps are made in a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software.
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above description is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.
工业实用性Industrial applicability
基于本发明实施例提供的上述技术方案,通过采用预设的域名解析模式向至少一个服务器发送域名解析请求,提高了域名解析的成功率及域名解析效率,保证服务器域名回源时用户设备能获取到其请求的资源,提升了用户体验。 According to the foregoing technical solution provided by the embodiment of the present invention, the domain name resolution request is sent to the at least one server by using the preset domain name resolution mode, thereby improving the success rate of the domain name resolution and the domain name resolution efficiency, and ensuring that the user equipment can be obtained when the server domain name is returned to the source. The user's experience is enhanced by the resources it requests.

Claims (13)

  1. 一种域名解析请求的处理方法,包括:A method for processing a domain name resolution request includes:
    接收携带有域名信息的域名解析请求;Receiving a domain name resolution request carrying domain name information;
    根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求;And sending, by the preset domain name resolution mode, the domain name resolution request to the at least one first server;
    接收所述第一服务器根据所述域名解析请求中的域名信息返回的域名解析有效响应消息;Receiving a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request;
    根据所述域名解析有效响应消息,从源站获取请求资源。And obtaining the requested resource from the source station according to the domain name resolution valid response message.
  2. 根据权利要求1所述的域名解析请求的处理方法,其中,根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的步骤包括:The method for processing a domain name resolution request according to claim 1, wherein the step of transmitting the domain name resolution request to the at least one first server according to the preset domain name resolution mode comprises:
    按照配置文件中对多个第一服务器设置的优先级顺序,由高到低依次向一第一服务器发送所述域名解析请求。The domain name resolution request is sent to a first server in descending order of the first server settings in the configuration file.
  3. 根据权利要求1所述的域名解析请求的处理方法,其中,根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求的步骤包括:The method for processing a domain name resolution request according to claim 1, wherein the step of transmitting the domain name resolution request to the at least one first server according to the preset domain name resolution mode comprises:
    同时向配置文件中多个第一服务器发送域名解析请求。At the same time, the domain name resolution request is sent to multiple first servers in the configuration file.
  4. 根据权利要求1所述的域名解析请求的处理方法,其中,所述域名解析有效响应消息包括所述域名信息对应的源站IP地址。The method for processing a domain name resolution request according to claim 1, wherein the domain name resolution effective response message includes a source station IP address corresponding to the domain name information.
  5. 根据权利要求4所述的域名解析请求的处理方法,其中,根据所述域名解析有效响应消息,从源站获取请求资源的步骤包括:The method for processing a domain name resolution request according to claim 4, wherein the step of obtaining the requested resource from the source station according to the domain name resolution valid response message comprises:
    向第二服务器发送所述域名解析有效响应消息,使所述第二服务器与所述源站建立资源请求连接;Sending the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station;
    通过所述第二服务器与所述源站的资源请求连接,从源站获取请求资源。The request resource is obtained from the source station by the second server and the resource request connection of the source station.
  6. 根据权利要求2所述的域名解析请求的处理方法,其中,还包括:The method for processing a domain name resolution request according to claim 2, further comprising:
    在接收到任一第一服务器返回的域名解析有效响应消息时,停止向下一个第一服务器发送所述域名解析请求;或者 Stop receiving the domain name resolution request to the next first server when receiving the domain name resolution valid response message returned by any of the first servers; or
    在接收到所述第一服务器返回的域名解析失败消息或域名解析请求超时无响应时,向下一个第一服务器发送所述域名解析请求,直到接收到任一第一服务器返回的域名解析有效响应消息为止。After receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout is unresponsive, the domain name resolution request is sent to the next first server until receiving a valid domain name resolution response returned by any first server. As of the news.
  7. 一种域名解析请求的处理装置,包括:A processing device for requesting a domain name resolution, comprising:
    第一接收模块,设置为接收携带有域名信息的域名解析请求;The first receiving module is configured to receive a domain name resolution request carrying domain name information;
    发送模块,设置为根据预设的域名解析模式向至少一个第一服务器发送所述域名解析请求;The sending module is configured to send the domain name resolution request to the at least one first server according to the preset domain name resolution mode;
    第二接收模块,设置为接收所述第一服务器根据所述域名解析请求中的域名信息返回的域名解析有效响应消息;a second receiving module, configured to receive a domain name resolution valid response message returned by the first server according to the domain name information in the domain name resolution request;
    资源获取模块,设置为根据所述域名解析有效响应消息,从源站获取请求资源。The resource obtaining module is configured to obtain a request resource from the source station according to the domain name resolution valid response message.
  8. 根据权利要求7所述的域名解析请求的处理装置,其中,所述发送模块包括:The processing device for the domain name resolution request according to claim 7, wherein the sending module comprises:
    优先级发送子模块,设置为按照配置文件中对多个第一服务器设置的优先级顺序,由高到低依次向一第一服务器发送所述域名解析请求。The priority sending submodule is configured to send the domain name resolution request to a first server in descending order according to a priority order set by the plurality of first servers in the configuration file.
  9. 根据权利要求7所述的域名解析请求的处理装置,其中,所述发送模块包括:The processing device for the domain name resolution request according to claim 7, wherein the sending module comprises:
    同时发送子模块,设置为同时向配置文件中多个第一服务器发送域名解析请求。At the same time, the submodule is sent, and the domain name resolution request is sent to multiple first servers in the configuration file at the same time.
  10. 根据权利要求7所述的域名解析请求的处理装置,其中,所述域名解析有效响应消息包括所述域名信息对应的源站IP地址。The apparatus for processing a domain name resolution request according to claim 7, wherein the domain name resolution effective response message includes a source station IP address corresponding to the domain name information.
  11. 根据权利要求10所述的域名解析请求的处理装置,其中,所述资源获取模块包括:The processing device for the domain name resolution request according to claim 10, wherein the resource acquisition module comprises:
    发送子模块,设置为向第二服务器发送所述域名解析有效响应消息,使所述第二服务器与所述源站建立资源请求连接;a sending submodule, configured to send the domain name resolution valid response message to the second server, so that the second server establishes a resource request connection with the source station;
    资源获取子模块,设置为通过所述第二服务器与所述源站的资源请求连接,从源站获取请求资源。 The resource acquisition submodule is configured to acquire a request resource from the source station by using the second server to request a resource connection with the source station.
  12. 根据权利要求8所述的域名解析请求的处理装置,其中,还包括:The apparatus for processing a domain name resolution request according to claim 8, further comprising:
    第一发送处理模块,设置为在接收到任一第一服务器返回的域名解析有效响应消息时,停止向下一个第一服务器发送所述域名解析请求;The first sending processing module is configured to stop sending the domain name resolution request to the next first server when receiving the domain name resolution valid response message returned by any of the first servers;
    第二发送处理模块,设置为在接收到所述第一服务器返回的域名解析失败消息或域名解析请求超时无响应时,向下一个第一服务器发送所述域名解析请求,直到接收到任一第一服务器返回的域名解析有效响应消息为止。The second sending processing module is configured to: when receiving the domain name resolution failure message returned by the first server or the domain name resolution request timeout and no response, send the domain name resolution request to the next first server until receiving any The domain name returned by a server resolves the valid response message.
  13. 一种服务器,包括如权利要求7-12任一项所述的域名解析请求的处理装置。 A server comprising the processing device for the domain name resolution request according to any one of claims 7-12.
PCT/CN2016/104586 2015-11-04 2016-11-04 Method and apparatus for processing domain name resolution request, and server WO2017076327A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510742424.XA CN106657426A (en) 2015-11-04 2015-11-04 Processing method and device for domain name parsing request, and server
CN201510742424.X 2015-11-04

Publications (1)

Publication Number Publication Date
WO2017076327A1 true WO2017076327A1 (en) 2017-05-11

Family

ID=58661723

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/104586 WO2017076327A1 (en) 2015-11-04 2016-11-04 Method and apparatus for processing domain name resolution request, and server

Country Status (2)

Country Link
CN (1) CN106657426A (en)
WO (1) WO2017076327A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113206785A (en) * 2021-05-28 2021-08-03 深圳市中科明望通信软件有限公司 Network request method and device, terminal equipment and storage medium
CN113225408A (en) * 2021-05-08 2021-08-06 中国工商银行股份有限公司 Domain name processing method and device
CN113452808A (en) * 2021-06-29 2021-09-28 百果园技术(新加坡)有限公司 Domain name resolution method, device, equipment and storage medium
CN114513487A (en) * 2020-10-28 2022-05-17 武汉斗鱼网络科技有限公司 Method and device for accelerating domain name resolution, electronic equipment and computer readable storage medium
CN114615310A (en) * 2022-03-01 2022-06-10 天翼安全科技有限公司 Method and device for maintaining TCP connection and electronic equipment
CN114765605A (en) * 2020-12-30 2022-07-19 花瓣云科技有限公司 Resource access method and terminal equipment

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107147751A (en) * 2017-05-11 2017-09-08 上海红阵信息科技有限公司 Domain name analytic method and device
CN107302604B (en) * 2017-06-30 2020-01-03 挖财网络技术有限公司 Kubernetes-based PaaS platform domain name configuration method and device and electronic equipment
CN107888716A (en) * 2017-12-05 2018-04-06 广东欧珀移动通信有限公司 A kind of sort method of domain name resolution server, terminal device and storage medium
CN112565481B (en) * 2018-11-21 2022-04-12 Oppo广东移动通信有限公司 Electronic equipment, domain name query method and related product
CN110138837B (en) * 2019-04-15 2021-12-28 平安科技(深圳)有限公司 Request processing method and device, computer equipment and storage medium
CN110333937B (en) * 2019-05-30 2023-08-29 平安科技(深圳)有限公司 Task distribution method, device, computer equipment and storage medium
CN112153166A (en) * 2019-06-27 2020-12-29 北京声智科技有限公司 DNS rapid analysis method, device, terminal and medium
CN112929463A (en) * 2021-01-26 2021-06-08 网宿科技股份有限公司 Traffic proxy method, server and system based on DNS (Domain name System)
CN115529164A (en) * 2022-08-30 2022-12-27 中电云数智科技有限公司 WAF bypass deployment system and method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499996A (en) * 2008-01-28 2009-08-05 中国电信股份有限公司 Domain name differentiate parsing method and domain name server
CN101505323A (en) * 2009-02-24 2009-08-12 南京联创科技股份有限公司 Domain name parsing redirection method on the basis of content analysis under massive data
CN101841577A (en) * 2010-06-07 2010-09-22 中兴通讯股份有限公司 Method and device for implementing domain name resolution agent function
CN102340554A (en) * 2011-09-29 2012-02-01 奇智软件(北京)有限公司 Optimal application server selection method and device for domain name system (DNS)
CN103002069A (en) * 2012-12-25 2013-03-27 北京小米科技有限责任公司 Domain name resolution method, device and system
CN103780715A (en) * 2014-01-29 2014-05-07 百度在线网络技术(北京)有限公司 Domain name resolution implementing method, client side and cloud server

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499996A (en) * 2008-01-28 2009-08-05 中国电信股份有限公司 Domain name differentiate parsing method and domain name server
CN101505323A (en) * 2009-02-24 2009-08-12 南京联创科技股份有限公司 Domain name parsing redirection method on the basis of content analysis under massive data
CN101841577A (en) * 2010-06-07 2010-09-22 中兴通讯股份有限公司 Method and device for implementing domain name resolution agent function
CN102340554A (en) * 2011-09-29 2012-02-01 奇智软件(北京)有限公司 Optimal application server selection method and device for domain name system (DNS)
CN103002069A (en) * 2012-12-25 2013-03-27 北京小米科技有限责任公司 Domain name resolution method, device and system
CN103780715A (en) * 2014-01-29 2014-05-07 百度在线网络技术(北京)有限公司 Domain name resolution implementing method, client side and cloud server

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114513487A (en) * 2020-10-28 2022-05-17 武汉斗鱼网络科技有限公司 Method and device for accelerating domain name resolution, electronic equipment and computer readable storage medium
CN114765605A (en) * 2020-12-30 2022-07-19 花瓣云科技有限公司 Resource access method and terminal equipment
CN114765605B (en) * 2020-12-30 2023-09-08 花瓣云科技有限公司 Resource access method and terminal equipment
CN113225408A (en) * 2021-05-08 2021-08-06 中国工商银行股份有限公司 Domain name processing method and device
CN113225408B (en) * 2021-05-08 2023-04-07 中国工商银行股份有限公司 Domain name processing method and device
CN113206785A (en) * 2021-05-28 2021-08-03 深圳市中科明望通信软件有限公司 Network request method and device, terminal equipment and storage medium
CN113452808A (en) * 2021-06-29 2021-09-28 百果园技术(新加坡)有限公司 Domain name resolution method, device, equipment and storage medium
CN113452808B (en) * 2021-06-29 2023-06-23 百果园技术(新加坡)有限公司 Domain name resolution method, device, equipment and storage medium
CN114615310A (en) * 2022-03-01 2022-06-10 天翼安全科技有限公司 Method and device for maintaining TCP connection and electronic equipment

Also Published As

Publication number Publication date
CN106657426A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
WO2017076327A1 (en) Method and apparatus for processing domain name resolution request, and server
US20180007144A1 (en) Event queuing and distribution system
US9083743B1 (en) Managing request routing information utilizing performance information
EP2263163B1 (en) Content management
US9407681B1 (en) Latency measurement in resource requests
WO2017004947A1 (en) Method and apparatus for preventing domain name hijacking
US20100268757A1 (en) Pseudo Pipelining of Client Requests
US20140280522A1 (en) System and method for providing an actively invalidated client-side network resource cache
US10938935B1 (en) Reduction in redirect navigation latency via speculative preconnection
KR102208935B1 (en) Messaging api over http protocol to establish context for data exchange
BRPI0606263B1 (en) method and system for communication between an application and a client
JP2013522736A (en) Method and system for providing a message including a universal resource locator
US10044766B2 (en) Managing mid-dialog session initiation protocol (SIP) messages
WO2012064856A3 (en) Methods for reducing latency in network connections and systems thereof
US20240073274A1 (en) Accelerating connections to a host server
US20110280247A1 (en) System and method for reducing latency via multiple network connections
CN103401946A (en) HTTP (hyper text transfer protocol) uploading acceleration method and system
US8713088B2 (en) Identifying users of remote sessions
CN104348661B (en) The upload of network failure data, method of reseptance and equipment and recording method and system
CN104168294A (en) Instant communication method, system and device across users on open platforms
WO2017004990A1 (en) Notification pushing method and device
CN113596105B (en) Content acquisition method, edge node and computer readable storage medium
CN113285920B (en) Service access method, device, equipment and storage medium
US20140047014A1 (en) Network access system
US20150295865A1 (en) Attachment transferring method, apparatus, and system

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

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

Country of ref document: EP

Kind code of ref document: A1