CN106973114B - Access method, server and system - Google Patents

Access method, server and system Download PDF

Info

Publication number
CN106973114B
CN106973114B CN201710296526.2A CN201710296526A CN106973114B CN 106973114 B CN106973114 B CN 106973114B CN 201710296526 A CN201710296526 A CN 201710296526A CN 106973114 B CN106973114 B CN 106973114B
Authority
CN
China
Prior art keywords
terminal
access
code
access point
address
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.)
Active
Application number
CN201710296526.2A
Other languages
Chinese (zh)
Other versions
CN106973114A (en
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201710296526.2A priority Critical patent/CN106973114B/en
Publication of CN106973114A publication Critical patent/CN106973114A/en
Application granted granted Critical
Publication of CN106973114B publication Critical patent/CN106973114B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

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

Abstract

The embodiment of the invention discloses an access method, a server and a system, and belongs to the technical field of internet. The method comprises the following steps: receiving an access request sent by a terminal, wherein the access request is used for requesting to distribute access points; acquiring a first region code corresponding to the terminal according to the access request, wherein the first region code is used for indicating a region where an access network is located when the terminal sends the access request last time; calculating a second area code according to an outlet IP address of the terminal, wherein the outlet IP address is the IP address of the terminal in the network, and the second area code is used for indicating the area where the terminal is currently accessed to the network; and if the first region code is different from the second region code, reallocating the access point for the terminal according to the export IP address. The embodiment of the invention realizes cloud access scheduling and improves the access quality of the terminal; and the problem of overlarge processing pressure caused by frequent access of access points through reconfiguration of the server when the location of the terminal is not changed can be avoided.

Description

Access method, server and system
Technical Field
The embodiment of the invention relates to the technical field of internet, in particular to an access method, a server and a system.
Background
With the continuous development of internet technology, more and more clients are installed in a terminal, and the access quality of the client gradually becomes an important index for judging the quality of the client.
In order to improve the access quality of the client, a plurality of access points are generally required to be arranged for the client to select access. In the related technology, after the client sends the access request to the server, the server allocates corresponding access points to the client in a polling access point mode, so that load balance of each access point is realized, and the client is ensured to achieve good access quality.
However, each time an access request is received, the server needs to poll each access point, and when a large number of access requests are received at the same time, the processing pressure of the server is too high.
Disclosure of Invention
In order to solve the problems in the related art, embodiments of the present invention provide an access method, a server, and a system. The technical scheme is as follows:
according to a first aspect of the embodiments of the present invention, there is provided an access method, including:
receiving an access request sent by a terminal, wherein the access request is used for requesting to distribute access points;
acquiring a first region code corresponding to the terminal according to the access request, wherein the first region code is used for indicating a region where an access network is located when the terminal sends the access request last time;
calculating a second area code according to an outlet IP (Internet Protocol) address of the terminal, wherein the outlet IP address is an IP address of the terminal in a network, and the second area code is used for indicating an area where the terminal is currently accessed to the network;
and if the first region code is different from the second region code, reallocating the access point for the terminal according to the export IP address.
According to a second aspect of the embodiments of the present invention, there is provided a server, including a processor and a memory, where the memory stores at least one instruction, and the instruction is loaded and executed by the processor:
receiving an access request sent by a terminal, wherein the access request is used for requesting to distribute access points;
acquiring a first region code corresponding to the terminal according to the access request, wherein the first region code is used for indicating a region where an access network is located when the terminal sends the access request last time;
calculating a second area code according to an outlet IP address of the terminal, wherein the outlet IP address is the IP address of the terminal in the network, and the second area code is used for indicating the area where the terminal is currently accessed to the network;
and when the first area code is different from the second area code, the access point is newly allocated to the terminal according to the export IP address.
According to a third aspect of embodiments of the present invention, there is provided a computer-readable storage medium having at least one instruction stored therein, the instruction being loaded and executed by a processor to:
receiving an access request sent by a terminal, wherein the access request is used for requesting to distribute access points;
acquiring a first region code corresponding to the terminal according to the access request, wherein the first region code is used for indicating a region where an access network is located when the terminal sends the access request last time;
calculating a second area code according to an outlet IP address of the terminal, wherein the outlet IP address is the IP address of the terminal in the network, and the second area code is used for indicating the area where the terminal is currently accessed to the network;
and if the first region code is different from the second region code, reallocating the access point for the terminal according to the export IP address.
According to a fourth aspect of the embodiments of the present invention, there is provided an access system, including: a terminal, a server and at least one access point;
the server comprises a server as described in the second aspect above.
In the embodiment of the invention, after receiving an access request sent by a terminal, a server acquires a first region code of the terminal according to the access request, and calculates and obtains a current second region code of the terminal according to an exit IP address of the terminal, so that whether the region where the terminal is located is changed or not is determined according to whether the first region code is the same as the second region code, and when the position where the terminal is located is determined to be changed, an access point is allocated to the terminal again, thereby realizing cloud access scheduling, improving the access quality of the terminal, and avoiding the problem of overlarge processing pressure caused by frequent reallocation of the access point by the server when the position where the terminal is located is not changed.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a system architecture diagram of an access system provided by one embodiment of the present invention;
fig. 2 is a flowchart illustrating an access method according to an embodiment of the present invention;
fig. 3 is a flowchart of an access method according to another embodiment of the present invention;
fig. 4 is a schematic diagram of an implementation of the access method shown in fig. 3;
fig. 5 is a flow chart of a target access point determination process involved in the access method shown in fig. 4;
fig. 6 is a flowchart illustrating an access method according to another embodiment of the present invention;
fig. 7 is a block diagram illustrating an architecture of an access device according to an embodiment of the present invention;
fig. 8 is a block diagram showing the structure of an access device according to an embodiment of the present invention;
FIG. 9 is a block diagram illustrating the architecture of a server provided by an embodiment of the present invention;
fig. 10 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
Reference herein to "a plurality" means two or more. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
For convenience of understanding, terms referred to in the embodiments of the present invention are explained below.
Region coding: the codes are allocated to each region after region division is carried out according to the geographical position. Wherein, the regional codes corresponding to different regions are different from each other. In a possible embodiment, the area is divided according to administrative districts, such as country, province, city; in other possible embodiments, the area is divided according to longitude and latitude, for example, every 15 °. The embodiment of the present invention does not limit the specific area division manner.
Operator coding: codes assigned to different operators for distinguishing between different operators. In different regions, the operator codes corresponding to the same operator are different. For example, operator a in region B has operator code 1234, while operator a in region C has operator code 1235.
APN (Access Point Name): and the parameters are configured when the terminal accesses the network and used for indicating the mode of accessing the network by the terminal. The APN codes involved in the embodiment of the invention are codes distributed by different APNs, and the APN codes corresponding to different APNs are different from each other.
Area code: and the numerical value calculated according to the regional code, the operator code and the APN code is used for identifying the region where the terminal access network is located. When any one of the area code, the operator code and the APN code is changed, the area code is also changed. In the embodiment of the invention, the area code is generated by the server and is issued to the terminal, and the area code is stored by the terminal.
Referring to fig. 1, a system architecture diagram of an access system including a terminal 110, a server 120 and a plurality of access points 130 according to an embodiment of the present invention is shown.
The terminal 110 is an electronic device having an internet access function. The electronic device is a smart phone, a tablet computer, an MP3 player (Moving Picture Experts Group Audio Layer III, motion Picture Experts compression standard Audio Layer 3), an MP4 player (Moving Picture Experts Group Audio Layer IV, motion Picture Experts compression standard Audio Layer 4), a portable personal computer, or the like. In the embodiment of the present invention, a client is installed in the terminal 110, and the client may be a client for a user to download an application program, and in actual implementation, the client may also be other types of clients, such as a social networking client, a video playing client, a news client, or a shopping client, and the like, which is not limited in this embodiment.
The terminal 110 and the server 120 are connected by a wired or wireless network.
The server 120 is a server, a server cluster composed of a plurality of servers, or a cloud computing center. In this embodiment of the present invention, the server 120 is a background server of a client in the terminal 110, and is configured to allocate an access point to the terminal 110 according to an access request sent by the terminal 110, so that the terminal 110 performs data communication with the allocated access point.
The server 120 is connected to each access point 130 via a wired or wireless network.
The access point 130 is a server for providing a service to a client in the terminal 110. Wherein the access points 130 are distributed in different areas and access networks provided by different operators.
In one possible implementation, as shown in fig. 1, the server 120 includes an access server 121 and a scheduling server 122, where the access server 121 is connected to the scheduling server 122, and the scheduling server 122 is connected to each access point 130. The access server 121 is configured to receive an access request sent by the terminal 110, detect whether the location of the terminal 110 changes according to the access request, and request the scheduling server 122 to reallocate an access point to the terminal 110 when detecting that the location of the terminal 110 changes; the scheduling server 122 is configured to allocate an optimal access point 130 to the terminal 110 according to parameters such as communication time consumption, request amount, load, processor utilization rate, and memory utilization rate of each access point 130, so that the terminal 110 communicates with the allocated access point 130.
Optionally, the wireless or wired networks described above use standard communication techniques and/or protocols. The Network is typically the Internet, but may be any Network including, but not limited to, a Local Area Network (LAN), a Metropolitan Area Network (MAN), a Wide Area Network (WAN), a mobile, wireline or wireless Network, a private Network, or any combination of virtual private networks. In some embodiments, data exchanged over a network is represented using techniques and/or formats including Hypertext Mark-up Language (HTML), Extensible markup Language (XML), and the like. All or some of the links may also be encrypted using conventional encryption techniques such as Secure Socket Layer (SSL), Transport Layer Security (TLS), Virtual Private Network (VPN), Internet protocol Security (IPsec). In other embodiments, custom and/or dedicated data communication techniques may also be used in place of, or in addition to, the data communication techniques described above.
Referring to fig. 2, a flowchart of an access method according to an embodiment of the present invention is shown, where the access method is used in the access system shown in fig. 1 for example, and the method includes:
in step 201, the terminal sends an access request to the server, where the access request is used to request allocation of an access point.
In a possible implementation, when the terminal accesses the network and detects that the client is in the running state, the terminal sends an access request to the server through the client, and requests the server to allocate an access point for the server. The access request includes a first region code locally stored by the client, and the first region code is generated by the server and is used for indicating a region where the access network is located when the terminal last sends the access request (i.e., indicating the region where the terminal last sends the access request is located).
In other possible embodiments, since the first area code is generated by the server, after the server generates the first area code, the terminal identifier may be stored in association with the first area code. The server can find the first area code corresponding to the terminal according to the terminal identification only by carrying the terminal identification in the access request sent by the subsequent terminal to the server.
It should be noted that, when the terminal first sends the access request to the server, since the local area code generated by the server is not stored, the first area code does not need to be carried in the access request sent to the server or the first area code is empty.
In step 202, the server receives an access request sent by the terminal.
In a possible implementation manner, the server detects whether the received access request includes the first area code, and when the access request includes the first area code, the server needs to determine whether it needs to reallocate the access point to the terminal according to the location change condition of the terminal, and execute the following step 203; when the access request does not contain the first area code or the first area code is empty, the server allocates an access point for the terminal according to the outlet IP address of the terminal.
And step 203, the server acquires a first area code corresponding to the terminal according to the access request.
In a possible implementation manner, when an access request sent by a terminal contains a first area code, a server directly acquires the first area code from the access request; when the access request sent by the terminal does not contain the first area code but contains the terminal identifier, the server searches the first area code corresponding to the terminal identifier from the database according to the terminal identifier.
And step 204, the server calculates a second area code according to the outlet IP address of the terminal.
And when receiving the access request, the server acquires an outlet IP address of the terminal, wherein the outlet IP address is the IP address of the terminal in the current access network, and the outlet IP address is a public network IP address.
In one possible embodiment, the server stores an IP address database, and the IP address database includes a correspondence between an IP address and a regional code, an operator code, and an APN code. After the outlet IP address of the terminal is obtained, the server searches the area code, the operator code and the APN code corresponding to the outlet IP address, and calculates a second area code of the terminal based on the searched code, wherein the second area code is used for indicating the area where the terminal is currently accessed to the network.
In step 205, the server detects whether the first area code is the same as the second area code.
Since the first region code indicates the region where the terminal last sent the access request, and the calculated second region code indicates the region where the terminal currently sent the access request, the server can determine whether the location of the terminal has changed (essentially, detect whether the network to which the terminal has accessed has changed) by comparing whether the first region code is the same as the second region code.
When detecting that the first area code is different from the second area code, the server determines that the area where the terminal is located is changed (compared with the last time of sending the access request), in order to improve the access quality of the terminal, the server needs to reallocate the access point for the terminal, and executes the following step 206; when detecting that the first region code is the same as the second region code, the server determines that the region in which the terminal is located has not been changed (compared to when the access request was last sent), and follows the access point that was last allocated for the terminal.
And step 206, if the first area code is different from the second area code, the server reallocates the access point for the terminal according to the export IP address.
In a possible implementation manner, the server dynamically collects parameters such as communication time consumption of the terminal and the access point, request quantity of the access point, load, processor utilization rate and memory utilization rate during operation, so that the optimal access point is allocated to the terminal by combining the exit IP address of the terminal on the basis of the parameters, and the allocated IP address of the access point is fed back to the terminal.
Step 207, the terminal receives the access point distributed by the server.
When the server detects that the area of the terminal is changed, the access point is the access point redistributed by the terminal. Optionally, when the server detects that the area where the terminal is located is not changed, the access point returned by the server is consistent with the access point allocated last time.
And step 208, the terminal accesses according to the distributed access point.
And according to the obtained access point, the terminal directly performs data communication with the access point, and correspondingly, the access point provides corresponding service for the terminal.
In summary, in the embodiments of the present invention, after receiving an access request sent by a terminal, a server obtains a first region code of the terminal according to the access request, and calculates a current second region code of the terminal according to an exit IP address of the terminal, determines whether a region in which the terminal is located is changed by detecting whether the first region code is the same as the second region code, and reallocates an access point to the terminal when the location in which the terminal is located is changed, thereby implementing cloud access scheduling, improving access quality of the terminal, and avoiding a problem of excessive processing pressure caused by frequent reallocation of the access point by the server when the location in which the terminal is located is not changed.
Referring to fig. 3, a flowchart of an access method according to an embodiment of the present invention is shown, where the access method is used in the access system shown in fig. 1 for example, and the method includes:
in step 301, the terminal sends an access request to the server, where the access request is used to request allocation of an access point.
Step 302, the server receives an access request sent by the terminal.
And step 303, the server acquires a first area code corresponding to the terminal according to the access request.
The implementation of steps 301 to 303 is similar to that of steps 201 to 203, and this embodiment is not repeated herein.
Illustratively, as shown in fig. 4, the server acquires that the first region code corresponding to the terminal is "351000015008" according to the access request. Step 304, the server acquires the outlet IP address of the terminal.
In a possible implementation manner, the access request sent by the terminal conforms to a pre-agreed format, and after receiving the access request, the server obtains the egress IP address of the terminal from a predetermined field of the access request.
For example, when the terminal accesses a WiFi (Wireless Fidelity) network provided by the routing device, the egress IP address is a public network IP address of the WiFi network.
Illustratively, as shown in fig. 4, after the terminal 410 sends an access request to the server 420, the server 420 obtains that the egress IP address of the terminal is 10.1.1.1 according to the access request.
Step 305, the server searches for a region code, an operator code and an APN code corresponding to the exit IP address, where the APN code is used to indicate a mode of accessing the terminal to the network.
In the internet, each large operator corresponds to a respective IP address field, and divides the IP addresses in the IP address fields based on the geographic position and the access mode. Therefore, based on the export IP address of the terminal, the server can determine the operator to which the terminal currently accesses the network, the region to which the terminal currently accesses, and the way in which the terminal accesses the network.
In a possible implementation manner, the server obtains the corresponding relationship between the IP address and the area identifier, the operator identifier and the APN provided by each large operator in advance, and allocates respective codes to the obtained area identifier, the operator identifier and the APN, so as to construct the corresponding relationship between the IP address and the area code, the operator code and the APN code, and store the corresponding relationship in the IP address database. Illustratively, the data storage structure of the IP address database is shown in table one.
Watch 1
IP address Region coding Operator coding APN coding
IP A Regional code A Operator code B APN code C
IP B Regional code A Operator code D APN code E
IP C Regional code F Operator code G APN code C
After the server acquires the outlet IP address of the terminal, the server searches the area code, the operator code and the APN code corresponding to the outlet IP address from the IP address database. Optionally, for convenience of subsequently calculating a corresponding region code according to the region code, the operator code and the APN code, the codes all adopt digital codes.
Illustratively, as shown in fig. 4, the server 420 acquires the area code "349", the operator code "11", and the APN code "08" from the IP address database according to the acquired egress IP address.
Step 306, the server calculates a second area code according to the area code, the operator code and the APN code.
In a possible implementation manner, a region code calculation formula is preset in the server, and after the searched region code, operator code and APN code are found, the server calculates a second region code by using the region code calculation formula, where the second region code is used to indicate a region where the terminal is currently located.
Illustratively, the local area code calculation formula is: when the area code is area code × 1000000000+ carrier code × 1000+ APN code, the second area code calculated by the server 420 is 349000011008 as shown in fig. 4.
In step 307, the server detects whether the first region code is the same as the second region code.
After the first area code and the second area code of the terminal are obtained through the steps 301 to 306, the server determines whether the area where the terminal is located changes by detecting whether the first area code is the same as the second area code.
When detecting that the first region code is different from the second region code, the server executes the following steps 308 to 312 to reallocate the access point for the terminal; when detecting that the first region code is the same as the second region code, the server performs step 315 described below.
Illustratively, as shown in fig. 4, the first area code obtained by the server is 351000015008, and accordingly, the server detects that the first area code is different from the second area code.
Step 308, if the first area code is different from the second area code, the server obtains the communication time between the exit IP address and each access point cluster.
In a possible implementation manner, the access points providing service for the client in the terminal are aggregated in the form of access point clusters, and the access point clusters are distributed and arranged in different regions. In an actual implementation process, the access point cluster is represented as a computer room including a plurality of access points (servers), wherein in the same access point cluster, the areas where the access points are located are the same, the operators belonging to the same are the same, but the IP addresses are different.
During the operation process of the server, the communication consumed time of each terminal and each access point in the access point cluster is dynamically collected, and the communication consumed time is stored in a communication consumed time database (historical communication consumed time), wherein the communication consumed time is the average communication consumed time of the terminal and each access point in the access point cluster. Schematically, the storage structure of the communication time consumption database is shown in table two.
Watch two
Figure BDA0001283206720000091
In a possible implementation manner, after determining the attribution information of the egress IP address according to the acquired egress IP address, the server acquires the communication time consumption with each access point cluster (i.e., a computer room) from the communication time consumption database according to the attribution information.
And 309, the server determines the target access point cluster according to the communication time consumption.
In one possible implementation mode, the server determines an access point cluster with communication time consumption lower than a preset time as a target access point cluster; or, the server determines the access point cluster with the shortest communication time consumption as the target access point cluster. Wherein the predetermined time is preset by a developer, for example, the predetermined time is 100 ms.
After the target access point cluster is determined through the mechanism, the server only needs to select the target access point from the target access point cluster subsequently, and does not need to select the target access point according to the access states of all the access points, so that the processing pressure of the server is reduced.
Illustratively, as shown in fig. 4, the server determines, according to the second region code and the data stored in the communication time consumption database, the access point cluster with the shortest communication time consumption as the target access point cluster, which includes the access points A, B, C and D.
In step 310, the server determines a target access point according to the access state of each candidate access point in the target access point cluster.
In order to further improve the access quality of the terminal, after the target access point cluster is determined, the server further obtains the access state of each candidate access point in the target access point cluster, and determines the candidate access point with the optimal access state as the target access point. The load of the candidate access point with the optimal access state is lower than a first threshold, the request amount is smaller than a second threshold, the processor utilization rate is lower than a third threshold, and/or the memory utilization rate is lower than a fourth threshold.
In one possible embodiment, as shown in fig. 5, the present step comprises the following steps:
in step 310A, the server obtains access state parameters of each candidate access point, where the access state parameters include at least one of a request amount, a load, a processor utilization rate, and a memory utilization rate.
Optionally, the access point cluster reports the access state parameters of each access point to the server at predetermined time intervals (for example, 5 minutes), and the server updates and stores the access state parameters, where the reported access state parameters include at least one of a request amount, a load, a processor utilization rate, and a memory utilization rate.
And after the target access point cluster is determined, the server acquires the access state parameters of each candidate access point from the cache.
Illustratively, the access state parameters obtained by the server to each candidate access point are shown in table three.
Watch III
Access point Request volume Load(s) Processor utilization Memory usage rate
Access point A 1000 500 10% 10%
Access point B 5000 1500 25% 40%
Access point C 2000 800 50% 50%
Access point D 3500 1000 10% 10%
And step 310B, the server calculates the access scores of the candidate access points in a weighting manner according to the access state parameters and the corresponding weights.
Further, the server calculates access scores of the candidate access points based on the acquired access state parameters. Optionally, the higher the access score, the higher the access quality of the candidate access.
In a possible implementation manner, the weights corresponding to different types of access state parameters are different, and in the calculating of the access score, the server calculates the access score in a weighting manner according to the parameter values and the weights corresponding to the parameter values.
Optionally, the request amount, the load, the processor utilization rate, and the memory utilization rate are in inverse proportional relation with the access score, that is, the larger the request amount is, the larger the load is, the higher the processor utilization rate is, and the higher the memory utilization rate is, the lower the calculated access score is.
In step 310C, the server determines the target access point based on the access score.
In one possible implementation, the server determines the candidate access point corresponding to the highest access score as the target access point.
Illustratively, as shown in fig. 4, the server obtains access scores corresponding to the access points A, B, C, D by weighting calculation according to the access state parameters corresponding to the access points, and determines the access point a corresponding to the highest access score as the target access point.
In step 311, the server returns the IP address of the target access point to the terminal.
Illustratively, as shown in fig. 4, the server 420 returns the IP address of the target access point a to the terminal 410 so that the terminal communicates with the target access point according to the IP address.
Because the communication time consumption of the machine room (access point cluster) where the target access point is located and the terminal is low, and the access state of the terminal is good, the terminal has high speed of accessing the target access point, and can have good access quality.
The server sends the second area code to the terminal, step 312.
When the first area code is different from the second area code, the first area code stored in the terminal cannot accurately indicate the current area of the terminal, and when an access request is subsequently sent, if the first area code is still used, the server frequently reallocates the access point. In order to avoid the above problem, in a possible implementation manner, the server returns the IP address of the target access point to the terminal, and simultaneously returns the second area code calculated in step 306 to the terminal, so that the terminal updates the locally stored area code.
In another possible embodiment, when the server stores the correspondence between the terminal identifier and the area code, the server replaces the first area code corresponding to the terminal with the second area code when the first area code is different from the second area code. The embodiments of the present invention are not limited thereto.
And step 313, the terminal receives the second area code sent by the server.
In step 314, the terminal replaces the first region code with the second region code.
And when the second area code sent by the server is received, the terminal knows that the locally stored first area code is invalid and replaces the first area code with the second area code. When subsequently requesting to assign an access point, the terminal adds the second region code to the access request.
Step 315, if the first area code is the same as the second area code, the server returns the last access point allocated to the terminal.
When the first area code is the same as the second area code, the area where the terminal is located is the same when the access request is sent last time, in order to avoid processing resource waste caused by frequent reconfiguration of the access point, the server returns the access point which is allocated for the terminal last time to the terminal, and good access quality can still be obtained when the terminal is communicated with the access point.
In other possible embodiments, the IP address of the access point that has communicated recently is stored in the client that the terminal operates, when it is detected that the first area code is the same as the second area code, the server sends a reuse instruction to the terminal, and after receiving the reuse instruction, the terminal communicates with the corresponding access point according to the stored IP address.
In the embodiment, the server determines the target access point cluster according to the communication time consumption of the terminal and each access point cluster, and further calculates the access score of each candidate access point according to the access state parameter of each candidate access point in the target access point cluster, so that the access point with higher communication speed and better access state is returned to the terminal based on the access score, and the access quality of the terminal is further improved; meanwhile, the access of the terminal to an access point with heavier load, larger request amount or abnormal access is avoided through cloud scheduling, so that the dynamic disaster tolerance capability of the whole access system is improved.
In the above embodiment, only one server is taken as an example for explanation, in an actual implementation process, as shown in fig. 1, the server 120 may further include an access server 121 and a scheduling server 122, and accordingly, referring to fig. 6, it shows a flowchart of another possible access method of this embodiment, and as shown in fig. 6, the method includes:
step 601, the terminal sends an access request to the access server.
Step 602, the access server receives an access request sent by the terminal.
Step 603, the access server obtains the first area code corresponding to the terminal according to the access request.
Step 604, the access server obtains the exit IP address of the terminal.
Step 605, the access server searches for the area code, the operator code and the APN code corresponding to the exit IP address, where the APN code is used to indicate the mode of the terminal accessing the network.
Step 606, the access server calculates a second region code based on the region code, the operator code and the APN code.
In step 607, the access server checks whether the first area code is the same as the second area code.
Step 608, if the first region code is different from the second region code, the access server sends an access point scheduling request to the scheduling server, where the access point scheduling request includes an exit IP address.
Step 609, the scheduling server obtains the communication time consumption of the exit IP address and each access point cluster.
And step 610, the scheduling server determines the target access point cluster according to the communication time consumption.
Step 611, the scheduling server determines the target access point according to the access status of each candidate access point in the target access point cluster.
Step 612, the scheduling server returns the IP address of the target access point to the access server.
In step 613, the access server returns the IP address and the second area code of the target access point to the terminal.
In step 614, the terminal receives the IP address and the second area code sent by the access server.
And step 615, the terminal accesses according to the IP address and replaces the first area code with the second area code.
In the foregoing embodiments, the step taking the server (including the access server and the scheduling server) as the execution subject may be implemented separately as the server-side access method, and the step taking the terminal as the execution subject may be implemented separately as the terminal-side access method, which is not described herein again in this embodiment.
The following are embodiments of the apparatus of the present invention, and for details not described in detail in the embodiments of the apparatus, reference may be made to the above-mentioned one-to-one corresponding method embodiments.
Referring to fig. 7, a block diagram of an access device according to an embodiment of the present invention is shown. The access means may be implemented as all or part of the server 120 in fig. 1 by hardware or a combination of hardware and software. The device includes:
a first receiving module 710, configured to receive an access request sent by a terminal, where the access request is used to request to allocate an access point;
an obtaining module 720, configured to obtain, according to the access request, a first region code corresponding to the terminal, where the first region code is used to indicate a region where an access network is located when the terminal last sends the access request;
a calculating module 730, configured to calculate a second area code according to an exit internet protocol IP address of the terminal, where the exit IP address is an IP address of the terminal in a network, and the second area code is used to indicate an area where the terminal currently accesses the network;
a first allocating module 740, configured to, when the first region code is different from the second region code, allocate an access point to the terminal again according to the egress IP address.
Optionally, the calculating module 730 includes:
the searching unit is used for searching the area code, the operator code and the APN code corresponding to the exit IP address, wherein the APN code is used for indicating the mode of the terminal accessing the network;
and the calculating unit is used for calculating the second area code according to the area code, the operator code and the APN code.
Optionally, at least two access points form an access point cluster, and the IP addresses of the access points in the same access point cluster are different;
the first distribution module 740, comprising:
the acquisition unit is used for acquiring the communication time consumption of the outlet IP address and each access point cluster;
the first determining unit is used for determining the target access point cluster according to the communication time consumption;
a second determining unit, configured to determine a target access point according to an access state of each candidate access point in the target access point cluster;
and the returning unit is used for returning the IP address of the target access point to the terminal.
Optionally, the second determining unit is configured to:
obtaining access state parameters of each candidate access point, wherein the access state parameters comprise at least one of request quantity, load, processor utilization rate and memory utilization rate;
according to the access state parameters and the corresponding weights, the access scores of the candidate access points are calculated in a weighted mode;
and determining the target access point according to the access score.
Optionally, the apparatus further includes:
a first replacing module, configured to replace the first area code corresponding to the terminal with the second area code;
or the like, or, alternatively,
and the first sending module is used for sending the second region code to the terminal, and the terminal is used for replacing the first region code stored locally with the second region code.
Optionally, the apparatus further includes:
and the second distribution module is used for returning to the access point which is distributed for the terminal last time when the first area code is the same as the second area code.
Referring to fig. 8, a block diagram of an access device according to an embodiment of the present invention is shown. The access means may be implemented as all or part of the terminal 110 in fig. 1 by hardware or a combination of hardware and software. The device includes:
a second sending module 810, configured to send an access request to a server, where the access request is used to request the server to allocate an access point, the server is used to obtain a first region code of a terminal according to the access request, calculate a second region code of the terminal according to an egress internet protocol IP address of the terminal, and allocate an access point according to the first region code and the second region code, where the first region code is used to indicate a region where an access network is located when the terminal last sends the access request, and where the second region code is used to indicate a region where the access network is currently located;
a second receiving module 820, configured to receive the access point allocated by the server;
an accessing module 830, configured to access the allocated access point.
Optionally, when the first region code is the same as the second region code, the access point is an access point last allocated by the server to the terminal;
when the first region code is different from the second region code, the access point is an access point reallocated by the server according to the egress IP address.
Optionally, the apparatus further includes:
a third receiving module, configured to receive the second location code sent by the server, where the second location code is sent by the server when the server detects that the first location code and the second location code are not sent simultaneously;
and the second replacement module is used for replacing the locally stored first area code with the second area code.
Referring to fig. 9, a block diagram of a server according to an embodiment of the present invention is shown. The server 900 is implemented as the server 120 in fig. 1. Specifically, the method comprises the following steps:
the server 900 includes a Central Processing Unit (CPU)901, a system memory 904 including a Random Access Memory (RAM) 902 and a Read Only Memory (ROM)903, and a system bus 905 connecting the system memory 904 and the central processing unit 901. The server 900 also includes a basic input/output system (I/O system) 906 for facilitating the transfer of information between devices within the computer, and a mass storage device 907 for storing an operating system 913, application programs 914, and other program modules 915.
The basic input/output system 906 includes a display 908 for displaying information and an input device 909 such as a mouse, keyboard, etc. for user input of information. Wherein the display 908 and the input device 909 are connected to the central processing unit 901 through an input output controller 910 connected to the system bus 905. The basic input/output system 906 may also include an input/output controller 910 for receiving and processing input from a number of other devices, such as a keyboard, mouse, or electronic stylus. Similarly, input-output controller 910 also provides output to a display screen, a printer, or other type of output device.
The mass storage device 907 is connected to the central processing unit 901 through a mass storage controller (not shown) connected to the system bus 905. The mass storage device 907 and its associated computer-readable media provide non-volatile storage for the server 900. That is, the mass storage device 907 may include a computer-readable medium (not shown) such as a hard disk or CD-ROM drive.
Without loss of generality, the computer-readable media may comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices. Of course, those skilled in the art will appreciate that the computer storage media is not limited to the foregoing. The system memory 904 and mass storage device 907 described above may be collectively referred to as memory.
The server 900 may also operate as a remote computer connected to a network via a network, such as the internet, in accordance with various embodiments of the invention. That is, the server 900 may be connected to the network 912 through the network interface unit 911 coupled to the system bus 905, or the network interface unit 911 may be used to connect to other types of networks or remote computer systems (not shown).
The memory also includes one or more programs, stored in the memory, that contain instructions for performing the server-side access methods provided by embodiments of the present invention. The instruction is loaded and executed by a processor in the server, so that the functions of the first receiving module, the obtaining module, the calculating module, the first distributing module, the first replacing module, the first sending module and the second distributing module in the access device are realized.
Referring to fig. 10, a schematic structural diagram of a terminal according to an embodiment of the present invention is shown. The terminal 1000 is the terminal 110 of fig. 1. Specifically, the method comprises the following steps:
terminal 1000 can include RF (Radio Frequency) circuitry 1010, memory 1020 including one or more computer-readable storage media, input unit 1030, display unit 1040, sensors 1050, audio circuitry 1060, near field communication module 1070, processor 1080 including one or more processing cores, and power supply 1090. Those skilled in the art will appreciate that the terminal structure shown in fig. 10 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. Wherein:
RF circuit 1010 may be used for receiving and transmitting signals during a message transmission or communication process, and in particular, for receiving downlink information from a base station and then processing the received downlink information by one or more processors 1080; in addition, data relating to uplink is transmitted to the base station. In general, RF circuitry 1010 includes, but is not limited to, an antenna, at least one Amplifier, a tuner, one or more oscillators, a Subscriber Identity Module (SIM) card, a transceiver, a coupler, an LNA (Low Noise Amplifier), a duplexer, and the like. In addition, the RF circuitry 1010 may also communicate with networks and other devices via wireless communications. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for mobile communications), GPRS (General Packet Radio Service), CDMA (Code Division Multiple Access), WCDMA (Wideband Code Division Multiple Access), LTE (Long Term Evolution), email, SMS (Short Messaging Service), and the like.
The memory 1020 may be used to store software programs and modules, and the processor 1080 executes various functional applications and data processing by operating the software programs and modules stored in the memory 1020. The memory 1020 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the terminal 1000, and the like. Further, the memory 1020 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, memory 1020 may also include a memory controller to provide access to memory 1020 by processor 1080 and input unit 1030.
The input unit 1030 may be used to receive input numeric or character information and generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function control. Specifically, the input unit 1030 may include an image input device 1031 and other input devices 1032. The image input device 1031 may be a camera or a photoelectric scanning device. The input unit 1030 may include other input devices 1032 in addition to the image input device 1031. In particular, other input devices 1032 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a track ball, a mouse, a joystick, or the like.
Display unit 1040 can be used to display information entered by or provided to a user as well as various graphical user interfaces of terminal 1000, which can be comprised of graphics, text, icons, video, and any combination thereof. The Display unit 1040 may include a Display panel 1041, and optionally, the Display panel 1041 may be configured in the form of an LCD (Liquid Crystal Display), an OLED (Organic Light-Emitting Diode), or the like.
Terminal 1000 can also include at least one sensor 1050, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor that adjusts the brightness of the display panel 1041 according to the brightness of ambient light, and a proximity sensor that turns off the display panel 1041 and/or a backlight when the terminal 1000 moves to the ear. As one of the motion sensors, the gravity acceleration sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when the mobile phone is stationary, and can be used for applications of recognizing the posture of the mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor that can be configured for terminal 1000 are not described herein.
Audio circuitry 1060, speaker 1061, and microphone 1062 can provide an audio interface between a user and terminal 1000. The audio circuit 1060 can transmit the electrical signal converted from the received audio data to the speaker 1061, and the electrical signal is converted into a sound signal by the speaker 1061 and output; on the other hand, the microphone 1062 converts the collected sound signals into electrical signals, which are received by the audio circuit 1060 and converted into audio data, which are then processed by the audio data output processor 1080 and then transmitted to, for example, another electronic device via the RF circuit 1010, or output to the memory 1020 for further processing. Audio circuitry 1060 may also include an earbud jack to provide communication of peripheral headphones with terminal 1000.
Terminal 1000 can establish a near field communication connection with an external device via near field communication module 1070 and can exchange data via the near field communication connection. In this embodiment, the near field communication module 1070 specifically includes a bluetooth module and/or a WiFi module.
Processor 1080 is the control center for terminal 1000, and is coupled to various components of the overall handset using various interfaces and lines to perform various functions and process data of terminal 1000 by running or executing software programs and/or modules stored in memory 1020 and invoking data stored in memory 1020, thereby providing overall monitoring of the handset. Optionally, processor 1080 may include one or more processing cores; preferably, the processor 1080 may integrate an application processor, which handles primarily the operating system, user interfaces, applications, etc., and a modem processor, which handles primarily the wireless communications. It is to be appreciated that the modem processor described above may not be integrated into processor 1080.
Terminal 1000 can also include a power supply 1090 (e.g., a battery) for powering the various components, which can preferably be logically coupled to processor 1080 via a power management system that can facilitate managing charging, discharging, and power consumption via the power management system. Power supply 1090 may also include any component including one or more DC or AC power sources, recharging systems, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
Although not shown, terminal 1000 can also include a Bluetooth module or the like, which is not described in detail herein.
Specifically, in this embodiment, the terminal 1000 further includes a memory, where the memory further includes one or more programs, the one or more programs are stored in the memory, and the one or more programs include instructions for performing the method for providing access at the terminal side according to the embodiment of the present invention. The instruction is loaded and executed by a processor in the server, so that the functions of a second sending module, a second receiving module, an access module, a third receiving module and a third receiving module in the access device are realized.
Those skilled in the art will understand that all or part of the steps in the access method of the above embodiments may be implemented by a program to instruct related hardware, where the program may be stored in a computer-readable storage medium, and the storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (12)

1. An access method, characterized in that the method comprises:
receiving an access request sent by a terminal, wherein the access request is used for requesting to distribute an access point;
acquiring a first region code corresponding to the terminal according to the access request, wherein the first region code is used for indicating a region where an access network is located when the terminal sends the access request last time;
searching a region code, an operator code and an Access Point Name (APN) code corresponding to an exit IP address of the terminal, wherein the APN code is used for indicating a mode of accessing the terminal to a network, and the exit IP address is an IP address of the terminal in the network;
calculating a second area code according to the area code, the operator code and the APN code, wherein the second area code is used for indicating the area where the terminal is currently accessed to the network;
and if the first region code is different from the second region code, reallocating an access point for the terminal according to the export IP address.
2. The method of claim 1, wherein at least two access points form a cluster of access points, and the IP addresses of the access points in the same cluster of access points are different;
if the first region code is different from the second region code, reallocating an access point to the terminal according to the export IP address, including:
acquiring communication time consumption of the exit IP address and each access point cluster;
determining a target access point cluster according to the communication time consumption;
determining a target access point according to the access state of each candidate access point in the target access point cluster;
and returning the IP address of the target access point to the terminal.
3. The method of claim 2, wherein determining the target access point according to the access status of each candidate access point in the target access point cluster comprises:
obtaining access state parameters of each candidate access point, wherein the access state parameters comprise at least one of request quantity, load, processor utilization rate and memory utilization rate;
according to the access state parameters and the corresponding weights, the access scores of the candidate access points are calculated in a weighted mode;
and determining the target access point according to the access score.
4. The method according to any one of claims 1 to 3, wherein after reallocating the access point to the terminal according to the egress IP address if the first region code is different from the second region code, further comprising:
replacing the first region code corresponding to the terminal with the second region code;
or the like, or, alternatively,
and sending the second region code to the terminal, wherein the terminal is used for replacing the first region code stored locally with the second region code.
5. The method of any of claims 1 to 3, further comprising:
and if the first region code is the same as the second region code, returning to the access point which is allocated for the terminal last time.
6. A server, comprising a processor and a memory, the memory having stored therein at least one instruction, the instruction being loaded and executed by the processor to:
receiving an access request sent by a terminal, wherein the access request is used for requesting to distribute an access point;
acquiring a first region code corresponding to the terminal according to the access request, wherein the first region code is used for indicating a region where an access network is located when the terminal sends the access request last time;
searching a region code, an operator code and an Access Point Name (APN) code corresponding to an exit IP address of the terminal, wherein the APN code is used for indicating a mode of accessing the terminal to a network, and the exit IP address is an IP address of the terminal in the network;
calculating a second area code according to the area code, the operator code and the APN code, wherein the second area code is used for indicating the area where the terminal is currently accessed to the network;
and if the first region code is different from the second region code, reallocating an access point for the terminal according to the export IP address.
7. The server according to claim 6, wherein at least two access points form an access point cluster, and the IP addresses of the access points in the same access point cluster are different;
instructions stored in the memory are loaded and executed by the processor to:
acquiring communication time consumption of the exit IP address and each access point cluster;
determining a target access point cluster according to the communication time consumption;
determining a target access point according to the access state of each candidate access point in the target access point cluster;
and returning the IP address of the target access point to the terminal.
8. The server of claim 7, wherein the instructions stored in the memory are loaded and executed by the processor to:
obtaining access state parameters of each candidate access point, wherein the access state parameters comprise at least one of request quantity, load, processor utilization rate and memory utilization rate;
according to the access state parameters and the corresponding weights, the access scores of the candidate access points are calculated in a weighted mode;
and determining the target access point according to the access score.
9. The server according to any of claims 6 to 8, wherein the instructions stored in the memory are loaded and executed by the processor to:
replacing the first region code corresponding to the terminal with the second region code;
or the like, or, alternatively,
and sending the second region code to the terminal, wherein the terminal is used for replacing the first region code stored locally with the second region code.
10. The server according to any of claims 6 to 8, wherein the instructions stored in the memory are loaded and executed by the processor to:
and if the first region code is the same as the second region code, returning to the access point which is allocated for the terminal last time.
11. A computer-readable storage medium having stored therein at least one instruction, the instruction being loaded and executed by a processor to:
receiving an access request sent by a terminal, wherein the access request is used for requesting to distribute an access point;
acquiring a first region code corresponding to the terminal according to the access request, wherein the first region code is used for indicating a region where an access network is located when the terminal sends the access request last time;
searching a region code, an operator code and an Access Point Name (APN) code corresponding to an exit IP address of the terminal, wherein the APN code is used for indicating a mode of accessing the terminal to a network, and the exit IP address is an IP address of the terminal in the network;
calculating a second area code according to the area code, the operator code and the APN code, wherein the second area code is used for indicating the area where the terminal is currently accessed to the network;
and if the first region code is different from the second region code, reallocating an access point for the terminal according to the export IP address.
12. An access system, the system comprising: a terminal, a server and at least one access point;
the server comprising a server according to any of claims 6 to 10.
CN201710296526.2A 2017-04-28 2017-04-28 Access method, server and system Active CN106973114B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710296526.2A CN106973114B (en) 2017-04-28 2017-04-28 Access method, server and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710296526.2A CN106973114B (en) 2017-04-28 2017-04-28 Access method, server and system

Publications (2)

Publication Number Publication Date
CN106973114A CN106973114A (en) 2017-07-21
CN106973114B true CN106973114B (en) 2020-10-27

Family

ID=59330388

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710296526.2A Active CN106973114B (en) 2017-04-28 2017-04-28 Access method, server and system

Country Status (1)

Country Link
CN (1) CN106973114B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110019362B (en) * 2017-11-08 2021-08-13 中移(苏州)软件技术有限公司 Method and device for accessing database
CN109660593B (en) * 2018-11-05 2021-12-07 深圳绿米联创科技有限公司 Internet of things platform access management method, device and system
CN109525470B (en) * 2018-12-28 2020-11-20 联想(北京)有限公司 Network access method and network access system
CN109617780A (en) * 2019-01-29 2019-04-12 新华三技术有限公司 Access method, apparatus, terminal device and the machine readable storage medium of network
CN110933160A (en) * 2019-11-27 2020-03-27 北京字节跳动网络技术有限公司 Data access method, server, terminal and storage medium
CN111077788A (en) * 2019-12-24 2020-04-28 翱捷科技(深圳)有限公司 Method, device and system for controlling access of intelligent equipment
CN111770181B (en) * 2020-06-29 2022-11-11 重庆紫光华山智安科技有限公司 Access method, device and equipment of Internet of things equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102196406A (en) * 2010-03-02 2011-09-21 中兴通讯股份有限公司 Implementation method of network sharing and base station controller
CN104253873A (en) * 2013-06-25 2014-12-31 腾讯科技(深圳)有限公司 Domain name parsing method, domain name server, domain name access method, system and terminal

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103609150B (en) * 2011-06-18 2018-01-16 Lg电子株式会社 It is proprietary or non-APN Proprietary Informations carry out flow shunt via local network based on APN
US9661559B2 (en) * 2012-03-19 2017-05-23 Lg Electronics Inc. Method and apparatus for selecting wireless access using application identification information in wireless communication system
KR101579367B1 (en) * 2014-02-10 2015-12-22 한국과학기술원 Method and system for providing service based on space
CN105430142B (en) * 2015-11-13 2019-07-19 上海斐讯数据通信技术有限公司 Detection method, system and the mobile terminal of access point parameters
CN106534204B (en) * 2016-12-27 2020-02-07 Tcl集团股份有限公司 Method and system for connecting client and server

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102196406A (en) * 2010-03-02 2011-09-21 中兴通讯股份有限公司 Implementation method of network sharing and base station controller
CN104253873A (en) * 2013-06-25 2014-12-31 腾讯科技(深圳)有限公司 Domain name parsing method, domain name server, domain name access method, system and terminal

Also Published As

Publication number Publication date
CN106973114A (en) 2017-07-21

Similar Documents

Publication Publication Date Title
CN106973114B (en) Access method, server and system
CN110198275B (en) Flow control method, system, server and storage medium
CN107391259B (en) Resource processing method and device, computer readable storage medium and mobile terminal
CN108667884B (en) Mirror image distribution method, mirror image acquisition method and device
EP3968702A1 (en) Communication method and apparatus, entity and computer readable storage medium
CN106332307B (en) Method for accessing application program to network and mobile terminal
CN105119806B (en) message updating method and device
CN105471931B (en) Method, device and system for inquiring service data
CN104253740B (en) Picture is registered method, Apparatus and system
CN110674112A (en) Data query method and device and electronic equipment
CN108287706B (en) Data processing method and device
CN108595483B (en) Data processing method and related device
US20190196917A1 (en) Data backup method, storage medium, and terminal
CN113117326A (en) Frame rate control method and device
CN115345464A (en) Service order dispatching method and device, computer equipment and storage medium
CN112414420B (en) Navigation method based on traffic flow and related device
CN108268232B (en) Picture display method, device, system and storage medium
WO2019000468A1 (en) User location identification method and apparatus, storage medium, and electronic device
CN116596202A (en) Work order processing method, related device and storage medium
CN108270839A (en) Access frequency control system and method
CN115118636B (en) Method and device for determining network jitter state, electronic equipment and storage medium
CN113609349A (en) Rental vehicle inventory detection method, apparatus and medium
CN111901740B (en) Data processing method, device and equipment
CN104461485A (en) Window coloring method and user equipment
CN113127546A (en) Data processing method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant