Skip to main content
Diagram of a vehicle top view with an automotive Ethernet backbone, zone controller, CAN segment, camera link and diagnostics port, from GSAS Micro Systems India

What Is Automotive Ethernet? A Complete Guide for Engineers in India

GSAS Engineering · · 14 min read

Automotive Ethernet is IEEE 802.3 Ethernet carried over a single balanced twisted pair inside a vehicle, using T1 physical layers such as 10BASE-T1S, 100BASE-T1 and 1000BASE-T1. The Ethernet frame format is unchanged. The cabling, connectors, link start-up behaviour and the protocol stack above it, including VLANs, TSN, SOME/IP and DoIP, are automotive specific.

An engineer handed a 100BASE-T1 link for the first time usually has the same three questions in the same order. Is this real Ethernet? Why will it not come up? And how do I see what is on it?

This guide to automotive Ethernet answers all three, then fills in the map around them: the T1 physical layer family, the protocol stack above the pair, the OPEN Alliance conformance vocabulary, and the bench workflow that turns a two-wire harness into something you can observe.

Every figure here is traceable to a public IEEE, OPEN Alliance, AUTOSAR or Wireshark document named in the References; the IEEE task force objectives sheets are the source for reach, bit error ratio and connector counts.

What automotive Ethernet is, and what it is not

One balanced twisted pair, no RJ45

Automotive Ethernet is IEEE 802.3 Ethernet carried over a single balanced twisted pair. That is the whole structural change, and everything else follows from it.

The frame is untouched. Every T1 project in IEEE 802.3, from 10 Mbit/s to 25 Gbit/s, carries the same two objectives: preserve the IEEE 802.3 Ethernet frame format at the MAC client service interface, and preserve the minimum and maximum frame size of the current standard.

What changes is the physical layer and the environment it lives in. Office gigabit Ethernet uses four pairs; a T1 link uses one. Office Ethernet uses RJ45; a vehicle harness uses automotive connectors, and the 802.3bw and 802.3bp objectives describe link segments supporting up to four inline connectors: a harness description, not a patch panel one. Duplex depends on the family member: 100BASE-T1 and above are full duplex only, while 10BASE-T1S is half duplex, with full duplex optional on its point-to-point segment.

The video “AUTOMOTIVE Ethernet || OSI Layers, Signal Communication, SOMEIP” by Kaushik Naik, an independent embedded-systems educator, walks through this layering:

https://www.youtube.com/watch?v=ijiuH5j24Sw

How it differs from office Ethernet

Four differences matter on day one.

Cabling and connectors. One pair, unshielded on the lower rates, shielded at multi-gigabit, with automotive connectors rated for vibration, temperature and EMC.

Link start-up. IEEE P802.3bw carries an objective for fast-startup operation using predetermined configurations: from power_on false to transmitting and receiving valid data in under 100 ms. 802.3cg carries the same non-optional fast-startup objective, and 802.3bp, 802.3ch and 802.3cy each carry it as an optional startup procedure. Consumer gigabit Ethernet has no such requirement.

Auto-negotiation. A 100BASE-T1 link does not auto-negotiate. Master and slave roles are set by configuration, and if both ends are configured the same way the link simply does not come up. Linux exposes the setting through ethtool. 1000BASE-T1 adds optional Clause 98 auto-negotiation, and 802.3cg, 802.3ch and 802.3cy all list it as optional, so the master and slave question survives on the faster links too.

Power. There is no Power over Ethernet here. Power over Data Lines exists instead: 802.3ch and 802.3cy carry an objective for optional Clause 104 power over data lines, and 802.3cg one for optional power distribution. Optional again, and often not populated.

Why OEMs moved past CAN-only architectures

Bandwidth demand from cameras, radar, logging and software updates

The bandwidth pressure is visible in the IEEE 802.3 record itself. The multi-gig automotive PHY objectives, approved by the 802.3 working group in March 2017, set out 2.5, 5 and 10 Gbit/s over automotive link segments. In July 2022 the IEEE 802.3 Working Group approved the P802.3cy objectives for 25 Gbit/s. Camera and radar aggregation into central compute, logging for driver assistance development, and whole-image software updates are the loads that got it there.

Harness, connectors and the cost of a node

The harness argument is structural rather than numerical. One balanced pair carries fewer conductors than shielded four-pair cabling; unshielded single-pair cabling is permitted at 100 Mbit/s, and at 1 Gbit/s the standard’s Type A automotive link segment is specified on unshielded balanced copper; link segments are specified with a small, bounded connector count. Public per-vehicle mass and cost figures for specific programmes are OEM internal numbers, so this guide quotes none.

What CAN and LIN still do better, and why they are not going away

CAN and CAN FD do exactly what they were designed for: short, prioritised control messages, deterministic arbitration on a shared medium, and node cost low enough to put a transceiver on every actuator. LIN is cheaper still for slow body electronics. Debugging skills carry over too: if you already scope CAN FD, LIN and FlexRay edges, the same instrumentation approach extends to automotive Ethernet, and our CAN and LIN testing capability covers that side.

The T1 physical layer family, mapped

100BASE-T1 and 1000BASE-T1

100BASE-T1 is IEEE 802.3bw. It uses PAM-3 line coding at 66.67 MBaud, is full duplex only, and its task force objectives define a link segment over a single balanced twisted pair with up to four inline connectors for at least 15 m of reach, at a bit error ratio of 1e-10 or better. It is the rate you are most likely to be handed first.

1000BASE-T1 is IEEE 802.3bp, also PAM-3 but at 750 MBaud. The standard defines two link segments: Type A, an automotive segment on unshielded balanced copper for at least 15 m with up to four inline connectors, and Type B, a longer segment for at least 40 m aimed at industrial and transportation use. It also supports optional single-pair auto-negotiation, which became Clause 98.

10BASE-T1S multidrop and PLCA

10BASE-T1S is IEEE 802.3cg. It uses differential Manchester encoding and supports a multidrop mixing segment: the 802.3cg objectives define a mixing segment on a single balanced pair supporting at least 8 nodes over at least 25 m, alongside a point-to-point link segment for at least 15 m. Access on that shared medium can be arbitrated by PLCA, PHY-level collision avoidance, an optional reconciliation sublayer (Clause 148) that layers on top of CSMA/CD to give multidrop 10BASE-T1S bounded access latency. It can be enabled or disabled through the management interface, so confirm it is on before assuming deterministic access.

It is the only member of the family where more than two nodes share a pair.

Multi-gig: 2.5G, 5G, 10G and 25G

IEEE 802.3ch covers 2.5GBASE-T1, 5GBASE-T1 and 10GBASE-T1 using PAM-4 signalling, with objectives targeting at least 15 m over an automotive link segment with up to four inline connectors, and a bit error ratio of 1e-12 or better. The objectives permit several cabling types, but the PHYs as published in Clause 149 are specified on a shielded balanced pair. IEEE 802.3cy-2023 adds 25 Gb/s over a shielded automotive link segment, with objectives calling for at least 11 m and up to two inline connectors.

Two things follow: reach shortens as rate climbs, and shielding stops being optional.

BroadR-Reach and how an OPEN Alliance specification became an IEEE standard

Before 100BASE-T1 there was BroadR-Reach, a single-pair automotive PHY published through the OPEN Alliance. The IEEE P802.3bw objectives carry an explicit objective to provide electrical interoperability with that existing 100 Mbit/s single-pair interface, footnoted to the BroadR-Reach specification hosted on the IEEE 802.3 site. BroadR-Reach is the ancestor of 100BASE-T1, not a synonym for automotive Ethernet as a whole.

Lookup table

RateStandardSignallingReach objectiveWhere you meet it
10 Mbit/sIEEE 802.3cg (10BASE-T1S)Differential Manchester, PLCA multidropAt least 15 m; mixing segment at least 8 nodes over at least 25 mSensors and actuators
100 Mbit/sIEEE 802.3bw (100BASE-T1)PAM-3, 66.67 MBaudAt least 15 m, up to 4 inline connectorsControl, cameras, diagnostics, backbone on many vehicles
1 Gbit/sIEEE 802.3bp (1000BASE-T1)PAM-3, 750 MBaudAt least 15 m; optional longer segment goal at least 40 mBackbone links, sensor aggregation, driver assistance
2.5 / 5 / 10 Gbit/sIEEE 802.3chPAM-4At least 15 m, up to 4 inline connectorsSensor aggregation into central compute, shielded cabling
25 Gbit/sIEEE 802.3cy-2023PAM-4At least 11 m, up to 2 inline connectorsNext generation sensor fusion

Reach values are task force objectives; your harness will have its own qualified numbers.

The automotive Ethernet protocol stack above the PHY

The PHY takes the least of your time once the link is up; the stack above it is where vehicle behaviour lives.

Switching, VLANs and priority inside the vehicle

An in-vehicle Ethernet network is a switched network. Traffic is separated with VLAN tags and prioritised with the priority field in the tag, so a control message and a camera stream sharing a backbone link do not compete on equal terms. IEEE 802.1 owns this material. Switch configuration is static, defined at design time and loaded at boot, so a misconfigured VLAN shows up as traffic that silently never arrives rather than as an error.

TSN in practice

Time-Sensitive Networking is a set of IEEE 802.1 amendments, one of which pairs with an 802.3 amendment, and in a vehicle four of them do most of the work:

  • gPTP (802.1AS) distributes a common time base so that every node agrees what time it is. Everything else in this list depends on it.
  • Scheduled traffic (802.1Qbv) opens and closes transmission gates on a schedule, so critical frames get the wire at a known instant.
  • Credit-based shaping (802.1Qav) smooths streaming traffic so a camera cannot burst and starve control messages.
  • Frame preemption (802.1Qbu with 802.3br) lets a long, low-priority frame be interrupted so an urgent frame does not wait behind it. It is the one item here that needs a MAC merge sublayer in 802.3 as well as the 802.1 side.

SOME/IP for service oriented communication

SOME/IP, Scalable service-Oriented MiddlewarE over IP, is how ECUs offer and consume services rather than broadcasting fixed signal frames. A server offers a service, clients find it through SOME/IP Service Discovery, specified in a companion AUTOSAR document, and then call methods, subscribe to events or read fields. The protocol specification is published openly by AUTOSAR, and Wireshark has dissected SOME/IP natively since version 3.2.

The shift it represents is bigger than the protocol. A signal-oriented CAN matrix says what is on the bus. A service-oriented architecture says what is available, and what is on the wire depends on who subscribed.

DoIP for diagnostics over IP

DoIP carries diagnostic communication, in practice UDS requests and responses, over TCP/IP instead of over CAN. The tester discovers a diagnostic entity, opens a connection, and routes requests to a logical address that may sit behind a gateway on an internal bus. Wireshark ships a DoIP dissector, so a diagnostic session on an Ethernet link is readable in the same capture as everything else.

Security layers side by side

Three mechanisms recur, protecting different things:

MechanismWhere it sitsWhat it protects
MACsecLayer 2, link by linkThe hop between two devices, including headers above the MAC
SecOCAUTOSAR, on the PDUThe message payload end to end, independent of transport
TLSAbove TCPA session between two IP endpoints

They are different scopes rather than alternatives; a vehicle programme often uses more than one.

Where each bus sits in a modern vehicle

CAN vs Ethernet, and the rest of the in-vehicle networking picture

BusTypical roleWhy it is chosen
LINSlow body electronics, single masterLower node cost than CAN, single wire
CAN / CAN FDPrioritised control messages, powertrain, chassisDeterministic arbitration, mature tooling, low node cost
FlexRayTime-triggered control on legacy programmesDeterminism, redundancy; largely superseded by Ethernet plus TSN on new designs
Automotive EthernetBackbone, cameras, driver assistance, diagnostics, software updateBandwidth, switching, IP stack, service oriented communication
SerDes camera linksRaw sensor video to a processing nodeUncompressed low-latency video over a single coax or pair

GMSL, FPD-Link, ASA-ML and MIPI A-PHY are point-to-point serialiser and deserialiser links carrying uncompressed video with very low latency. They are not Ethernet, they are not switched, and their frames will not appear in a Wireshark capture. Treat SerDes links as their own domain, and expect the aggregation point, not the camera, to be your first Ethernet-visible node.

Gateways and the coexistence pattern, and why a gateway is not a switch

Vehicles that carry Ethernet generally carry CAN alongside it, joined at a gateway. Two terms get used interchangeably here and should not be.

A switch forwards Ethernet frames between ports at layer 2 using MAC addresses, VLAN tags and priority. It does not change the payload.

A gateway translates. It takes CAN frames and repackages their content as Ethernet payloads, or accepts a diagnostic request over DoIP and reissues it onto an internal CAN bus toward a target ECU.

A modern zone controller usually contains both functions in one housing, which is why the words blur. On a bench, a frame that does not arrive at a switch port is a forwarding problem; a message that arrives with the wrong contents is a translation problem; the two are debugged in different places.

Conformance and interoperability vocabulary

The OPEN Alliance publishes the specification set that the automotive supply chain quotes at each other, hosted at opensig.org. Three names come up constantly.

TC8 is the ECU test specification: a conformance and interoperability suite covering an ECU’s Ethernet behaviour from the physical layer up through higher-layer protocol interactions. TC8 tested means measured against that published suite.

TC10 covers sleep and wake-up over the link. A network that cannot be put to sleep and woken again through the same pair is a quiescent current problem, so TC10 behaviour is a hard requirement.

TC14 covers 10BASE-T1S, the multidrop member of the family, because a shared medium with PLCA arbitration cannot be tested the same way as a point-to-point link.

What a conformance report does not tell you

A conformance report says a device passed a defined test suite on a defined setup. It does not say your two devices will interoperate on your harness; that your VLAN and priority configuration is correct; that gPTP converges in your topology; or anything about SOME/IP service discovery under your load. Treat it as a precondition, not as evidence that a system works.

Zonal architectures and the direction of travel

The architectural shift underneath all of this is from domain controllers grouped by function to zone controllers grouped by physical location, with an Ethernet backbone between them and central compute doing the heavy work. Local sensors and actuators connect to the nearest zone controller over short CAN, LIN or 10BASE-T1S runs.

Two consequences land on your bench. First, the interesting traffic moves from a bus you can tap anywhere to a switched link where a frame is only visible on the path it takes, so where you connect determines what you can see. Second, the diagnostic path lengthens: a request travels over DoIP to a gateway, gets translated, and continues on an internal bus, so a failure can be in the transport, the translation or the target. It is why Ethernet has moved into the vehicle communication architecture through to end-of-line processes.

How engineers actually work with automotive Ethernet

Your laptop cannot speak T1. You need a media converter between the single-pair side and a standard interface, with its master or slave role set correctly, because on 100BASE-T1 there is no negotiation to sort it out for you. Get the role wrong and you get no link, not a degraded one. It is a configuration problem, not a hardware fault.

Capturing without changing behaviour

A port mirror on a switch is convenient, but it depends on the switch, it can drop frames under load, and it shows you what the switch chose to copy rather than what was on the pair. A tap sits inline on the physical link and reports what is genuinely there, at the cost of breaking into the harness. For timing-sensitive work, or to prove what was actually transmitted, inline capture is the stronger evidence.

Decoding SOME/IP and DoIP in Wireshark

The capture is ordinary Ethernet. The Wireshark community’s own answer to “how do I read a T1 capture” is that the file contains standard Ethernet frames. Wireshark dissects SOME/IP natively from version 3.2 onward and ships a DoIP dissector, so a single capture can show service discovery, a method call and a diagnostic session together. Start with the display filters someip and doip, then narrow by service ID.

Validating time sync before you trust any timestamp

If gPTP has not converged, every conclusion you draw about latency, jitter or ordering across nodes is unsafe: every timestamp in your capture is a guess. Establish that the time base is stable before you measure anything that depends on it. The step is easy to skip because unconverged numbers still look plausible, and the error is expensive to discover late.

Bringing ECUs up in manufacturing

Everything above is development bench work. Production is a separate discipline with separate equipment and cycle-time constraints, and Ethernet has changed it too; that side is covered in our post on Ethernet-based ECU handling in production.

A learning path using free public material

Which specifications to read first, in order

  1. The IEEE 802.3 task force objectives sheets for your rate: short, free, and a statement of what the standard was built to achieve. Start with 802.3bw on 100BASE-T1.
  2. The OPEN Alliance specification index at opensig.org, to learn the TC vocabulary your suppliers use.
  3. The AUTOSAR SOME/IP protocol specification, published openly and readable without a subscription.
  4. IEEE 802.1 working group material for VLANs and the TSN amendments, once the PHY has stopped being interesting.

Open source you can run today

Wireshark, with its SOME/IP and DoIP dissectors, costs nothing. COVESA’s vsomeip is an open-source SOME/IP implementation you can run on Linux to generate and consume real service traffic. Linux PHY tooling, including ethtool’s master and slave controls, lets you experiment with T1 link roles on supported hardware.

Further viewing

  • Automotive Ethernet: The Definitive Guide by Colt Correa, Charles M. Kozierok, Robert B. Boatright and Jeffrey Quesnelle, a book-length treatment of the field.

Where GSAS fits

GSAS Micro Systems is an engineering partner, and on automotive Ethernet that means helping a team decide what its bench needs to prove before it spends anything.

If your team in India is starting an Ethernet programme, the useful first conversation is usually about scope rather than equipment: which links you have to observe, whether you need inline capture or a mirror will do, whether time synchronisation has to be validated, and where diagnostics over IP fits into your test plan. Our engineers work in IST, so a bench session happens in your working day, and quotations are issued in INR through the procurement channels Indian OEMs and tier-one suppliers already use.

Start with the automotive Ethernet capabilities page, and request a scoped conversation when you want to talk through a specific bench or programme. We will tell you what we think you need to validate first, including where the answer is that you do not need to buy anything yet.

References

Building for Automotive & Mobility?

Talk to our application engineers for personalized tool recommendations.

Frequently asked questions

Is automotive Ethernet the same as normal Ethernet?
The frame format is the same. Every T1 project in IEEE 802.3 carries an explicit objective to preserve the Ethernet frame format and the minimum and maximum frame size at the MAC client service interface. What changes is everything below and around the MAC: a single balanced twisted pair instead of four pairs, automotive connectors instead of RJ45, and a stack above it built around VLANs, TSN, SOME/IP and DoIP.
Why is there no RJ45 connector in a car?
RJ45 is designed for four-pair structured cabling in a building, not for a vehicle harness that has to survive vibration, temperature and EMC while staying light and cheap to assemble. The IEEE 802.3bw objectives define a link segment on a single balanced twisted pair supporting up to four inline connectors, which is a harness description, not an office patch panel description.
Does 100BASE-T1 use auto-negotiation?
No. A 100BASE-T1 link has no auto-negotiation, so one end must be configured as master and the other as slave before the link will come up. This is why a mismatched pair of nodes shows no link at all rather than a slow link. Linux exposes the setting through ethtool, as discussed on the kernel mailing list. 1000BASE-T1 adds optional Clause 98 auto-negotiation, and 802.3cg, 802.3ch and 802.3cy each list auto-negotiation as optional.
Can I plug a laptop straight into a 100BASE-T1 link?
No. A laptop has a four-pair RJ45 port or a USB adapter, and neither speaks a T1 physical layer. You need a media converter between the T1 pair and the laptop, configured with the correct master or slave role for the link. The frames that come out the other side are ordinary Ethernet frames, which is why a capture from a T1 link opens in Wireshark with no special reader.
Is automotive Ethernet replacing CAN?
No, it is displacing CAN from the high-bandwidth paths and leaving it in place elsewhere. CAN and CAN FD remain well suited to short, prioritised control messages with deterministic arbitration and very low node cost. Ethernet takes camera, radar, logging, diagnostics and software update traffic. Vehicles that carry Ethernet generally run CAN alongside it, joined by a gateway.
What is the difference between an automotive Ethernet gateway and a switch?
A switch forwards Ethernet frames between ports at layer 2, using MAC addresses, VLAN tags and priority. It does not change the payload. A gateway translates between different networks, for example converting CAN frames to Ethernet payloads or routing diagnostic requests from a DoIP entity onto an internal CAN bus. A modern zone controller often does both jobs in one box, which is why the terms get used loosely.
What speed does automotive Ethernet run at?
There is no single speed. IEEE 802.3cg defines 10 Mbit/s, 802.3bw defines 100 Mbit/s, 802.3bp defines 1 Gbit/s, 802.3ch defines 2.5, 5 and 10 Gbit/s, and 802.3cy adds 25 Gbit/s. Which one you meet depends on the link: sensor and actuator segments at 10 Mbit/s, general control and diagnostics at 100 Mbit/s, backbone and sensor aggregation at 1 Gbit/s and above.
Is BroadR-Reach the same thing as automotive Ethernet?
BroadR-Reach was the pre-standard single-pair automotive PHY, published through the OPEN Alliance and hosted publicly on the IEEE 802.3 site. The IEEE P802.3bw objectives explicitly required electrical interoperability with that existing PHY, and the result was standardised as 100BASE-T1. So BroadR-Reach is the ancestor of one member of the automotive Ethernet family, not a synonym for the whole family.
Which protocols run on top of automotive Ethernet?
Below the payload you normally find VLAN tagging and priority, often with TSN elements such as gPTP time synchronisation and traffic shaping. Above IP and UDP or TCP you find SOME/IP for service oriented communication between ECUs, DoIP for diagnostics over IP, and security layers such as MACsec, SecOC or TLS depending on where the protection sits.

Stay in the Loop

Get monthly compliance updates, product insights, and engineering best practices delivered to your inbox.