CN115190173B - Network communication method, device, equipment and storage medium - Google Patents

Network communication method, device, equipment and storage medium Download PDF

Info

Publication number
CN115190173B
CN115190173B CN202210806888.2A CN202210806888A CN115190173B CN 115190173 B CN115190173 B CN 115190173B CN 202210806888 A CN202210806888 A CN 202210806888A CN 115190173 B CN115190173 B CN 115190173B
Authority
CN
China
Prior art keywords
management request
management
request message
messages
message
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
CN202210806888.2A
Other languages
Chinese (zh)
Other versions
CN115190173A (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.)
Maipu Communication Technology Co Ltd
Original Assignee
Maipu Communication Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Maipu Communication Technology Co Ltd filed Critical Maipu Communication Technology Co Ltd
Priority to CN202210806888.2A priority Critical patent/CN115190173B/en
Publication of CN115190173A publication Critical patent/CN115190173A/en
Application granted granted Critical
Publication of CN115190173B publication Critical patent/CN115190173B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application provides a network communication method, device, equipment and storage medium, and relates to the technical field of network communication. The method is applied to a channel management system in a network communication system, and can comprise the following steps: acquiring a plurality of management request messages sent by a service management request to network equipment; combining the management request messages according to the protocol type corresponding to the management request message to obtain a combined management request message, and sending the combined management request message to the network equipment; receiving a merging management response message aiming at the merging management request message and sent by the network equipment, and splitting the merging management response message according to the protocol type of the merging management request message to obtain a management response message corresponding to each management request message; and sending the management response message corresponding to each management request message to the service management requester. This may reduce the time to access the network device.

Description

Network communication method, device, equipment and storage medium
Technical Field
The present invention relates to the field of network communication technologies, and in particular, to a network communication method, device, equipment and storage medium.
Background
With the popularity of micro-service frameworks, there may be a mismatch in the number of resources of the service management system and network devices (e.g., routers, switches, etc.). Based on this, the channel management system is in charge of forwarding the management request generated by the service management system to the network device through the southbound communication interface, and can also transmit the response result returned by the network device back to the service management system through the southbound communication interface.
At present, when a plurality of service management systems simultaneously access a same network device through a channel management system, the channel management system forwards the management request and a response result corresponding to the management request in sequence, for example, firstly forwards the management request 1 to the network device, returns the response result to the service management system after the network device finishes processing, and then forwards the management request 2 to the network device until each management request finishes processing.
However, when the channel management system performs network communication using the above-described serial synchronization mode, access to the network device is required a plurality of times, which results in an increase in the time for accessing the network device.
Disclosure of Invention
The present application aims to provide a network communication method, device, equipment and storage medium, which can reduce access time to network equipment, and address the above-mentioned shortcomings in the prior art.
In order to achieve the above purpose, the technical solution adopted in the embodiment of the present application is as follows:
in a first aspect, an embodiment of the present application provides a network communication method, which is applied to a channel management system in a network communication system, where the method includes:
acquiring a plurality of management request messages sent by a service management request to network equipment;
combining the management request messages according to the protocol type corresponding to the management request message to obtain a combined management request message, and sending the combined management request message to the network equipment;
receiving a merge management response message sent by the network equipment and aiming at the merge management request message, and splitting the merge management response message according to the protocol type of the merge management request message to obtain management response messages corresponding to the management request messages;
and sending a management response message corresponding to each management request message to the service management requester.
Optionally, the merging the management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message includes:
determining whether repeated management request messages exist in the plurality of management request messages according to the protocol type corresponding to the management request messages;
if the repeated management request messages do not exist in the management request messages, merging the management request messages according to the protocol type corresponding to the management request messages to obtain merged management request messages.
Optionally, the method further comprises:
and recording the sequence of each management request message in the combined management request message.
Optionally, splitting the merged management response message according to the protocol type of the merged management request message to obtain a management response message corresponding to each management request message, including:
splitting the combined management response message according to the protocol type of the combined management request message to obtain a plurality of management response messages;
and obtaining management response messages corresponding to the management request messages according to the sequence of the management request messages in the combined management request message and the management response messages.
Optionally, the merging the management request messages to obtain a merged management request message includes:
if repeated management request messages exist in the plurality of management request messages, removing the repeated management request messages from the management request messages to obtain a plurality of de-duplication management request messages, and establishing a corresponding relation between the de-duplication management request messages and the management request messages;
and merging the deduplication management request messages according to the protocol type corresponding to the management request message to obtain the merging management request message, and recording the sequence of the deduplication management request messages in the merging management request message.
Optionally, splitting the merged management response message according to the protocol type of the merged management request message to obtain a management response message corresponding to each management request message, including:
splitting the combined management response message according to the protocol type of the combined management request message to obtain a plurality of management response messages;
obtaining management response messages corresponding to the deduplication management request messages according to the sequence of the deduplication management request messages in the merge management request messages and the plurality of management response messages;
And copying to obtain management response messages corresponding to the management request messages according to the management response messages corresponding to the deduplication management request messages and the corresponding relations between the deduplication management request messages and the management request messages.
Optionally, before merging the management request messages according to the protocol type corresponding to the management request message to obtain the merged management request message, the method further includes:
analyzing each management request message to obtain a protocol keyword;
and determining the protocol type corresponding to the management request message according to the protocol key word.
In a second aspect, an embodiment of the present application further provides a network communication method, applied to a network device in a network communication system, where the method includes:
receiving a combination management request message sent by a channel management system, wherein the combination management request message comprises a plurality of management request messages;
decomposing the combined management request message into a plurality of management request messages according to the protocol type of the combined management request message;
respectively carrying out response processing on each management request message to obtain management response messages corresponding to each management request message, and merging the management response messages corresponding to each management request message to obtain merged management response messages;
And sending the combined management response message to the channel management system.
Optionally, the merging the management response messages corresponding to the management request messages to obtain a merged management response message includes:
and merging the management response messages corresponding to the management request messages according to the arrangement sequence of the management request messages in the merging management request messages to obtain the merging management response message.
In a third aspect, an embodiment of the present application further provides a network communication device, which is applied to a channel management system in a network communication system, where the device includes:
the acquisition module is used for acquiring a plurality of management request messages sent by the service management request to the network equipment;
the first processing module is used for merging the management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message, and sending the merged management request message to the network equipment;
the second processing module is used for receiving the merging management response message aiming at the merging management request message and sent by the network equipment, splitting the merging management response message according to the protocol type of the merging management request message, and obtaining management response messages corresponding to the management request messages;
And the sending module is used for sending the management response message corresponding to each management request message to the service management requester.
Optionally, the first processing module is specifically configured to determine whether a repeated management request message exists in the plurality of management request messages according to a protocol type corresponding to the management request message; if the repeated management request messages do not exist in the management request messages, merging the management request messages according to the protocol type corresponding to the management request messages to obtain merged management request messages.
Optionally, the apparatus further comprises: a recording module;
the recording module is used for recording the sequence of the management request messages in the combined management request message.
Optionally, the second processing module is specifically configured to split the combined management response message according to the protocol type of the combined management request message, so as to obtain a plurality of management response messages; and obtaining management response messages corresponding to the management request messages according to the sequence of the management request messages in the combined management request message and the management response messages.
Optionally, the first processing module is further specifically configured to remove the repeated management request message from each management request message if there is the repeated management request message in the plurality of management request messages, obtain a plurality of deduplication management request messages, and establish a correspondence between each deduplication management request message and each management request message; and merging the deduplication management request messages according to the protocol type corresponding to the management request message to obtain the merging management request message, and recording the sequence of the deduplication management request messages in the merging management request message.
Optionally, the second processing module is further specifically configured to split the combined management response message according to the protocol type of the combined management request message, so as to obtain a plurality of management response messages; obtaining management response messages corresponding to the deduplication management request messages according to the sequence of the deduplication management request messages in the merge management request messages and the plurality of management response messages; and copying to obtain management response messages corresponding to the management request messages according to the management response messages corresponding to the deduplication management request messages and the corresponding relations between the deduplication management request messages and the management request messages.
Optionally, the apparatus further comprises: an analysis module;
the analysis module is used for analyzing each management request message and obtaining a protocol keyword; and determining the protocol type corresponding to the management request message according to the protocol key word.
In a fourth aspect, an embodiment of the present application further provides a network communication apparatus, applied to a network device in a network communication system, where the apparatus includes:
the receiving module is used for receiving a combination management request message sent by the channel management system, wherein the combination management request message comprises a plurality of management request messages;
the decomposition module is used for decomposing the combined management request message into a plurality of management request messages according to the protocol type of the combined management request message;
the merging module is used for respectively carrying out response processing on the management request messages to obtain management response messages corresponding to the management request messages, and merging the management response messages corresponding to the management request messages to obtain merged management response messages;
and the sending module is used for sending the combined management response message to the channel management system.
Optionally, the merging module is specifically configured to merge management response messages corresponding to the management request messages according to an arrangement sequence of the management request messages in the merged management request message, so as to obtain the merged management response message.
In a fifth aspect, embodiments of the present application provide an electronic device, including: a processor, a storage medium, and a bus, the storage medium storing machine-readable instructions executable by the processor, the processor and the storage medium communicating over the bus when the electronic device is operating, the processor executing the machine-readable instructions to perform the steps of the network communication method of the first or second aspect above.
In a sixth aspect, embodiments of the present application provide a computer readable storage medium having a computer program stored thereon, which when executed by a processor performs the steps of the network communication method of the first or second aspect described above.
The beneficial effects of this application are:
the embodiment of the application provides a network communication method, device, equipment and storage medium. The method is applied to a channel management system in a network communication system, and can comprise the following steps: acquiring a plurality of management request messages sent by a service management request to network equipment; combining the management request messages according to the protocol type corresponding to the management request message to obtain a combined management request message, and sending the combined management request message to the network equipment; receiving a merging management response message aiming at the merging management request message and sent by the network equipment, and splitting the merging management response message according to the protocol type of the merging management request message to obtain a management response message corresponding to each management request message; and sending the management response message corresponding to each management request message to the service management requester.
In the network communication method, the channel management system can combine a plurality of management request messages accessing the same network device, and can combine the plurality of management request messages into one combined management request message based on the protocol type corresponding to the management request message. The channel management system accesses the network device by using the one combined management request message, so as to obtain a combined management response message comprising management response data corresponding to each management request message. The channel management system can split the combined management response message based on the protocol type to obtain management response messages corresponding to the management request messages, and then sends the management response messages to the corresponding service management requesters. It can be seen that the channel management system can reduce the number of times of accessing the network device, and further reduce the time of accessing the network device.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic structural diagram of a network communication system according to an embodiment of the present application;
fig. 2 is a schematic view of a scenario in which an existing network communication system performs network communication according to an embodiment of the present application;
fig. 3 is a schematic view of a scenario in which a network communication system performs network communication according to an embodiment of the present application;
fig. 4 is a flow chart of a network communication method according to an embodiment of the present application;
fig. 5 is a flow chart of another network communication method according to an embodiment of the present application;
fig. 6 is a flowchart of another network communication method according to an embodiment of the present application;
fig. 7 is a flowchart of another network communication method according to an embodiment of the present application;
fig. 8 is a flowchart of another network communication method according to an embodiment of the present application;
fig. 9 is a schematic flow chart of network communication interaction performed by a service management requester, a channel management system and a network device according to an embodiment of the present application;
fig. 10 is a schematic structural diagram of a network communication device according to an embodiment of the present application;
fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures.
In a network communication system, a service management system (i.e., a service management requester referred to in the application) with a visual interface may be used to manage a network device, such as querying data in the network device, modifying parameters, and so on. As can be seen from the description in the background section of the present application, there may be a mismatch between the service management system and the network device resources, so that the network device may be specially managed by establishing a channel management system in the network communication system. Fig. 1 is a schematic structural diagram of a network communication system provided in the embodiment of the present application, where the network communication system may include a service management requester 101, a channel management system 102, and a network device 103, where the service management requester 101 and the channel management system 102 may be disposed on the same server, and it should be noted that the present application is not limited thereto. The service management requester 101 forwards the generated management request message to the network device 103 through the channel management system 102. It should be noted that, in the present application, the dimensions of a plurality of management request messages corresponding to the same network device are described, where the plurality of management request messages may be generated by a plurality of service management requesters, or may be generated by one service management request, and fig. 1 is merely an example, and the structure of the network communication system is not limited in this way.
The channel management system 102 in fig. 1 is responsible for forwarding the management request message generated by the service management requester 101 to the network device 103, and may also transmit the management response message returned by the network device 103 back to the corresponding service management requester 101. For example, when a plurality of service management requesters 101 access the same network device 103 through the channel management system 102 at the same time, the channel management system 102 may receive the management request message 1 and the management request message 2 at the same time. At present, the channel management system 102 accesses the network device 103 through a serial synchronization mode, as shown in fig. 2, and fig. 2 is a schematic view of a scenario in which an existing network communication system performs network communication according to an embodiment of the present application. Specifically, the channel management system 102 forwards the management request message 1 to the network device 103, and forwards the management request message 2 to the network device 103 after feeding back the management response message 1 returned by the network device 103 to the service management requester 102 corresponding to the management request message 1, and so on.
It can be understood that if the number of management request messages accessing the same network device is large, the above-mentioned serial synchronization mode will enable the channel management system to access the network device multiple times, which may result in an increase in access time to the network device, and cause congestion at the channel management system, so that the performance of the channel management system is reduced.
Aiming at the problems, the management request messages are combined, split, de-duplicated, duplicated and the like through the network communication method, and finally management response messages corresponding to the management request messages can be obtained. Fig. 3 is a schematic view of a scenario in which a network communication system is performed in a network communication system provided in this embodiment of the present application, as can be seen from fig. 3, assuming that three service management requesters 101 send a management request message a, a management request message B, and a management request message C to a channel management system 102, where the management request message a and the management request message C are repeated management request messages, the channel management system 102 may combine the management request message a, the management request message B, and the management request message C by the following example, or perform deduplication processing before combining, and the details are described in the following example, which will not be described again, and finally the channel management system 102 splits and copies a combined management response message (a+b) fed back by the network device 103, so as to obtain a management response message a, a management response message B, and a management response message a corresponding to the management request message C, and send the management response message a and the management response message B to the corresponding service management requesters 101.
Thus, the number of times of accessing the network equipment can be reduced, and the time of accessing the network equipment is reduced. It can be understood that, because the channel management system can rapidly process related messages (such as management request messages and management response messages) of the network device, congestion phenomenon at the channel management system can be avoided, and the performance of the channel management system is ensured.
The network communication method mentioned in the present application is exemplified in the following with reference to the accompanying drawings. Fig. 4 is a flow chart of a network communication method according to an embodiment of the present application. As shown in fig. 4, the method is applied to the channel management system in the above-mentioned network communication system, and the method may include:
s401, a plurality of management request messages sent by a service management request to network equipment are acquired.
Wherein the plurality of management request messages are request messages for accessing the network device. An exemplary channel management system may store the received management request message in a buffer queue, and if the channel management system has currently completed processing the previous request of the network device, then when performing next request processing on the network device, the channel management system may obtain, from the buffer queue, the management request message for the same network device, that is, the network device, according to the correspondence between the service management request message and the network device. The number of the management request messages is plural, and the plural management request messages may be generated by plural service management requesters, or may be generated by one service management requester, which should be noted that the present application is not limited thereto.
S402, according to the protocol type corresponding to the management request message, combining the management request messages to obtain a combined management request message, and sending the combined management request message to the network equipment.
The protocol types may include TR069 protocol type, netcon protocol type, TELNET protocol type, etc., which are not limited in this application, and it can be understood that different protocol types correspond to different implementation logic, and the implementation logic may be logic for merging request messages, for example. Based on this, in an exemplary embodiment, after obtaining the management request message for the network device, the channel management system may combine the management request messages according to the implementation logic matched with the protocol type corresponding to the management request message, so as to obtain a combined management request message.
For example, assume that the plurality of management request messages are a management request message a and a management request message B, and the message formats corresponding to the management request message a and the management request message B are as follows:
message format example of management request message a:
protocol standard format header
Request data: acquiring basic information of equipment
Protocol standard format tail
Message format example of management request message B:
Protocol standard format header
Request data: modifying external address parameters of a device
Protocol standard format tail
The corresponding protocol type can be determined according to the content of the protocol standard format header in the message format of the management request message A and the management request message B. If the protocol type is TR069 protocol type, the channel management system may combine the management request message a and the management request message B based on implementation logic corresponding to the TR069 protocol type, to obtain a combined management request message (a+b), where a message format of the combined management request message (a+b) is as follows:
protocol standard format header
Request data: acquiring basic information of equipment
Request data: modifying external address parameters of a device
Protocol standard format tail
After the merge management request message (A+B) is acquired, the channel management system interacts with the network device and sends the merge management request message (A+B) to the network device.
It can be seen that the channel management system combines a plurality of management request messages into one combined management request message to access the network device, so that the number of times of accessing the network device can be reduced.
S403, receiving a combination management response message aiming at the combination management request message sent by the network equipment, and splitting the combination management response message according to the protocol type of the combination management request message to obtain a management response message corresponding to each management request message.
Continuing with the above example, after receiving the merge management request message (a+b), the network device may process the merge management request message (a+b) to obtain a merge management response message corresponding to the merge management request message (a+b), where the message format of the merge management response message may be as follows:
protocol standard format header
Response data: basic information of equipment
Response data: successful modification
Protocol standard format tail
It is understood that the combined management response message includes response data of the management request message a and response data of the management request message B. For example, the response data of the management request message a corresponds to "Tue May 24 20:21:04CST 2022", and the response data of the management request message B corresponds to "success".
After the channel management system receives the merge management request message, the merge management response message can be split according to the realization logic corresponding to the protocol type of the merge management request message. It should be understood that the protocol type of the merged management request message is the protocol type corresponding to the above-mentioned management request message, that is, the channel management system may split according to the implementation logic configured by the protocol type (such as TR069 protocol type) corresponding to the protocol standard format header of the management request message, so as to obtain the management response message corresponding to each management request message.
Continuing with the above example, the channel management system may split the merged management response message based on the implementation logic corresponding to the TR069 protocol type to obtain a management response message a and a management response message B, where examples of message formats of the management response message a and the management response message B are as follows:
message format example of management response message a:
protocol standard format header
Response data: basic information of equipment
Protocol standard format tail
Message format example of management response message B:
protocol standard format header
Response data: successful modification
Protocol standard format tail
S404, the management response message corresponding to each management request message is sent to the service management requester.
The channel management system splits the combined management response message, takes the management response message A at the first position of the combined management response message as the management response message corresponding to the management request message A, and takes the management response message B as the management response message corresponding to the management request message B.
Because the management request message has a corresponding relation with the service management requesting party, the channel management system can respectively send the management response message A and the management response message B to the corresponding service management requesting party.
In summary, in the network communication method provided in the present application, the channel management system may combine multiple management request messages that access the same network device, and may combine the multiple management request messages into one combined management request message based on the protocol type corresponding to the management request message. The channel management system accesses the network device by using the one combined management request message, so as to obtain a combined management response message comprising management response data corresponding to each management request message. The channel management system can split the combined management response message based on the protocol type to obtain management response messages corresponding to the management request messages, and then sends the management response messages to the corresponding service management requesters. It can be seen that the channel management system can reduce the number of times of accessing the network device, and further reduce the time of accessing the network device.
It can be understood that, since the channel management system can rapidly process related messages (such as management request messages and management response messages) of the network device, congestion phenomenon at the channel management system can be avoided, and performance of the channel management system is ensured.
Fig. 5 is a flowchart of another network communication method according to an embodiment of the present application. As shown in fig. 5, optionally, the merging the management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message includes:
s501, determining whether repeated management request messages exist in a plurality of management request messages according to the protocol type corresponding to the management request messages.
After determining the protocol type corresponding to the target management request, the channel management system may determine whether a repeated management request message exists in the multiple management request messages according to a key field corresponding to the protocol type, that is, whether the repeated management request message exists according to whether the multiple management request messages include the key field. It will be appreciated that different key fields correspond to different protocol types.
S502, if the repeated management request messages do not exist in the management request messages, combining the management request messages according to the protocol type corresponding to the management request messages to obtain combined management request messages.
If the channel management system determines that the acquired management request messages do not include the key field, the channel management system proves that repeated management request messages do not exist in the plurality of management request messages. Based on this, the channel management system may combine the management request messages according to the protocol type and the content described in the related section above, to obtain a combined management request message.
Optionally, the method may further comprise: the order of the management request messages in the merged management request message is recorded.
In one example, the channel management system merges the management request messages to obtain merged management request messages, and may record the order of the management request messages according to the position information of the management request messages in the merged management request messages. For example, if the first bit in the combined management request message is the management request message a and the second bit is the management request message B, the order of recording the management request message a is the order 1, and the order of the management request message B is the order 2.
Optionally, splitting the combined management response message according to the protocol type of the combined management request message to obtain a management response message corresponding to each management request message, including: splitting the combined management response message according to the protocol type of the combined management request message to obtain a plurality of management response messages; and obtaining management response messages corresponding to the management request messages according to the sequence of the management request messages in the combined management request messages and the management response messages.
As can be seen from the above description, the protocol type of the merged management request message is the protocol type corresponding to the management request message. The channel management system can split the combined management response message according to the realization logic configured by the protocol type corresponding to the management request message to obtain a plurality of management response messages, wherein a corresponding relation exists between each management response message and the position in the combined management response message.
After obtaining the plurality of management response messages, the channel management system can sort the plurality of management response messages based on the corresponding relation between the positions in the management response messages and the merged management response messages, and can determine the management response messages corresponding to the management request messages according to the sorting result and the sequence of the management request messages in the merged management request messages.
For example, assuming that the position of the management response message a in the combined management response message is the first position, and the order of the management request messages a in the combined management request message is the order 1, the management response message corresponding to the management request message a is the management response message a.
It can be seen that the management response message corresponding to each management request message is determined according to the sequence of each management request message in the combined management request message, so that the accuracy of the management response message corresponding to each management request message can be improved.
Fig. 6 is a flowchart of another network communication method according to an embodiment of the present application. As shown in fig. 6, optionally, the merging the management request messages to obtain a merged management request message includes:
s601, if repeated management request messages exist in the plurality of management request messages, removing the repeated management request messages from the management request messages to obtain a plurality of de-duplication management request messages, and establishing a corresponding relation between each de-duplication management request message and each management request message.
According to the above description, whether the repeated management request message exists in the plurality of management request messages can be determined according to the key field corresponding to the protocol type, and if the channel management system determines that the plurality of management request messages exist in the acquired management request message and include the key field, it is proved that the repeated management request message exists in the plurality of management request messages.
For example, it is assumed that the management request message acquired by the channel management system for the network device includes a management request message a, a management request message B, and a management request message C, where the message formats of the management request message a, the management request message B may be referred to the above description, and the message format of the management request message C may be as follows:
protocol standard format header
Request data: acquiring basic information of equipment
Protocol standard format tail
The protocol types corresponding to the management request message a, the management request message B, and the management request message C may be determined from the protocol standard format header in the message format, where the protocol types may be, for example, TR069 protocol types, and it should be noted that the protocol types corresponding to the management request message a, the management request message B, and the management request message C may also be other protocol types, such as netcon protocol types, which are only an example and not limited thereto.
For example, if the key field corresponding to the TR069 protocol type includes "< cwmp: showStatus > ShowConcatenation", "then when the key field is included in both the management request message A and the management request message C, then the management request message A and the management request message C are duplicate management request messages.
An exemplary embodiment may select a repeated management request message according to actual requirements to perform deletion processing, and if it is determined that the management request message to be deleted is the management request message C, the obtained multiple deduplication management request messages are a deduplication management request message a and a deduplication management request message B, respectively.
The correspondence between each de-duplication management request message and each management request message may be as shown in table 1.
TABLE 1
S602, merging the de-duplication management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message, and recording the sequence of the de-duplication management request messages in the merged management request message.
Continuing with the above example, the channel management system may combine the deduplication management request message a and the deduplication management request message B based on the implementation logic corresponding to the TR069 protocol type to obtain a combined management request message (a+b), and the message format of the combined management request message (a+b) may be described with reference to the relevant portion, which is not described herein.
When the channel management system merges and generates the merge management request message, the channel management system can record the sequence of each deduplication management request message according to the position information of each deduplication management request message in the merge management request message.
For example, the first bit in the merge management request message is the deduplication management request message a, and the next bit is the deduplication management request message B, the order of recording the deduplication management request message a is the order 1, and the order of recording the deduplication management request message B is the order 2, as shown in table 2.
TABLE 2
As can be seen from table 2, there is a correspondence between the order, deduplication management request messages, and management request messages.
According to the above description, the plurality of identical management request messages (for example, the status parameters of the network device are obtained) are filtered, and only one management request message is reserved to access the network device, so that the plurality of identical management request messages can be prevented from being sent to the network device for multiple times, and the time for accessing the network device can be reduced.
Fig. 7 is a flowchart of another network communication method according to an embodiment of the present application. As shown in fig. 7, optionally, splitting the merged management response message according to the protocol type of the merged management request message to obtain a management response message corresponding to each management request message includes:
S701, splitting the combined management response message according to the protocol type of the combined management request message to obtain a plurality of management response messages.
As can be seen from the above description, the protocol type of the merged management request message is the protocol type corresponding to the management request message. The channel management system can split the combined management response message according to the implementation logic configured by the protocol type corresponding to the management request message to obtain a plurality of deduplication management request messages, and the corresponding relation between the deduplication management request messages and the positions in the combined management response message is obtained.
Continuing with the above example, the channel management system splits the merged management response message (a+b) to obtain the management response message corresponding to the deduplication management request message a and the management response message corresponding to the deduplication management request message B, and the message formats of the management response message corresponding to the deduplication management request message a and the management response message corresponding to the deduplication management request message B may refer to the message formats of the management response message a and the management response message B described above, which are not described herein.
S702, according to the sequence of the de-duplication management request messages in the combined management request messages and the management response messages, obtaining the management response message corresponding to the de-duplication management request messages.
After the management response message of the deduplication management request message a and the management response message of the deduplication management request message B are obtained by splitting, the management response message of the deduplication management request message a and the management response message of the deduplication management request message B can be ordered based on the corresponding relation between the management response message of the deduplication management request message a and the position in the combined management response message, and the management response message corresponding to each deduplication management request message can be determined according to the ordering result and the sequence of each deduplication management request message in the combined management request message.
For example, assuming that the position of the management response message a in the combined management response message is the first position, and the order of the deduplication management request messages a in the combined management request message is the order 1, the management response message corresponding to the deduplication management request message is the management response message a.
S703, copying to obtain the management response message corresponding to each management request message according to the management response message corresponding to each de-duplication management request message and the corresponding relation between each de-duplication management request message and each management request message.
After the channel management system determines the management response message corresponding to each deduplication management request message, the management response message corresponding to each management request message can be obtained according to the corresponding relationship between the deduplication management request message and each management request message shown in table 1.
Continuing with the above example, assume that deduplication management request message a corresponds to management response message a and deduplication management request message B corresponds to management response message B. As shown in table 2, the deduplication management request message a has a correspondence with the management request message a and the management request message C, and the deduplication management request message B has a correspondence with the management request message B, and the management response message a corresponding to the deduplication management request message a is duplicated to obtain management response messages a corresponding to the management request message a and the management response message C, that is, the management response messages corresponding to the management request message a, the management request message B and the management request message C are the management response message a, the management response message B and the management response message a, respectively.
The message formats of the management response messages corresponding to the management request message A, the management request message B and the management request message C are as follows:
message format examples of management response messages corresponding to management request message a:
protocol standard format header
Response data: basic information of equipment
Protocol standard format tail
Message format examples of management response messages corresponding to management request message B:
protocol standard format header
Response data: successful modification
Protocol standard format tail
Message format examples of management response message corresponding to management request message C:
protocol standard format header
Response data: basic information of equipment
Protocol standard format tail
It can be seen that the management response message corresponding to each deduplication management request message is determined according to the sequence of each deduplication management request message in the combined management request messages, and the management response message corresponding to each management request message is determined according to the corresponding relation between each deduplication management request message and each management request message, so that the accuracy of the management response message corresponding to each management request message can be improved on the premise of improving the efficiency of accessing the network equipment.
Optionally, before merging the management request messages according to the protocol type corresponding to the management request message to obtain the merged management request message, the method further includes: analyzing each management request message to obtain a protocol keyword in a protocol standard format header; and determining the protocol type corresponding to the management request message according to the protocol key word.
In one example, when the channel management system is started, a plurality of protocol modules can be configured in the channel management system, each protocol module corresponds to a protocol type, and each protocol module corresponds to implementation logic. After the channel management system acquires a plurality of management request messages, each management request message can be analyzed, a protocol keyword is extracted from a protocol standard format header of a message corresponding to each management request message, and then a protocol type corresponding to the management request message can be determined according to a corresponding relation between the protocol keyword and the protocol type, and after the protocol type is determined, a protocol module corresponding to the protocol type can be called to carry out processing such as merging, splitting, duplicate removal and copying.
The above examples are all implemented on the channel management system side in the network communication system, and the following explanation is given on an example implemented on the network device side in the network communication system.
Fig. 8 is a flowchart of another network communication method according to an embodiment of the present application. As shown in fig. 8, the method may include:
s801, a merging management request message sent by a channel management system is received.
Wherein the combined management request message includes a plurality of management request messages. An exemplary channel management system processes a management request message sent by a service management request, and then obtains a combined management request message, and sends the combined management request message to a network device.
S802, according to the protocol type of the combined management request message, the combined management request message is decomposed into a plurality of management request messages.
The protocol type of the merge management request message is equivalent to the protocol type corresponding to the management request message in the merge management request message, and the merge management request message can be decomposed according to the implementation logic corresponding to the protocol type to obtain the management request message. For example, if the merge management request message includes a management request message a and a management request message B, the network device may decompose the merge management request message into the management request message a and the management request message B.
S803, respectively carrying out response processing on each management request message to obtain management response messages corresponding to each management request message, and merging the management response messages corresponding to each management request message to obtain merged management response messages.
S804, the combined management response message is sent to the channel management system.
The network equipment determines the service module corresponding to each management request message according to the corresponding relation between the management request message and the service module, and sends each management request message to the corresponding service module for response processing, so as to obtain the management response message fed back by each service module. For example, a management response message a corresponding to the management request message a and a management response message B corresponding to the management request message B may be obtained, and the management response message a and the management response message B may be combined based on the protocol type of the combined management request message, so as to obtain a combined management response message, that is, the combined management response message includes the management response message a and the management response message B. Finally, the network device sends the combined management response message to the channel management system.
Optionally, the merging the management response messages corresponding to the management request messages to obtain a merged management response message includes: and combining the management response messages corresponding to the management request messages according to the arrangement sequence of the management request messages in the combined management request message to obtain the combined management response message.
It is understood that each management request message has a correspondence relationship with a position in the merged management request message, that is, each management request message has an arrangement order. If the first bit in the combined management request message is the management request message a, and the second bit is the management request message B.
When the network device performs the merging processing on the management response messages corresponding to the management request messages, the location information of the management request messages in the merged management request messages can be introduced. Continuing with the above example, the merged management response message is obtained by merging the policies of setting the management response message a corresponding to the management request message a in the first position in the merged management response message and setting the management response message B corresponding to the management request message B in the second position in the merged management response message.
In this way, the management response messages corresponding to the management request messages are combined by utilizing the arrangement sequence of the management request messages in the combined management request messages, so that the accuracy of the management response messages corresponding to the management request messages obtained at the channel management system side can be ensured.
Fig. 9 is a schematic flow chart of network communication interaction performed by a service management requester, a channel management system and a network device according to an embodiment of the present application. As shown in fig. 9, the method may include:
S901, a channel management system acquires a plurality of management request messages sent by a service management request to a network equipment side.
S902, the channel management system merges the management request messages according to the protocol types corresponding to the management request messages to obtain merged management request messages.
S903, the channel management system sends a combined management request message to the network device.
S904, the network equipment receives the combined management request message sent by the channel management system.
S905, the network device decomposes the combined management request message into a plurality of management request messages according to the protocol type of the combined management request message.
S906, the network equipment respectively responds to the management request messages to obtain management response messages corresponding to the management request messages, and merges the management response messages corresponding to the management request messages to obtain merged management response messages.
S907, the network device sends the merge management response message to the channel management system.
S908, the channel management system receives the merge management response message for the merge management request message sent by the network device, and splits the merge management response message according to the protocol type of the merge management request message to obtain the management response message corresponding to each management request message.
S909, the channel management system sends the management response message corresponding to each management request message to the service management requester.
For specific details of the method, reference may be made to the relevant parts of the foregoing method embodiments, which are not described herein.
Fig. 10 is a schematic structural diagram of a network communication device according to an embodiment of the present application. As shown in fig. 10, the apparatus is applied to a channel management system in a network communication system, and the apparatus includes:
an obtaining module 1001, configured to obtain a plurality of management request messages sent by a service management request to a network device side;
a first processing module 1002, configured to combine the management request messages according to the protocol types corresponding to the management request messages to obtain a combined management request message, and send the combined management request message to the network device;
a second processing module 1003, configured to receive a merge management response message for the merge management request message sent by the network device, and split the merge management response message according to a protocol type of the merge management request message, so as to obtain management response messages corresponding to each management request message;
the sending module 1004 is configured to send a management response message corresponding to each management request message to the service management requester.
Optionally, the first processing module 1002 is specifically configured to determine whether a repeated management request message exists in the multiple management request messages according to a protocol type corresponding to the management request message; if the repeated management request messages do not exist in the management request messages, combining the management request messages according to the protocol type corresponding to the management request messages to obtain combined management request messages.
Optionally, the apparatus further comprises: a recording module;
the recording module is used for recording the sequence of each management request message in the combined management request message.
Optionally, the second processing module 1003 is specifically configured to split the combined management response message according to the protocol type of the combined management request message, so as to obtain a plurality of management response messages; and obtaining management response messages corresponding to the management request messages according to the sequence of the management request messages in the combined management request messages and the management response messages.
Optionally, the first processing module 1002 is further specifically configured to remove the repeated management request message from each management request message if there is the repeated management request message in the multiple management request messages, obtain multiple deduplication management request messages, and establish a correspondence between each deduplication management request message and each management request message; and merging the de-duplication management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message, and recording the sequence of the de-duplication management request messages in the merged management request message.
Optionally, the second processing module 1003 is further specifically configured to split the combined management response message according to the protocol type of the combined management request message, so as to obtain a plurality of management response messages; obtaining management response messages corresponding to the deduplication management request messages according to the sequence of the deduplication management request messages in the combined management request messages and the plurality of management response messages; and copying to obtain the management response message corresponding to each management request message according to the management response message corresponding to each deduplication management request message and the corresponding relation between each deduplication management request message and each management request message.
Optionally, the apparatus further comprises: an analysis module;
the analysis module is used for analyzing each management request message and obtaining a protocol keyword; and determining the protocol type corresponding to the management request message according to the protocol key word.
The embodiment of the application also provides a network communication device, which is applied to network equipment in a network communication system, and comprises:
the receiving module is used for receiving a combination management request message sent by the channel management system, wherein the combination management request message comprises a plurality of management request messages;
the decomposition module is used for decomposing the combined management request message into a plurality of management request messages according to the protocol type of the combined management request message;
The merging module is used for respectively carrying out response processing on each management request message to obtain management response messages corresponding to each management request message, and merging the management response messages corresponding to each management request message to obtain merged management response messages;
and the sending module is used for sending the combined management response message to the channel management system.
Optionally, the merging module is specifically configured to merge management response messages corresponding to each management request message according to an arrangement sequence of each management request message in the merged management request message to obtain a merged management response message.
The foregoing apparatus is used for executing the method provided in the foregoing embodiment, and its implementation principle and technical effects are similar, and are not described herein again.
The above modules may be one or more integrated circuits configured to implement the above methods, for example: one or more application specific integrated circuits (Application Specific Integrated Circuit, abbreviated as ASIC), or one or more microprocessors (Digital Signal Processor, abbreviated as DSP), or one or more field programmable gate arrays (Field Programmable Gate Array, abbreviated as FPGA), or the like. For another example, when a module above is implemented in the form of a processing element scheduler code, the processing element may be a general-purpose processor, such as a central processing unit (Central Processing Unit, CPU) or other processor that may invoke the program code. For another example, the modules may be integrated together and implemented in the form of a system-on-a-chip (SOC).
Fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present application, as shown in fig. 11, the electronic device may include: the processor 1101, the storage medium 1102 and the bus 1103, the storage medium 1102 stores machine readable instructions executable by the processor 1101, and when the electronic device is running, the processor 1101 communicates with the storage medium 1102 through the bus 1103, and the processor 1101 executes the machine readable instructions to perform the steps of the above method embodiments. The specific implementation manner and the technical effect are similar, and are not repeated here.
Optionally, the present application further provides a computer readable storage medium, on which a computer program is stored, which when being executed by a processor performs the steps of the above-described method embodiments.
The functional units in the embodiments of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in hardware plus software functional units.
The integrated units implemented in the form of software functional units described above may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium, and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor (english: processor) to perform part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: u disk, mobile hard disk, read-Only Memory (ROM), random access Memory (Random Access Memory, RAM), magnetic disk or optical disk, etc.
It should be noted that in this document, relational terms such as "first" and "second" and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A network communication method, applied to a channel management system in a network communication system, the method comprising:
acquiring a plurality of management request messages sent by a service management request to network equipment;
combining the management request messages according to the protocol type corresponding to the management request message to obtain a combined management request message, and sending the combined management request message to the network equipment;
Receiving a merge management response message sent by the network equipment and aiming at the merge management request message, and splitting the merge management response message according to the protocol type of the merge management request message to obtain management response messages corresponding to the management request messages;
sending a management response message corresponding to each management request message to the service management requester;
the step of merging the management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message includes:
determining whether repeated management request messages exist in the plurality of management request messages according to the protocol type corresponding to the management request messages;
if the repeated management request messages do not exist in the management request messages, merging the management request messages according to the protocol type corresponding to the management request messages to obtain merged management request messages;
if repeated management request messages exist in the plurality of management request messages, removing the repeated management request messages from the management request messages to obtain a plurality of de-duplication management request messages, and establishing a corresponding relation between the de-duplication management request messages and the management request messages; and merging the deduplication management request messages according to the protocol type corresponding to the management request message to obtain the merging management request message, and recording the sequence of the deduplication management request messages in the merging management request message.
2. The method according to claim 1, wherein the method further comprises:
and recording the sequence of each management request message in the combined management request message.
3. The method according to claim 2, wherein splitting the merged management response message according to the protocol type of the merged management request message to obtain the management response message corresponding to each management request message includes:
splitting the combined management response message according to the protocol type of the combined management request message to obtain a plurality of management response messages;
and obtaining management response messages corresponding to the management request messages according to the sequence of the management request messages in the combined management request message and the management response messages.
4. The method according to claim 1, wherein splitting the merged management response message according to the protocol type of the merged management request message to obtain the management response message corresponding to each management request message includes:
splitting the combined management response message according to the protocol type of the combined management request message to obtain a plurality of management response messages;
Obtaining management response messages corresponding to the deduplication management request messages according to the sequence of the deduplication management request messages in the merge management request messages and the plurality of management response messages;
and copying to obtain management response messages corresponding to the management request messages according to the management response messages corresponding to the deduplication management request messages and the corresponding relations between the deduplication management request messages and the management request messages.
5. The method according to any one of claims 1-4, wherein before the merging the management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message, the method further includes:
analyzing each management request message to obtain a protocol keyword;
and determining the protocol type corresponding to the management request message according to the protocol key word.
6. A network communication method, applied to a network device in a network communication system, the method comprising:
receiving a combination management request message sent by a channel management system, wherein the combination management request message comprises a plurality of management request messages;
Decomposing the combined management request message into a plurality of management request messages according to the protocol type of the combined management request message;
respectively carrying out response processing on each management request message to obtain management response messages corresponding to each management request message, and merging the management response messages corresponding to each management request message to obtain merged management response messages;
and sending the combined management response message to the channel management system.
7. The method of claim 6, wherein the merging the management response messages corresponding to the management request messages to obtain the merged management response message includes:
and merging the management response messages corresponding to the management request messages according to the arrangement sequence of the management request messages in the merging management request messages to obtain the merging management response message.
8. A network communication device for use in a channel management system in a network communication system, the device comprising:
the acquisition module is used for acquiring a plurality of management request messages sent by the service management request to the network equipment;
the first processing module is used for merging the management request messages according to the protocol type corresponding to the management request message to obtain a merged management request message, and sending the merged management request message to the network equipment;
The second processing module is used for receiving the merging management response message aiming at the merging management request message and sent by the network equipment, splitting the merging management response message according to the protocol type of the merging management request message, and obtaining management response messages corresponding to the management request messages;
the sending module is used for sending the management response message corresponding to each management request message to the service management requester;
the second processing module is specifically configured to:
determining whether repeated management request messages exist in the plurality of management request messages according to the protocol type corresponding to the management request messages;
if the repeated management request messages do not exist in the management request messages, merging the management request messages according to the protocol type corresponding to the management request messages to obtain merged management request messages;
if repeated management request messages exist in the plurality of management request messages, removing the repeated management request messages from the management request messages to obtain a plurality of de-duplication management request messages, and establishing a corresponding relation between the de-duplication management request messages and the management request messages;
And merging the deduplication management request messages according to the protocol type corresponding to the management request message to obtain the merging management request message, and recording the sequence of the deduplication management request messages in the merging management request message.
9. An electronic device, comprising: a processor, a storage medium and a bus, the storage medium storing machine-readable instructions executable by the processor, the processor and the storage medium communicating over the bus when the electronic device is operating, the processor executing the machine-readable instructions to perform the steps of the network communication method of any of claims 1-7.
10. A computer readable storage medium, characterized in that the computer readable storage medium has stored thereon a computer program which, when executed by a processor, performs the steps of the network communication method according to any of claims 1-7.
CN202210806888.2A 2022-07-08 2022-07-08 Network communication method, device, equipment and storage medium Active CN115190173B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210806888.2A CN115190173B (en) 2022-07-08 2022-07-08 Network communication method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210806888.2A CN115190173B (en) 2022-07-08 2022-07-08 Network communication method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115190173A CN115190173A (en) 2022-10-14
CN115190173B true CN115190173B (en) 2024-02-23

Family

ID=83517985

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210806888.2A Active CN115190173B (en) 2022-07-08 2022-07-08 Network communication method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115190173B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003048905A2 (en) * 2001-12-05 2003-06-12 E-Xchange Advantage, Inc. Method and system for managing distributed trading data
CN101944983A (en) * 2009-07-06 2011-01-12 三星电子株式会社 Be used for method and system in communication network transmission and receiving management message
CN102318402A (en) * 2010-04-30 2012-01-11 华为技术有限公司 Method and system for processing mobility management procedure in multi-generation mobile communication network
CN106790444A (en) * 2016-12-06 2017-05-31 腾讯科技(深圳)有限公司 Network data exchange method and device
CN110290217A (en) * 2019-07-01 2019-09-27 腾讯科技(深圳)有限公司 Processing method and processing device, storage medium and the electronic device of request of data
CN113422754A (en) * 2021-04-01 2021-09-21 阿里巴巴新加坡控股有限公司 Data processing method and device, electronic equipment and computer readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003048905A2 (en) * 2001-12-05 2003-06-12 E-Xchange Advantage, Inc. Method and system for managing distributed trading data
CN101944983A (en) * 2009-07-06 2011-01-12 三星电子株式会社 Be used for method and system in communication network transmission and receiving management message
CN102318402A (en) * 2010-04-30 2012-01-11 华为技术有限公司 Method and system for processing mobility management procedure in multi-generation mobile communication network
CN106790444A (en) * 2016-12-06 2017-05-31 腾讯科技(深圳)有限公司 Network data exchange method and device
CN110290217A (en) * 2019-07-01 2019-09-27 腾讯科技(深圳)有限公司 Processing method and processing device, storage medium and the electronic device of request of data
CN113422754A (en) * 2021-04-01 2021-09-21 阿里巴巴新加坡控股有限公司 Data processing method and device, electronic equipment and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"云平台下面向微服务的高性能API网关设计与实现";徐楚风;《中国优秀硕士学位论文全文数据库 (信息科技辑)》;20220115;I139-96 *

Also Published As

Publication number Publication date
CN115190173A (en) 2022-10-14

Similar Documents

Publication Publication Date Title
CN109254982B (en) Stream data processing method, system, device and computer readable storage medium
Zaharia et al. Fast and interactive analytics over Hadoop data with Spark
KR102634058B1 (en) Input and output schema mapping
CN111143382B (en) Data processing method, system and computer readable storage medium
WO2018161881A1 (en) Structuralized data processing method, data storage medium, and computer apparatus
US20230017300A1 (en) Query method and device suitable for olap query engine
US20190018878A1 (en) Dual overlay query processing
US20220284042A1 (en) Replication of parent record having linked child records that were previously replicated asynchronously across data storage regions
CN110990399B (en) Reconstruction index method and device
CN111221851A (en) Lucene-based mass data query and storage method and device
CN109947759A (en) A kind of data directory method for building up, indexed search method and device
WO2022187008A1 (en) Asynchronous replication of linked parent and child records across data storage regions
CN115190173B (en) Network communication method, device, equipment and storage medium
CN112835885B (en) Processing method, device and system for distributed form storage
CN113742172B (en) Method, system and related device for collecting server logs
CN114741467A (en) Full-text retrieval method and system
US11599294B2 (en) Media storage for online meetings in edge network storage
CN111061719B (en) Data collection method, device, equipment and storage medium
CN107526530B (en) Data processing method and device
CN113760519B (en) Distributed transaction processing method, device, system and electronic equipment
CN116701452A (en) Data processing method, related device, storage medium and program product
CN116186026A (en) Data writing request method, client, server cluster and system
US20200133935A1 (en) Method, apparatus and computer program product for comparing files
CN117290442A (en) Method, system, electronic equipment and storage medium for synchronizing data among databases
CN117171272A (en) Data synchronization method and device

Legal Events

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