To make a series circuit, connect components end-to-end so current has only one continuous path (Node A to Node B to Node C). To make a parallel circuit, connect components across the exact same two shared nodes (Node A and Node B) so the current splits into multiple branches. For 95% of practical DC projects—like driving LEDs, sensors, or relays from a bench supply—a parallel topology with individual series current-limiting resistors is the default choice. This configuration prevents cascading failures and maintains constant voltage across independent loads.

Below is a complete breakdown of how to design, size, and test both configurations on a breadboard, moving past abstract theory into exact component selection and failure-mode analysis.

Topology Breakdown: Node Labels and Current Paths

Understanding series and parallel circuits requires tracking nodes—the points in a circuit where two or more components meet.

The Series Topology

In a pure series circuit, components are daisy-chained. If you have a voltage source and two resistors (R1, R2), the current flows from the positive terminal to Node 1, through R1 to Node 2, through R2 to Node 3, and back to the negative terminal.

  • Current: Identical through all elements ($I_{total} = I_{R1} = I_{R2}$).
  • Voltage: Divides proportionally based on resistance ($V_{total} = V_{R1} + V_{R2}$).
  • Use Case: Voltage dividers, battery packs (to increase total voltage), and current-matching for bare LED dies.

The Parallel Topology

In a parallel circuit, components share the same start and end nodes. R1 and R2 both connect directly to Node 1 on one side and Node 2 on the other.

  • Voltage: Identical across all branches ($V_{total} = V_{R1} = V_{R2}$).
  • Current: Splits inversely proportional to resistance ($I_{total} = I_{R1} + I_{R2}$).
  • Use Case: Independent loads (like house wiring or parallel LED strips) where one component failing shouldn't kill the others.

Behavior Matrix: What Happens When Components Change or Fail

The true difference between these topologies reveals itself at the extremes. Here is exactly what breaks when a component fails open (infinite resistance) or shorts (zero resistance).

Event / Fault Series Circuit Result Parallel Circuit Result
One element opens Current drops to 0A. The entire circuit dies. (Think of old Christmas tree lights). Current in that specific branch drops to 0A. Other branches continue operating normally.
One element shorts Current bypasses the shorted element. Total circuit resistance drops, causing current to spike. Remaining elements may overheat or blow. The power supply sees a near-dead short across the main nodes. The main fuse blows or the supply's over-current protection trips, killing all branches.
Resistance of one element increases Total current drops. Voltage drop across the changed element increases, stealing voltage from the others. Current in that specific branch drops. Other branches are completely unaffected because their voltage remains constant.
Power supply voltage sags All elements receive proportionally less voltage. Current drops uniformly. All branches receive less voltage. Current drops uniformly across all branches.
Bench Insight: Never wire raw LEDs in pure parallel without individual resistors. Due to manufacturing tolerances (Vf binning), one LED will have a slightly lower forward voltage. It will hog the current, overheat, fail short, and then push the remaining current into the next weakest LED, causing a rapid domino failure.

Design Walkthrough: Sizing Real Components for a 12V LED Array

Let's design a circuit to power three standard 5mm red LEDs from a 12V DC bench supply. We will use the optimal hybrid approach: parallel branches, each containing a series current-limiting resistor.

1. Define the Parameters

  • Source Voltage ($V_s$): 12.0V DC
  • LED Forward Voltage ($V_f$): 2.0V (typical for standard red 5mm LEDs)
  • Target LED Current ($I_f$): 20mA (0.020A) per branch

2. Calculate the Series Resistor Value

Using Ohm's Law, the resistor must drop the excess voltage at the target current:

$R = (V_s - V_f) / I_f$

$R = (12.0V - 2.0V) / 0.020A = 10.0V / 0.020A = 500\Omega$

The nearest standard E12 resistor value is $510\Omega$. This will yield a slightly safer current of 19.6mA.

3. Calculate Resistor Wattage and Select the Part

Power dissipated by the resistor: $P = I^2 \times R = (0.0196)^2 \times 510 = 0.195W$.

While a standard 1/4W (0.25W) resistor can technically handle 0.195W, it will run at 78% of its maximum rating and get noticeably hot. Good engineering practice dictates derating resistors to 50% of their maximum capacity for longevity. Therefore, we specify a 1/2W or 1W metal film resistor.

Concrete Part Pick: Vishay PR01 series 1W metal film resistor, 510 ohm, 5% tolerance (Digi-Key part number: PR01000105100JA100). It costs roughly $0.10 in small quantities and will run completely cool to the touch.

Breadboard Testing: Step-by-Step Verification

Breadboards introduce parasitic contact resistance (typically 0.1$\Omega$ to 0.5$\Omega$ per spring clip). For high-current or precision analog circuits, this matters. For our 20mA LED circuit, it is negligible, but proper verification steps remain critical.

  1. De-energize and Insert: Ensure your bench power supply is turned off and unplugged. Insert the three Vishay $510\Omega$ resistors and three 5mm red LEDs into the breadboard. Ensure the LED cathodes (short leg, flat side) face the ground rail.
  2. Wire the Nodes: Use 22 AWG solid core jumper wires. Connect the anode of each LED to one end of its respective resistor. Connect the other end of all three resistors to the positive (red) power rail. Connect all LED cathodes to the negative (blue) ground rail.
  3. Continuity Check (Cold Test): Set your digital multimeter (DMM) to continuity mode (the beep setting). Place the red probe on the positive rail and the black probe on the anode of the first LED. You should read a low resistance (under 2$\Omega$), confirming the resistor path. Repeat for all branches.
  4. Apply Power and Measure Voltage: Set the bench supply to 12.0V with a current limit of 100mA. Turn it on. Set your DMM to DC Volts. Measure directly across the anode and cathode of the first LED. It should read between 1.9V and 2.2V. Measure across the resistor; it should read roughly 9.8V to 10.1V.
  5. Verify Branch Current: To prove the current split, turn off the power. Pull the jumper wire connecting the positive rail to the first resistor. Set your DMM to the 200mA DC current range. Place the red probe on the positive rail wire and the black probe on the resistor leg you just disconnected. Turn the power back on. The DMM should read ~19.6mA.

Decision Tree: Which Topology Should You Actually Build?

Use this decision path to finalize your circuit layout. Do not default to 'it depends'—follow the logic to a concrete topology.

Condition / Requirement Topology Selection Concrete Implementation Example
Loads must operate independently; constant voltage is required across each load. Parallel Branches Household 120V AC wiring; 12V LED strips; microcontroller sensor arrays.
Loads are bare LEDs without internal resistors, and you have a constant-current driver (not a voltage source). Pure Series String of 10 bare LEDs driven by a 350mA constant-current buck driver (e.g., Mean Well LDD-350L).
You need to increase total system voltage while maintaining a specific amp-hour capacity. Pure Series Four 12V 100Ah LiFePO4 batteries wired in series to create a 48V 100Ah solar bank.
You need to increase total capacity (Ah) while keeping system voltage the same. Pure Parallel Four 12V 100Ah batteries wired in parallel to create a 12V 400Ah bank (Requires individual fuses on each positive terminal).
You are powering voltage-sensitive ICs and high-current motors from the same battery. Parallel with isolated regulators Motors on one parallel branch; a buck converter feeding a 5V logic branch in parallel.
The Default Recommendation: If you are building a hobbyist DC project, an Arduino/ESP32 peripheral circuit, or a custom lighting array powered by a standard voltage source (battery, USB, or bench supply), always wire your main loads in parallel. If those loads are current-driven (like LEDs), place a dedicated series resistor or constant-current IC inside each parallel branch. This guarantees that a single component failure remains localized and your voltage rails stay stable.

For deeper reading on calculating equivalent resistance in complex networks, refer to the parallel resistor guides at Electronics Tutorials or the SparkFun LED primer for specific forward voltage binning data.