Cooling is how a computer carries heat away from its chips, and thermals are the temperature limits that ultimately cap how hard those chips can run.1
Overview
Every switching transistor dissipates a little energy as heat, and a modern processor has billions of them switching billions of times a second. That heat has to leave the die or the chip cooks itself. It is moved off by a heat sink — a finned metal block bonded to the chip through a thin layer of thermal paste — often with a fan forcing air across the fins, or by liquid loops that carry heat to a larger radiator in high-end systems.
A chip’s thermal design power (TDP), quoted in watts, states how much sustained heat the cooling solution must be able to remove. When a part exceeds its safe temperature anyway, it protects itself by throttling: lowering clock speed (and voltage) to cut heat production until it cools back down.
Ways to move heat
Cooling methods trade cost, noise, and moving parts against how much heat they can shed:
| Method | How it works | Typical use | Moving parts |
|---|---|---|---|
| Passive heat sink | Fins radiate/convect to air | Low-power SoCs, fanless PCs | None |
| Active air | Fan forces air over fins | Most desktops and laptops | Fan |
| Liquid loop | Coolant carries heat to a radiator | High-end CPUs and GPUs | Pump + fans |
Passive cooling is silent and reliable but limited; adding a fan or liquid dramatically raises the heat that can be removed at the cost of noise and parts that can fail.
Where it fits
Cooling sets the ceiling on sustained performance: a CPU or GPU can boost briefly but must back off once heat accumulates. Most of the power a PSU delivers ultimately ends up as heat the cooling system has to shed. For an unattended GopherTrunk capture node baking in the sun by an antenna, a passive heat sink and good airflow are what keep a fanless Raspberry Pi from throttling mid-decode — thermals are a real-world constraint, not an afterthought.
Sources
-
Computer cooling — Wikipedia, on heat sinks, fans, liquid cooling, TDP, and thermal throttling. ↩