PLC PHY Header Destination Address for Power Savings

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Powerline communication standards like IEEE P1901.2 lack a destination address field in the PHY header, leading to unnecessary power consumption and ambiguity in frame processing, as nodes must decode entire frames before determining intended recipients and distinguishing between MAC header and payload corruption.

Innovation Solution

Incorporating a destination address field into the PHY header allows receiving nodes to skip decoding unintended frames and accurately identify frame corruption, enabling targeted negative acknowledgments.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If nodes decode the entire MAC header and MAC payload before determining intended recipient, then accurate frame routing is achieved, but power consumption increases unnecessarily

Engineering Contradiction:
Improveframe routing accuracyVSAvoidpower consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The frame structure is segmented into PHY header (containing destination address) and MAC payload. Receiving nodes can now decode only the PHY header to determine if the frame is intended for them, avoiding full MAC header and payload decoding for unintended frames, thus reducing power consumption while maintaining routing accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The destination address is placed in the PHY header at the beginning of the frame, allowing receiving nodes to perform preliminary checking before full frame decoding. This preliminary action enables nodes to identify and skip processing of frames not intended for them, reducing unnecessary power consumption.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If nodes decode the entire frame before identifying corruption location, then comprehensive error detection is achieved, but processing time increases

Engineering Contradiction:
Improveerror detection capabilityVSAvoidframe processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The frame is segmented into PHY header and MAC header portions, each with separate error detection capabilities. This segmentation allows nodes to identify corruption location more quickly by checking the PHY header first, reducing processing time while maintaining comprehensive error detection.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Error detection is performed preliminarily on the PHY header before full frame decoding. This preliminary error detection allows nodes to quickly identify corrupted frames and skip further processing, reducing processing time while maintaining reliable error detection.

Inventive Principle:
Principle #10Preliminary action

3Reliability

If nodes transmit acknowledgments for corrupted frames without address verification, then communication reliability is maintained, but ambiguity in acknowledgment transmission occurs

Engineering Contradiction:
Improvecommunication reliabilityVSAvoidacknowledgment accuracy
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The frame structure is segmented to include destination address in the PHY header, separate from the MAC header. This segmentation enables receiving nodes to verify the destination address before transmitting acknowledgments, ensuring that acknowledgments are sent only by the intended recipient and eliminating ambiguity about which node should respond to corrupted frames.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10334087B2Using physical layer (PHY) data frame having a PHY header including a destination address field in a powerline communication (PLC) network
Publication Date: 2019.06.25 TEXAS INSTRUMENTS INC
  • US10334087B2 patent drawing
  • US10334087B2 patent drawing

AI summary

In a disclosed embodiment, a method for communication in a network includes receiving, at a first device registered to the network, a physical layer (PHY) frame that includes a PHY header and a MAC header. The PHY frame may further include a MAC payload. The PHY header includes a destination address field. The method further includes comparing a network address of the first device to the destination address field to determine whether the destination address field stores a value having the same number of bits as the network address. When the comparison indicates that the value stored by the destination address field does not have the same number of bits as the network address, the method skips decoding the MAC header and the MAC payload.