Introduction to Ethernet
Introduction
Ethernet is simply the wiring and low level communication standards in local area network. Under these specifications, computers can be connected use standardized cable, jack, and communication hardware at ease.
Background
Ethernet: it a computer communication standards interconnecting computers within a local area network commonly found in home and offices. Standardized as IEEE 802.3
Local Area Network (LAN): It's a simple computer network that connects local computers together with network coverage limited to home, school, offices, etc. Intranet is a good example of using a full LAN for a large business office.
Media Access Controller (MAC): It's part of the data link layer of the communication OSI model that controls the data flow and data multiplexing for the physical layer transmission.
Physical Layer (PHY): It's the lowest layer of communication OSI model that generate and sends electrical signal down to the wire based on the data control from MAC.
MII (Media independent Interface): It's a digital interface that connects between a MAC block and a PHY hardware.
RGMMI (Reduced Gigabyte Media independent Interface): It's a reduction of pin count version of GMMI (half of that of GMII interface) interface between a MACK block and a PHY hardware.
Media depend Interface (MDI): It's a interface that describes Ethernet link over twisted pair for PC, servers, and routers.
Transmission
Speed
100BaseT (100Mbit/s)
1000BaseT (1 Gbit/s)
Medium
Wired twisted pair cable
2 pairs required for 100BaseT
4 pairs required for 1000Base T
Cable Type
100/1000 Base T uses CAT5e grade cable.
Connector
RJ45 is the wired Ethernet connector (8P8C modular connector)
Example Design
Objective: Designing a Ethernet jack and its connection to the main processor
A typical system on chip has integrated Ethernet peripheral, which includes a media access controller block or and a physical layer hardware to interface with the wired transmission MDI interface from RJ45 Ethernet jack.
100BaseT design
RJ45 signal directly connect to application processor.
1000Base T design (i.e gigbit internet)
A dedicated Ethernet PHY transceiver chip between RJ45 jack and application processor via RGMII interface.
Ethernet magnetics is a component that is used to provide signal isolation and noise filtering between electronic products and Ethernet networking devices such as routers and switches. A typical Ethernet magnetic contains a common choke filter and a transformer.
The MDI interface, which is used to connect an electronic product to an Ethernet network, uses high-speed differential signals (also known as AC signals). These signals can be transferred through a transformer. The transformer contains a magnetic core that saturates when a high surge current flows through it. This saturation property of the core provides electrical isolation.
The common mode choke provides high impedance to common-mode signals, but low impedance to differential signals (such as Ethernet MDI signals). This means that the signal can be transmitted through the choke due to its low impedance, but common-mode noise is heavily attenuated by its high impedance.
A refreshers on engineering princples:
Signal isolation: Signal isolation is the process of preventing unwanted signals from interfering with the desired signal. This is important in Ethernet applications because it helps to prevent noise from the Ethernet network from affecting the operation of the electronic product.
Noise filtering: Noise filtering is the process of removing unwanted signals from a desired signal. This is important in Ethernet applications because it helps to improve the quality of the signal and reduce the risk of errors.
Transformer: A transformer is a device that transfers electrical energy from one circuit to another by means of electromagnetic induction. Transformers are used in Ethernet applications to transfer high-speed differential signals between the electronic product and the Ethernet network.
Common mode choke: A common mode choke is a device that provides high impedance to common-mode signals. Common-mode signals are signals that flow equally through both conductors of a differential pair. Common mode chokes are used in Ethernet applications to attenuate common-mode noise.
In summary, Ethernet magnetics provides signal isolation and noise filtering by using a transformer to transfer high-speed differential signals and a common mode choke to attenuate common-mode noise.
Q&A
Q: What is Ethernet?
A: Ethernet is a computer networking standard that specifies how devices on a network can communicate with each other.
Q: What is RJ45?
A: RJ45 is the most common type of Ethernet connector. It is a 8-pin connector that is used to connect devices to an Ethernet network.
Q: What is a PHY chip?
A: A PHY chip is a physical layer interface chip that is used to connect an Ethernet device to an Ethernet network. PHY chips are responsible for converting data from the digital domain to the analog domain and vice versa.
Q: What is Ethernet magnetics?
A: Ethernet magnetics is a component that is used to isolate and filter the signals on an Ethernet network. Ethernet magnetics are typically composed of a transformer and a common mode choke.
Q: How is Ethernet used in wired networks?
A: Ethernet is used in wired networks to connect devices to each other. Ethernet networks are typically designed based on the speed requirements of the devices that are connected to the network.
Q: How do I select the right magnetics and PHY chip for my Ethernet design?
A: The right magnetics and PHY chip for your Ethernet design will depend on the speed requirements of your network and the type of devices that are connected to the network. You should consult with an electronic system engineer to select the right magnetics and PHY chip for your application.
Summary & Conclusion
Ethernet is a computer networking standard
RJ45 is the Ethernet connector
PHY chip is often needed for higher data rate 1000 Base T Ethernet between RJ45 and application processor.
Ethernet magnetics contains a isolation piece (a transformer) and filter (Common mode choke)
Wired Ethernet design enables stable connectivity and is designed based on speed requirements. As an electronic system engineer, selecting right magnetics and PHY chip with right MII interface enables correct Ethernet design.