PLC PHY Header Destination Address for Power Savings
Find Innovative SolutionsGenerate 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
Engineering 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
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.
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.
2Reliability
If nodes decode the entire frame before identifying corruption location, then comprehensive error detection is achieved, but processing time increases
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.
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.
3Reliability
If nodes transmit acknowledgments for corrupted frames without address verification, then communication reliability is maintained, but ambiguity in acknowledgment transmission occurs
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.
Data Source
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.

