Multi-channel memory architecture: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 10:
The most conspicuous of these parts is the memory controller, which regulates data flow between CPU and the system memory (RAM). The memory controller determines the types and speeds of RAM as well as the maximum size of each individual memory module and the overall memory capacity of the system. There are many memory controller designs; prior to 2003, the most common was the single channel configuration. Among its advantages are its low cost and flexibility. Its ability to produce a bottleneck effect arises when it is unable to keep up with the processor, leaving it with nothing to process while the memory controller is struggling to keep up with the data flow. Under the single channel architecture, any CPU with a bus speed that is greater than the memory speed would be liable to fall prey to this bottleneck effect.
 
The dual channel configuration alleviates the problem by doubling the amount of available memory bandwidth. Instead of a single memory channel, a second, parallel channel is added. With two channels working simultaneously, the bottleneck is reduced. Rather than wait for memory technology to improve, dual channel architecture simply takes the existing RAM technology and improves the method in which it is handled. While the actual implementation differs between Intel and AMD motherboards, the basic theory stands.
 
==External links==