Distributed, then domain, then zonal, then central — four architectures, what each solved, what each broke, and how to tell which one a programme is actually on.
Beginner6 minArchitecture · E/E · Zonal
The phrase you will hear is E/E architecture — electrical and electronic
architecture. It means how the computers in a vehicle are organised and wired.
It has been through four generations. Knowing which one a programme is on tells
you more about what is possible than any amount of feature discussion.
Four generations of vehicle electronics — Each square is a computer. The trend is fewer, more capable ones — and the wiring shrinks with them.
One per function. A door module, a seat module, a lighting module, an
engine controller. Each does one job and does it reliably.
They talk over , broadcasting values that anything interested can hear.
What it solved. Independence. A supplier delivered a complete, testable
component. A fault in one thing did not affect another. Adding a function meant
adding a box — simple to plan and simple to price.
Group ECUs by what they do: a powertrain domain, a body domain, a chassis
domain, an infotainment domain. Each has a domain controller; the small ECUs
under it get simpler.
What it solved. Fewer independent parties per feature. A body feature is now
mostly one supplier's problem.
What it broke. The wiring, mostly. A body domain controller still needs a
wire to every lamp in the vehicle, so the harness barely shrank. And features
increasingly crossed domains — a "welcome" sequence touches body, comfort and
infotainment at once, which the domain split makes awkward rather than easier.
The insight is to stop grouping by function and start grouping by location.
puts a controller in each corner of the vehicle. It
connects to whatever is physically near it — the lamps, the door motor, the
sensors in that corner — regardless of what function they belong to. One
high-speed cable links it back to the centre.
Zonal wiring — Each zone owns short local wiring to whatever is nearby. One fast link carries everything back. The intelligence is not in the zone — it is in the centre.