Powerline Communication (PLC), Myths and Realities

Solved
Tokionis Posted messages 1 Status Contributor -  
 Dover82 -
Hello,

After browsing various forums, I realize that the PLC technology is not yet well understood by its users and that the wildest claims are circulating. To demystify PLC a bit, here are some clarifications.

Frequency
The 200M PLC uses frequencies between 2 and 34MHz. For your information, my son's remote-controlled car operates in a band of 27MHz and he doesn't come to complain every 5 minutes saying it's not working, which allows me to introduce the topic of amateur radios further on.

Meters
The PLC easily passes through your electric meter; all commercial deployments use this entry point to provide subscribers with the operator's service. Only a few meters block the PLC signal, but they represent less than 2% of cases.

Security
Your neighbor, even if they have the same PLC boxes as you, will not be able to capture your PLC signal because the communications are intrinsically linked between the transmitter and the receiver. This is achieved through pairing. Add to that a DES encryption of your key and that's it. Even though anything is possible (with significant means in our case), I challenge anyone to execute a "hack" on a PLC system.

Amateur radios
Amateur radio operators complain about "outdoor" PLC because it pollutes the frequency bands they use. I specify "outdoor" because the use of in-home PLC is confined to a house or apartment, whereas outdoor it is broadcasted over aerial lines that act as transmitting antennas. It is true that with the first "outdoor" experiments, the "amateur radio" frequencies were not respected. Nowadays, that is no longer the case. Indeed, a "notches" system allows masking these frequencies and the site is subject to evaluation by a regulatory authority. (frequency list available upon request for those interested).

Signal propagation
The "in-home" PLC signal is transmitted over your electrical network through the phase and neutral. If you have three-phase power, the signal is also transmitted on the other phases through a "cross-coupling" phenomenon. The "cross-coupling" works very well with frequencies above 8MHz, so there is no need to worry on that side.

UDP-TCP performance
The DS2 chipset is advertised at a theoretical phy rate of 200Mbits. Unfortunately, the efficiency of the MAC layer is around 50% for TCP and 60% for UDP. The "TCP window size" on Windows platforms is not dynamic (it is on Linux), and the transfer rate is significantly reduced because the default value in the registry is too small, unnecessarily multiplying acknowledgments and throttling performance.

Adding PLC modules
With 2 modems in point-to-point, the 50% in TCP and 60% in UDP rule still holds. A PLC network shares its bandwidth among all modems present on the network. This is called a time domain. As a result, if you add a 3rd modem to your setup, there will be an equitable distribution of bandwidth when your modems want to transmit at the same time. This is true if they all have roughly the same physical performance. The more modules you add, the more latency will increase.

P1901 standard
A working group at the IEEE is about to finalize a standard on PLC in order to standardize all technologies.
http://grouper.ieee.org/groups/1901
Configuration: Windows XP Firefox 2.0.0.2

20 answers

  1. Newbie
     
    Thank you, Tokionis. That's a clear and straightforward explanation.

    If I understood correctly, the PLC technique also works between two PLC devices that are plugged into the same house but on different electrical circuits that lead to different circuit breakers (for example: one circuit for the outlets on the ground floor and one circuit for the outlets on the upper floor)?

    Thank you.
    22