CN111367943A - Data transmission verification method, system, computer equipment and storage medium - Google Patents

Data transmission verification method, system, computer equipment and storage medium Download PDF

Info

Publication number
CN111367943A
CN111367943A CN201811602893.1A CN201811602893A CN111367943A CN 111367943 A CN111367943 A CN 111367943A CN 201811602893 A CN201811602893 A CN 201811602893A CN 111367943 A CN111367943 A CN 111367943A
Authority
CN
China
Prior art keywords
message
instruction code
data transfer
information
processor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811602893.1A
Other languages
Chinese (zh)
Inventor
王慧玉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201811602893.1A priority Critical patent/CN111367943A/en
Priority to PCT/CN2019/119257 priority patent/WO2020134706A1/en
Publication of CN111367943A publication Critical patent/CN111367943A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04JMULTIPLEX COMMUNICATION
    • H04J3/00Time-division multiplex systems
    • H04J3/16Time-division multiplex systems in which the time allocation to individual channels within a transmission cycle is variable, e.g. to accommodate varying complexity of signals, to vary number of channels transmitted
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04JMULTIPLEX COMMUNICATION
    • H04J3/00Time-division multiplex systems
    • H04J3/16Time-division multiplex systems in which the time allocation to individual channels within a transmission cycle is variable, e.g. to accommodate varying complexity of signals, to vary number of channels transmitted
    • H04J3/1605Fixed allocated frame structures
    • H04J3/1652Optical Transport Network [OTN]

Abstract

The application relates to a data transmission verification method, a data transmission verification system, computer equipment and a storage medium, wherein the data transmission verification method comprises the following steps: receiving configuration request information and generating a dynamic instruction code; acquiring an operation instruction; retrieving a static instruction code corresponding to the operation instruction in the reference data set; and judging whether the dynamic instruction code is consistent with the static instruction code, and if so, transmitting the data. According to the method provided by the embodiment of the application, the problem root is quickly and accurately positioned during data transmission, the testing efficiency is improved, labor is saved, the reference data set is set, the configured data is retrieved and checked, the accuracy of issuing the configured data is increased, and the stability and the efficiency of data transmission are ensured.

Description

Data transmission verification method, system, computer equipment and storage medium
Technical Field
The present application relates to the field of computers, and in particular, to a method and a system for verifying data transmission, a computer device, and a storage medium.
Background
With the development of the internet, OTN is an emerging technology in recent years, effectively combines the advantages of the conventional technologies SDH and WDM, can improve the transparency of a communication network, has the advantage of being completely backward compatible, and has strong maintenance capability and management capability for large-granule broadband multiplexing, crossing, and configuration, and thus has become a main transmission network. At present, the OTN wavelength division equipment of communication optical transmission network is various, when bringing convenience for people, has also appeared various problems, leads to the unstability of data transfer, consequently still need solve the problem that current carrier network core supporting platform information instruction conveys the mistake, strengthens the harmony between net pipe side and the equipment side to guarantee data transfer's stability and high efficiency.
Disclosure of Invention
In order to solve the above technical problem or at least partially solve the above technical problem, the present application provides a method.
In a first aspect, the present application provides a method for verifying data transmission, including: receiving configuration request information and generating a dynamic instruction code; acquiring an operation instruction; retrieving a static instruction code corresponding to the operation instruction in the reference data set; and judging whether the dynamic instruction code is consistent with the static instruction code, and if so, transmitting the data.
In a second aspect, the present application provides a verification system for data transmission, including: a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor when executing the computer program implementing: receiving configuration request information and generating a dynamic instruction code; acquiring an operation instruction; retrieving a static instruction code corresponding to the operation instruction in the reference data set; and judging whether the dynamic instruction code is consistent with the static instruction code, and if so, transmitting the data.
In a third aspect, the present application provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the verification method for data transmission as in the first aspect when executing the computer program.
In a fourth aspect, the present application provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the verification method for data transfer as in the first aspect.
Compared with the prior art, the technical scheme provided by the embodiment of the application has the following advantages:
the method provided by the embodiment of the application receives configuration request information and generates a dynamic instruction code when a network manager sends a request to an OTN device, generates an event object and an action by triggering an event through a mouse, acquires an operation instruction, meanwhile, searches a static instruction code corresponding to the operation instruction in a reference data set, specifically, searches the static instruction code of the event in the reference data set by calling a search model and applying a semantic search algorithm, further compares the static instruction code with the dynamic instruction code, judges whether the dynamic instruction code is consistent with the static instruction code, and transmits data if the static instruction code is consistent with the dynamic instruction code.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a flowchart of a verification method for data transmission according to an embodiment of the present application;
fig. 2 is another flowchart of a verification method for data transmission according to an embodiment of the present disclosure;
FIG. 3 is a flowchart processing view of a daemon system according to an embodiment of the present application;
fig. 4 is a diagram of a training model of a message structure provided in an embodiment of the present application;
FIG. 5 is a schematic block diagram of a verification system for data transmission according to an embodiment of the present application;
fig. 6 is a schematic block diagram of a computer device provided in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in 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 obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a flowchart of a data transmission verification method according to an embodiment of the present application, where the data transmission verification method includes:
102, receiving configuration request information and generating a dynamic instruction code;
step 104, obtaining an operation instruction;
106, retrieving a static instruction code corresponding to the operation instruction in the reference data set;
step 108, judging whether the dynamic instruction codes and the static instruction codes are consistent;
in step 110, if the dynamic command code is consistent with the static command code, the data is transmitted.
The method provided by the embodiment of the application receives configuration request information and generates a dynamic instruction code when a network manager sends a request to an OTN device, generates an event object and an action by triggering an event through a mouse, acquires an operation instruction, simultaneously searches a static instruction code corresponding to the operation instruction in a reference data set, specifically searches the static instruction code of the event in the reference data set by calling a search model and applying a semantic search algorithm, further compares the static instruction code with the dynamic instruction code, judges whether the dynamic instruction code is consistent with the static instruction code, transmits data if the static instruction code is consistent with the dynamic instruction code, quickly and accurately positions a problem root when transmitting the data, improves the test efficiency, saves manpower, sets the reference data set, performs search and check on the configured data, and increases the accuracy of issuing the configuration data, the stability and the high efficiency of data transmission are ensured.
Furthermore, data is configured through the network manager, and when the execution is successful, the message information of all processes is recorded as a log and automatically stored. And the set memory space is met, and the garbage log is released periodically.
Optionally, as shown in fig. 2, another flowchart of a data transmission verification method provided in an embodiment of the present application is shown, where the data transmission verification method includes:
step 202, receiving configuration request information and generating a dynamic instruction code;
step 204, acquiring an operation instruction;
step 206, retrieving a static instruction code corresponding to the operation instruction from the reference data set;
step 208, judging whether the dynamic instruction code is consistent with the static instruction code;
step 210, entering a current process, generating message information, and sending the message information to a daemon system;
step 212, obtaining message characteristics of message information in a daemon system;
step 214, acquiring a message structure body matched with the static instruction code in the reference data set;
step 216, judging whether the message characteristics and the message structural body are consistent;
in step 218, if the message feature and the message structure are consistent, the data is transmitted to the next process of the current process.
In this embodiment, when the static instruction code and the dynamic instruction code are consistent, the data is continuously transmitted, and when the data reaches each process of the core support platform, the message information generated by each process is transmitted back to the daemon system, the message feature of the message information is acquired in the daemon system, the message structure body matched with the static instruction code is acquired in the reference data set, specifically, the message feature extraction is performed on the message information through the feature training model, and the feature h is acquiredsAnd simultaneously, the generated static instruction codes search the message structure h of each daemon process which has a reference data set message semantic set and is matched with the static instruction codes through a semantic search algorithmiFinally, h issAnd hiAnd matching is carried out, and the data consistent with the data are continuously transmitted to the next process.
Specifically, as shown in fig. 3, when the static instruction code and the dynamic instruction code are consistent, the data continues to be transmitted, and reaches the process 1 of the core support platform, the message information of the process 1 is transmitted back to the daemon system, the message characteristic of the message information is acquired in the daemon system, the message structural body of the daemon process 1 matched with the static instruction code is acquired in the reference data set, the message characteristic of the process 1 and the message structural body of the daemon process 1 are verified, the data consistent with each other is continuously transmitted to the next process, and the verification process is repeated.
Optionally, the message information is trained by a stacked automatic encoder to generate a message structure.
In this embodiment, as shown in fig. 4, the message structure is obtained by training a message generated by network management configuration data by using a Stacked Automatic Encoder (SAE), so as to obtain an abstract message representation of each process.
Specifically, network management configuration data, according to configuration objects and actions, each process generates a corresponding message structure, but the message structures generated by different processes have a large amount of redundant information, in order to better represent the message generated by a certain configuration uniquely, the message information generated by each time network management executes a certain configuration is used as input information, an automatic encoder network stacked in multiple layers is trained layer by layer, each intermediate layer network can be regarded as equivalent representation of original message information by adjusting network parameters, so that the purpose of removing the redundant information is achieved, finally, complex input data is converted into abstract high-order characteristic representation, namely the message structures, and the message structures correspond to command codes in a semantic table one to one, so that a message semantic set is obtained.
Optionally, automatically storing an operation log; and under the condition that the message characteristics are inconsistent with the message structure, reporting the current process information and marking the message structure.
In the embodiment, when the message characteristics are inconsistent with the message structure, the current process information is reported, the operation information of the process with the inconsistency is backed up, and the data item which is easy to go wrong is counted by adopting a probability counting method, so that the risk is reduced in the later upgrading of a new version and the development of new functions.
Optionally, the reference data set includes an optical transmission device interface definition table, a semantic table, a message structure, and a message semantic set; and the message structure body and the static instruction code are in one-to-one correspondence to generate a message semantic set.
In this embodiment, the reference data set includes an optical transport device interface definition table, a semantic table, a message structure, and a message semantic set, where the semantic table includes a device object, an operation action, and a static instruction code retrieved from the device object and the operation action in the device interface definition table through a semantic retrieval algorithm, and the message structure and the static instruction code are in one-to-one correspondence to generate the message semantic set.
Specifically, the method establishes a database which contains all OTN equipment configuration commands, configuration objects and operation actions in one-to-one correspondence, trains operation logs generated by the OTN equipment layer by layer through stacking an automatic encoder, finally obtains abstract message structural body representation of original message information at different stages, and checks message information processes generated by all processes of a bearer network core support platform through a daemon system to quickly and accurately locate the root cause of the problem. According to the embodiment provided by the invention, based on OTN equipment, when data are transmitted, the problem root is quickly and accurately positioned, the test efficiency is improved, the labor is saved, the reference data set is set, the configured data are retrieved and checked, the accuracy of issuing the configured data is increased, the stability and the high efficiency of data transmission are ensured, under the condition that a new version is upgraded and new functions are added, the interactive learning is continuously carried out among process modules in the platform, the stability of the platform is improved, and the development and maintenance cost is reduced.
Fig. 5 is a schematic block diagram of a verification system 50 for data transmission according to an embodiment of the present application, including: a memory 502, a processor 504, and a computer program stored on the memory 502 and executable on the processor 504, the processor 504 when executing the computer program implementing: receiving configuration request information and generating a dynamic instruction code; acquiring an operation instruction; retrieving a static instruction code corresponding to the operation instruction from the reference data set 508; and judging whether the dynamic instruction code is consistent with the static instruction code, and if so, transmitting the data.
The verification system 50 for data transmission provided in this embodiment receives configuration request information and generates a dynamic instruction code when sending a request to an OTN device through a network manager, generates an event object and an action by triggering an event with a mouse, and obtains an operation instruction, and meanwhile, retrieves a static instruction code corresponding to the operation instruction from a reference data set 508, specifically, retrieves the static instruction code of the event from the reference data set 508 by calling a retrieval model and using a semantic retrieval algorithm, and further compares the static instruction code with the dynamic instruction code to determine whether the dynamic instruction code is consistent with the static instruction code, and if the static instruction code is consistent with the dynamic instruction code, performs data transmission.
Furthermore, data is configured through the network manager, and when the execution is successful, the message information of all processes is recorded as a log and automatically stored. And the set memory space is met, and the garbage log is released periodically.
Further, verification system 50 for data transfer includes daemon system 506 and a database, where daemon system 506 includes a feature training model and a plurality of daemons, and where database includes oplogs and benchmark dataset 508.
Optionally, the step of implementing the data transmission when the processor 504 executes the computer program specifically includes:
entering the current process, generating message information, and sending the message information to the daemon system 506;
acquiring message characteristics of the message information in the daemon system 506;
acquiring a message structure body matched with the static instruction code from the reference data set 508;
and judging whether the message characteristics are consistent with the message structural body or not, and if so, transmitting data to the next process of the current process.
In this embodiment, when the static instruction code is consistent with the dynamic instruction code, the data is continuously transmitted, and when the data reaches each process of the core support platform, the message information generated by each process is transmitted back to the daemon system 506, and the message information is acquired in the daemon system 506Obtaining the message structure body matched with the static instruction code in the reference data set 508 according to the message characteristics, specifically, extracting the message characteristics of the message information through a characteristic training model to obtain the characteristics hsAnd simultaneously, the generated static instruction codes search the message structure h of each daemon process which is matched with the static instruction codes and exists in the semantic set of the message of the reference data set 508 through a semantic search algorithmiFinally, h issAnd hiAnd matching is carried out, and the data consistent with the data are continuously transmitted to the next process.
Specifically, as shown in fig. 3, when the static instruction code and the dynamic instruction code are consistent, the data continues to be transmitted, and reaches process 1 of the core support platform, the message information of process 1 is transmitted back to daemon system 506, the message feature of the message information is obtained in daemon system 506, the message structural body of daemon process 1 matched with the static instruction code is obtained in reference data set 508, the message feature of process 1 and the message structural body of daemon process 1 are verified, the data consistent with both are continuously transmitted to the next process, and the verification process is repeated.
Optionally, the message information is trained by a stacked automatic encoder to generate a message structure.
In this embodiment, as shown in fig. 4, the message structure is obtained by training a message generated by network management configuration data by using a Stacked Automatic Encoder (SAE), so as to obtain an abstract message representation of each process.
Specifically, network management configuration data, according to configuration objects and actions, each process generates a corresponding message structure, but the message structures generated by different processes have a large amount of redundant information, in order to better represent the message generated by a certain configuration uniquely, the message information generated by each time network management executes a certain configuration is used as input information, an automatic encoder network stacked in multiple layers is trained layer by layer, each intermediate layer network can be regarded as equivalent representation of original message information by adjusting network parameters, so that the purpose of removing the redundant information is achieved, finally, complex input data is converted into abstract high-order characteristic representation, namely the message structures, and the message structures correspond to command codes in a semantic table one to one, so that a message semantic set is obtained.
Optionally, automatically storing an operation log; and under the condition that the message characteristics are inconsistent with the message structure, reporting the current process information and marking the message structure.
In the embodiment, when the message characteristics are inconsistent with the message structure, the current process information is reported, the operation information of the process with the inconsistency is backed up, and the data item which is easy to go wrong is counted by adopting a probability counting method, so that the risk is reduced in the later upgrading of a new version and the development of new functions.
Optionally, the reference data set 508 includes an optical transmission device interface definition table, a semantic table, a message structure, and a message semantic set; and the message structure body and the static instruction code are in one-to-one correspondence to generate a message semantic set.
In this embodiment, the reference data set 508 includes an optical transport device interface definition table, a semantic table, a message structure, and a message semantic set, where the semantic table includes device objects, operation actions, and static instruction codes retrieved from the device objects and the operation actions in the device interface definition table through a semantic retrieval algorithm, and the message structure and the static instruction codes are in one-to-one correspondence to generate the message semantic set.
Specifically, the method establishes a database which contains all OTN equipment configuration commands, configuration objects and operation actions in one-to-one correspondence, trains operation logs generated by the OTN equipment layer by layer through stacking an automatic encoder, finally obtains abstract message structural body representation of original message information at different stages, and checks message information processes generated by each process of a bearer network core support platform through a daemon system 506 to quickly and accurately locate the root cause of the problem. According to the embodiment provided by the invention, based on OTN equipment, when data are transmitted, the problem root is quickly and accurately positioned, the test efficiency is improved, the labor is saved, the reference data set 508 is set, the configured data are retrieved and checked, the accuracy of issuing the configured data is increased, the stability and the high efficiency of data transmission are ensured, under the condition that a new version is upgraded and new functions are added, interactive learning is continuously carried out among process modules in the platform, the stability of the platform is improved, and the development and maintenance cost is reduced.
As shown in fig. 6, this embodiment provides a computer device 6, which includes a memory 60, a processor 62, and a computer program stored on the memory 60 and executable on the processor 62, wherein the processor 62 implements the verification method for data transmission according to any of the above embodiments when executing the computer program.
The embodiment of the present invention includes the data transmission verification method described in any of the above embodiments, and therefore has all the advantages of the data transmission verification method.
According to a third aspect of the present invention, there is provided a computer-readable storage medium, on which a computer program is stored, wherein the computer program, when being executed by a processor, implements the steps of the method according to any of the above embodiments, thereby achieving all the technical effects of the data transmission verification method, which will not be described herein again.
For a software implementation, the techniques described herein may be implemented by means of units performing the functions described herein. The software codes may be stored in a memory and executed by a processor. The memory may be implemented within the processor or external to the processor.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or 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, devices or units, and may be in an electrical, mechanical 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 functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solutions of the embodiments of the present invention may be essentially implemented or make a contribution to the prior art, or may be implemented in the form of a software product stored in a storage medium and including 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 methods described in the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a U disk, a removable hard disk, a ROM, a RAM, a magnetic disk, or an optical disk.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be 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. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present invention, which enable those skilled in the art to understand or practice the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (12)

1. A method for verifying data transfer, comprising:
receiving configuration request information and generating a dynamic instruction code;
acquiring an operation instruction;
retrieving a static instruction code corresponding to the operation instruction in a reference data set;
and judging whether the dynamic instruction code is consistent with the static instruction code, and if so, transmitting data.
2. The data transfer verification method according to claim 1, wherein the data transfer step specifically includes:
entering a current process, generating message information, and sending the message information to a daemon system;
acquiring message characteristics of the message information in the daemon system;
acquiring a message structure body matched with the static instruction code in the reference data set;
and judging whether the message characteristics are consistent with the message structural body or not, and if so, transmitting data to the next process of the current process.
3. The method of verifying data transfer of claim 2,
and training the message information through a stacking automatic encoder to generate the message structure body.
4. The method for verifying data transfer of claim 2, further comprising:
automatically storing an operation log;
and reporting the current process information and marking the message structure under the condition that the message characteristics are inconsistent with the message structure.
5. The method of verifying data transfer of claim 2,
the reference data set comprises an optical transmission equipment interface definition table, a semantic table, the message structure body and a message semantic set;
and generating the message semantic set by corresponding the message structure body and the static instruction code one to one.
6. A verification system for data transfer, comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor when executing the computer program implementing:
receiving configuration request information and generating a dynamic instruction code;
acquiring an operation instruction;
retrieving a static instruction code corresponding to the operation instruction in a reference data set;
and judging whether the dynamic instruction code is consistent with the static instruction code, and if so, transmitting data.
7. The data transfer verification system of claim 6, wherein the processor, when executing the computer program, performs the data transfer steps, specifically comprising:
entering a current process, generating message information, and sending the message information to a daemon system;
acquiring message characteristics of the message information in the daemon system;
acquiring a message structure body matched with the static instruction code in the reference data set;
and judging whether the message characteristics are consistent with the message structural body or not, and if so, transmitting data to the next process of the current process.
8. The verification system for data transfer of claim 7,
and training the message information through a stacking automatic encoder to generate the message structure body.
9. The data transfer verification system of claim 7, wherein the processor, when executing the computer program, further implements:
automatically storing an operation log;
and reporting the current process information and marking the message structure under the condition that the message characteristics are inconsistent with the message structure.
10. The verification system for data transfer of claim 7,
the reference data set comprises an optical transmission equipment interface definition table, a semantic table, the message structure body and a message semantic set;
and generating the message semantic set by corresponding the message structure body and the static instruction code one to one.
11. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements a verification method of data transfer according to any of claims 1 to 5 when executing the computer program.
12. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out a method of checking a data transfer according to any one of claims 1 to 5.
CN201811602893.1A 2018-12-26 2018-12-26 Data transmission verification method, system, computer equipment and storage medium Pending CN111367943A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201811602893.1A CN111367943A (en) 2018-12-26 2018-12-26 Data transmission verification method, system, computer equipment and storage medium
PCT/CN2019/119257 WO2020134706A1 (en) 2018-12-26 2019-11-18 Data transmission checking method and system, computer device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811602893.1A CN111367943A (en) 2018-12-26 2018-12-26 Data transmission verification method, system, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111367943A true CN111367943A (en) 2020-07-03

Family

ID=71126453

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811602893.1A Pending CN111367943A (en) 2018-12-26 2018-12-26 Data transmission verification method, system, computer equipment and storage medium

Country Status (2)

Country Link
CN (1) CN111367943A (en)
WO (1) WO2020134706A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114915549A (en) * 2022-05-11 2022-08-16 深圳创维-Rgb电子有限公司 Instruction query method, device, equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112380831B (en) * 2020-11-11 2023-07-25 锐捷网络股份有限公司 Calibration method and device for configuration manual

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5917840A (en) * 1992-03-13 1999-06-29 Foxboro Company Protection against communications crosstalk in a factory process control system
CN101651581A (en) * 2009-09-11 2010-02-17 中兴通讯股份有限公司 Network system and calibration method for calibrating business
CN104080020A (en) * 2014-07-11 2014-10-01 杭州华三通信技术有限公司 Method and device for automatically issuing ONU device configuration
CN104579548A (en) * 2013-10-29 2015-04-29 中兴通讯股份有限公司 Management data input/output multi source agreement-based transmission method and device
CN105959222A (en) * 2016-04-25 2016-09-21 上海斐讯数据通信技术有限公司 Message forwarding method, route nodes, and software defined network
CN106878426A (en) * 2017-02-22 2017-06-20 新华三技术有限公司 A kind of configuration distributing method and device
CN107018508A (en) * 2017-04-05 2017-08-04 中国联合网络通信集团有限公司 Data transmission method and device
CN107341085A (en) * 2017-06-14 2017-11-10 北京多思技术服务有限公司 A kind of control device
CN108319719A (en) * 2018-02-12 2018-07-24 腾讯科技(深圳)有限公司 Database data method of calibration, device, computer equipment and storage medium
CN108667732A (en) * 2018-05-22 2018-10-16 新华三技术有限公司 A kind of message forwarding method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1905470A (en) * 2005-07-25 2007-01-31 中兴通讯股份有限公司 Upper and lower layer network managing data consistency processing method for telecommunication managing network
CN104054283A (en) * 2012-01-24 2014-09-17 瑞典爱立信有限公司 Apparatus and method for optimizing the reconfiguration of an optical network

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5917840A (en) * 1992-03-13 1999-06-29 Foxboro Company Protection against communications crosstalk in a factory process control system
CN101651581A (en) * 2009-09-11 2010-02-17 中兴通讯股份有限公司 Network system and calibration method for calibrating business
CN104579548A (en) * 2013-10-29 2015-04-29 中兴通讯股份有限公司 Management data input/output multi source agreement-based transmission method and device
CN104080020A (en) * 2014-07-11 2014-10-01 杭州华三通信技术有限公司 Method and device for automatically issuing ONU device configuration
CN105959222A (en) * 2016-04-25 2016-09-21 上海斐讯数据通信技术有限公司 Message forwarding method, route nodes, and software defined network
CN106878426A (en) * 2017-02-22 2017-06-20 新华三技术有限公司 A kind of configuration distributing method and device
CN107018508A (en) * 2017-04-05 2017-08-04 中国联合网络通信集团有限公司 Data transmission method and device
CN107341085A (en) * 2017-06-14 2017-11-10 北京多思技术服务有限公司 A kind of control device
CN108319719A (en) * 2018-02-12 2018-07-24 腾讯科技(深圳)有限公司 Database data method of calibration, device, computer equipment and storage medium
CN108667732A (en) * 2018-05-22 2018-10-16 新华三技术有限公司 A kind of message forwarding method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄永红: ""实时动态血糖监测系统的设计及算法研究"", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114915549A (en) * 2022-05-11 2022-08-16 深圳创维-Rgb电子有限公司 Instruction query method, device, equipment and storage medium
CN114915549B (en) * 2022-05-11 2024-03-22 深圳创维-Rgb电子有限公司 Instruction query method, device, equipment and storage medium

Also Published As

Publication number Publication date
WO2020134706A1 (en) 2020-07-02

Similar Documents

Publication Publication Date Title
CN107220142B (en) Method and device for executing data recovery operation
US11888855B2 (en) Website verification platform
CA2892019C (en) Method and apparatus for recovering data
JP6301256B2 (en) Processing method, computer program, and metadata support server
CN103268226B (en) A kind of test script file generates method and device
CN109241014B (en) Data processing method and device and server
CN103678446B (en) Improved mode map based on Data View and database table
CN106681854A (en) Information checking method, device and system
CN111367943A (en) Data transmission verification method, system, computer equipment and storage medium
CN106547538A (en) A kind of intelligent operation management system based on Django
US11036490B2 (en) Proactive storage system-based software version analysis using machine learning techniques
JP2016192185A (en) Spoofing detection system and spoofing detection method
US20170195178A1 (en) System and method for contextual clustering of granular changes in configuration items
US9973388B2 (en) Server information management apparatus, non-transitory computer-readable recording medium having stored therein server information management program, and server information management method
CN109146096B (en) Processing method and device for repair event, storage medium and electronic equipment
CN116582414A (en) Fault root cause positioning method, device, equipment and readable storage medium
KR101508068B1 (en) Apparatus and method for data de-duplication
CN105095513B (en) A kind of method and apparatus cracking oracle database account password
CN110807037B (en) Data modification method and device, electronic equipment and storage medium
US20210132941A1 (en) Reactive Storage System-Based Software Version Analysis Using Machine Learning Techniques
CN112131100A (en) Metadata-based front-end and back-end verification method and device
CN106547756A (en) The creation method and device of data base
KR101904901B1 (en) Original data management method and apparatus using id issuance
CN109814911A (en) Method, apparatus, computer equipment and storage medium for Manage Scripts program
CN110287191B (en) Data alignment method and device, storage medium and electronic device

Legal Events

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

Application publication date: 20200703