Sunday 12 July 2015

magnetics - How to route Gigabit Ethernet, remote PHY or remote RJ45 connector?


I need to design a 10/100/1000 BASE-T “backplane” board that contains multiple PHY outputs from Ethernet controller chips. On the board ,the LAN specifications are very strict in regard to how the LAN silicon(PHY) is situated to the magnetics and the RJ-45 connectors. My questions are primarily how to interface to an off the board RJ-45 patch panel that could be anywhere from ~2” to 28” away. Various forums have “addressed” this in the past, such as “For remoting 1000Base-T Ethernet connector, is it better to remote PHY from magnetics or magnetics from connector?”. One opinion is to place magnetics close to the PHY and remote the connector. Another opinion is to put the magnetics close to the connector, remoting the PHY.


Which of the two, remote the connector or remote the PHY, is “correct”/ easier to implement for maintaining signal integrity and minimizing EMI?


What is the maximum length that is possible to remote the PHY or the connector?


Do I have to run the long lengths off the board?


How does a 48 or 96 port gigabit switch run their signals while maintaining signal integrity?



Are there any definite specs on how to proceed? Thanks in advance.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...