Communication Node Cut-Through Routing Error Handling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In Ethernet-based vehicle networks, communication nodes using the IEEE 802.1Qcc standard's cut-through frame routing scheme face issues with routing errors due to errors in destination MAC addresses, leading to incorrect frame transmission and continuous errors in the routing process.

Innovation Solution

The method involves a communication node receiving a frame, obtaining its destination address, and transmitting an error indicator frame to the source node when the destination port does not exist in the routing table, allowing for error correction and preventing further incorrect frame transmissions by performing error checks on subsequent frames.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If the cut-through frame routing scheme is used without separate error check, then the transmission speed is improved, but the reliability of frame routing deteriorates due to undetected destination address errors

Engineering Contradiction:
Improveframe transmission speedVSAvoidrouting accuracy
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The patent applies preliminary action by performing a destination address validity check (verifying if the destination address exists in the routing table) before frame transmission. This preliminary validation prevents frames with erroneous destination addresses from being transmitted, thereby maintaining routing reliability while preserving the fast cut-through transmission mode.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If continuous frame transmission is maintained without error detection, then the productivity is improved, but the network load increases due to continuous erroneous frame transmissions

Engineering Contradiction:
Improveframe transmission throughputVSAvoidnetwork load
Core Design Contradiction:
ProductivityVSLoss of energy

Solution Approach 1:

The patent implements feedback by monitoring whether the destination address of a received frame exists in the routing table. When an error is detected (destination address not found), the system stops transmitting frames through the cut-through scheme and switches to a different transmission mode, thereby preventing continuous erroneous transmissions and reducing unnecessary network load.

Inventive Principle:
Principle #23Feedback

3Reliability

If the cut-through frame routing scheme is stopped for error checking, then the routing reliability is improved, but the transmission speed deteriorates

Engineering Contradiction:
Improverouting accuracyVSAvoidframe transmission speed
Core Design Contradiction:
ReliabilityVSSpeed

Solution Approach 1:

The patent applies partial action by performing only a destination address validity check (checking if the address exists in the routing table) rather than a complete frame error check. This partial validation approach maintains routing reliability by preventing obviously erroneous transmissions while minimizing the impact on transmission speed through selective rather than comprehensive checking.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11063868B2Operation method of a communication node in network
Publication Date: 2021.07.13 HYUNDAI MOTOR CO LTD
  • US11063868B2 patent drawing
  • US11063868B2 patent drawing
  • US11063868B2 patent drawing

AI summary

An operation method of a first communication node comprises: receiving a first frame from a second communication node; obtaining a destination address of the first frame; and transmitting a second frame including an indicator for indicating an occurrence of an error in the first frame to a communication node corresponding to a source address of the first frame, when a port corresponding to the destination address does not exist in a routing table.