PM & AI Chronicles

From Product Thinking to Prompt Engineering – One Tool at a Time

Motherboard: Key Parts-2

In the previous post, we explored seven of the most essential parts of a Motherboard that make it work. If you haven’t seen it yet, you can check it out here: πŸ‘‰ “Motherboard: Key Parts-1

In this article, we’ll pick up right where we left off and dive into the remaining components of the motherboard. By the end, you’ll have a complete picture of how all these parts work together to power your computer.

Expansion slots are connectors on the motherboard that allow you to add extra capabilities to your computer via expansion cards (such as graphics cards, sound cards, and network cards). Over time, these slots evolved for speed, compatibility, and bandwidth. Their length varies depending on the type:

  • PCI – medium length (~3 inches / 85 mm).
  • AGP – similar to PCI, slightly different placement notch (~3 inches / 85 mm).
  • PCIe – comes in multiple lengths:
    • x1 β†’ very short (~1 inch / 25 mm).
    • x4 / x8 β†’ medium (~2–3 inches / 50–80 mm).
    • x16 β†’ longest (~3.5–4 inches / 90–100 mm)
  • Introduced: Early 1990s by Intel.
  • Speed: Originally 33 MHz, 32-bit (133 MB/s), later 64-bit/66 MHz versions (533 MB/s).
  • Usage: Sound cards, network cards, modems, early graphics cards.
  • Status: Mostly OBSOLETE β€” replaced by PCIe.

πŸ‘‰ Think of PCI as the first standardized highway for expansion cards.

  • Introduced: 1997 by Intel.
  • Purpose: Dedicated slot for graphics cards (faster than PCI for rendering).
  • Versions: AGP 1x β†’ 8x (266 MB/s β†’ 2.1 GB/s).
  • Key Feature: Direct connection to system memory, optimized for 3D graphics.
  • Status: OBSOLETEβ€” replaced by PCIe around mid-2000s.

πŸ‘‰ You can think of AGP as a special fast lane only for GPUs.

  • Introduced: 2004 and still in use today.
  • Design: Serial point-to-point connections (called lanes) β†’ scalable bandwidth.
  • Speeds:
    • PCIe 1.0 β†’ 250 MB/s per lane
    • PCIe 3.0 β†’ 1 GB/s per lane
    • PCIe 5.0 β†’ 4 GB/s per lane
    • PCIe 6.0 (latest) β†’ 8 GB/s per lane
  • Slot Sizes: x1, x4, x8, x16 (x16 mainly for GPUs).
  • Usage: Graphics cards, NVMe SSDs, Wi-Fi cards, RAID controllers.
  • Status: Industry standard today.

πŸ‘‰ PCIe is like a multi-lane highway, where x1 is a single lane road, and x16 is a super expressway β€” more lanes = more speed.

BIOS is the firmware built into the motherboard, stored on a small BIOS chip (flash ROM). It is the first program that runs whenever a computer is powered on.

  • POST (Power-On Self-Test):
    • Runs immediately at startup as a diagnostic routine.
    • Verifies and confirms the size of primary memory (RAM) and tests its integrity.
    • Checks CPU, keyboard, video adapter, and storage controllers.
    • Uses beep codes, messages, or LEDs to signal hardware errors if something fails.
  • Boot Process: After POST, BIOS looks for a bootloader on a storage device and hands control to the operating system.
  • Configuration Access: Offers a key sequence (like F2, DEL, F10) to enter the BIOS Setup Utility, where you can change system settings (boot order, CPU features, security options, etc.).
  • Basic Drivers: Provides minimal drivers so the OS can communicate with essential devices (keyboard, display, disk) before loading fully.
  • A small flash memory chip on the motherboard that stores the BIOS program.
  • Non-volatile (retains data without power).
  • Can be updated (flashed) to fix bugs or support new hardware.
  • Usually found near the CMOS battery, which powers CMOS memory that saves settings like date/time and boot order.
  • Legacy BIOS: Older, text-based, limited features and storage support.
  • UEFI (Unified Extensible Firmware Interface): Modern replacement with graphical menus, faster boot times, larger drive support, and advanced security.

πŸ‘‰ In summary:
The BIOS is the motherboard’s startup firmware. Stored on the BIOS chip, it begins with the POST routine to test hardware (especially RAM and CPU). If all checks pass, it loads the operating system. It also provides a setup screen for configuring low-level hardware settings.

The back panel connectors are the set of input/output (I/O) ports that stick out from the back of the computer case, directly connected to the motherboard. They let you connect external devices like monitors, keyboards, mice, and storage drives.

  • Power and Basic Input Devices
    • PS/2 Ports (old) – Round purple (keyboard) and green (mouse) connectors.
    • Mostly replaced by USB today.
  • USB Ports
    • USB 2.0 (black) – Slower (up to 480 Mbps).
    • USB 3.0/3.1 (blue/teal) – Faster (up to 5–10 Gbps).
    • USB-C (oval) – Modern, reversible, very fast (up to 40 Gbps with Thunderbolt).
  • Video / Display Ports
    • VGA (blue, 15-pin, analog) – Legacy monitor connector.
    • DVI (white, digital/analog) – Older digital video connector.
    • HDMI – Common for monitors and TVs, supports video + audio.
    • DisplayPort – Modern, high-resolution monitors, supports multiple screens.
  • Networking
    • Ethernet (RJ-45 port) – Wired network connection.
  • Audio Jacks
    • 3.5 mm ports (color-coded) – Green (headphones/speakers), Pink (microphone), Blue (line-in), etc.
    • Optical S/PDIF (sometimes) – Digital audio out.
  • Other Ports (less common today)
    • Serial (COM) Port – Old devices, legacy support.
    • Parallel (LPT) Port – Old printers.

The front panel connectors (also called system panel connectors) are a group of small pins on the motherboard. They connect the case’s front panel buttons and indicators to the motherboard.

  • Power Switch (PWR SW)
    • Connects the power button on the case to the motherboard.
    • Pressing the button signals the motherboard to power on/off.
  • Reset Switch (RESET SW)
    • Connects the reset button (if present).
    • Lets you restart the computer without shutting it down completely.
  • Power LED (PWR LED)
    • Small light (usually green/white) on the case front.
    • Glows when the system is powered on.
  • HDD/Activity LED (HDD LED)
    • Small red/amber light that blinks when the hard drive/SSD is active.
  • Speaker (PC Speaker / Beep Speaker)
    • Tiny speaker that gives POST beep codes during startup.
    • Helps in diagnosing hardware errors (e.g., RAM failure beep).

Apart from buttons and LEDs, the case also provides ports on the front/top panel. These connect to headers on the motherboard:

  • USB Headers β†’ Connect front USB 2.0 / 3.0 / USB-C ports.
  • Audio Header (HD Audio / AC’97) β†’ Connects the front headphone & mic jacks.

πŸ’‘ If you missed my earlier post where I introduced the internal components and explained the basics of the Motherboard, you can check it out here: πŸ‘‰”What’s Inside Your PC