Ethernet Frame Encapsulation via Reflected Messages

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current Ethernet bridging technologies face challenges in diagnosing and managing data-dependent and data-driven connectivity faults, particularly in large Ethernet frames, which are difficult to reproduce using traditional loopback methods and require efficient encapsulation and fragmentation techniques to maintain network integrity.

Innovation Solution

A bridge is configured to process Reflected Data TLVs, encapsulating data frames into multiple CFM messages when they exceed the maximum size, allowing for efficient forwarding and decapsulation, thereby isolating faults in bridged networks by dividing the network into segments and verifying frame traversal.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If large Ethernet frames are transmitted directly without encapsulation, then transmission efficiency is maintained, but fault diagnosis capability deteriorates because traditional loopback methods cannot reproduce data-dependent faults

Engineering Contradiction:
Improvefault diagnosis capabilityVSAvoidencapsulation complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent implements nested encapsulation where CFM messages are embedded within Ethernet frames, and large frames are divided into multiple CFM messages. Each CFM message contains a portion of the original frame data along with diagnostic headers. This nested structure enables fault diagnosis by allowing intermediate nodes to inspect and reflect CFM messages without processing the entire large frame, thus improving reliability while managing complexity through standardized encapsulation layers.

Inventive Principle:
Principle #7Nested doll (Nesting)

2Reliability

If large Ethernet frames are fragmented into multiple CFM messages, then fault isolation capability is improved, but processing complexity increases at intermediate nodes

Engineering Contradiction:
Improvefault isolation capabilityVSAvoidprocessing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments large Ethernet frames into multiple smaller CFM messages, each containing a portion of the original frame data. Each CFM message is independently processed by intermediate bridges, which can reflect, forward, or diagnose faults in each segment separately. This segmentation improves fault isolation capability by enabling granular fault detection at specific network segments while distributing processing complexity across multiple nodes rather than concentrating it at endpoints.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces CFM messages as intermediary structures between original Ethernet frames and network transmission. These CFM messages act as mediators that carry diagnostic information and enable intermediate bridges to perform fault detection without requiring complex processing of the original large frames. The CFM message format standardizes the interaction between frames and network infrastructure, reducing processing complexity through uniform handling procedures.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If traditional loopback methods are used for fault diagnosis, then system simplicity is maintained, but diagnostic precision deteriorates for data-dependent faults

Engineering Contradiction:
Improvediagnostic precisionVSAvoiddiagnosis system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent creates copies of original Ethernet frame data within CFM messages for diagnostic purposes. Instead of using simple loopback that returns identical traffic, the system generates CFM message copies containing frame data portions, headers, and diagnostic information. These copies traverse the network independently, allowing precise diagnosis of data-dependent faults by comparing original frames with reflected CFM messages. This copying approach increases diagnostic precision while managing complexity through structured message formats that preserve essential frame characteristics.

Inventive Principle:
Principle #26Copying

Data Source

PatentEP2403190B1Encapsulating large ethernet frames
Publication Date: 2015.02.18 HUAWEI TECH CO LTD
  • EP2403190B1 patent drawingFigure 1~2
  • EP2403190B1 patent drawingFigure 3
  • EP2403190B1 patent drawingFigure 4

AI summary

A method comprising receiving a data frame, encapsulating the received data frame into a reflected frame message (RFM) encapsulated frame, and if the received data frame causes the RFM encapsulated frame to exceed a maximum service data unit size, either the data frame is truncated or the data frame is split into two smaller frames and those two smaller frames are encapsulated by two separate RFM frames, wherein if a truncation flag is set to be true, the data frame is truncated to be encapsulated in one RFM.