Anticipated Data Integrity Check Value for Message Validation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing data integrity check systems are inefficient in validating message content that changes during transmission to and from a System Under Test (SUT), as they rely on checksums or hash values computed before changes occur, leading to false positives for expected modifications.

Innovation Solution

The implementation of an Anticipated Data Integrity Check Value (ADICV) is generated based on expected modifications to message data, allowing for validation of message data integrity by comparing it with a computed value after processing by the SUT, using a validation map to determine which message portions to inspect.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional data integrity check values are computed before message processing, then data integrity validation can be performed, but false positives occur for expected modifications

Engineering Contradiction:
Improvedata integrity validation accuracyVSAvoidmessage content validation accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent applies preliminary action by computing the anticipated data integrity check value (ADICV) in advance, but specifically calculating it based on expected modifications that will occur during processing. The ADICV is computed using at least one value based on at least one expected modification to message data, so when the message is processed and returns, the validation compares against this pre-computed anticipated value rather than the original pre-processing value, eliminating false positives for expected changes.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If data integrity checks are performed on all message data, then complete validation is achieved, but processing efficiency decreases

Engineering Contradiction:
Improvemessage content validation completenessVSAvoiddata integrity analysis efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent extracts and validates only the critical portions of message data that are subject to unexpected modifications. By using the ADICV computed based on expected modifications, the system focuses validation efforts on the specific data elements that matter, rather than performing exhaustive checks on all message content, thereby improving processing efficiency while maintaining validation effectiveness.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS10191826B2Methods, systems, and computer readable media for providing an anticipated data integrity check
Publication Date: 2019.01.29 KEYSIGHT TECH SINGAPORE (SALES) PTE LTD
  • US10191826B2 patent drawing
  • US10191826B2 patent drawing
  • US10191826B2 patent drawing

AI summary

Methods, systems, and computer readable media for providing an anticipated data integrity check are disclosed. According to one method, the method includes generating a test message including an anticipated data integrity check value (ADICV), wherein the ADICV is computed using at least one value based on at least one expected modification to message data in the test message by at least one system under test (SUT), and sending the test message to the at least one SUT.