eolas/zk/Chipset_and_controllers.md

23 lines
753 B
Markdown
Raw Permalink Normal View History

2022-08-06 09:30:04 +01:00
---
2024-06-15 11:30:03 +01:00
tags:
- hardware
- computer-architecture
2022-08-06 09:30:04 +01:00
---
# Chipset and controllers
A **controller** is simply a circuit that controls a process. The **chipset** is
a combination of controllers placed on the same piece of silicon.
2022-08-06 09:30:04 +01:00
The chipset manages the data flow between the different components that comprise
2024-02-17 11:57:44 +00:00
the [motherboard](Motherboard.md): processor,
[memory](Memory.md),
[harddisk](What_are_disks.md) and peripherals.
2022-08-06 09:30:04 +01:00
Buses run in and out of the chipset into these key motherboard components. The
main chipset is a kind of junction that sits between the memory and CPU through
2024-02-17 11:57:44 +00:00
which the [system bus](Bus.md) passes.
2022-08-06 09:30:04 +01:00
The chipset is sometimes called the "glue" or "traffic controller" of the
motherboard or _an intelligent intersection of buses_.