eolas/Computer_Architecture/Chipset_and_controllers.md

17 lines
883 B
Markdown
Raw Normal View History

2022-08-06 09:30:04 +01:00
---
2022-08-20 12:30:04 +01:00
categories:
2022-08-21 11:00:04 +01:00
- Computer Architecture
2022-08-20 12:30:04 +01:00
- Hardware
2023-02-10 18:22:04 +00:00
tags: [motherboard]
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-12-10 12:00:05 +00:00
The chipset manages the data flow between the different components that comprise the [motherboard](/Electronics_and_Hardware/Motherboard.md): processor, [memory](/Computer_Architecture/Memory/Memory.md), [harddisk](/Operating_Systems/Disks/What_are_disks.md) and peripherals.
2022-08-06 09:30:04 +01:00
2023-08-15 07:33:48 +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 which the [system bus](/Computer_Architecture/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_.