Where would you find the front side bus (fsb) in a computer?

Stands for "frontside bus." The FSB connects the computer's processor to the system memory (RAM) and other components on the motherboard. These components include the system chipset, AGP card, PCI devices, and other peripherals. Because the FSB serves as the main path from the processor to the rest of the motherboard, it is also called the "system bus."

The speed of the frontside bus is measured in Megahertz or Gigahertz, just like the processor. Most computers' processors run faster than their system buses, so the FSB speed is typically a ratio of the processor speed. For example, a Pentium 4 processor that runs at 2.4 GHz may have an FSB speed of only 400 MHz. The CPU to FSB ratio would be 6:1. A Power Mac G5, however, with a 2.0 GHz processor, has a 1.0 GHz frontside bus. Therefore, its CPU to FSB ratio is 2:1.

The smaller the ratio, the more efficiently the processor can work. Therefore, faster frontside bus speeds lead to faster overall performance. When the CPU to FSB ratio is high, the processor often has to wait for data to be sent out over the system bus before getting new data to process. For this reason, the FSB can be a bottleneck in a computer's performance. So if you are looking for a fast computer, don't just check the processor speed, but find out what the frontside bus speed is as well.

Updated: N/A

Something I'm working on wants a very fast/wide Front Side Bus (FSB). What component is the FSB part of? Is it part of the CPU or the motherboard? Is it something that can be placed on a board, or is it fundamentally a part of the motherboard and therefore not able to be replaced?

4

A frontside bus is a communication interface that serves as the main link between the CPU and system memory and other parts of the chipset and motherboard. It was actively used in computer architecture in the 1990s-early 2000s, and because the speed of this communication link could be a bottleneck in computer systems, it was considered an important measure of computer performance. The FSB connects the following components with the CPU:

  • System chipset
  • System memory
  • Graphics card through the northbridge
  • Other input/output devices
  • PCI cards

The FSB was a prominent computer architecture component that allowed a CPU to communicate with various computer system resources. It connected the system memory, input/output (I/O) peripherals and other board components to the CPU and acted as the main transport link for data around the computer hardware. However, although the FSB was a very important component, its limited speed also made it a major bottleneck.

FSB speed is measured in hertz (Hz) and is often also expressed as a ratio to CPU speed. For example, a processor running at 2.4 GHz with an FSB of 400 MHz would have a CPU to FSB ratio of 6:1.

Share this Term

  • Where would you find the front side bus (fsb) in a computer?
  • Where would you find the front side bus (fsb) in a computer?
  • Where would you find the front side bus (fsb) in a computer?

On a computer’s motherboard, the front side bus is a communication interface that connects the central processing unit with the system memory and other components, such as peripherals, transferring data back and forth between the CPU and the other components.

Where would you find the front side bus (fsb) in a computer?
A front side bus links a computer's memory and hard disk to the main central processing unit.

What Does the Front Side Bus Do?

The FSB enables communication between computer components via a chipset. In Intel-based computers, the chipset has a northbridge (the memory controller hub) and a southbridge (the I/O controller hub).

Where would you find the front side bus (fsb) in a computer?
Motherboard with some slots shown.

The northbridge typically connects to memory slots and also to the graphics card via a high-speed graphics bus (e.g. Accelerated Graphics Port). The southbridge handles connections with peripherals through a bus such as Peripheral Component Interconnect. The speed of the FSB generally determines the speeds of secondary system buses.

Where would you find the front side bus (fsb) in a computer?
A BSB can provide a more efficient connection between the CPU and cache memory.

  • In a computer, a bus facilitates bidirectional data transfers between components.
  • Bus terminology differs among manufacturers. Intel manufactures FSBs whereas AMD offers EV6 buses.
  • The terms system bus, memory bus, and processor bus can refer to an FSB.
  • In most modern computers, FSB architecture has been replaced by point-to-point connections that support faster performance and better scalability.
  • FSB architecture was essentially phased out by 2008.

Where would you find the front side bus (fsb) in a computer?
The FSB is located on the computer’s motherboard where it connects the CPU to memory and peripherals.

How Do You Measure Front Side Bus Speed?

When it comes to an FSB’s effect on a computer’s performance, there are three main factors: clock frequency, width, and data transfer rate. The frequency of the FSB is measured in megahertz (1,000,000 cycles/second) and is often referred to as the FSB’s speed. Speeds vary widely, from older models with a frequency of 66 MHz to more recent examples with speeds over 1 GHz.

Where would you find the front side bus (fsb) in a computer?
Most modern computers utilize point-to-point internal connections instead of traditional bus architecture.

The width (expressed in bits) of an FSB is another key specification. Most FSB models are 32 bits or 64 bits wide. The other important metric is the data transfer rate, which is generally expressed in transfers/cycle. Multiplying these factors together gives the bandwidth of the FSB, which is essentially the best possible throughput. For example, an FSB with a bus width of 32 bits and frequency of 100 MHz performing 4 transfers/cycle has a transfer rate of 3200 MB/sec.

Where would you find the front side bus (fsb) in a computer?
The FSB transfers data back and forth from the CPU to other components.

It’s often more useful to express the FSB’s speed in relation to the CPU’s speed. For example, if your computer’s CPU has a speed of 2.0 GHz and the FSB runs at 200 MHz, the CPU to FSB ratio is 10:1. In this case, the FSB is essentially a data bottleneck; the CPU processes data much faster than the bus can send it out, so the CPU must spend some time being idle.

A smaller ratio means there is less discrepancy between the capabilities of the CPU and the FSB. As such, a computer with a 3:1 CPU to FSB ratio would perform better than a machine with a 10:1 ratio. It’s usually possible to set the FSB speed using hardware on the motherboard: jumpers or the BIOS.

What Is the Difference Between a Front Side Bus and a Back Side Bus?

In computers with dual-bus architecture, there is a front side bus and a back side bus. The BSB creates a connection between the CPU and cache memory and generally operates at the same clock rate as the CPU. The memory that the CPU accesses via the BSB is typically Layer 2 cache and/or Layer 3 cache. L2 cache is static RAM, and L3 cache is specialized memory that can feed the L2 cache.

In a dual-bus system, it’s faster to access system memory through the BSB, because it’s a dedicated connection that operates over a short distance. Faster access to memory improves the computer’s performance.

Is a Front Side Bus Still Used?

Computer architecture based on an FSB has largely been phased out in favor of newer systems with better performance. The FSB was common in most computers from the 1990s to the early 2000s, but has since been replaced by modern computer architecture.

What Technology Replaced the Front Side Bus?

Most computers nowadays don’t have an FSB or a northbridge. Instead, these machines use point-to-point connections, such as Intel’s QuickPath Interconnect, Intel’s Direct Media Interface, and AMD’s HyperTransport. In this setup, the CPU is directly connected to the southbridge or I/O controller.

In computers without an FSB, the CPU has an integrated memory controller that accesses system memory independently. This setup significantly increases the efficiency of accessing memory and frees up the bandwidth of the fast connectors for other functions.

The front side bus is no longer a regular part of motherboard architecture, but it was ubiquitous in computers and servers at the beginning of the 21st century. The FSB was a significant improvement over the original single system bus, and it paved the way for the high-performance computers available today.

Where would you find the front side bus (fsb) in a computer?
A slow FSB can affect the computer’s performance when it doesn’t keep up with the processing speed of the CPU.