Intuition The ONE core idea of this whole topic
A switch chip must send its bits out as pulses of light on fiber, but the bits are born as electricity inside the chip — and pushing electricity down a long copper wire wastes energy and blurs the signal. Co-packaged optics simply moves the "electricity → light" converter to sit right beside the chip, so the electrical wire shrinks from a hand-span to a fingernail, saving power and cleaning up the signal.
Before you can read the parent note Co-packaged Optics Trends with real understanding, you must own every symbol and word it leans on. We build each one from nothing, in an order where each rung of the ladder rests on the one below.
A bit is one single yes/no answer — a 1 or a 0 . It is the smallest possible piece of information. Everything a switch moves is just an enormous river of these.
Definition Electrical wire (channel)
A wire (also called a channel or trace ) is a thin metal path — usually copper — that carries a bit as a little bump of voltage. Picture a garden hose: you push a pulse in one end, it comes out the other, but a little weaker.
The picture below is the whole physical stage we are standing on: a chip, a wire, and something at the far end that turns the electrical pulse into a flash of light.
Look at the red pulse: it starts tall and sharp at the chip, and by the time it reaches the far end (the optics) it is short and smeared. That smearing is the enemy the whole topic fights. Related depth on this signalling lives in SerDes and Wireline Links .
B
Bandwidth B is how many bits leave the chip every second , measured in bits per second (bit/s). A bigger switch = a wider river = a larger B .
per second
A wire's job is not to hold bits, it is to move them. So the useful measure is a rate : bits crossing a line per second — exactly like counting cars per minute on a motorway, not the total cars in the country.
The unit steps up in powers of a thousand. You must be fluent in this ladder, because the parent note jumps straight to trillions.
Question — how many bit/s is 51.2 Tb/s? 51.2 × 1 0 12 = 5.12 × 1 0 13 bit/s.
Switch chip capacity keeps doubling (12.8 → 25.6 → 51.2 → 102.4 Tb/s); the reasons live in Switch ASIC Bandwidth Scaling .
Definition Energy per bit
E b
Energy per bit E b is how much energy it costs to shove one single bit down the wire , measured in picojoules per bit (pJ/bit).
We need two sub-ideas first: what a joule is, and what pico means.
Definition Joule (J) and picojoule (pJ)
A joule is the standard unit of energy — roughly the energy to lift a small apple one metre. A picojoule is a trillionth of that: 1 pJ = 1 0 − 12 J . Moving one bit is astonishingly cheap individually; the problem is you do it 1 0 13 times a second.
Intuition Why "per bit" is the honest unit
If you only quoted total watts, you couldn't compare a small switch to a big one — the big one moves more bits so of course it burns more. Dividing energy by the number of bits gives a fair, per-unit price tag . Lower E b = a more efficient link, full stop.
P and the watt (W)
Power P is energy spent per second . Its unit is the watt : 1 W = 1 J/s . A power figure tells you how hard the cooling system must work and how big your electricity bill is.
Now we can assemble the parent note's central formula from the pieces we just built.
Worked example Read the formula both ways
At E b = 5 pJ/bit and B = 51.2 Tb/s :
P = ( 5 × 1 0 − 12 J/bit ) ( 51.2 × 1 0 12 bit/s ) = 256 W .
Cut E b to 1 pJ/bit (the CPO promise) and the same B gives P = 51.2 W . Same bits, one-fifth the power — because only the price tag E b changed.
Common mistake Confusing energy per bit with power
E b (pJ/bit ) and P (W = J/s) are different animals. E b is a fixed price ; P depends on how fast you shop (B ). Two switches can share the same E b yet burn wildly different P .
The parent note claims E b rises as wires get longer and faster. Here is the chain of reasoning behind that.
f
Frequency f is how many times per second the signal wiggles up and down , measured in hertz (Hz). Faster bits = higher f . Sending 224 Gb/s wiggles far faster than 28 Gb/s.
L
Length L is simply how far the electrical wire runs — from a few millimetres (CPO) to ~30 centimetres (faceplate).
A (in decibels, dB)
Attenuation A is how much the signal weakens along the wire . It is measured in decibels (dB) — a compressed scale where every extra 3 dB means roughly half the signal survives. More dB lost = a fainter, more garbled pulse at the far end.
Look at the two curves: the long wire (magenta) plunges steeply as frequency climbs; the short wire (orange) barely dips. Same copper, only L changed.
Intuition The decibel, felt
Don't fear "dB". Just remember: 0 dB = full signal, − 3 dB = half, − 6 dB = a quarter, − 20 dB = one-hundredth. Each doubling of the number roughly re-halves what's left. A long fast wire can eat − 30 dB or worse — that's why the receiver needs heavy, power-hungry cleanup.
The whole point of the wire is to reach the optics, so meet the parts that turn electricity into light and back.
A modulator takes the electrical bit and stamps it onto a beam of light — light on for a 1 , dim for a 0 . Think of a shutter flickering in front of a lamp.
Definition Photodetector + TIA
A photodetector does the reverse: light hits it and it produces a tiny electrical current. A TIA (trans-impedance amplifier) then boosts that faint current into a clean voltage the chip can read.
SerDes (Serializer/Deserializer) is the chip block that packs many slow parallel bits into one fast serial stream to drive the wire, and unpacks them at the other end. It is the piece whose E b we keep trying to shrink. Full detail: SerDes and Wireline Links .
These converters are usually built in Silicon Photonics and placed beside the ASIC using 2.5D and 3D Packaging . Because optics hate heat, Thermal Management in Packages is the central headache — a hot ASIC right next door makes lasers drift.
Definition Pluggable module
A pluggable (e.g. QSFP-DD, OSFP) is a removable optics cartridge that clicks into the switch's front panel . Easy to swap, but the electrical wire to it is long (~15–30 cm). See Pluggable Optical Modules (QSFP-DD, OSFP) .
Definition Linear Pluggable Optics (LPO)
LPO keeps the pluggable's swappable body but rips out the power-hungry DSP , relying on the short-reach signal being clean enough on its own. A middle path — most of the power win, less of the risk. See Linear Pluggable Optics (LPO) .
The full journey — pluggable → on-board → co-packaged → monolithic — is the integration spectrum the parent note tabulates. All of this lives inside a larger data-center network .
bandwidth B: bits per second
energy per bit Eb: pJ per bit
power P = Eb times B: watts
attenuation A grows with L and f
frequency f: wiggles per second
WHY: short reach cuts power
modulator plus detector plus SerDes
Read it bottom-up: bits and wires create bandwidth and energy-per-bit, which multiply into power; wire length and frequency set attenuation, which raises energy-per-bit; together they make the case that short reach = low power , which is exactly what CPO delivers.
Test yourself — you are ready for the parent note only if each reveal feels obvious.
A bit is one binary yes/no value, a single 1 or 0 .
Bandwidth B measures how many bits leave the chip per second (bit/s); 1 Tb/s = 1 0 12 bit/s.
Energy per bit E b measures the energy cost to move one bit, in pJ/bit, where 1 pJ = 1 0 − 12 J.
The interface-power formula and why its units work P = E b × B ; (J/bit)(bit/s) = J/s = W, the "bit" cancels.
A watt is one joule per second, 1 W = 1 J/s — energy spent per second.
Attenuation A is measured in decibels (dB); − 3 dB ≈ half the signal survives.
Why loss depends on length A ≈ α ( f ) L is linear in L , so a 100× shorter wire loses ~100× less.
Skin effect vs dielectric loss skin
∝ f (current crowds the surface); dielectric
∝ f (insulator absorbs energy).
A modulator does stamps an electrical bit onto a light beam (on = 1, dim = 0).
A photodetector + TIA does converts received light to a tiny current, then amplifies it to a readable voltage.
SerDes does serializes parallel bits into one fast stream (and back); its E b is what CPO shrinks.
A pluggable module is a removable front-panel optics cartridge (QSFP-DD, OSFP) with a long electrical reach.
LPO differs from CPO by keeping the swappable pluggable form factor but removing the DSP, not by moving optics onto the package.