Reliable Data Message Exchange Protocol for Client-Server Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In client-server networks, especially with mobile devices, ensuring reliable and ordered data message delivery is challenging due to limited battery life and potential network disruptions, which complicates data communication and resource management.

Innovation Solution

Implementing a reliable data message exchange protocol that uses techniques such as piggybacking for acknowledgments, a sliding window mechanism, and counters to track message sequences, allowing for efficient delivery and retransmission of lost or out-of-sequence messages, while optimizing resource consumption and ensuring in-order delivery.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a reliable data message exchange protocol is implemented to ensure guaranteed delivery and ordered messages, then message delivery reliability is improved, but device complexity and processing load increase

Engineering Contradiction:
Improvemessage delivery reliabilityVSAvoidprotocol complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The protocol segments message delivery into distinct phases: sending messages with sequence numbers, tracking delivered messages using sets, and selectively retransmitting only undelivered messages. This segmentation simplifies the complexity by breaking down the reliable delivery problem into manageable components rather than requiring a monolithic complex protocol.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The protocol implements feedback mechanisms where the server sends delivery status information back to the client, enabling the client to identify which messages have been delivered and which need retransmission. This feedback loop ensures reliability while keeping the protocol manageable through targeted retransmission rather than blanket re-sending of all messages.

Inventive Principle:
Principle #23Feedback

2Reliability

If message retransmission mechanisms are implemented to handle lost or out-of-sequence messages, then message delivery accuracy is improved, but bandwidth consumption increases

Engineering Contradiction:
Improvemessage delivery accuracyVSAvoidbandwidth consumption
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

Instead of retransmitting all messages when a delivery issue occurs, the protocol applies partial action by selectively retransmitting only the specific undelivered messages identified through delivery status feedback. This reduces bandwidth consumption significantly compared to retransmitting the entire message set, while still ensuring accurate delivery of all required messages.

Inventive Principle:
Principle #16Partial or excessive action

3Manufacturing precision

If sequence tracking and delivery verification mechanisms are implemented, then message order accuracy is improved, but processing load and battery consumption increase

Engineering Contradiction:
Improvemessage order accuracyVSAvoidbattery consumption
Core Design Contradiction:
Manufacturing precisionVSUse of energy by moving object

Solution Approach 1:

The protocol segments the tracking process by maintaining separate delivery status sets for different message batches and using sequence numbers to identify specific messages. This segmentation allows the system to track only relevant messages rather than continuously monitoring all communications, reducing processing load and battery consumption while maintaining accurate order verification.

Inventive Principle:
Principle #1Segmentation

4Productivity

If comprehensive delivery status tracking is implemented to prevent data overload, then data management efficiency is improved, but storage requirements increase

Engineering Contradiction:
Improvedata management efficiencyVSAvoidstorage requirements
Core Design Contradiction:
ProductivityVSQuantity of substance

Solution Approach 1:

The protocol extracts only the essential delivery status information needed for reliable communication, storing merely the sequence numbers of delivered messages in sets rather than maintaining complete message copies or extensive metadata. This extraction approach provides comprehensive tracking capability while minimizing storage requirements, improving data management efficiency without excessive storage overhead.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS8370521B2Reliable data message exchange
Publication Date: 2013.02.05 SAP SE
  • US8370521B2 patent drawing
  • US8370521B2 patent drawing
  • US8370521B2 patent drawing

AI summary

Various embodiments of systems and methods for data message exchange in a client server network are described herein. In various embodiments, a client and a server network may implement a data message protocol for message exchanges. A method of an embodiment ensures message delivery, acknowledge message delivery, message delivery in a specific order, resending of lost data messages, and the like. In various embodiments, such data exchange may optimize data transmission and resource consumption in a client server network. A server can store data messages in a buffer and resend them only when requested by the client, as in the case of lost or out of sequence data message. A client with limited storage space need not concern itself with storing data messages and processing them at a later point in time. Furthermore, a client may optimize data transmission by acknowledging bulk data messages, rather than acknowledging them individually.