Inside Your Computer
A Comprehensive Technical Overview of Internal Components
CPU • Motherboard • Power Supply • Cooling Systems
Published March 2026
Every modern computer is built around a core set of internal components that work together to process information, manage data, and communicate with the outside world. Understanding these components is foundational for anyone working in IT, cybersecurity, technical support, or hardware engineering.
This post covers the most important internal hardware: the CPU, RAM, motherboard, power supply, GPU, NIC, and cooling systems. It also explains CPU architecture types, bus technology, and expansion cards. All factual claims are sourced from reputable online references, cited at the end of each section and in the full reference list.
The table below summarizes each primary internal component and its function within a computer system.
Component | Role |
CPU | Processes instructions; the brain of the system |
RAM | Fast, volatile memory for active programs and data |
Motherboard | Connects and coordinates all major components |
Power Supply (PSU) | Converts AC wall power to regulated DC power |
GPU | Handles graphics rendering; offloads visual work from the CPU |
NIC | Provides wired or wireless network connectivity |
Cooling System | Regulates heat to protect components and sustain performance |
These components map to the four fundamental computing functions:
The CPU is the most critical component in any computer system. It retrieves raw data, applies it to a set of programmed instructions, and produces output — a process called processing. As Intel’s System Thermal & Mechanical Architect Mark Gallina explains, “during normal operation, the transistors inside a CPU convert electrical energy into thermal energy (heat).” [1]
CPUs process instructions using a repeating three-stage cycle known as the fetch-execute (or fetch-decode-execute) cycle. According to Baeldung on Computer Science, the cycle works as follows [2]:
Wikipedia’s Instruction Cycle article notes that in simple CPUs this cycle runs sequentially, while in modern CPUs it runs concurrently via instruction pipelining — meaning the next instruction begins before the previous one finishes. [3]
Speed is measured in gigahertz (GHz), representing the number of cycles per second. Modern processors can handle billions of instructions per second. [2]
To overcome single-core limitations, modern CPUs support Symmetric Multiprocessing (SMP), and more commonly, chip-level multiprocessing (CMP) — also called multi-core processing. In CMP, multiple processor cores are integrated onto a single chip. A dual-core chip contains two cores; multi-core chips contain more than two, and they divide workloads to improve throughput without simply raising clock speed.
CPU Type | Description |
x86 / x64 Processors | Used in most desktops, laptops, and servers. Process 64-bit instructions (x64) and are backward-compatible with 32-bit software (x86). Manufactured primarily by Intel and AMD. High performance but higher power consumption and heat output. |
ARM Processors | Used in most smartphones and tablets. Use a Reduced Instruction Set (RISC), resulting in lower power draw and less heat. Common in Apple, Samsung, Qualcomm, and NVIDIA mobile devices. Trade raw performance for energy efficiency. |
Note on naming: 64-bit x86 processors are labeled x86-64 or x64, while 32-bit variants are labeled x86. 64-bit systems run both 32-bit and 64-bit software.
Note: Intel’s i3/i5/i7/i9 designations reflect performance tiers, not literal core counts. Core counts and specs vary by generation.
⚠️ ESD Safety: Electrostatic Discharge (ESD) occurs when two objects with different charge levels make contact, potentially damaging sensitive components like CPUs and RAM. Always unplug the computer before opening the case and use an anti-static wrist strap when handling internal hardware.
Section 2 sources: [1] Intel — CPU Cooler: Liquid Cooling vs. Air Cooling | [2] Baeldung — Introduction to the Fetch-Execute Cycle | [3] Wikipedia — Instruction Cycle
The motherboard is a large flat circuit board that connects and coordinates all major computer components. It houses the CPU and RAM slots, the BIOS/UEFI chip, expansion slots, power connectors, and often integrated NIC, audio, and graphics circuits.
The BIOS (Basic Input/Output System) or modern UEFI firmware is stored on a chip on the motherboard. At startup, it performs a Power-On Self-Test (POST) to verify that required components are present and functioning, then instructs the operating system to load.
The bus is the internal communication system that transfers data between components. The term comes from the Latin omnibus, meaning “for all.” The bus handles:
According to Intel’s PCIe explainer and Wikipedia’s PCI Express article, expansion bus technology has evolved through several generations [4][5]:
Bus Type | Details |
PCI | Peripheral Component Interconnect. 32-bit shared bus at 33 MHz, up to 133 MB/s. Older technology, still found in some systems. |
AGP | Accelerated Graphics Port. Dedicated graphics slot derived from PCI. Replaced by PCIe. |
PCIe Gen 1 | PCI Express. Point-to-point, full-duplex serial. 250 MB/s per lane (x1). |
PCIe Gen 2 | 500 MB/s per lane. Doubles Gen 1. |
PCIe Gen 3 | ~1 GB/s per lane. Current mainstream standard for many platforms. |
PCIe Gen 4 | ~2 GB/s per lane. Adopted by AMD Zen 2+ and Intel 11th Gen+. |
PCIe Gen 5 | ~4 GB/s per lane. Supported by AMD Zen 4, Intel 12th Gen+, RTX 50 series GPUs. |
PCIe lanes come in slot sizes of x1, x4, x8, and x16. More lanes mean more bandwidth. GPUs typically occupy an x16 slot — the highest-bandwidth configuration. According to Intel: “on the motherboard, PCIe lanes appear in x1, x2, x4, x8, and x16 variations. More lanes mean more bandwidth, as well as a longer slot.” [4] Every PCIe generation is backward compatible with previous generations.
Expansion cards are circuit boards that slot into the motherboard to add or extend functionality:
Audio card ports are color-coded: lime green (front speakers/headphones), pink (microphone), light blue (stereo line-in), orange (subwoofer/center), black (rear surround 5.1/7.1), gray (middle surround 7.1), gold (MIDI/game port). Some cards also include an S/PDIF port for digital audio via TOSLINK or RCA coaxial.
Section 3 sources: [4] Intel — What Are PCIe 4.0 and 5.0? | [5] Wikipedia — PCI Express | [6] Tom’s Hardware — What Is PCIe? | [7] TechRadar — PCIe Lanes Explained 2026
The Power Supply Unit (PSU) converts alternating current (AC) from the wall outlet into the low-voltage direct current (DC) required by all internal components. According to the Wikipedia PSU article: “modern personal computers universally use switched-mode power supplies” and “most modern desktop personal computer power supplies conform to the ATX specification.” [8]
Key ATX PSU behaviors per Wikipedia [8]:
Wattage requirements vary significantly by system type. According to the EcoFlow PSU guide [9]:
Undersized or unstable PSUs can cause random restarts, system freezes, boot failures, or hardware damage — symptoms that can be difficult to diagnose without isolating the PSU. Quality and efficiency ratings (such as 80 PLUS certification) matter as much as raw wattage: a high-quality 650W PSU is safer than a low-quality 850W unit with poor voltage regulation. [9]
The PSU is mounted at the rear of the case and distributes power through cable bundles connected to the motherboard (24-pin ATX), CPU (4/8-pin EPS), GPU (6/8-pin PCIe or 12VHPWR), and storage drives (SATA/Molex).
Section 4 sources: [8] Wikipedia — Power Supply Unit (Computer) | [9] EcoFlow — A Complete Guide to PC Power Supplies
Modern CPUs generate significant heat during operation. Without adequate cooling, this heat causes thermal throttling (the CPU reduces its speed to protect itself) or permanent hardware damage. Intel engineer Mark Gallina notes that “if an efficient path for that heat doesn’t exist, then the CPU will exceed its safe operating temperature.” [1]
Cooling technologies have advanced substantially as CPU power density has increased while physical die sizes have shrunk. There are currently four main categories of cooling used in consumer and enterprise systems.
A heat sink is a passive component that attaches directly to a chip (typically the CPU) and transfers heat to a surrounding medium — either air or liquid. According to a DSI Ventures examination of CPU cooling technologies, “a heat sink uses its extended surface (also called fins) to extend the surface of the material that is in contact with air or liquid,” and its thermal performance is affected by air velocity, material choice, and fin design. [10]
Laptops typically use heat spreaders instead of finned heat sinks — flat metal plates that spread heat across a large surface area without fins or fans, making them suited to slim form factors.
Air cooling is currently the most common method. An air cooler consists of a heat sink and one or more fans. According to Kingston Technology’s cooling guide, fans can be arranged in series or parallel configurations to move hot air out of the case, and air cooling is the most affordable and easiest-to-install option. [11]
Drawbacks include reduced efficiency at extreme heat loads compared to liquid cooling, larger physical footprint, and higher noise levels under load.
Liquid cooling circulates coolant through a water block mounted on the CPU, then pumps it to a radiator where fans dissipate the heat. Intel’s CPU cooler guide describes the process: the coolant absorbs heat from the CPU baseplate, travels via tubes to the radiator, is cooled by fans, and then returns to the water block to repeat the cycle. [1]
Water’s higher thermal density allows it to absorb more heat than air. Results include lower fan speeds, reduced noise, and lower sustained temperatures compared to equivalent air-cooled setups. Consumer options include:
ALHS designs integrate the liquid heat sink, internal pump, fan, and radiator into a single compact self-contained unit — eliminating the external pumps required in traditional water cooling loops. This reduces system footprint while delivering thermal performance that consistently outperforms air-cooled and standard heat pipe alternatives.
Immersion cooling submerges computer components directly in a thermally conductive, electrically non-conductive (dielectric) fluid. According to Submer, a leading immersion cooling vendor: “immersion cooling a.k.a. liquid submersion cooling is the method of submerging computer components or full servers in a thermally, but not electrically, conductive liquid.” [12]
Two main variants exist [12][13]:
Immersion cooling is primarily used in data centers, not consumer systems. Per the Wikipedia Computer Cooling article, immersion cooling can allow PUE (Power Usage Effectiveness) values as low as 1.05, compared to 1.35 for air cooling, and can handle up to 100 kW of compute per rack vs. ~23 kW for air. [14]
Cooling Method | Thermal Efficiency / Notes |
Air Cooling | Low to moderate. Cheapest, simplest, most common. Louder under heavy load. |
Water / Liquid Cooling | Moderate to high. Better sustained temps, quieter. More complex setup. |
Active-Liquid Heat Sink (ALHS) | High. Self-contained loop, compact. Strong all-around performance. |
Immersion Cooling | Highest. Direct fluid contact. Primarily data center use; complex maintenance. |
Section 5 sources: [1] Intel — CPU Cooler Guide | [10] DSI Ventures / Soltex — CPU Cooling Technologies | [11] Kingston Technology — Air vs. Liquid Cooling | [12] Submer — What Is Immersion Cooling? | [13] Kooling Monster — Types of CPU Coolers | [14] Wikipedia — Computer Cooling
Each component depends on the others to function correctly. Here is a simplified flow:
Component failures ripple through the entire system. A failing PSU can cause random reboots, data corruption, or boot failure. A failed CPU cooler triggers thermal throttling or emergency shutdown. Faulty RAM causes crashes and data errors. A failed NIC severs network access. Understanding these interdependencies is essential for accurate troubleshooting and root cause analysis.
All factual claims in this document are supported by the following online sources. Accessed March 2026.
[1] Intel — CPU Cooler: Liquid Cooling vs. Air Cooling
[2] Baeldung on Computer Science — Introduction to the Fetch-Execute Cycle
[3] Wikipedia — Instruction Cycle (Fetch-Decode-Execute Cycle)
[4] Intel — What Are PCIe 4.0 and 5.0?
[6] Tom’s Hardware — What Is PCIe? A Basic Definition
[7] TechRadar — PCIe Lanes Explained 2026
[8] Wikipedia — Power Supply Unit (Computer)
[9] EcoFlow — A Complete Guide to PC Power Supplies: ATX, SFX, TFX & EPS Types
[10] Soltex Inc. / DSI Ventures — An Examination of CPU Cooling Technologies (PDF)
[11] Kingston Technology — Air Cooling vs. Liquid Cooling in PC Builds
[12] Submer — What Is Immersion Cooling?
[13] Kooling Monster — Different Types of CPU Coolers: From Air to Liquid
[14] Wikipedia — Computer Cooling
End of Document