CN111163190A - Method and system for acquiring server IP (Internet protocol) from cross-network segment - Google Patents

Method and system for acquiring server IP (Internet protocol) from cross-network segment Download PDF

Info

Publication number
CN111163190A
CN111163190A CN202010036357.0A CN202010036357A CN111163190A CN 111163190 A CN111163190 A CN 111163190A CN 202010036357 A CN202010036357 A CN 202010036357A CN 111163190 A CN111163190 A CN 111163190A
Authority
CN
China
Prior art keywords
server
client
information
acquiring
list
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202010036357.0A
Other languages
Chinese (zh)
Inventor
周清会
柳荣
魏贤杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Manheng Digital Technology Co ltd
Original Assignee
Shanghai Manheng Digital Technology Co ltd
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 Shanghai Manheng Digital Technology Co ltd filed Critical Shanghai Manheng Digital Technology Co ltd
Priority to CN202010036357.0A priority Critical patent/CN111163190A/en
Publication of CN111163190A publication Critical patent/CN111163190A/en
Pending legal-status Critical Current

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/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses

Abstract

The application relates to a method and a system for acquiring a server IP (Internet protocol) from a cross-network segment, relating to the technical field of Internet. The method comprises the following steps: when the client detects that the server is not connectable, starting a search program; acquiring an IP list of a current local area network through a client by using an asynchronous PING method; traversing the IP list, and asynchronously sending UDP information through the client; receiving related UDP information and returning specific information through the self-starting monitoring service of the server; and determining the IP of the server by the client according to the received specific information. According to the method and the system for acquiring the server IP across the network segments, the IP which survives in the local area network is determined, and the confirmation request is sequentially sent until the correct IP is acquired, so that the server IP can be acquired rapidly across the network segments in a communication state, resources are saved, and user experience is improved.

Description

Method and system for acquiring server IP (Internet protocol) from cross-network segment
Technical Field
The present application relates to the field of internet technologies, and in particular, to a method and a system for acquiring a server IP across network segments.
Background
An IP address (Internet Protocol, IP) is an address of a 32-bit binary number, and theoretically, a calculation result of 2 to the power of 32 has a large address space, and about 40 hundred million possible address combinations exist. According to different bit rules of the network ID and the host ID, the IP address can be divided into an A-type address, a B-type address and a C-type address, wherein the A-type address comprises a 7-bit network ID and a 24-bit host ID, the B-type address comprises a 14-bit network ID and a 16-bit host ID, and the C-type address comprises a 21-bit network ID and an 8-bit host ID. Due to the difference between historical reasons and technical development, the class-A address and the class-B address are almost completely allocated, and in fact, the class-C address can be allocated to various organizations all over the world. Thus, IP addresses are a very important network resource, including Dynamic IP addresses (Dynamic IP) and Static IP addresses (Static IP). A static IP address (fixed IP address) is an IP address that is permanently assigned for use by a computer or network device. Dynamic IP addresses are a way to allocate IP addresses when they need to be used. Usually, a special server or a computer using a dedicated line for accessing the internet uses a fixed IP address and requires a relatively high cost. Because the IP address resource is very limited, most users access the internet by using dynamic IP addresses, for example, computers accessing the internet by Modem, ISDN, ADSL, cable broadband, cell broadband, etc., and an IP address needs to be temporarily allocated each time they access the internet. In some scenarios, the server in the computer room is easy to change IP after power-off restart, and all clients recording the server IP cannot connect to the server at this time, and further system shutdown is caused.
Therefore, it is desirable to provide a method and a system for acquiring a server IP across network segments, which are capable of rapidly acquiring the server IP across network segments in a communicable state by determining live IPs in a local area network and then sequentially sending confirmation requests until a correct IP is acquired, thereby saving resources and improving user experience.
Disclosure of Invention
According to a first aspect of some embodiments of the present application, there is provided a method for acquiring a server IP across network segments, which is applied in a terminal (e.g., an electronic device, etc.), and the method may include: when the client detects that the server is not connectable, starting a search program; acquiring an IP list of a current local area network through a client by using an asynchronous PING method; traversing the IP list, and asynchronously sending UDP information through the client; receiving related UDP information and returning specific information through the self-starting monitoring service of the server; and determining the IP of the server by the client according to the received specific information.
In some embodiments, further comprising: and the client acquires the correct server, determines the IP of the server and establishes connection with the correct server.
In some embodiments, the asynchronous PING method includes an asynchronous call without waiting for the return value of the called function and continuing operation.
In some embodiments, the obtaining, by the client, the IP list of the current lan further includes: and acquiring all IP lists which can be PING-connected in the current local area network through the client by using asynchronous call.
In some embodiments, the asynchronous sending comprises asynchronous transmission, and the client sends only UDP information without waiting for a response.
In some embodiments, said sending UDP information asynchronously by the client comprises sending fixed information by the client, said fixed information comprising information associated with the correct server.
In some embodiments, further comprising: the monitoring service is automatically started through the server, and if the received UDP information is not related, the server does not return specific information; the client side continues to send request information.
In some embodiments, further comprising: when the client determines the IP of the server, the client is stopped from sending request information; and the client terminates sending information to other servers in the IP list which is not traversed.
According to a second aspect of some embodiments of the present application, there is provided a system comprising: a memory configured to store data and instructions; a processor in communication with the memory, wherein the processor, when executing instructions in the memory, is configured to: when the client detects that the server is not connectable, starting a search program; acquiring an IP list of a current local area network through a client by using an asynchronous PING method; traversing the IP list, and asynchronously sending UDP information through the client; receiving related UDP information and returning specific information through the self-starting monitoring service of the server; and determining the IP of the server by the client according to the received specific information.
In some embodiments, the processor is further configured to: and the client acquires the correct server, determines the IP of the server and establishes connection with the correct server.
Therefore, according to the method and the system for acquiring the service end IP across the network segments, the IP which survives in the local area network is determined, and then the confirmation request is sequentially sent until the correct IP is acquired, so that the service end IP can be acquired rapidly across the network segments in a communication state, resources are saved, and user experience is improved.
Drawings
For a better understanding and appreciation of some embodiments of the present application, reference will now be made to the description of embodiments taken in conjunction with the accompanying drawings, in which like reference numerals designate corresponding parts in the figures.
Fig. 1 is an exemplary schematic diagram of an IP system of a cross-network segment acquisition service end in the same local area network according to some embodiments of the present application.
Fig. 2 is an exemplary flow diagram of a method for obtaining a server IP across network segments provided in accordance with some embodiments of the present application.
Detailed Description
The following description, with reference to the accompanying drawings, is provided to facilitate a comprehensive understanding of various embodiments of the application as defined by the claims and their equivalents. These embodiments include various specific details for ease of understanding, but these are to be considered exemplary only. Accordingly, those skilled in the art will appreciate that various changes and modifications may be made to the various embodiments described herein without departing from the scope and spirit of the present application. In addition, descriptions of well-known functions and constructions will be omitted herein for brevity and clarity.
The terms and phrases used in the following specification and claims are not to be limited to the literal meaning, but are merely for the clear and consistent understanding of the application. Accordingly, it will be appreciated by those skilled in the art that the description of the various embodiments of the present application is provided for illustration only and not for the purpose of limiting the application as defined by the appended claims and their equivalents.
The technical solutions in the embodiments of the present application will be described clearly and completely with reference to the accompanying drawings in some embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It is to be understood that the terminology used in the embodiments of the present application is for the purpose of describing particular embodiments only, and is not intended to be limiting of the application. As used in the examples of this application and the appended claims, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items. The expressions "first", "second", "the first" and "the second" are used for modifying the corresponding elements without regard to order or importance, and are used only for distinguishing one element from another element without limiting the corresponding elements.
A terminal according to some embodiments of the present application may be an electronic device, which may include one or a combination of several of a personal computer (PC, e.g., a tablet, a desktop, a notebook, a netbook, a PDA), a client device, a virtual reality device (VR), a renderer, a smartphone, a mobile phone, an e-book reader, a Portable Multimedia Player (PMP), an audio/video player (MP 3/MP 4), a camera, a wearable device, and the like. According to some embodiments of the present application, the wearable device may include an accessory type (e.g., watch, ring, bracelet, glasses, or Head Mounted Device (HMD)), an integrated type (e.g., electronic garment), a decorative type (e.g., skin pad, tattoo, or built-in electronic device), and the like, or a combination of several. In some embodiments of the present application, the electronic device may be flexible, not limited to the above devices, or may be a combination of one or more of the above devices. In this application, the term "user" may indicate a person using an electronic device or a device using an electronic device (e.g., an artificial intelligence electronic device).
The embodiment of the application provides a method for acquiring a server IP (Internet protocol) from a cross-network segment. In order to facilitate understanding of the embodiments of the present application, the embodiments of the present application will be described in detail below with reference to the accompanying drawings.
Fig. 1 is an exemplary schematic diagram of an IP system of a cross-network segment acquisition service end in the same local area network according to some embodiments of the present application. As shown in fig. 1, the cross-network segment acquiring server IP system 100 under the same lan may include a lan 110, a server 120, a client 130, and the like. Specifically, the server 120 and the client 130 are in the same local area network, which may be the same arbitrary network environment, for example, the network environment of the same router. Further, the server 120 may be connected to the lan 110 in a wired (e.g., network cable, etc.) or wireless manner, and the client 130 may establish a communication connection with the lan 110 in a wired or wireless (e.g., WIFI, etc.) manner. In some embodiments, the client 130 may send a request message or the like to the server 120. Further, the server 120 may return specific information to the client 130, and so on. Based on the specific information, the client 130 may determine the IP of the server 120 and establish a connection with the server 120.
According to some embodiments of the present application, the server 120 may include a server, which is a kind of computer, and has the advantages of faster operation, higher load, and the like than a normal computer, and the corresponding price is higher. In a network environment, a server may provide computing or application services to other clients (e.g., terminals such as PCs, smart phones, ATMs, and large devices such as transportation systems). The server has high-speed CPU computing capability, long-time reliable operation, strong I/O external data throughput capability and better expansibility. The services that the server may provide include, but are not limited to, the ability to undertake responding to service requests, undertake services, secure services, and the like. The server, as an electronic device, has an extremely complex internal structure, including an internal structure similar to that of a general computer, and the like, and the internal structure of the server may include a Central Processing Unit (CPU), a hard disk, a memory, a system bus, and the like, as an example. In some embodiments, the client 130 may be any electronic device, such as a control device, a display device, and the like. The control device may include, but is not limited to, a smart terminal, a mobile terminal, a computer, a rendering machine, and the like. The control device and the display device may be integrated in the client 130 or separated into any combination of two or more components. In some embodiments, the display device may include a VR device, an AR device, an MR device, an XR device, and the like. The VR device, AR device, MR device and XR device may be an apparatus comprising at least one control device and at least one display device.
In some embodiments of the present application, the inter-segment acquisition service IP system 100 under the same lan may omit one or more elements, or may further include one or more other elements. By way of example, the cross-segment acquisition server IP system 100 may include a plurality of clients 130, such as a plurality of client kiosks and the like. For another example, the cross-network segment acquiring server IP system 100 may include a plurality of servers 120, such as a plurality of servers. The Local Area Network may be another type of communication Network, which may include a computer Network (e.g., a Local Area Network (LAN) or a Wide Area Network (WAN)), the internet, and/or a telephone Network, etc., or a combination of several. In some embodiments, local area network 110 may be other types of wireless communication networks. The wireless communication may include microwave communication and/or satellite communication, among others. The Wireless communication may include cellular communication, such as Global System for Mobile Communications (GSM), Code Division Multiple Access (CDMA), third Generation Mobile communication (3G, The 3rd Generation communication), fourth Generation Mobile communication (4G), fifth Generation Mobile communication (5G), sixth Generation Mobile communication (6G), Long Term Evolution (LTE-a), Wideband Code Division Multiple Access (WCDMA, Wideband Code Division Multiple Access), Universal Mobile Telecommunications System (UMTS), Wireless Broadband (Broadband, Wireless Broadband), and The like, or a combination of several. In some embodiments, the client 130 may be other electronic devices with equivalent functional modules, and the electronic devices may include one or a combination of several of a virtual reality device (VR), a rendering machine, a personal computer (PC, such as a tablet computer, a desktop computer, a notebook, a netbook, a PDA), a smart phone, a mobile phone, an e-book reader, a Portable Multimedia Player (PMP), an audio/video player (MP 3/MP 4), a camera, and a wearable device. In some embodiments, the client 130 may be other wearable devices with equivalent functional modules. The wearable device may include an accessory type (e.g., watch, ring, bracelet, glasses, or Head Mounted Device (HMD)), an integrated type (e.g., electronic garment), an ornamental type (e.g., skin pad, tattoo, or built-in electronic device), etc., or a combination of several.
In some embodiments, the WIFI may be other types of wireless communication technologies. According to some embodiments of the present application, the Wireless communication may include Wireless local Area Network (WiFi), Bluetooth Low Energy (BLE), ZigBee (ZigBee), Near Field Communication (NFC), magnetic security transmission, radio frequency and Body Area Network (BAN), or the like, or a combination of several. According to some embodiments of the present application, the wired communication may include a Global Navigation Satellite System (Global Navigation Satellite System), a Global Positioning System (GPS), a beidou Navigation Satellite System, galileo (european Global Satellite Navigation System), or the like. The wired communication may include a Universal Serial Bus (USB), a High-Definition multimedia interface (HDMI), a recommended Standard 232 (RS-232, recommended Standard 232), and/or Plain Old Telephone Service (POTS), or the like, or a combination of several.
It should be noted that the above description of the inter-segment acquiring server IP system 100 in the same lan is only for convenience of description, and the present application is not limited to the scope of the illustrated embodiments. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the principles of the system, which may be combined in any manner or combined with other elements to form a subsystem for use in a field of application in which the method and system described above is practiced. Such variations are within the scope of the present application.
Fig. 2 is an exemplary flow diagram of a method for obtaining a server IP across network segments provided in accordance with some embodiments of the present application. As shown in fig. 2, the process 200 may be implemented by acquiring the server IP system 100 across network segments. In some embodiments, the method 200 for obtaining the IP of the server across network segments may be initiated automatically or by command. The instructions may include system instructions, device instructions, user instructions, action instructions, and the like, or a combination of the several. As an example, the system instruction may be generated by information acquired by a sensor, for example, the client 130 detects information that the server 120 is not connectable, and the like. The user instruction may
At 201, when the client detects that the server is not connectable, a search procedure is started. Operation 201 may be implemented by acquiring a client 130 of a server IP system 100 across network segments. In some embodiments, when the client 130 detects that the server 120 is not connectable, the client 130 may initiate the method 200 of obtaining the server IP across network segments, e.g., initiate a lookup procedure. The search procedure may include searching for the server 120 of the current lan, etc.
At 202, an IP list of the current lan is obtained by the client using an asynchronous PING method. Operation 202 may be implemented by acquiring a client 130 of a server IP system 100 across network segments. For example, when the server 120 restarts changing IP, the client 130 lacks the IP address of the server 120, and in some embodiments, the client 130 may obtain the IP list of the current lan by using an asynchronous PING method (Packet Internet Groper). The Asynchronous PING method may include an Asynchronous Call (Asynchronous Call) without waiting for the return value of the called function and continuing operation. The IP list of the current lan may include IP address information lists of all servers in the server 120 in the same lan. The obtaining of the IP list of the current lan through the client 130 may be implemented by using asynchronous call, and the obtaining of all IP lists that can be PING-connected in the current lan through the client 130.
At 203, the IP list is traversed and UDP information is sent asynchronously by the client. Operation 203 may be implemented by acquiring a client 130 of the server IP system 100 across network segments. In some embodiments, the client 130 may traverse the IP list of the current lan and asynchronously send UDP information to the IP addresses of all servers in the server 120 within the same lan. In some embodiments, the asynchronous transmission may comprise an asynchronous transmission, and client 130 may only transmit UDP information without waiting for a response. The asynchronous sending of UDP information by the client 130 may include sending fixed information by the client 130, which may include information associated with the correct server.
At 204, the associated UDP information is received and specific information is returned through the server-side bootstrapping listening service. Operation 204 may be implemented by acquiring the server 120 of the server IP system 100 across network segments. In some embodiments, the server 120 may self-initiate the listening service, which may receive the associated UDP information when initiated and further return specific information to the client 130.
It should be noted that, the self-initiated snoop service of the server 120 in the operation 204 may be executed before the operation 201, or executed simultaneously with the operation 201, which is not limited in this application, that is, the operations are not in sequence in execution timing, and the above description of the operations of the flow 200 is only an exemplary description of the embodiments of the present application.
At 205, a server IP is determined by the client based on the received specific information. Operation 205 may be implemented by acquiring a client 130 of the server IP system 100 across network segments. In some embodiments, the client 130 may determine the IP of the server 120 according to the received specific information, and the IP of the server 120 may be any server IP of the server 120 in the same lan.
According to some embodiments of the present application, the process 200 may further include establishing a connection between the client and the correct server. The operation may be implemented by acquiring the client 130 and the server 120 of the server IP system 100 across network segments. In some embodiments, the client 130 may obtain the correct server and determine the server IP, and further establish a connection with the correct server. The correct server may include a server that receives the associated UDP information and returns specific information. In some embodiments, when the client 130 determines the server 120IP, the terminating client 130 sends the request message. The termination of sending the request information includes that the client 130 terminates sending information to other servers in the server 120 corresponding to the IP list which is not traversed, and the like. According to some embodiments of the present application, after the server in the server 120 restarts IP replacement, the client 130 may automatically and quickly establish communication with the server through the process 200.
According to some embodiments of the present application, if the received UDP information is not related, the process 200 may further include the server not returning the specific information. The operations may be implemented by obtaining the server 120 and/or the client 130 of the server IP system 100 across network segments. In some embodiments, when the UDP information received by the server 120 is not associated, the server 120 does not return specific information to the client 130, and the client 130 may continue to send the requested information. The request information may include UDP information transmitted by the client 130, and the like. When the UDP information is not associated, the server in the server 120 corresponding to the traversed IP address is not the correct server to which the client 130 needs to connect.
It should be noted that the above description of the process 200 is for convenience only and is not intended to limit the scope of the present application. It will be understood by those skilled in the art that various modifications and changes in form and detail may be made in the functions implementing the above-described processes and operations based on the principles of the present system, in any combination of operations or in combination with other operations constituting sub-processes without departing from the principles. For example, the process 200 may further establish a connection between the client and the correct server. Such variations are within the scope of the present application.
In summary, according to the method and system for acquiring the server IP across network segments in the embodiment of the present application, through determining the live IP in the local area network, and then sequentially sending the confirmation request until the correct IP is acquired, the server IP is quickly acquired across network segments in a communicable state, resources are saved, and user experience is improved.
It is to be noted that the above-described embodiments are merely examples, and the present application is not limited to such examples, but various changes may be made.
It should be noted that, in the present specification, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Finally, it should be noted that the series of processes described above includes not only processes performed in time series in the order described herein, but also processes performed in parallel or individually, rather than in time series.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware associated with computer program instructions, and the program can be stored in a computer readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
While the invention has been described with reference to a number of illustrative embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention.

Claims (10)

1. A method for acquiring a server IP across network segments is characterized by comprising the following steps:
when the client detects that the server is not connectable, starting a search program;
acquiring an IP list of a current local area network through a client by using an asynchronous PING method;
traversing the IP list, and asynchronously sending UDP information through the client;
receiving related UDP information and returning specific information through the self-starting monitoring service of the server;
and determining the IP of the server by the client according to the received specific information.
2. The method of claim 1, further comprising:
and the client acquires the correct server, determines the IP of the server and establishes connection with the correct server.
3. The method of claim 1, wherein the asynchronous PING method comprises an asynchronous call without waiting for a return value of a called function and continuing operation.
4. The method of claim 3, wherein obtaining, by the client, the IP list of the current LAN further comprises:
and acquiring all IP lists which can be PING-connected in the current local area network through the client by using asynchronous call.
5. The method of claim 1, wherein the asynchronous sending comprises asynchronous transmission, and wherein the client sends only UDP messages without waiting for a response.
6. The method of claim 5, wherein asynchronously sending UDP messages by a client comprises sending fixed messages by the client, the fixed messages comprising messages associated with the correct server.
7. The method of claim 1 or 6, further comprising:
the monitoring service is automatically started through the server, and if the received UDP information is not related, the server does not return specific information;
the client side continues to send request information.
8. The method of claim 7, further comprising:
when the client determines the IP of the server, the client is stopped from sending request information; and the client terminates sending information to other servers in the IP list which is not traversed.
9. A system, comprising:
a memory configured to store data and instructions;
a processor in communication with the memory, wherein the processor, when executing instructions in the memory, is configured to:
when the client detects that the server is not connectable, starting a search program;
acquiring an IP list of a current local area network through a client by using an asynchronous PING method;
traversing the IP list, and asynchronously sending UDP information through the client;
receiving related UDP information and returning specific information through the self-starting monitoring service of the server;
and determining the IP of the server by the client according to the received specific information.
10. The system of claim 9, wherein the processor is further configured to:
and the client acquires the correct server, determines the IP of the server and establishes connection with the correct server.
CN202010036357.0A 2020-01-14 2020-01-14 Method and system for acquiring server IP (Internet protocol) from cross-network segment Pending CN111163190A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010036357.0A CN111163190A (en) 2020-01-14 2020-01-14 Method and system for acquiring server IP (Internet protocol) from cross-network segment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010036357.0A CN111163190A (en) 2020-01-14 2020-01-14 Method and system for acquiring server IP (Internet protocol) from cross-network segment

Publications (1)

Publication Number Publication Date
CN111163190A true CN111163190A (en) 2020-05-15

Family

ID=70563074

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010036357.0A Pending CN111163190A (en) 2020-01-14 2020-01-14 Method and system for acquiring server IP (Internet protocol) from cross-network segment

Country Status (1)

Country Link
CN (1) CN111163190A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111953787A (en) * 2020-08-14 2020-11-17 浪潮电子信息产业股份有限公司 Connection establishing method, device, equipment and readable storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030152034A1 (en) * 2002-02-01 2003-08-14 Microsoft Corporation Peer-to-peer method of quality of service (Qos) probing and analysis and infrastructure employing same
CN104065761A (en) * 2011-09-29 2014-09-24 北京奇虎科技有限公司 Application server selecting method and network connection method
CN104301444A (en) * 2013-07-17 2015-01-21 腾讯科技(深圳)有限公司 Network IP acquiring method, device, application platform, client and system
CN104852941A (en) * 2014-02-18 2015-08-19 郑建锋 Web service system and method facing area
CN105991370A (en) * 2015-03-27 2016-10-05 杭州迪普科技有限公司 UDP (user datagram protocol) channel detection method and UDP (user datagram protocol) channel detection device
CN109150766A (en) * 2018-10-19 2019-01-04 泰华智慧产业集团股份有限公司 The method and apparatus of dynamic addressing server in local area network based on UDP multicast
CN110581870A (en) * 2018-06-08 2019-12-17 珠海横琴盛达兆业科技投资有限公司 method for realizing automatic connection of pharmacy system in local area network based on net

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030152034A1 (en) * 2002-02-01 2003-08-14 Microsoft Corporation Peer-to-peer method of quality of service (Qos) probing and analysis and infrastructure employing same
CN104065761A (en) * 2011-09-29 2014-09-24 北京奇虎科技有限公司 Application server selecting method and network connection method
CN104301444A (en) * 2013-07-17 2015-01-21 腾讯科技(深圳)有限公司 Network IP acquiring method, device, application platform, client and system
CN104852941A (en) * 2014-02-18 2015-08-19 郑建锋 Web service system and method facing area
CN105991370A (en) * 2015-03-27 2016-10-05 杭州迪普科技有限公司 UDP (user datagram protocol) channel detection method and UDP (user datagram protocol) channel detection device
CN110581870A (en) * 2018-06-08 2019-12-17 珠海横琴盛达兆业科技投资有限公司 method for realizing automatic connection of pharmacy system in local area network based on net
CN109150766A (en) * 2018-10-19 2019-01-04 泰华智慧产业集团股份有限公司 The method and apparatus of dynamic addressing server in local area network based on UDP multicast

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111953787A (en) * 2020-08-14 2020-11-17 浪潮电子信息产业股份有限公司 Connection establishing method, device, equipment and readable storage medium

Similar Documents

Publication Publication Date Title
US10939404B2 (en) User-equipment location area updating method, access network entity, user equipment and core network entity
CN105376107B (en) Terminal testing method and proxy server
US9736767B2 (en) Identification-assisted wireless network connections
WO2016173348A1 (en) Network access method and mobile communications terminal
WO2016023357A1 (en) Webpage access method and apparatus, and router
US10165507B2 (en) Network access method and apparatus applied to mobile application
WO2017114206A1 (en) Method and device for processing short link, and short link server
US10785630B2 (en) Method and apparatus for low energy discovery
US9065788B2 (en) Method, device and system for voice communication
WO2018142263A1 (en) Method and system for selection of an access and mobility management function in an access network environment
US10448325B2 (en) Device and method for transmitting and receiving data to and from terminal in wireless communication system
TWI706359B (en) Data processing method and device, computing equipment and storage medium
CN106488534B (en) Method and system for acquiring network access point
WO2021016755A1 (en) Data transmission method and apparatus
CN110825441B (en) Method for implementing asynchronous system, computer equipment and storage medium
CN111586716B (en) Network slice deployment method and device
EP2974159B1 (en) Method, device and system for voice communication
CN103167014A (en) Method and device of sharing resources with browsers
CN111163190A (en) Method and system for acquiring server IP (Internet protocol) from cross-network segment
CN109766347B (en) Data updating method, device, system, computer equipment and storage medium
JP6480082B2 (en) Subscriber identification module (SIM) access profile (SAP) improvements
CN105204836B (en) Information processing method and electronic equipment
WO2023143508A1 (en) Ip address determination method and apparatus, identifier determination method and apparatus, and network element
WO2023246756A1 (en) Computing power service method and apparatus, terminal, and core network device
WO2024022398A1 (en) Method for acquiring network selection information of hosted network, terminal, and network side device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200515