Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
ISO/IEC 14543-3-6:2007, adopted in Canada as CAN/CSA ISO/IEC 14543-3-6-07, defines the network layer for home electronic systems (HES) operating over twisted-pair telephone line cabling. As part of the comprehensive ISO/IEC 14543 series, this standard specifies the media-dependent protocols, frame structures, and services required to enable reliable communication among smart home devices. This article provides a detailed technical analysis of the standard’s scope, core requirements, implementation considerations, and compliance pathways.
The standard belongs to the Information technology — Home electronic system (HES) architecture series (ISO/IEC 14543) and specifically addresses Part 3-6: Media and media dependent layers — Network layer based on twisted pair for telephone line. It is designed to ensure interoperability between products from different manufacturers within a residential or light commercial environment, using the existing telephone-grade twisted pair wiring as the physical communication channel.
The primary scope includes:
The network layer defined in ISO/IEC 14543-3-6:2007 is built around a frame-oriented data transfer model. Key technical parameters are summarized in Table 1.
| Parameter | Specification |
|---|---|
| Data rate (nominal) | 19,200 bps |
| Modulation scheme | FSK (Frequency Shift Keying) with carrier frequencies 120 kHz / 140 kHz |
| Access method | CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) |
| Maximum nodes per network | 64,000 (theoretically), practically limited by line characteristics |
| Addressing | 16-bit domain address + 16-bit device address, hierarchical |
| Frame types | Long frame (data) and short frame (acknowledgement/control) |
| Error detection | 16-bit CRC (CRC-16) in every frame |
| Maximum data payload (long frame) | 64 bytes |
| Network layer services | Connectionless (datagram) and connection-oriented (acknowledged) transfer |
Every network layer frame consists of a preamble (for synchronization), a start delimiter, control field, source and destination addresses, length field, payload, and a CRC-16 checksum. The control field differentiates between acknowledgement, data, management, and error messages. This structure allows efficient error handling and retransmission control at the network layer without overloading the data link layer.
The standard supports hierarchical addressing. A 16-bit domain address groups devices belonging to the same logical network (e.g., a home), while the 16-bit device address uniquely identifies each node. Network layer routing is not fully defined in this part; it relies on the bridge/router specifications in subsequent editions or companion standards for inter-domain communication.
Deploying ISO/IEC 14543-3-6:2007 in products requires careful attention to physical layer coupling and network layer timing. Below are key considerations for system integrators and firmware developers.
Devices must be coupled to the twisted pair using a coupling transformer with a high-frequency passband centered on the FSK carrier frequencies. The standard specifies an impedance of 600 Ω and a transmission level of 0 dBm (1 mW) to ensure signal compatibility on standard telephone wiring.
The CSMA/CA mechanism includes a random backoff algorithm with exponential backoff to reduce collisions. Implementers must be careful to respect the inter-frame spacing (at least 10 ms) and the maximum retry count (default 3). Failure to do so can cause excessive retransmissions and degrade network throughput.
The standard defines four service primitives (Request, Indication, Response, Confirm) for both confirmed and unconfirmed data transfer. For time-critical home automation commands (e.g., door lock, alarm triggers), the connection-oriented service with end-to-end acknowledgement is recommended. For periodic sensor readings, connectionless operation reduces overhead.
Products claiming compliance with ISO/IEC 14543-3-6:2007 must undergo testing to verify conformance to the frame format, timing, and service primitives. The adoption of this standard in Canada (CAN/CSA ISO/IEC 14543-3-6-07) means that certification is often required for products marketed in North America as part of an HES ecosystem.
While the standard itself is developed by ISO/IEC, product certification is typically handled by national or regional bodies such as the Standards Council of Canada (SCC) for CAN/CSA adoptions, or the IECEE (IEC System of Conformity Assessment Schemes) for international recognition. Testing is performed by accredited laboratories using published test suites.