Sign in with
Sign up | Sign in
Solved

How width of data & address buses affect CPUs performance & complexity

Last response: in CPUs
Share

Best solution

The bandwidth or maximum theoretical throughput of the front-side bus is determined by the product of the width of its data path, its clock frequency (cycles per second) and the number of data transfers it performs per clock cycle. For example, a 64-bit (8-byte) wide FSB operating at a frequency of 100 MHz that performs 4 transfers per cycle has a bandwidth of 3200 megabytes per second (MB/s):
http://en.wikipedia.org/wiki/Front-side_bus
Ask the community
!