0.1.4 Tour of a PC tower
In one line: open the side panel and youβll see eight things β learn their names once and the rest of this chapter is just zooming in on each.
A story β IBMβs βweekend projectβ that ate the world
In 1980, IBM was a mainframe company. The personal-computer market was Appleβs, Commodoreβs, Tandyβs. IBM management told a small skunkworks team in Boca Raton, Florida: build us a PC, in one year, using off-the-shelf parts. The team β Don Estridge and twelve engineers β said yes.
To hit the deadline they did something unprecedented for IBM: they bought everything from outside vendors. Intel chips. A scrappy little operating system from a 24-year-old named Bill Gates (DOS). An open architecture so anyone could plug in expansion cards.
The IBM PC shipped August 1981. Within five years, clones β Compaq, Dell, HP β were selling the same architecture for less. The βPCβ became a category. Apple stayed proprietary; everyone else converged on the IBM design. The motherboard layout youβd see if you opened a tower today is a direct descendant of that 1981 board.
Whatβs actually going on
If you unscrew the side panel of a desktop PC, hereβs what youβre looking at:
| # | Part | What it does |
|---|---|---|
| 1 | Motherboard | The big green/black PCB that everything plugs into β the cityβs road network |
| 2 | CPU | A square chip in the middle, hidden under a heatsink and fan β the worker |
| 3 | RAM | Long thin sticks slotted vertically next to the CPU β the desk |
| 4 | Storage | A 2.5β SSD, 3.5β HDD, or a tiny M.2 stick on the motherboard β the filing cabinet |
| 5 | GPU | A long, heavy card in the bottom slot, with its own fans β the artist |
| 6 | PSU | A box at the top or bottom corner with a fan and many cables β the power station |
| 7 | Cooling | Fans, sometimes liquid loops β keeps the heat from melting things |
| 8 | Case + I/O panel | The metal box itself, plus the back panel with USB / HDMI / Ethernet / audio jacks |
The motherboard is the centrepiece. Everything physically plugs into it: the CPU socket, the RAM slots (usually 2 or 4), the M.2/SATA storage connectors, the PCIe slots (where the GPU lives), and the front-panel headers where the caseβs power button and USB ports connect.
Why a hacker cares
Each of these parts has its own attack surface and its own forensic value:
- Motherboard / chipset runs firmware that even the OS canβt see. Compromise this and you have rootkit-level persistence (look up βEquation Groupβ implants).
- CPU has microcode that can be updated β Intel and AMD push patches for vulnerabilities like Spectre via microcode.
- RAM holds everything in plaintext while running β passwords, keys, decrypted documents. Cold boot attacks chill the RAM with cooling spray and dump it before it forgets.
- Storage retains data even after deletion β data-recovery is a forensic specialty. Encrypted drives need the OS to decrypt them; pull the drive and you mostly just get ciphertext.
- GPU has its own memory and can do general computation β modern crypto-mining malware and some recent exploits use GPUs to hide from CPU-based detection.
- PSU can be backdoored to leak data via power-line patterns (academic work, but real).
- USB ports are an entire attack vector β BadUSB, RubberDucky, malicious βphone chargers.β
In one sketch
βββββββββββββββββββ PC TOWER (side view) βββββββββββββββββββ
β β
β βββββββββββ ββββββββββββββββ β
β β PSU β β Motherboard β β
β β β‘ βΈβΈβΈ β β cables to everything β ββββ ββββ β β
β βββββββββββ β βCPUβ βRAMβ β β
β β ββββ ββββ β β
β βββββββββββ β β βGPUβ β β
β β πΎ SSD β β SATA/M.2 to mobo β β ββββ β β
β βββββββββββ ββββββββ΄βββββββ β
β β
β Fans β β β [ I/O on back ] β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Reference and image credit
- Computer_inside_(1).jpg β Luke, public domain.
Memory peg
Motherboard, CPU, RAM, Storage, GPU, PSU, Cooling, Case. Eight parts. Every desktop PC ever built since 1981 is just a different arrangement of these.