WO2018081963A1 - Procédé et dispositif de résolution de dns et système de réseau - Google Patents

Procédé et dispositif de résolution de dns et système de réseau Download PDF

Info

Publication number
WO2018081963A1
WO2018081963A1 PCT/CN2016/104389 CN2016104389W WO2018081963A1 WO 2018081963 A1 WO2018081963 A1 WO 2018081963A1 CN 2016104389 W CN2016104389 W CN 2016104389W WO 2018081963 A1 WO2018081963 A1 WO 2018081963A1
Authority
WO
WIPO (PCT)
Prior art keywords
domain name
context information
client
local
dns resolution
Prior art date
Application number
PCT/CN2016/104389
Other languages
English (en)
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 达闼科技(北京)有限公司
Priority to CN201680006918.4A priority Critical patent/CN107223329B/zh
Priority to PCT/CN2016/104389 priority patent/WO2018081963A1/fr
Publication of WO2018081963A1 publication Critical patent/WO2018081963A1/fr

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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • Embodiments of the present invention relate to the field of communications, and in particular, to a DNS (English name: Domain Name System, Chinese: Domain Name System) parsing method, apparatus, and network system.
  • DNS English name: Domain Name System, Chinese: Domain Name System
  • the local domain name server (English: Local Domain Name Server) needs to first resolve the domain name requested by the client to IP (English full name: Internet Protocol, Chinese: Network Interconnection Protocol) address to request data content based on the IP address.
  • IP International full name: Internet Protocol, Chinese: Network Interconnection Protocol
  • the local domain name server receives the domain name resolution request (DNS request) sent by the client in the local network, recursively queries the upper-level domain name server, and resolves the domain name into an IP address and carries the feedback to the client in the DNS response; sometimes the local domain name is required.
  • DNS request domain name resolution request
  • domain names are resolved to other IP addresses through a custom configuration, such as the IP address of the network proxy server (such as 2.2.2.2 in Figure 1), after which the client requests the local proxy server through the HTTP request according to the IP address.
  • Data content the local proxy server requests data content from the HTTP web server through an HTTP request and feeds back to the client via an HTTP response.
  • domain name servers support domain name servers for such custom configuration, but current web pages generally contain many elements. In order to better support concurrent acquisition of resources, these elements usually come from multiple different domain names.
  • the domain name of the homepage is not under the same top-level domain name; with the revision of the webpage, elements from the new domain name may be added.
  • each domain name resolution request resolves an IP address. If you need to resolve these domain names to the same custom IP address, you first need to find these domain names and add them to the local domain name.
  • the domain names are all corresponding to the same IP address, and then the domain name resolution request corresponding to the domain name is obtained by the domain name resolution request corresponding to the domain name, and the corresponding IP address in the custom configuration is obtained. It is cumbersome and difficult to maintain.
  • Embodiments of the present invention provide a DNS resolution method, apparatus, and network system for simplifying the DNS resolution process in the prior art.
  • the first aspect provides a DNS resolution method, including:
  • the local domain name server receives the DNS domain name system resolution request sent by the client, where the DNS resolution request includes the first domain name and the context information;
  • the local domain name server does not query the first domain name in the custom configuration, and the second domain name is included in the context information, querying, in the customized configuration, the second domain name in the context information IP address;
  • the local domain name server feeds back a DNS resolution response containing the queried IP address to the client.
  • the second aspect provides a DNS resolution method, including:
  • the client sends a DNS resolution request to the local domain name server, where the DNS resolution request includes a first domain name and the context information, the context information is used to deliver a second domain name, and the second domain name is used by the local domain name server
  • the IP address corresponding to the second domain name in the context information is queried in the customized configuration.
  • the client receives a DNS resolution response including the queried IP address fed back by the local domain name server according to the DNS resolution request.
  • a local domain name server including:
  • a receiving unit configured to receive a DNS resolution request sent by the client, where the DNS resolution request includes the first domain name and the context information;
  • a processing unit configured to query, in the customized configuration, the context information in the custom configuration, when the local domain name server does not query the first domain name in a custom configuration, and the context information includes a second domain name The IP address corresponding to the second domain name;
  • a sending unit configured to feed back a DNS resolution response that includes the IP address queried by the processing unit to the client.
  • the fourth aspect provides a client, including:
  • a sending unit configured to send a DNS resolution request to the local domain name server, where the DNS resolution request includes a first domain name and the context information, where the context information is used to deliver a second domain name, where the second domain name is used by the
  • the local domain name server does not query the first domain name in the custom configuration, and the second domain name is included in the context information, query the second domain name in the context information in the customized configuration.
  • IP address
  • a receiving unit configured to receive a DNS resolution response that includes the queried IP address fed back by the local domain name server according to the DNS resolution request;
  • the sending unit is further configured to send a data content request according to the IP address received by the receiving unit.
  • a local domain name server comprising: a memory, a communication interface, and a processor, the memory is configured to store computer execution code, and the processor is configured to execute the computer to perform code control to perform the foregoing first aspect
  • the DNS resolution method is used for data transmission between the local domain name server and an external device.
  • a sixth aspect provides a client, including: a storage interface, a communication interface, and a processing interface, where the storage interface is configured to store computer execution code, and the processing interface is configured to execute the computer to perform code control to execute the foregoing second Aspects provide a DNS resolution method for data transmission between the client and an external device.
  • a seventh aspect provides a network system, including: a network server, a local proxy server, any of the above local domain name servers, and any of the foregoing clients.
  • the client sends a DNS resolution request to the local domain name server
  • the domain name server fails to query the first domain name in the custom configuration and the second domain name is included in the context information
  • the IP address corresponding to the second domain name in the context information is queried in the custom configuration; thus, the client is based on the query.
  • the IP address sends a data content request to request the data content, wherein the context information is used to deliver the second domain name, so the DNS resolution request may carry multiple domain names.
  • the context information may be configured to be empty.
  • the domain name When the domain name is parsed, the domain name may be carried in the DNS resolution request, and the IP address is queried in the custom configuration by referring to the first domain name and the context information when parsing the DNS resolution request, and the second domain name is included in the context information.
  • the first domain name can be resolved to the IP address corresponding to the second domain name without manually adding the domain name in the custom configuration of the local domain name server, which simplifies the DNS resolution process in the prior art.
  • FIG. 1 is an architectural diagram of a network system provided by the prior art
  • FIG. 2 is a structural diagram of a network system according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of a DNS resolution method according to an embodiment of the present invention.
  • FIG. 4 is a signaling interaction diagram of a DNS resolution method according to another embodiment of the present invention.
  • FIG. 5 is a flowchart of a DNS resolution method according to still another embodiment of the present invention.
  • FIG. 6 is a flowchart of a DNS resolution method according to still another embodiment of the present invention.
  • FIG. 7 is a structural diagram of a local domain name server according to an embodiment of the present invention.
  • FIG. 8 is a structural diagram of a client according to an embodiment of the present invention.
  • FIG. 9 is a structural diagram of a client according to another embodiment of the present invention.
  • FIG. 10A is a structural diagram of a local domain name server according to another embodiment of the present invention.
  • FIG. 10B is a structural diagram of a local domain name server according to still another embodiment of the present invention.
  • FIG. 11 is a structural diagram of a client according to another embodiment of the present invention.
  • FIG. 11B is a structural diagram of a client according to still another embodiment of the present invention.
  • the words “first”, “second” and the like are used to distinguish the same or similar items whose functions and functions are substantially the same, in the field.
  • the skilled person will understand that the words “first”, “second” and the like do not limit the number and order of execution.
  • "a plurality” means two or more unless otherwise stated.
  • Context also known as written language environment, English: context.
  • HTTP Referer is a standard HTTP header (header) in HTTP.
  • the browser sends a request to the web server, it usually brings a Referer to tell the server which page I linked from. The server can thereby obtain some information for processing.
  • the context information used by the domain name is sent to the local domain name server through the Referer, and the HTTP DNS resolution request is extended to notify the local domain name server of a domain name request.
  • Source domain name is a standard HTTP header (header) in HTTP.
  • the client provided by the embodiment of the present invention may be a personal computer (English name: personal computer, abbreviation: PC), a netbook, a personal digital assistant (PDA: PDA), or the client may be A software client or a software system or a software application PC or the like can be installed, and the specific hardware implementation environment can be a general computer form, an ASIC method, an FPGA, or some
  • the extended platform for programming is, for example, the Xtensa platform of Tensilica, etc.
  • the server provided by the embodiment of the present invention includes a local domain name server, a local proxy server, and a network server, and an embodiment of the present invention provides a server for providing a computing service in response to a service request. It includes a processor, hard disk, memory, system bus, etc., similar to a general-purpose computer architecture.
  • the basic principle of the present invention is that when a client requests data content from a network server, it first needs to send a DNS resolution request to the local domain name server, so that the local domain name server resolves the domain name requested by the client into an IP address, and the DNS resolution in the implementation of the present invention.
  • the request carries the first domain name and the context information, where the context information is used to deliver the second domain name, so the DNS resolution request may carry multiple domain names.
  • the context information may be configured to be empty, when needed.
  • the domain name When the domain name is parsed, the domain name may be carried in the DNS resolution request, and the IP address is obtained by referring to the first domain name and the second domain name passed in the context information when parsing the DNS resolution request, for example, the second domain name can be parsed.
  • the IP address When the IP address is configured, the first domain name is also resolved to the IP address corresponding to the second domain name.
  • the first domain name is stored in the local DNS server. Context information to resolve multiple domain names to the same IP address without Adding a domain name to a custom configuration of a local domain name server simplifies the DNS resolution process in the prior art.
  • the network system architecture provided by the embodiment of the present invention includes: a local domain name server 21, a client terminal 22, and a network server 23, and may also include a local proxy server 24 for a certain scenario.
  • the client when the IP address resolved by the local domain name server is the address of the network server, the client can directly access the network server through the IP address and request data content from the IP address.
  • the IP address resolved by the local domain name server is the address of the local proxy server
  • the client can request data content from the local proxy server through the IP address, and the local proxy server agent requests the data content from the web server and feeds back to the client.
  • the embodiment of the present invention does not involve the improvement of the client requesting the data content according to the IP address, it can be considered that the above-mentioned In one method, the data content is acquired.
  • the IP address is used as the address of the local proxy server as an example.
  • an embodiment of the present invention provides a DNS resolution method, including the following steps:
  • the client sends a DNS resolution request to the local domain name server.
  • the DNS resolution request includes a first domain name and context information, and the context information is used to deliver the second domain name.
  • the DNS resolution request is an HTTP DNS resolution request
  • the context information is a referer reference page field in HTTP.
  • Host 192.168.1.1*
  • the host name of the local domain name server is 192.168.1.1*
  • the local domain name server receives the DNS domain name system parsing request sent by the client.
  • the local domain name server queries the IP address corresponding to the second domain name in the context information in the custom configuration when the first domain name is not found in the custom configuration and the second domain name is included in the context information.
  • the local domain name server feeds back the DNS resolution response including the queried IP address to the client.
  • the client receives a DNS resolution response that includes the queried IP address fed back by the local domain name server according to the DNS resolution request.
  • the client can send a data content request based on the queried IP address.
  • the local domain name server does not query the first domain name in the custom configuration and the second domain name is included in the context information, and the context information is queried in the custom configuration.
  • the IP address corresponding to the second domain name in this way, the client sends a data content request according to the queried IP address to request the data content, wherein the context information is used to deliver the second domain name, so the DNS resolution request may carry multiple domain names, when When only one domain name is parsed, the context information can be configured to be empty.
  • two domain names can be carried in the DNS resolution request, and the first domain name and the context are simultaneously referred to when parsing the DNS resolution request.
  • the information is queried in the custom configuration.
  • the context information includes the second domain name
  • the first domain name can be resolved to the IP address corresponding to the second domain name without manually adding the domain name in the custom configuration of the local domain name server.
  • the context information uses a referer field in HTTP to take a request for a webpage content data including multiple domain names as an example.
  • www.example.com is the primary domain name of the webpage
  • the primary domain name is used for the request of the parent content
  • www.static.com is the domain name of a sub-content of the webpage, where www.example.com is included locally.
  • www.static.com is not included in the custom configuration of the local domain name server.
  • the DNS resolution method provided by the embodiment of the present invention is as follows for a domain name resolution process, where the domain name may be the primary domain name www.example.com included in the webpage (where only the keywords of each step are shown in FIG. 4 and The complete steps are not shown, the specific steps are described in detail in the examples):
  • the client sends a DNS resolution request to the local domain name server locally.
  • the DNS resolution request includes a domain name www.example.com and context information, where the context information is empty.
  • the local domain name server receives the DNS resolution request.
  • the local domain name server queries the IP address 2.2.2.2 corresponding to www.example.com in the custom configuration.
  • the custom configuration can be a system configuration file, such as a configuration list containing mappings between domain names and IP addresses.
  • the local domain name server feeds back the DNS resolution response including the IP address 2.2.2.2 to the client.
  • the client sends an HTTP data content request to a local proxy server whose IP address is 2.2.2.2.
  • the local proxy server sends an HTTP request to the HTTP data content source web server.
  • the source network server sends the requested data content to the local proxy server.
  • the local proxy server sends the data content to the client.
  • the client then performs the next action based on the received data content, such as a request for a sub-content in the data content.
  • the parsing process of the associated domain name www.static.com for www.example.com is mainly provided.
  • the client includes the sub-content in the data content of the last request, the sub-content and the parent content are respectively located at www.
  • the resolution process for multiple domain names is as follows:
  • a client receives data content, where the data content includes sub-content and parent content.
  • the client sets the domain name www.example.com of the parent content in the context information in the DNS resolution request, and sets the domain name www.static.com of the child content to the first domain name.
  • the client sends a DNS resolution request to the local domain name server.
  • the DNS resolution request contains the domain name www.static.com, and the context information includes www.example.com.
  • the local domain name server receives the DNS resolution request sent by the client.
  • the local domain name server queries www.static.com in a custom configuration.
  • the local domain name server If the local domain name server cannot query www.static.com in the custom configuration, the local domain name server queries the context information in the custom configuration.
  • the IP address corresponding to www.example.com is 2.2.2.2.
  • the local domain name server saves www.static.com to a custom configuration and maps www.static.com to the IP address 2.2.2.2 corresponding to www.example.com.
  • the client can obtain the content data according to the IP address 2.2.2.2.
  • the client and the local domain name server may continue to repeat the above steps 301-307 to obtain the data content by sending the DNS resolution request to the local domain name server by the client, and the domain name in the context information of the subsequent DNS resolution request is www. Static.com still resolves to IP address 2.2.2.2.
  • the mapping of www.static.com to the IP address 2.2.2.2 corresponding to www.example.com is automatically updated, and the first domain name is stored in the local domain name server as a subsequent DNS request.
  • the context information ensures that the first domain name or the context information in the subsequent DNS resolution request is still resolved to the IP address 2.2.2.2 when the domain name is www.static.com.
  • the client sends a DNS resolution request to the local domain name server.
  • the DNS resolution request includes the domain name www.test.com, and the context information, and the context information is empty.
  • the local domain name server receives the DNS resolution request sent by the client.
  • the local domain name server queries www.test.com in a custom configuration.
  • the upper domain name server sends a DNS domain name request to recursively resolve the DNS domain name request.
  • the local domain name server receives the IP address fed back by the upper-level domain name server, and carries the IP address in the DNS resolution response and feeds back to the client.
  • the client After the client obtains the IP address after step 405, the client can obtain the content data according to the IP address by referring to the above steps 205-208. You can also map www.test.com to this IP address to update your custom configuration.
  • each network element such as a server, a client, etc.
  • each network element includes hardware structures and/or software modules corresponding to each function.
  • the present invention can be implemented in a combination of hardware or hardware and computer software in combination with the elements and algorithm steps of the various examples described in the embodiments disclosed herein. Whether a function is implemented in hardware or computer software to drive hardware depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for implementing the described functions for each particular application, but such implementation should not be considered to be beyond the scope of the present invention.
  • the embodiment of the present invention may divide a function module of a local domain name server, a client, and the like according to the foregoing method example.
  • each function module may be divided according to each function, or two or more functions may be integrated into one processing module.
  • the above integrated modules can be implemented in the form of hardware or in the form of software functional modules. It should be noted that the division of the module in the embodiment of the present invention is schematic, and is only a logical function division, and the actual implementation may have another division manner.
  • FIG. 7 is a schematic diagram showing a possible structure of a local domain name server involved in the foregoing embodiment, where the local domain name server includes: a receiving unit 71, a processing unit 72, and a sending. Unit 73.
  • the receiving unit 71 is configured to support the local domain name server to perform the process 102 in FIG. 3, the process 202 in FIG. 4, the process 304 in FIG. 5, and the process 402 in FIG. 6.
  • the processing unit 72 is configured to support the local domain name server to execute FIG.
  • the sending unit 73 is configured to support the local domain name server to execute the process 104 in FIG. 3, in FIG. Process 204, process 404 in FIG. All the related content of the steps involved in the foregoing method embodiments may be referred to the functional descriptions of the corresponding functional modules, and details are not described herein again.
  • FIG. 8 is a schematic diagram showing a possible structure of the client involved in the foregoing embodiment, where the client includes: a sending unit 81 and a receiving unit 82.
  • the sending unit 81 is configured to support the client to perform the processes 101 and 106 in FIG. 3, the processes 201 and 205 in FIG. 4, the process 303 in FIG. 5, and the process 401 in FIG. 6.
  • the receiving unit 82 is configured to support the client to execute. Process 105 in FIG. 3, process 208 in FIG. 4, process 301 in FIG. 5, process 405 in FIG. Or as shown in Figure 9, the client When the configuration unit 83 is further included, the configuration unit 83 is configured to support the client to perform step 302 in FIG. All the related content of the steps involved in the foregoing method embodiments may be referred to the functional descriptions of the corresponding functional modules, and details are not described herein again.
  • FIG. 10A shows a possible structural diagram of the local domain name server involved in the above embodiment.
  • the local domain name server includes a communication module 101 and a processing module 102.
  • the processing module 102 is configured to control and manage the actions of the local domain name server.
  • the processing module 102 is configured to support the local domain name server to perform the process 103 in FIG. 3, the process 203 in FIG. 4, and the processes 305, 306 in FIG. 307, process 403 in FIG. 6, and/or other processes for the techniques described herein.
  • the communication module 101 is for supporting data transmission between a local domain name server and other external devices, such as communication with the functional modules or network entities shown in Figures 2, 10A.
  • the local domain name server may further include a storage module 103 for storing program codes and data of the local domain name server.
  • the processing module 102 can be a processor or a controller, for example, a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), and an application-specific integrated circuit (Application-Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof. It is possible to implement or carry out the various illustrative logical blocks, modules and circuits described in connection with the present disclosure.
  • the processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
  • the communication module 101 can be a transceiver, a transceiver circuit, a communication interface, or the like.
  • the storage module 103 can be a memory.
  • the local domain name server involved in the embodiment of the present invention may be the local domain name server shown in FIG. 10B.
  • the local domain name server includes a processor 1011, a communication interface 1012, a memory 1013, and a bus 1014.
  • the communication interface 1012, the processor 1011, and the memory 1013 are connected to each other through a bus 1014.
  • the bus 1014 may be a Peripheral Component Interconnect (PCI) bus or an Extended Industry Standard Architecture (EISA) bus. Wait.
  • PCI Peripheral Component Interconnect
  • EISA Extended Industry Standard Architecture
  • Wait The bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only Figure 10B It is indicated by a thick line, but does not mean that there is only one bus or one type of bus.
  • FIG. 11A shows a possible structural diagram of the client involved in the above embodiment.
  • the client includes a communication module 111 and a processing module 112.
  • the processing module 111 is configured to perform control management on the actions of the client.
  • the processing module 11 is configured to support the control communication module 111 to execute the processes 101 and 106 in FIG. 3, the processes 201 and 205 in FIG. 4, and the process 303 in FIG. Process 401 in FIG. 6; process 105 in FIG. 3, process 208 in FIG. 4, process 301 in FIG. 5, and process 405 in FIG.
  • the processing module 112 is further configured to support the client to perform step 302 in FIG. And/or other processes for the techniques described herein.
  • the communication module 101 is for supporting data transmission between a local domain name server and other external devices, such as communication with the functional modules or network entities shown in Figures 2, 11A.
  • the client may also include a storage module 113 for storing program code and data of the local domain name server.
  • the processing module 112 may be a processor or a controller, for example, may be a central processing unit (CPU), a general-purpose processor, a digital signal processor (DSP), and an application specific integrated circuit (Application-Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA) or other programmable logic device, transistor logic device, hardware component, or any combination thereof. It is possible to implement or carry out the various illustrative logical blocks, modules and circuits described in connection with the present disclosure.
  • the processor may also be a combination of computing functions, for example, including one or more microprocessor combinations, a combination of a DSP and a microprocessor, and the like.
  • the communication module 111 can be a transceiver, a transceiver circuit, a communication interface, or the like.
  • the storage module 113 can be a memory.
  • the client involved in the embodiment of the present invention may be the client shown in FIG. 11B.
  • the client includes a processor 1111, a communication interface 1112, a memory 1113, and a bus 1114.
  • the communication interface 1112, the processor 1111, and the memory 1113 are mutually connected by a bus 1114; the bus 1114 may be a Peripheral Component Interconnect (PCI) bus or an Extended Industry Standard Architecture (EISA) bus. Wait.
  • PCI Peripheral Component Interconnect
  • EISA Extended Industry Standard Architecture
  • Wait The bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only one thick line is shown in FIG. 11B, but it does not mean that there is only one bus or one type of bus.
  • the steps of a method or algorithm described in connection with the present disclosure may be implemented in a hardware, or may be implemented by a processor executing software instructions.
  • the software instructions may be composed of corresponding software modules, which may be stored in a random access memory (RAM), a flash memory, a read only memory (ROM), an erasable programmable read only memory ( Erasable Programmable ROM (EPROM), electrically erasable programmable read only memory (EEPROM), registers, hard disk, removable hard disk, compact disk read only (CD-ROM) or any other form of storage medium known in the art.
  • An exemplary storage medium is coupled to the processor to enable the processor to read information from, and write information to, the storage medium.
  • the storage medium can also be an integral part of the processor.
  • the processor and the storage medium can be located in an ASIC. Additionally, the ASIC can be located in a core network interface device.
  • the processor and the storage medium may also exist as discrete components in the core network interface device.
  • the functions described herein can be implemented in hardware, software, firmware, or any combination thereof.
  • the functions may be stored in a computer readable medium or transmitted as one or more instructions or code on a computer readable medium.
  • Computer readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one location to another.
  • a storage medium may be any available media that can be accessed by a general purpose or special purpose computer.

Landscapes

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

Abstract

Des modes de réalisation de la présente invention se rapportent au domaine des communications et permettent de simplifier un processus de résolution de système de nom de domaine (DNS) de l'état de la technique. L'invention concerne un procédé et un dispositif de résolution de DNS, ainsi qu'un système de réseau. Le procédé comprend : la réception par un serveur de nom de domaine local d'une demande de résolution de DNS transmise par un client, la demande de résolution de DNS comprenant un premier nom de domaine et des informations de contexte ; la recherche dans la configuration personnalisée, par le serveur de nom de domaine local, lorsque le premier nom de domaine ne peut pas être trouvé dans une configuration personnalisée et que les informations de contexte comprennent un second nom de domaine, d'une adresse IP correspondant au second nom de domaine dans les informations de contexte ; et le renvoi par le serveur de nom de domaine local au client d'une réponse de résolution de DNS comprenant l'adresse IP trouvée. Les modes de réalisation de la présente invention sont utilisés pour une résolution de DNS.
PCT/CN2016/104389 2016-11-02 2016-11-02 Procédé et dispositif de résolution de dns et système de réseau WO2018081963A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201680006918.4A CN107223329B (zh) 2016-11-02 2016-11-02 一种dns解析方法、装置及网络系统
PCT/CN2016/104389 WO2018081963A1 (fr) 2016-11-02 2016-11-02 Procédé et dispositif de résolution de dns et système de réseau

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/104389 WO2018081963A1 (fr) 2016-11-02 2016-11-02 Procédé et dispositif de résolution de dns et système de réseau

Publications (1)

Publication Number Publication Date
WO2018081963A1 true WO2018081963A1 (fr) 2018-05-11

Family

ID=59927629

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/104389 WO2018081963A1 (fr) 2016-11-02 2016-11-02 Procédé et dispositif de résolution de dns et système de réseau

Country Status (2)

Country Link
CN (1) CN107223329B (fr)
WO (1) WO2018081963A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750290A (zh) * 2019-10-28 2020-02-04 杭州安恒信息技术股份有限公司 基于dns查询的软件版本升级方法及装置
CN111935511A (zh) * 2020-09-22 2020-11-13 上海七牛信息技术有限公司 基于http-dns的动态视频流接入系统及方法
CN113225408A (zh) * 2021-05-08 2021-08-06 中国工商银行股份有限公司 一种域名处理方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431539A (zh) * 2008-12-11 2009-05-13 华为技术有限公司 一种域名解析方法、系统及装置
WO2012010084A1 (fr) * 2010-07-22 2012-01-26 中国移动通信集团公司 Procédé et dispositif de résolution de nom de domaine
CN102611763A (zh) * 2011-01-25 2012-07-25 中国移动通信集团公司 Dns查询的方法及设备
WO2015039475A1 (fr) * 2013-09-18 2015-03-26 中兴通讯股份有限公司 Procédé, serveur et système de résolution de nom de domaine
CN104683501A (zh) * 2015-03-30 2015-06-03 乐视致新电子科技(天津)有限公司 域名解析方法以及装置

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101876978B (zh) * 2009-04-30 2012-12-26 刘长龙 一种网站导航系统及方法
CN102739603B (zh) * 2011-03-31 2015-10-21 国际商业机器公司 单点登录的方法和设备
CN102801697B (zh) * 2011-12-20 2015-01-07 北京安天电子设备有限公司 基于多url的恶意代码检测方法和系统
CN104243627A (zh) * 2014-08-29 2014-12-24 华为技术有限公司 一种域名解析方法、装置及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431539A (zh) * 2008-12-11 2009-05-13 华为技术有限公司 一种域名解析方法、系统及装置
WO2012010084A1 (fr) * 2010-07-22 2012-01-26 中国移动通信集团公司 Procédé et dispositif de résolution de nom de domaine
CN102611763A (zh) * 2011-01-25 2012-07-25 中国移动通信集团公司 Dns查询的方法及设备
WO2015039475A1 (fr) * 2013-09-18 2015-03-26 中兴通讯股份有限公司 Procédé, serveur et système de résolution de nom de domaine
CN104683501A (zh) * 2015-03-30 2015-06-03 乐视致新电子科技(天津)有限公司 域名解析方法以及装置

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110750290A (zh) * 2019-10-28 2020-02-04 杭州安恒信息技术股份有限公司 基于dns查询的软件版本升级方法及装置
CN110750290B (zh) * 2019-10-28 2023-08-15 杭州安恒信息技术股份有限公司 基于dns查询的软件版本升级方法及装置
CN111935511A (zh) * 2020-09-22 2020-11-13 上海七牛信息技术有限公司 基于http-dns的动态视频流接入系统及方法
CN111935511B (zh) * 2020-09-22 2021-02-26 上海七牛信息技术有限公司 基于http-dns的动态视频流接入系统及方法
CN113225408A (zh) * 2021-05-08 2021-08-06 中国工商银行股份有限公司 一种域名处理方法及装置
CN113225408B (zh) * 2021-05-08 2023-04-07 中国工商银行股份有限公司 一种域名处理方法及装置

Also Published As

Publication number Publication date
CN107223329A (zh) 2017-09-29
CN107223329B (zh) 2018-10-12

Similar Documents

Publication Publication Date Title
JP6410280B2 (ja) ウェブサイト・アクセス方法、装置、およびウェブサイト・システム
CN109683998B (zh) 国际化实现方法、装置和系统
US9344513B2 (en) In-server redirection of HTTP requests
WO2017114206A1 (fr) Procédé et dispositif destinés au traitement de liaison courte et serveur de liaison courte
WO2013143403A1 (fr) Procédé et système pour accéder à un site web
WO2016184349A1 (fr) Procédé, dispositif et système d'analyse de nom de domaine
US20050198206A1 (en) Method and apparatus for dynamically selecting functionally equivalent Web services through a single autonomic proxy
US20130073745A1 (en) Context-Specific Unicode Characters In Shortened URLs
US8332467B2 (en) Lightweight RRD extension framework
US8484373B2 (en) System and method for redirecting a request for a non-canonical web page
US9473592B2 (en) Methods for optimizing a web content proxy server and devices thereof
JP2019530089A (ja) ウェブページとネイティブアプリケーションの間の通信を実現する方法及び装置並びに電子装置
US20160117283A1 (en) Remote direct memory access (rdma) optimized high availability for in-memory data storage
WO2018081963A1 (fr) Procédé et dispositif de résolution de dns et système de réseau
CN103716319A (zh) 一种Web访问优化的装置和方法
US20090234858A1 (en) Use Of A Single Service Application Instance For Multiple Data Center Subscribers
AU2018390863B2 (en) Computer system and method for extracting dynamic content from websites
EP1754145B1 (fr) Procede et appareil pour accepter de multiples versions d'un protocole de services web
JP2016517078A (ja) ドメイン名サーバが自然言語クエリを処理しコンテキストを決定することを可能にするシステムおよび方法
US20070162704A1 (en) System and method for searching data
US12001458B2 (en) Multi-cloud object store access
US12028434B2 (en) Generating early hints informational responses at an intermediary server
CN113032820B (zh) 文件存储方法、访问方法、装置、设备及存储介质
CN107341263B (zh) 一种静态页面数据处理的方法及装置
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: 16920466

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 03/09/2019)

122 Ep: pct application non-entry in european phase

Ref document number: 16920466

Country of ref document: EP

Kind code of ref document: A1