Ask a Question

what vonneumn architecture

on 2012-11-30 19:35:42   by upendra   on MCA  1 answers

Arnab

on 2012-12-01 10:30:00  

There are two fundamental architectures to access memory. Von Neuman's Architecture John Von Neumann's: One shared memory for instructions (program) and data with one data bus and one address bus between processor and memory. Instructions and data have to be fetched in sequential order (known as the Von Neuman Bottleneck), limiting the operation bandwidth. Its design is simpler than that of the Harvard architecture. It is mostly used to interface to external memory.