Last Sync: 2022-07-09 11:00:04

This commit is contained in:
tactonbishop 2022-07-09 11:00:04 +01:00
parent 5898259e66
commit 0a054631cc
2 changed files with 7 additions and 4 deletions

View file

@ -13,16 +13,16 @@ A bus is a communication system that transfers data between components inside a
The primary pathway between the CPU and [memory](Memory/Basics.md).
### Internal bus
Connects local devices for example disk to CPu
Connects local devices for example the harddisk to the CPU.
### External bus
Connects peripheral devices such as disks and printers to the motherboard
Connects peripheral devices such as disks and printers to the [motherboard](Motherboard.md)
### Expansion bus
Allows expansion boards to access the CPU and memory.
### Frontside bus
Main computer bus that determines data transfer rate speed and is the primary data transfer path between the CPU, RAM and other motherboard devices.
Main computer bus that determines data transfer rate speed and is the primary data transfer path between the CPU, RAM and other [motherboard](Motherboard.md) devices.
### Backside bus
Transfers secondary cache (L2 cache) data at faster speeds, allowing more efficient CPU operations

View file

@ -6,5 +6,8 @@ tags:
# Motherboard
<img src="../img/motherboard-pi.jpg" width="400px"/>
The motherboard is the foundation of a computer. It allocates power and allows communication to and between the [CPU](./CPU/Von_Neumann_architecture.md), [RAM](./Memory/Basics.md), [harddisk](/Operating_Systems/Disks.md) and all other hardware components.
It is a printed circuit board and is always the largest board within the computer chassis.