Delay Tolerant Network Routing Using Path Log Distribution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The existing delay tolerant network (DTN) routing method, such as PROPHET, limits path selection by only updating distribution probabilities based on adjacency to the destination node, failing to increase transport factors for nodes beyond direct neighbors.

Innovation Solution

A routing method that calculates distribution probabilities based on a log of end-to-end paths stored in a routing table, allowing nodes to select next hop nodes by broadcasting path request messages and using distribution probabilities from path response messages to forward data to destination nodes, even when there is no direct end-to-end reachability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If distribution probability is updated based on only adjacency to destination node, then path selection is simplified, but transport factor for nodes beyond direct neighbors is limited

Engineering Contradiction:
Improvepath selection simplicityVSAvoidtransport factor
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

The patent extends the distribution probability calculation from direct adjacency (1-hop) to multi-hop paths by incorporating path log information. This adds a dimensional aspect to the routing decision process, allowing nodes to consider not only immediate neighbors but also nodes reachable through intermediate hops, thereby increasing the transport factor without overly complicating the operation.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent pre-calculates and stores path log information in routing tables before actual data forwarding occurs. By maintaining historical path information and pre-computing distribution probabilities based on path logs, the system prepares routing decisions in advance, enabling nodes to make informed forwarding choices without complex real-time calculations.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If distribution probability is calculated using path log from routing table, then transport factor increases, but device complexity increases

Engineering Contradiction:
Improvetransport factorVSAvoidrouting calculation complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent uses path log information that is copied from routing tables of intermediate nodes. Instead of each node independently performing complex path analysis, nodes utilize pre-collected path log data that has been propagated through the network, reducing the computational burden while maintaining accurate distribution probability calculations.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent implements a feedback mechanism where path log information is continuously updated and fed back into the distribution probability calculation. By incorporating historical path data that reflects actual network conditions, the system adapts its routing decisions based on observed performance, improving transport factor while using manageable complexity through iterative updates rather than complex one-time calculations.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS8363565B2Routing method and node
Publication Date: 2013.01.29 NEC CORP
  • US8363565B2 patent drawing
  • US8363565B2 patent drawing
  • US8363565B2 patent drawing

AI summary

A routing protocol unit (11) of each node (1) in a delay tolerant network calculates the probability of distribution to the destination node based on the log of end-to-end paths to the destination node from the past to the present registered in a routing table (12). A DTN forward unit (13) of a source node determines a next hop node to be used to forward forwarding data, based on the calculated distribution probability of each node with respect to the destination node.