CAN Bus Physical Layer and Termination: The Foundation of Network Diagnosis
Why Physical Layer Understanding Matters
CAN bus diagnosis has two levels. The first level is the physical layer — the actual wires, connectors, and terminating resistors that carry the electrical signals. The second level is the data layer — the actual messages, module communication, and software interactions that happen on top of the physical layer.
Most CAN bus faults — including the majority of U-code cascades that shut down entire vehicles — occur at the physical layer. A broken wire. A shorted connector. A failed terminating resistor. A module with an internal short across the bus lines. These are physical, measurable, fixable faults that require no scan tool data interpretation and no software knowledge to diagnose. They require a multimeter and a wiring diagram.
Understanding the physical layer means understanding what the signals are supposed to look like electrically, what the network architecture is, and how to measure key parameters that confirm the physical layer is intact. Every CAN bus diagnosis should start with the physical layer — confirm the wiring and termination are correct before moving on to higher-level data analysis. Skipping the physical layer check and jumping directly to module programming or replacement is how technicians spend hours on a problem that a single multimeter measurement would have solved in five minutes.
Differential Signaling — Why CAN Bus Uses Two Wires
CAN bus uses two wires for a specific engineering reason: noise immunity. Automotive environments are electrically hostile — alternators, ignition systems, electric motors, and power electronics all generate electromagnetic interference. A single-wire data bus would require careful shielding to resist this interference. CAN bus's differential design makes external shielding unnecessary for most automotive applications.
In the idle state — the recessive state, when no module is transmitting — both CAN-H and CAN-L sit at approximately 2.5 volts. The difference between them is zero. When a module transmits a dominant bit, it drives CAN-H up to approximately 3.5 volts and simultaneously drives CAN-L down to approximately 1.5 volts. The difference between them is now 2.0 volts. The receiving modules detect this 2.0-volt differential as a dominant bit. They do not measure the absolute voltage of either wire — only the difference between them.
Here is why this provides noise immunity: any external interference that induces voltage on the CAN bus affects both wires equally. If a nearby ignition system induces 0.5 volts of noise onto the bus, CAN-H goes from 3.5V to 4.0V and CAN-L goes from 1.5V to 2.0V. The difference between them remains 2.0 volts. The receiving modules still read 2.0 volts differential — the dominant bit is still correctly received despite the 0.5V of induced noise. This is the differential signaling advantage. Single-ended systems have the noise added to the signal directly, corrupting the data. Differential systems cancel common-mode noise automatically.
The twisted pair wiring of the CAN bus cable further enhances noise immunity. Twisting the two wires together means they are exposed to electromagnetic fields at the same point in space simultaneously. Any interference induced in one wire is induced equally in the other. The differential receiver cancels it. Automotive CAN bus wiring is specified to be twisted at a minimum of 30 twists per meter for this reason. When repairing CAN bus wiring, maintain the twist — a repair splice that leaves several inches of parallel, untwisted wire creates a section of reduced noise immunity.
Termination Resistors — The 120-Ohm Foundation
Every CAN bus backbone has exactly two terminating resistors — one at each physical end of the bus wire. Each resistor is 120 ohms connected between CAN-H and CAN-L. These resistors are not optional additions to the network — they are required for the network to function correctly.
The first function of terminating resistors is impedance matching. The CAN bus wire is a transmission line. Transmission lines have a characteristic impedance — for the twisted-pair cable used in automotive CAN bus, this impedance is approximately 120 ohms. If the end of a transmission line is left open (infinite impedance) or connected to an incorrect impedance, the digital signal reflects off the termination point and travels back down the line — called a reflection. This reflected signal interferes with the next message being transmitted, corrupting data. Terminating the line at its characteristic impedance — 120 ohms — absorbs the signal at the end of the line and prevents reflections.
The second function is providing the known resistance used for physical layer testing. Two 120-ohm resistors in parallel calculate to exactly 60 ohms. This is the expected resistance reading between CAN-H and CAN-L with the battery disconnected. Measuring 60 ohms confirms both terminating resistors are present and the bus wiring between them has no shorts. Any deviation from 60 ohms tells you something specific about the physical layer fault.
Terminating resistors are located inside module connectors or in-line on the bus in locations specified by the vehicle manufacturer. On most production vehicles, the two terminator locations are the gateway module connector and one other module connector — typically at the opposite physical end of the bus run. Service information for the specific vehicle shows the terminator locations. Knowing where to find them allows you to measure each terminator's resistance independently when the bus reading is abnormal.
An extra terminating resistor — added by an aftermarket device or incorrect repair — reduces the total termination resistance below 60 ohms. Three 120-ohm resistors in parallel measure 40 ohms. This reduced termination causes signal reflection problems because the effective impedance no longer matches the bus characteristic impedance. If your CAN bus resistance measures 40 ohms instead of 60 ohms and you have confirmed both OEM terminators are present, look for an aftermarket module or previous repair that added an extra 120-ohm resistor to the network.
Bus Topology — How the Network Is Wired
High-speed CAN bus on most production vehicles uses a backbone topology. The backbone is the main CAN-H and CAN-L wire that runs the length of the vehicle — typically from front to rear, passing through the engine compartment, firewall, body, and trunk area. A terminating resistor sits at each end of this backbone.
Individual modules connect to the backbone through short stub wires — branch connections that tap into the backbone at the closest physical point. These stubs are intentionally kept short — typically less than 30 centimeters — because longer stubs create additional impedance discontinuities that can cause reflections. The stub wire runs from the backbone to the module connector, where the module's CAN-H and CAN-L pins connect to the bus.
The practical implication for diagnosis: a physical fault on the backbone — a broken wire, a pinched harness, a corroded splice — affects every module on the network because all of them connect to that backbone. A physical fault on a stub — a broken wire between the backbone and one module — typically only affects communication with that single module, unless the module's internal circuitry creates a fault that propagates onto the backbone.
Some vehicles use a daisy-chain topology instead of a true backbone — the CAN bus runs from module to module in a chain rather than branching to each module from a central backbone. In this topology, a break in the bus wire between two modules isolates all modules downstream of the break. This makes the break location more critical to identify precisely, because the location determines which modules lose communication.
Service information for the vehicle shows the network topology diagram — which modules are on which bus, where the backbone runs, where the stubs branch off, and where the terminators are located. Before tracing any CAN bus wiring fault, pull the network topology diagram and understand the physical architecture you are working with. Time spent with the diagram before testing saves time at the vehicle.
DLC Pin Assignments
The OBD-II diagnostic link connector is the access point for CAN bus physical layer testing from inside the vehicle. The 16-pin trapezoidal connector is standardized by SAE J1962 — the pin numbering and key assignments are the same on every make and model using the standard OBD-II connector.
Pin 6 is CAN High (CAN-H) for the primary high-speed CAN bus. Pin 14 is CAN Low (CAN-L) for the same bus. These two pins connect directly to the high-speed CAN bus backbone — which is why measuring between them with the battery disconnected gives you the 60-ohm termination resistance reading. You are measuring through the bus backbone from one end to the other, across both terminating resistors in parallel.
Pin 4 is chassis ground. Pin 5 is signal ground. Pin 16 is battery positive — always hot regardless of ignition position. These three pins are always populated on every OBD-II compliant vehicle. Use pin 4 for chassis ground reference when probing CAN bus signals with a scope — it is the most reliable ground reference available at the DLC.
Pins 1, 3, 8, 9, 11, 12, and 13 are manufacturer-specific. Some manufacturers use these pins for additional network connections — GM uses pin 1 for single-wire CAN on some models, and older GM vehicles used pin 2 for Class 2 serial data. Ford has used pin 3 for a medium-speed CAN bus on some platforms. Toyota and other manufacturers have used various pin combinations for proprietary diagnostic communication. When working on a specific vehicle, check the manufacturer's pin assignment chart rather than assuming these pins are unused.
Measuring the Physical Layer Step by Step
Step one is the battery-disconnected resistance test between pins 6 and 14. This confirms termination integrity and the absence of a bus short. Perform this test first on any CAN bus complaint. Interpret the result as described above and determine whether the physical layer is intact before proceeding.
If the resistance is 60 ohms, proceed to step two: key-on voltage measurements. With the ignition on and the battery connected, measure the voltage at pin 6 relative to pin 4. You should read approximately 2.5 volts in the recessive state between message frames. Measure pin 14 relative to pin 4 — also approximately 2.5 volts. If either line reads significantly off 2.5 volts with no active messages, a module may be holding the bus in a non-idle state, or the wiring has a voltage reference issue.
Step three is the scope connection for waveform evaluation — channels A and B on pins 6 and 14, ground to pin 4. Verify the mirror-image pulsing pattern of healthy CAN bus as described in the waveform analysis article. Any deviation from clean, symmetric, mirror-image pulses points to a physical layer or module output driver issue.
Common Physical Layer Faults and Their Test Results
Bus wire open — one of the two CAN bus wires is broken. This breaks the twisted pair at that point. Modules on one side of the break cannot communicate with modules on the other side. The resistance test may show 60 ohms if both terminators are still accessible from the DLC, or may show 120 ohms if the break isolates one terminator. The scope shows reduced signal amplitude or one-sided waveform distortion.
Bus short — CAN-H and CAN-L shorted together. The resistance test shows near zero ohms. Both wires are at the same voltage and no differential signaling can occur. The scope shows both channels at the same voltage with no transitions. Find the short by tracing the harness for physical damage or by unplugging modules to find the one with an internal short.
CAN-H or CAN-L shorted to ground — one bus wire shorted to chassis. This pulls that wire to zero volts. The differential reading between the two wires is now the full level of the non-shorted wire. Modules may still communicate at reduced noise immunity or may fail completely depending on which wire is shorted. The scope shows one channel at zero volts and the other transitioning normally. Find the short by isolating sections of the harness.
Water intrusion in a connector — water between the CAN-H and CAN-L pins creates a low-resistance path between the two wires. This acts like an extra terminating resistor in that location, reducing total termination resistance and adding capacitance that slows the pulse edge transitions. The resistance test may show below 60 ohms. The scope shows rounded pulse edges at a slower transition rate than normal healthy CAN bus.
The Bottom Line
CAN bus physical layer knowledge is the foundation of all automotive network diagnosis. Understand differential signaling and you understand why the two-wire design resists noise. Understand termination and you know why the 60-ohm test is the single most important measurement in CAN bus diagnosis. Understand topology and you know why a backbone fault affects all modules while a stub fault affects only one. Know the DLC pins and you have test access to the entire high-speed CAN bus from one connector without tracing a single harness. These fundamentals apply to every vehicle that uses CAN bus — which is effectively every vehicle built in the last 20 years. Build this foundation and the network faults that stop other technicians become systematic, solvable problems for you.
APEX Tech Nation — automotive technician training built by techs, for techs. Try Pro free for 7 days.
Related Articles
Network Communication Diagnosis: CAN Bus, U-Codes, and Finding the Bad Module
Understand CAN bus communication faults, U-codes, the 60-ohm resistance test, and how to find which module is killing the vehicle network. Automotive technician training.
Technical TrainingLIN Bus, FlexRay, and Automotive Ethernet: The Networks Beyond CAN
Understand LIN bus, FlexRay, and Automotive Ethernet for vehicle diagnostics. Learn how each network works, where it is used, and how to diagnose faults on each protocol.
Technical TrainingCAN Bus Waveform Analysis with Oscilloscope: See the Data, Find the Fault
Learn CAN bus waveform analysis with a scope — what healthy CAN looks like, how to identify noise and corruption, and how to find the module causing bus problems.
Disclaimer: This article is for educational and informational purposes only. Technical specifications, diagnostic procedures, and repair strategies vary by manufacturer, model year, and application — always verify against OEM service information before performing repairs. Financial, health, and career information is general guidance and not a substitute for professional advice from a licensed financial advisor, medical professional, or attorney. APEX Tech Nation and A.W.C. Consulting LLC are not liable for errors or for any outcomes resulting from the use of this content.