
The automotive industry’s introduction of the Controller Area Network (CAN) protocol in 1986 marked a significant departure from point-to-point wiring for electrical connections, which until then had been the mainstay of the industry. The shift to a relatively lightweight bus-based architecture was a nod to reality: electrical content in the vehicle was scaling fast, and alternatives to one-off wiring were needed.
The first vehicle to use the CAN bus was a Mercedes-Benz S-Class in 1991. CAN connected five Electronic Control Units (ECUs) for engine, body, and climate control. That moment marked the starting point for the evolution—if not revolution—of connectivity standards in the automobile, and it set the stage for architectural disruption.
Today’s Software-Defined Vehicle (SDV) is embracing a zonal architecture, a connectivity scheme based primarily on physical location rather than the specific capability of any given actuator or sensor. This approach typically uses about 300 meters of wiring, a reduction of roughly 4,700 meters compared with earlier distributed designs—a substantial savings in both weight and cost. The zonal model leans on a myriad of connectivity technologies that deliver more robustness, reliability, and deterministic timing than prior schemes. Those improvements are essential as electronic subsystems take over greater—sometimes complete—control of the vehicle.
A useful analogy: connectivity in a car is the nervous system. It must be responsive and provide failover. The nervous system not only links the senses but also controls muscles in response to the brain. Vehicles aren’t any different.
Since CAN, many other connectivity types have been introduced to address different functions in the vehicle. Some, like Ethernet, were adapted from mainstream computing and retrofitted to automotive. Those adaptations generally address real-time, deterministic responsiveness and fault detection. Interestingly, with the possible exception of CAN, standards defined specifically for automotive haven’t found broad adoption elsewhere.
A brief aside on EMI: a wire is, electrically, an antenna. That simple model explains a lot. Both radiated energy limits and required immunity are governed by industry standards. If not managed properly, high-speed signals across long wires can create (and suffer from) EMI. Unfortunately, the need for high-performance communications is at odds with minimizing emissions. In automotive, nothing about this is easy—we just tend to take it for granted.
What follows is a quick survey of the alphabet soup now in play.
These standards are either still in use or have been replaced by newer alternatives:
Two primary technologies have dominated here:
A2B (Automotive Audio Bus), introduced by Analog Devices in 2014, uses low-cost unshielded twisted pair to carry audio from a head unit (master) to slave devices like speakers and microphones. It supports multiple channels of high-resolution digital audio and microphone arrays for hands-free calling and adaptive noise cancellation.
For lidar, cameras, high-resolution surround view, and driver information displays, SerDes links embed clocking within the data stream to achieve high rates with low latency:
There are multiple (about seven) automotive Ethernet derivatives tuned for a wide spectrum of in-vehicle needs, from 10 Mbit/s to 25 Gbit/s, with different reaches and price points. They address everything from “CAN-plus” body functions to ECU-to-ECU backbones. All use differential signaling; most ride over unshielded single twisted pair to minimize cost and weight. Alongside PHYs, the associated switching fabric has also been adapted for automotive.
Standard Ethernet is best-effort. TSN Ethernet adds determinism: end-to-end camera-to-actuator latency under 5 milliseconds with less than 50 microseconds of jitter is achievable. That performance and the ability to prioritize time-critical traffic make Ethernet viable for emergency braking. TSN is a family of specifications; several variants address time sync, scheduling, stream reservation, and reliability.
Point-to-point wiring is mostly a thing of the past.
Weight and cost pressures drove alternatives; zonal architectures dramatically trim both.
CAN signaled the first big inflection; many link types now coexist, each optimized for its job.