Bus

A computer bus is a physical connection that links a computer's components on the motherboard. Each bus consists of a circuit between two or more chips, expansion cards and slots, or ports using a series of small wires. These circuits let the components exchange data while also providing power from the motherboard.

At any given time, each wire in a bus can either carry a voltage or not, showing one of two states — on (1) or off (0) — as a single bit of data. The number of wires in a bus determines how much data it can transfer in a single clock cycle, referred to as its width and measured in bits. For example, a bus with 64 wires can send 64 bits at once, making it a 64-bit bus. Buses also have a speed, measured in megahertz, that indicates how many times per second it transfers data.

The primary bus that connects a computer's CPU to the rest of the motherboard's components is known as the "system bus." The system bus includes three separate buses that handle different tasks:

  • The address bus carries information about the physical address of the memory location that is being read or written. The total number of addressable memory locations depends on the width of the address bus — a 16-bit bus can address 65,536 memory locations (64 kilobytes), while a 32-bit bus can address 4,294,967,296 locations (4 gigabytes).
  • The data bus carries the actual data to and from the system's RAM. A wider data bus can transfer more information per clock cycle.
  • The control bus carries commands between the CPU and the rest of a computer's components. It also carries status reports from devices back to the CPU.

In addition to the system bus, computers contain other buses that connect components and peripherals to their respective controller chips. Internal buses (also called local buses) connect components inside the computer, while external buses connect the ports used for attaching peripherals. For example, a computer's internal memory bus connects the RAM slots to the memory controller, while the external USB bus connects USB ports to the I/O controller.

Updated January 23, 2023 by Brian P.

quizTest Your Knowledge

What allows storage devices to be accessible by multiple computers?

A
SAN
0%
B
ZIF
0%
C
PBX
0%
D
DVI
0%
Correct! Incorrect!     View the SAN definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Bus on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.