CN112422602B - Processing method, device and system for distributed coordination service - Google Patents

Processing method, device and system for distributed coordination service Download PDF

Info

Publication number
CN112422602B
CN112422602B CN201910785454.7A CN201910785454A CN112422602B CN 112422602 B CN112422602 B CN 112422602B CN 201910785454 A CN201910785454 A CN 201910785454A CN 112422602 B CN112422602 B CN 112422602B
Authority
CN
China
Prior art keywords
session
distributed coordination
api gateway
decoupled
connection
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
CN201910785454.7A
Other languages
Chinese (zh)
Other versions
CN112422602A (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.)
Alibaba Cloud Computing Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201910785454.7A priority Critical patent/CN112422602B/en
Publication of CN112422602A publication Critical patent/CN112422602A/en
Application granted granted Critical
Publication of CN112422602B publication Critical patent/CN112422602B/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/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions

Abstract

The invention discloses a processing method, a device and a system of distributed coordination service. The processing method of the distributed coordination service comprises the following steps: acquiring a user request in a coupled distributed coordination service protocol sent by at least one client to obtain a user request set; decoupling each user request in the user request set through an API gateway arranged in a user network environment to obtain at least one decoupled user request; the API gateway sends at least one decoupled user request to a distributed coordination server by using the same connection, wherein the distributed coordination server coordinates execution logic of different components in the distributed computing environment based on the at least one decoupled user request. The invention solves the technical problem that the security is difficult to improve from the client protocol in the prior art in order to keep the complete compatibility of the open-source distributed coordination service protocol.

Description

Processing method, device and system for distributed coordination service
Technical Field
The invention relates to the technical field of distributed coordination services, in particular to a method, a device and a system for processing distributed coordination services.
Background
Some cloud service providers provide compatible distributed coordination services in a manner that the distributed coordination services fully host operations and maintenance. In this way, specifically, the user directly or indirectly purchases the virtual machine resource, and then the service provider deploys and operates the distributed coordination service on the virtual machine of the user. The distributed coordination service deployed in the mode is located in the cluster environment of the user, the isolated network is used for safety protection, the problem of network crossing limitation does not exist, and the distributed coordination service is relatively simple. But the problem exists in that the distributed coordination service does not generate more remarkable value than the operation and maintenance of the user, and the problem of the ubiquitous cost and horizontal expansibility in the process of using the distributed coordination service by the user still exists. Fundamentally, the distributed coordination service cannot be provided for the user to use in a true service mode, and the operation mode of 'selling software' is still essential.
An emerging open source consistency coordination project represented by ETCD and Consul adopts an HTTP mode to provide better safety control, and the HTTP mode is more favorable for penetrating a complex network environment. However, because their protocols use a session implementation mechanism that is not connection-related, they cannot be compatible with the session protocol of connection coupling of the distributed coordination service, and thus there is a huge migration cost for a large number of users using the distributed coordination service.
The client protocol of the distributed coordination service adopts simple ACL security control, and the security is poor. However, in order to maintain complete compatibility with the open-source distributed coordination service protocol, it is difficult to improve security from the client protocol in the prior art. In addition, a client protocol of the distributed coordination service adopts a session design of connection coupling, and the client establishes direct TCP connection communication with the consistency storage back end. In a user-specific cluster environment (such as a proprietary cloud, VPC, and the like), the protocol has difficulty penetrating a complex network structure.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a processing method, a device and a system of distributed coordination service, which at least solve the technical problem that in the prior art, the security is difficult to improve from a client protocol in order to keep complete compatibility of an open-source distributed coordination service protocol.
According to an aspect of the embodiments of the present invention, a method for processing a distributed coordination service is provided, which is applied to a network including a client, an API gateway disposed in a user network environment, and a distributed coordination service, and is characterized by including: acquiring a session sent by at least one client with established connection to obtain a session set, wherein the session and the connection have a corresponding relationship; removing the corresponding relation between the session and the connection in the session set through the API gateway to obtain a decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; and the API gateway sends the decoupled session to a distributed coordination server by adopting shared connection, wherein the distributed coordination server is based on execution logics of different components in the decoupled session coordination distributed computing environment.
Further, the removing, by the API gateway, the correspondence between the sessions and the connections in the session set, and obtaining the decoupled sessions includes: removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier; and establishing the decoupled session based on the request carrying the session identifier.
Further, each session includes at least one request, and the removing of the correspondence between each session and the connection in the session set by the API gateway to obtain the request carrying the session identifier includes: the API gateway acquires the session identification of each session; and respectively adding the session identifier corresponding to the session to the at least one request to obtain the request carrying the session identifier.
Further, the sending, by the API gateway, the decoupled session to the distributed coordination server by using a shared connection includes: establishing a shared connection between the API gateway and the distributed coordination server; and sending the decoupled session created based on a plurality of requests carrying session identifiers to a distributed coordination server through the shared connection.
Further, before the API gateway sends the decoupled session to the distributed coordination server by using a shared connection, the method further includes: the API gateway sends an identity information verification request to the distributed coordination server; receiving a verification result fed back by the distributed coordination server based on the identity information verification request; and if the verification result is that the verification is passed, establishing the connection between the API gateway and the distributed coordination server.
Further, the distributed coordination service protocol is a ZooKeeper protocol, and the API gateway is a ZooKeeper API gateway.
According to another aspect of the embodiments of the present invention, there is provided a processing apparatus for distributed coordination service, which is applied to a network including a client, an API gateway disposed in a user network environment, and a distributed coordination service, and includes: the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a session sent by at least one client side which establishes connection to obtain a session set, and the session and the connection have a corresponding relation; a second obtaining unit, configured to remove, through the API gateway, a correspondence between sessions and connections in the session set to obtain a decoupled session, where the API gateway is a gateway of sessions in a distributed coordination service protocol compatible with coupling connection; and the sending unit is used for sending the decoupled session to a distributed coordination server by the API gateway through shared connection, wherein the distributed coordination server is based on execution logics of different components in the decoupled session coordination distributed computing environment.
Further, the second acquisition unit includes: the first obtaining module is used for removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier; and the creating module is used for creating the decoupled session based on the request carrying the session identifier.
Further, each session includes at least one request, and the second obtaining unit includes: a second obtaining module, configured to obtain, by the API gateway, a session identifier of each session; and the third obtaining module is used for respectively adding the session identifier corresponding to the session to the at least one request to obtain the request carrying the session identifier.
According to another aspect of the embodiments of the present invention, there is also provided a processing system of a distributed coordination service, including: the system comprises at least one client, a server and a server, wherein the client obtains a session set through a session sent by at least one established connection, and the session and the connection have a corresponding relation; the API gateway is arranged in a user network environment and used for removing the corresponding relation between the session and the connection in the session set to obtain the decoupled session, the API gateway adopts shared connection to send the decoupled session to the distributed coordination service terminal, and the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; and the distributed coordination server is used for coordinating the execution logic of different components in the distributed computing environment based on the decoupled session.
According to another aspect of the embodiment of the present invention, there is also provided a storage medium, where the storage medium includes a stored program, and when the program runs, a device where the storage medium is located is controlled to execute the processing method of the distributed coordination service in any one of the above.
According to another aspect of the embodiments of the present invention, there is also provided a processor, configured to execute a program, where the program executes a processing method of the distributed coordination service described in any one of the above.
According to another aspect of the embodiments of the present invention, there is also provided a terminal, including: a first device; a second device; a third device; a processor that executes a program, wherein the program is executed to perform the following processing steps with respect to data output from the first, second, and third devices: the first device acquires a session sent by at least one client side with established connection to obtain a session set, wherein the session and the connection have a corresponding relation; the second device cancels the corresponding relation between the session and the connection in the session set through the API gateway to obtain the decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; and the third device transmits the decoupled session to a distributed coordination server through the API gateway by adopting shared connection, wherein the distributed coordination server is based on execution logics of different components in the decoupled session coordination distributed computing environment.
In the embodiment, after a session sent by at least one connected client is obtained and a session set is obtained, the API gateway is used for removing the corresponding relation between the session and the connection in the session set to obtain a decoupled session, and the API gateway sends the decoupled session to the distributed coordination server by using a shared connection, so that the distributed coordination server can coordinate the execution logic of different components in the distributed computing environment based on the decoupled session, thereby achieving the purpose that the API gateway, which establishes a trust mechanism with both the client and the distributed coordination server, decouples the session and the connection and then sends the decoupled session to the distributed coordination server, and the API gateway sends the decoupled session to the distributed coordination server through the same connection (corresponding to the shared connection), thereby improving the security of the session transmitted in the user network environment from the client protocol, and furthermore, the technical problem that in order to keep complete compatibility of the open-source distributed coordination service protocol, the security is difficult to improve from the client protocol in the prior art is solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a block diagram of a hardware structure of a computer terminal for implementing a processing method of a distributed coordination service according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a processing method for providing a distributed coordination service according to an embodiment of the present invention;
FIG. 3 is a flow chart of a processing method of providing a distributed coordination service according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating an alternative processing method for a distributed coordination service according to an embodiment of the present invention;
FIG. 5 is a flow diagram of an alternative method for processing distributed coordination services provided in accordance with an embodiment of the present invention;
FIG. 6 is a diagram of a processing device for a distributed coordination service according to a second embodiment of the present invention;
FIG. 7 is a block diagram of a processing system for a distributed coordination service provided in accordance with an embodiment of the present invention; and
fig. 8 is a block diagram of a computer terminal according to a fourth embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
First, some terms or terms appearing in the description of the embodiments of the present application are applicable to the following explanations:
distributed coordination service: typical scenarios for coordinating, synchronizing the execution logic of different components in a distributed computing environment include distributed locks, distributed queues, service registry discovery, and the like.
API gateway (API gateway, APIG for short): is mainly responsible for service request routing, combining and protocol conversion. Where all requests of a client first pass through the API gateway and then it routes the request to the appropriate microservice, often one request is processed by calling multiple microservices to merge the results.
Example 1
In accordance with an embodiment of the present invention, there is provided a method embodiment of a method for processing a distributed coordination service, it being noted that the steps illustrated in the flowchart of the figure may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowchart, in some cases, the steps illustrated or described may be performed in an order different than here.
The method provided by the first embodiment of the present application may be executed in a mobile terminal, a computer terminal, or a similar computing device. Fig. 1 is a block diagram of a hardware structure of a computer terminal for implementing a processing method of a distributed coordination service according to a first embodiment of the present invention. As shown in fig. 1, the computer terminal 10 may include one or more (shown as 102a, 102b, … …, 102 n) processors 102 (the processors 102 may include, but are not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA), a memory 104 for storing data, and a transmission device 106 for communication functions. Besides, the method can also comprise the following steps: a display, an input/output interface (I/O interface), a Universal Serial Bus (USB) port (which may be included as one of the ports of the I/O interface), a network interface, a power source, and/or a camera. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration and is not intended to limit the structure of the electronic device. For example, the computer terminal 10 may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
It should be noted that the one or more processors 102 and/or other data processing circuitry described above may be referred to generally herein as "data processing circuitry". The data processing circuitry may be embodied in whole or in part in software, hardware, firmware, or any combination thereof. Further, the data processing circuit may be a single stand-alone processing module, or incorporated in whole or in part into any of the other elements in the computer terminal 10 (or mobile device). As referred to in the embodiments of the application, the data processing circuit is controlled as a type of processor (e.g., selection of a variable resistance termination path connected to an interface).
The memory 104 may be used to store software programs and modules of application software, such as program instructions/data storage devices corresponding to the processing method of the distributed coordination service in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the software programs and modules stored in the memory 104, that is, the processing method of the distributed coordination service of the application program is implemented. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the computer terminal 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal 10. In one example, the transmission device 106 includes a Network adapter (NIC) that can be connected to other Network devices through a base station to communicate with the internet. In one example, the transmission device 106 can be a Radio Frequency (RF) module, which is used to communicate with the internet in a wireless manner.
The display may be, for example, a touch screen type Liquid Crystal Display (LCD) that may enable a user to interact with a user interface of the computer terminal 10 (or mobile device).
It should be noted here that in some alternative embodiments, the computer device 10 shown in fig. 1 described above may include hardware elements (including circuitry), software elements (including computer code stored on a computer-readable medium), or a combination of both hardware and software elements. It should be noted that fig. 1 is only one example of a particular specific example and is intended to illustrate the types of components that may be present in the computer device (or mobile device) described above.
In addition, fig. 2 is a schematic diagram of a processing method of a distributed coordination service according to an embodiment of the present invention, as shown in fig. 2, a plurality of clients may be connected to the distributed coordination service via a data network, where as shown in fig. 2, the plurality of clients may send a session to the distributed coordination service via a user network environment (i.e., the complex network environment shown in fig. 2) through an API gateway.
In an alternative embodiment, the computer terminal 10 may be any mobile computing device or the like. The data network connection may be a local area network connection, a wide area network connection, an internet connection, or other type of data network connection. The computer terminal 10 may execute to connect to a network service executed by a distributed coordination server. The distributed coordination server is a network-based user service, such as a social network, cloud resources, email, online payment, or other online application.
In the foregoing operating environment, fig. 3 is a flowchart of a processing method of a distributed coordination service according to an embodiment of the present invention, and as shown in fig. 3, the processing method of the distributed coordination service is applied to a network including a client, an API gateway disposed in a user network environment, and a distributed coordination service, and the method may include the following steps:
step S301, obtaining a session sent by at least one client with established connection, and obtaining a session set, wherein the session and the connection have a corresponding relationship.
Step S303, the corresponding relation between the session and the connection in the session set is removed through the API gateway to obtain the decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol.
The API gateway may route all user requests of all clients passing through it to the appropriate distributed coordination server after processing. The distributed coordination server side and the API gateway are established with a mutual trust mechanism, so that normal routing of the decoupled user request can be ensured.
In step S303, the API gateway releases the correspondence between the sessions and the connections in the session set, and obtaining the decoupled session includes: removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier; and creating the decoupled session based on the request carrying the session identifier.
As shown in fig. 4, each session bound by the connection is sent to the API gateway through a plurality of clients, and each session includes at least one request, for example, client 1 sends session a to the API gateway through connection 1, where session a includes two requests, R6 and R2. Client 2 sends session B, which includes two requests, R4 and R1, to the API gateway over connection 2. The client 3 sends a session C to the API gateway over connection 3, where the session C includes two requests, R5 and R3 respectively. After receiving a plurality of sessions, the API gateway decouples each session (cancels the correspondence between each session and the connection) to obtain a request carrying a session identifier, for example, after decoupling session a, request R6 carries session identifier a, and request R2 carries session identifier a. After session B is decoupled, request R4 carries session identifier B, request R1 carries session identifier B, after session C is decoupled, request R5 carries session identifier C, and request R3 carries session identifier C. And establishing the decoupled session based on the request carrying the session identifier, and then sending the decoupled session to the distributed coordination server through the same connection by the API gateway.
Optionally, in the processing method for distributed coordination service provided in the first embodiment of the present invention, each session includes at least one request, and the removing, by the API gateway, the corresponding relationship between each session and connection in the session set to obtain the request carrying the session identifier includes: the API gateway acquires a session identifier of each session; and respectively adding the session identifier corresponding to the session to at least one request to obtain the request carrying the session identifier.
For example, as shown in fig. 4, the session a includes two requests, which are R6 and R2, respectively, the API gateway obtains the session identifier a of the session a, and adds the session identifier a corresponding to the session a to R6 and R2, respectively, to obtain a request carrying the session identifier (the request R6 carries the session identifier a, and the request R2 carries the session identifier a).
Optionally, in the processing method of distributed coordination service provided in the first embodiment of the present invention, the number of requests carrying session identifiers is multiple, and the sending, by the API gateway, the decoupled session to the distributed coordination service end by using a shared connection includes: establishing a shared connection between the API gateway and the distributed coordination server; and sending the decoupled session created based on the requests carrying the session identification to a distributed coordination server through a shared connection.
In the scheme, the shared connection between the API gateway and the distributed coordination server is established, each request in the shared connection carries a session identifier, and the decoupled session created by sending a plurality of requests carrying session identifiers by using one shared connection is beneficial to penetrating a complex network environment, so that better security control is realized.
Step S305, the API gateway sends the decoupled session to a distributed coordination server by adopting shared connection, wherein the distributed coordination server coordinates execution logic of different components in the distributed computing environment based on the decoupled session.
The distributed coordination server is mainly used for realizing distributed coordination service, and can be used for coordinating and synchronizing execution logics of different components in a distributed computing environment, for example, a distributed lock application scenario, a distributed queue application scenario, a service registration discovery application scenario, and the like.
In the embodiment, after a session sent by at least one connected client is obtained and a session set is obtained, the API gateway is used for removing the corresponding relation between the session and the connection in the session set to obtain a decoupled session, and the API gateway sends the decoupled session to the distributed coordination server by using a shared connection, so that the distributed coordination server can coordinate the execution logic of different components in the distributed computing environment based on the decoupled session, thereby achieving the purpose that the API gateway, which establishes a trust mechanism with both the client and the distributed coordination server, decouples the session and the connection and then sends the decoupled session to the distributed coordination server, and the API gateway sends the decoupled session to the distributed coordination server through the same connection (corresponding to the shared connection), thereby improving the security of the session transmitted in the user network environment from the client protocol, and furthermore, the technical problem that in order to keep complete compatibility of the open-source distributed coordination service protocol, the security is difficult to improve from the client protocol in the prior art is solved.
The invention is described below with respect to an alternative distributed coordination service processing method.
Fig. 5 is a flowchart of an optional processing method for a distributed coordination service according to an embodiment of the present invention, and as shown in fig. 5, before an API gateway sends a decoupled session to a distributed coordination service end by using a shared connection, the processing method for the distributed coordination service may further include:
step S501, the API gateway sends an identity information verification request to the distributed coordination server.
That is, before the API gateway sends the decoupled session to the distributed coordination server using the shared connection, a trust mechanism between the API gateway and the distributed coordination server needs to be established. For example, the API gateway may verify the identity information by sending an identity information verification request, such as an identifier of the API gateway, to the distributed coordination server.
Step S503, receiving the verification result fed back by the distributed coordination server based on the identity information verification request.
That is, after receiving the identity information verification request sent by the API gateway, the distributed coordination server verifies the identity information verification request, and feeds back a verification result to the API gateway.
And step S505, if the verification result is that the verification is passed, establishing the connection between the API gateway and the distributed coordination server.
In this embodiment of the present invention, before starting the formal service client, the API gateway corresponding to the distributed coordination server needs to establish a connection with the distributed coordination server, where the connection establishment process includes a completely customized verification process that better meets the cloud service security prompt requirement, for example, an AccessKeyId or AccessSecret key signature verification based on a cloud account, or other flexible and diverse security verification mechanisms, thereby improving the security of the transmission session.
Preferably, in the processing method of the distributed coordination service according to the embodiment of the present invention, the distributed coordination service protocol is a ZooKeeper protocol, and the API gateway is a ZooKeeper API gateway.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
Through the above description of the embodiments, those skilled in the art can clearly understand that the processing method of the distributed coordination service according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
Example 2
According to an embodiment of the present invention, there is further provided an apparatus embodiment for implementing the processing method of the distributed coordination service, and fig. 6 is a schematic diagram of a processing apparatus of the distributed coordination service according to a second embodiment of the present invention, and as shown in fig. 6, the processing apparatus of the distributed coordination service is applied to a network including a client, an API gateway disposed in a user network environment, and a distributed coordination service, and includes: a first acquisition unit 61, a second acquisition unit 63 and a transmission unit 65. The processing means of the distributed coordination service will be described in detail below.
Specifically, the first obtaining unit 61 is configured to obtain a session sent by at least one client that has established a connection, and obtain a session set, where the session and the connection have a corresponding relationship;
a second obtaining unit 63, configured to remove a correspondence between sessions and connections in the session set through an API gateway, to obtain a decoupled session, where the API gateway is a gateway compatible with sessions in a coupled distributed coordination service protocol;
and a sending unit 65, configured to send the decoupled session to the distributed coordination server by using a shared connection through the API gateway, where the distributed coordination server coordinates execution logic of different components in the distributed computing environment based on the decoupled session.
The processing apparatus of the distributed coordination service may obtain, by using the first obtaining unit 61, a session sent by at least one client that has established a connection, and obtain a session set, where the session and the connection have a corresponding relationship; the second obtaining unit 63 removes the correspondence between the sessions and the connections in the session set through the API gateway to obtain the decoupled sessions, where the API gateway is a gateway compatible with the sessions in the coupled distributed coordination service protocol; the sending unit 65API gateway sends the decoupled session to the distributed coordination server using a shared connection, where the distributed coordination server coordinates the execution logic of different components in the distributed computing environment based on the decoupled session. The aim that the API gateway which establishes a trust mechanism with both the client and the distributed coordination server decouples the session and the connection and then sends the decoupled session to the distributed coordination server is achieved, and the API gateway can send the decoupled session to the distributed coordination server through the same connection (corresponding to the shared connection), so that the security of the session transmitted in a user network environment from the client protocol is improved, and the technical problem that the security is difficult to improve from the client protocol in the prior art because the complete compatibility of the open-source distributed coordination service protocol is kept is solved.
Optionally, in the processing apparatus of the distributed coordination service, the second obtaining unit 63 includes: the first acquisition module is used for removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier; and the creating module is used for creating the decoupled session based on the request carrying the session identifier.
Optionally, in the processing apparatus of the distributed coordination service, each session includes at least one request, and the second obtaining unit 63 includes: the second acquisition module is used for acquiring the session identifier of each session by the API gateway; and the third acquisition module is used for respectively adding the session identifier corresponding to the session to at least one request to obtain the request carrying the session identifier.
It should be noted that the first acquiring unit 61, the second acquiring unit 63 and the sending unit 65 correspond to steps S301 to S305 in embodiment 1, and the three modules are the same as the corresponding steps in the implementation example and the application scenario, but are not limited to the disclosure in the first embodiment. It should be noted that the modules described above as part of the apparatus may be run in the computer terminal 10 provided in the first embodiment.
Example 3
According to an embodiment of the present invention, a system embodiment for implementing the processing method of the distributed coordination service is further provided, fig. 7 is a structural diagram of a processing system of the distributed coordination service according to the embodiment of the present invention, and as shown in fig. 7, the processing system of the distributed coordination service may further include:
at least one client 71, obtaining a session set through a session sent by at least one established connection, wherein the session and the connection have a corresponding relationship;
the API gateway 73 is arranged in a user network environment and used for removing the corresponding relation between the session and the connection in the session set to obtain the decoupled session, and the API gateway adopts shared connection to send the decoupled session to the distributed coordination service end, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol;
the distributed coordination server 75 coordinates execution logic of different components in the distributed computing environment based on the decoupled session.
By the processing system of the distributed coordination service provided in the embodiment of the present invention, a session set can be obtained by using at least one client 71 through a session sent by at least one established connection, where the session and the connection have a corresponding relationship; the API gateway 73 is arranged in a user network environment and used for removing the corresponding relation between the session and the connection in the session set to obtain the decoupled session, and the API gateway adopts shared connection to send the decoupled session to the distributed coordination service end, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; the distributed coordination server 75 coordinates execution logic of different components in the distributed computing environment based on the decoupled session. The aim that the API gateway which establishes a trust mechanism with both the client and the distributed coordination server decouples the session and the connection and then sends the decoupled session to the distributed coordination server is achieved, and the API gateway can send the decoupled session to the distributed coordination server through the same connection (corresponding to the shared connection), so that the security of the session transmitted in a user network environment from the client protocol is improved, and the technical problem that the security is difficult to improve from the client protocol in the prior art because the complete compatibility of the open-source distributed coordination service protocol is kept is solved.
Example 4
The embodiment of the invention can provide a computer terminal which can be any computer terminal device in a computer terminal group. Optionally, in this embodiment, the computer terminal may also be replaced with a terminal device such as a mobile terminal.
Optionally, in this embodiment, the computer terminal may be located in at least one network device of a plurality of network devices of a computer network.
Optionally, in this embodiment, the terminal may include: a first device; a second device; a third device; a processor that runs a program, wherein the program runs to execute the following processing steps for data output from the first device, the second device, and the third device: the first device is used for acquiring a session sent by at least one client side with established connection to obtain a session set, wherein the session and the connection have a corresponding relation; the second device is used for removing the corresponding relation between the session and the connection in the session set through the API gateway to obtain the decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; and the third device is used for sending the decoupled session to the distributed coordination server side through the API gateway by adopting shared connection, wherein the distributed coordination server side is used for coordinating execution logics of different components in the distributed computing environment based on the decoupled session.
In this embodiment, the computer terminal may execute the program code of the following steps in the processing method of the distributed coordination service of the application program: acquiring a session sent by at least one client with established connection to obtain a session set, wherein the session and the connection have a corresponding relationship; the corresponding relation between the session and the connection in the session set is removed through an API gateway to obtain the decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; the API gateway sends the decoupled session to a distributed coordination server by adopting shared connection, wherein the distributed coordination server coordinates execution logic of different components in the distributed computing environment based on the decoupled session.
Optionally, fig. 8 is a block diagram of a computer terminal according to a fourth embodiment of the present invention. As shown in fig. 8, the computer terminal 81 may include: one or more (only one shown) processors 801, memory 802, and peripheral interfaces, display screens, and network modules.
The memory may be configured to store software programs and modules, such as program instructions/modules corresponding to the method and apparatus for processing a distributed coordination service in the embodiment of the present invention, and the processor executes various functional applications and data processing by running the software programs and modules stored in the memory, that is, implements the method for processing a distributed coordination service. The memory may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory may further include memory located remotely from the processor, which may be connected to the computer terminal 81 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The processor can call the information and application program stored in the memory through the transmission device to execute the following steps: acquiring a session sent by at least one client with established connection to obtain a session set, wherein the session and the connection have a corresponding relationship; the corresponding relation between the session and the connection in the session set is removed through an API gateway to obtain the decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; the API gateway sends the decoupled session to a distributed coordination server by adopting shared connection, wherein the distributed coordination server coordinates execution logic of different components in the distributed computing environment based on the decoupled session.
Optionally, the processor may further execute the program code of the following steps: the method for removing the corresponding relation between the session and the connection in the session set through the API gateway to obtain the decoupled session comprises the following steps: removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier; and creating the decoupled session based on the request carrying the session identifier.
Optionally, the processor may further execute the program code of the following steps: each session comprises at least one request, and the corresponding relation between each session and the connection in the session set is released through the API gateway, so that the request carrying the session identifier is obtained, wherein the request comprises: the API gateway acquires a session identifier of each session; and respectively adding the session identifier corresponding to the session to at least one request to obtain the request carrying the session identifier.
Optionally, the processor may further execute the program code of the following steps: the method comprises the following steps that a plurality of requests carrying session identifiers are carried, and the API gateway sends the decoupled session to the distributed coordination server by adopting shared connection, and comprises the following steps: establishing a shared connection between the API gateway and the distributed coordination server; and sending the decoupled session created based on the requests carrying the session identification to a distributed coordination server through a shared connection.
Optionally, the processor may further execute the program code of the following steps: before the API gateway sends the decoupled session to the distributed coordination server by using the shared connection, the method further includes: the API gateway sends an identity information verification request to the distributed coordination server; receiving an authentication result fed back by the distributed coordination server based on the identity information authentication request; and if the verification result is that the verification is passed, establishing the connection between the API gateway and the distributed coordination server.
Optionally, the processor may further execute the program code of the following steps: the distributed coordination service protocol is a ZooKeeper protocol, and the API gateway is a ZooKeeper API gateway.
The embodiment of the invention provides a scheme of a processing method of distributed coordination service. After a session set is obtained by acquiring a session sent by at least one connected client, the session set is released by utilizing an API gateway to relieve the corresponding relation between the session and the connection in the session set, a decoupled session is obtained, the API gateway sends the decoupled session to a distributed coordination server by adopting a shared connection, so that the distributed coordination server can realize the purpose of sending the decoupled session to the distributed coordination server after decoupling the session and the connection by the API gateway which establishes a trust mechanism with the client and the distributed coordination server based on the execution logic of different components in the decoupled session coordination distributed computing environment, and the API gateway can send the decoupled session to the distributed coordination server through the same connection (corresponding to the shared connection), thereby improving the security of the session transmitted in a user network environment from the client protocol, and furthermore, the technical problem that in order to keep complete compatibility of the open-source distributed coordination service protocol, the security is difficult to improve from the client protocol in the prior art is solved.
It can be understood by those skilled in the art that the structure shown in fig. 8 is only an illustration, and the computer terminal may also be a terminal device such as a smart phone (e.g., an Android phone, an iOS phone, etc.), a tablet computer, a palmtop computer, a Mobile Internet Device (MID), a PAD, and the like. Fig. 8 is a diagram illustrating a structure of the electronic device. For example, computer terminal 81 may also include more or fewer components (e.g., network interfaces, display devices, etc.) than shown in FIG. 8, or have a different configuration than shown in FIG. 8.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by a program instructing hardware associated with the terminal device, where the program may be stored in a computer-readable storage medium, and the storage medium may include: flash disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
Example 5
The embodiment of the invention also provides a storage medium. Optionally, in this embodiment, the storage medium may be configured to store a program code executed by the processing method of the distributed coordination service provided in the first embodiment.
Optionally, in this embodiment, the storage medium may be located in any one of computer terminals in a computer terminal group in a computer network, or in any one of mobile terminals in a mobile terminal group.
Optionally, in this embodiment, the storage medium is configured to store program code for performing the following steps: acquiring a session sent by at least one client with established connection to obtain a session set, wherein the session and the connection have a corresponding relationship; the corresponding relation between the session and the connection in the session set is removed through an API gateway to obtain the decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol; the API gateway sends the decoupled session to a distributed coordination server by adopting shared connection, wherein the distributed coordination server coordinates execution logic of different components in the distributed computing environment based on the decoupled session.
Optionally, the storage medium is further configured to store program code for performing the steps of: the method for removing the corresponding relation between the session and the connection in the session set through the API gateway to obtain the decoupled session comprises the following steps: removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier; and creating the decoupled session based on the request carrying the session identifier.
Optionally, the storage medium is further configured to store program code for performing the steps of: each session comprises at least one request, and the corresponding relation between each session and the connection in the session set is released through the API gateway, so that the request carrying the session identifier is obtained, wherein the request comprises: the API gateway acquires a session identifier of each session; and respectively adding the session identifier corresponding to the session to at least one request to obtain the request carrying the session identifier.
Optionally, the storage medium is further configured to store program code for performing the steps of: the method comprises the following steps that a plurality of requests carrying session identifiers are carried, and the API gateway sends the decoupled session to the distributed coordination server by adopting shared connection, and comprises the following steps: establishing a shared connection between the API gateway and the distributed coordination server; and sending the decoupled session created based on the requests carrying the session identification to a distributed coordination server through a shared connection.
Optionally, the storage medium is further configured to store program code for performing the steps of: before the API gateway sends the decoupled session to the distributed coordination server by using the shared connection, the method further includes: the API gateway sends an identity information verification request to the distributed coordination server; receiving an authentication result fed back by the distributed coordination server based on the identity information authentication request; and if the verification result is that the verification is passed, establishing the connection between the API gateway and the distributed coordination server.
Optionally, the storage medium is further configured to store program code for performing the steps of: the distributed coordination service protocol is a ZooKeeper protocol, and the API gateway is a ZooKeeper API gateway.
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.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one type of division of logical functions, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (13)

1. A processing method of distributed coordination service is applied to a network comprising a client, an API gateway arranged in a user network environment and a distributed coordination service terminal, and is characterized by comprising the following steps:
acquiring a session sent by at least one client with established connection to obtain a session set, wherein the session and the connection have a corresponding relationship;
removing the corresponding relation between the session and the connection in the session set through the API gateway to obtain a decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol;
and the API gateway sends the decoupled session to a distributed coordination server by adopting shared connection, wherein the distributed coordination server is based on execution logics of different components in the decoupled session coordination distributed computing environment.
2. The method of claim 1, wherein the removing, by the API gateway, the correspondence between sessions and connections in the session set to obtain decoupled sessions comprises:
removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier;
and establishing the decoupled session based on the request carrying the session identifier.
3. The method according to claim 2, wherein each session includes at least one request, and the obtaining of the request carrying the session identifier by removing the correspondence between each session and the connection in the session set through the API gateway comprises:
the API gateway acquires the session identification of each session;
and respectively adding the session identifier corresponding to the session to the at least one request to obtain the request carrying the session identifier.
4. The method of claim 2, wherein the number of the requests carrying the session identifier is multiple, and the sending, by the API gateway, the decoupled session to the distributed coordination server using a shared connection comprises:
establishing a shared connection between the API gateway and the distributed coordination server;
and sending the decoupled session created based on a plurality of requests carrying session identifiers to a distributed coordination server through the shared connection.
5. The method of claim 1, wherein before the API gateway sends the decoupled session to a distributed coordination server using a shared connection, the method further comprises:
the API gateway sends an identity information verification request to the distributed coordination server;
receiving a verification result fed back by the distributed coordination server based on the identity information verification request;
and if the verification result is that the verification is passed, establishing the connection between the API gateway and the distributed coordination server.
6. The method of claim 1, wherein the distributed coordination service protocol is a ZooKeeper protocol and the API gateway is a ZooKeeper API gateway.
7. A processing device of distributed coordination service is applied to a network comprising a client, an API gateway arranged in a user network environment and a distributed coordination service terminal, and is characterized by comprising:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a session sent by at least one client side which establishes connection to obtain a session set, and the session and the connection have a corresponding relation;
a second obtaining unit, configured to remove, through the API gateway, a correspondence between sessions and connections in the session set to obtain a decoupled session, where the API gateway is a gateway of sessions in a distributed coordination service protocol compatible with coupling connection;
and the sending unit is used for sending the decoupled session to a distributed coordination server by the API gateway through shared connection, wherein the distributed coordination server is based on execution logics of different components in the decoupled session coordination distributed computing environment.
8. The apparatus of claim 7, wherein the second obtaining unit comprises:
the first obtaining module is used for removing the corresponding relation between each session in the session set and the connection through the API gateway to obtain a request carrying a session identifier;
and the creating module is used for creating the decoupled session based on the request carrying the session identifier.
9. The apparatus of claim 8, wherein each session includes at least one request, and wherein the second obtaining unit includes:
a second obtaining module, configured to obtain, by the API gateway, a session identifier of each session;
and the third obtaining module is used for respectively adding the session identifier corresponding to the session to the at least one request to obtain the request carrying the session identifier.
10. A system for processing a distributed coordination service, comprising:
the system comprises at least one client, a server and a server, wherein the client obtains a session set through a session sent by at least one established connection, and the session and the connection have a corresponding relation;
the API gateway is arranged in a user network environment and used for removing the corresponding relation between the session and the connection in the session set to obtain the decoupled session, the API gateway adopts shared connection to send the decoupled session to the distributed coordination service terminal, and the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol;
and the distributed coordination server is used for coordinating the execution logic of different components in the distributed computing environment based on the decoupled session.
11. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program runs, a device in which the storage medium is located is controlled to execute the processing method of the distributed coordination service according to any one of claims 1 to 6.
12. A processor, characterized in that the processor is configured to run a program, wherein the program when running performs the processing method of the distributed coordination service according to any one of claims 1 to 6.
13. A terminal, comprising:
a first device;
a second device;
a third device;
a processor that executes a program, wherein the program is executed to perform the following processing steps with respect to data output from the first, second, and third devices:
the first device acquires a session sent by at least one client side with established connection to obtain a session set, wherein the session and the connection have a corresponding relation;
the second device cancels the corresponding relation between the session and the connection in the session set through an API gateway to obtain the decoupled session, wherein the API gateway is a gateway compatible with the session in the coupled distributed coordination service protocol;
and the third device transmits the decoupled session to a distributed coordination server through the API gateway by adopting shared connection, wherein the distributed coordination server is based on execution logics of different components in the decoupled session coordination distributed computing environment.
CN201910785454.7A 2019-08-23 2019-08-23 Processing method, device and system for distributed coordination service Active CN112422602B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910785454.7A CN112422602B (en) 2019-08-23 2019-08-23 Processing method, device and system for distributed coordination service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910785454.7A CN112422602B (en) 2019-08-23 2019-08-23 Processing method, device and system for distributed coordination service

Publications (2)

Publication Number Publication Date
CN112422602A CN112422602A (en) 2021-02-26
CN112422602B true CN112422602B (en) 2022-02-22

Family

ID=74778995

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910785454.7A Active CN112422602B (en) 2019-08-23 2019-08-23 Processing method, device and system for distributed coordination service

Country Status (1)

Country Link
CN (1) CN112422602B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101569154A (en) * 2006-12-19 2009-10-28 艾利森电话股份有限公司 Method and apparatuses for making use of virtual IMS subscriptions coupled with the identity of a non SIP compliant terminal for non-registered subscribers
CN102480464A (en) * 2010-11-24 2012-05-30 上海宝信软件股份有限公司 Service calling system injected with context information and decoupled with web session and method
CN102571756A (en) * 2010-12-06 2012-07-11 微软公司 Multichannel connections in file system sessions
EP2996042A1 (en) * 2014-09-15 2016-03-16 Intel Corporation Techniques for remapping sessions for a multi-threaded application
EP3062260A1 (en) * 2015-02-27 2016-08-31 Sap Se A method for controlling access to electronic documents using locks
CN106230609A (en) * 2016-07-29 2016-12-14 上海北信源信息技术有限公司 One population message orientation method for pushing and device
CN106572054A (en) * 2015-10-09 2017-04-19 阿里巴巴集团控股有限公司 Distributed lock service realization method and device for distributed system
CN107517227A (en) * 2016-06-15 2017-12-26 阿里巴巴集团控股有限公司 Session implementation method and device for distributed consensus system
US9930122B1 (en) * 2012-09-28 2018-03-27 Open Text Corporation Method and system for connection pooling for content management clients
CN109699013A (en) * 2017-10-24 2019-04-30 华为技术有限公司 A kind of communication system, communication means and its device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101569154A (en) * 2006-12-19 2009-10-28 艾利森电话股份有限公司 Method and apparatuses for making use of virtual IMS subscriptions coupled with the identity of a non SIP compliant terminal for non-registered subscribers
CN102480464A (en) * 2010-11-24 2012-05-30 上海宝信软件股份有限公司 Service calling system injected with context information and decoupled with web session and method
CN102571756A (en) * 2010-12-06 2012-07-11 微软公司 Multichannel connections in file system sessions
US9930122B1 (en) * 2012-09-28 2018-03-27 Open Text Corporation Method and system for connection pooling for content management clients
EP2996042A1 (en) * 2014-09-15 2016-03-16 Intel Corporation Techniques for remapping sessions for a multi-threaded application
EP3062260A1 (en) * 2015-02-27 2016-08-31 Sap Se A method for controlling access to electronic documents using locks
CN106572054A (en) * 2015-10-09 2017-04-19 阿里巴巴集团控股有限公司 Distributed lock service realization method and device for distributed system
CN107517227A (en) * 2016-06-15 2017-12-26 阿里巴巴集团控股有限公司 Session implementation method and device for distributed consensus system
CN106230609A (en) * 2016-07-29 2016-12-14 上海北信源信息技术有限公司 One population message orientation method for pushing and device
CN109699013A (en) * 2017-10-24 2019-04-30 华为技术有限公司 A kind of communication system, communication means and its device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
分布式移动性管理协议研究;王欢;《软件》;20150215(第02期);全文 *

Also Published As

Publication number Publication date
CN112422602A (en) 2021-02-26

Similar Documents

Publication Publication Date Title
CN105827600B (en) Method and device for logging in client
CN110730153B (en) Account configuration method, device and system of cloud equipment and data processing method
CN105282126B (en) Login authentication method, terminal and server
CN110995554A (en) Method and device for configuring and accessing intelligent household electrical appliance network and storage medium
CN109525989B (en) Data processing and identity authentication method and system, and terminal
CN108322366B (en) Method, device and system for accessing network
CN111131416A (en) Business service providing method and device, storage medium and electronic device
CN114465803B (en) Object authorization method, device, system and storage medium
CN112040484A (en) Password updating method and device, storage medium and electronic device
CN112637300B (en) Block chain-based distributed storage and acquisition method and device for video information
CN112422602B (en) Processing method, device and system for distributed coordination service
CN104660614A (en) Authentication method, electronic equipment and server
CN110602218B (en) Method and related device for assembling cloud service in user-defined manner
CN111130820B (en) Cluster management method and device and computer system
CN110933015B (en) Data transmission method, device and system
CN107770219A (en) A kind of sharing method, gateway server and the system of form window
CN111357305A (en) Communication method, device, system and storage medium of movable platform
CN110213346A (en) The transmission method and device of encryption information
CN113452513B (en) Key distribution method, device and system
CN110875902A (en) Communication method, device and system
CN109547428A (en) It verifies password and accesses method, system and the storage medium of server
CN110351721A (en) Access method and device, the storage medium, electronic device of network slice
CN113452514B (en) Key distribution method, device and system
CN112350982B (en) Resource authentication method and device
KR101660791B1 (en) Client device of service proving system, and service providing method therof

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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230601

Address after: Room 1-2-A06, Yungu Park, No. 1008 Dengcai Street, Sandun Town, Xihu District, Hangzhou City, Zhejiang Province

Patentee after: Aliyun Computing Co.,Ltd.

Address before: Box 847, four, Grand Cayman capital, Cayman Islands, UK

Patentee before: ALIBABA GROUP HOLDING Ltd.