answersLogoWhite

0


Best Answer

The main limitation of the von Neumann architecture is known as the "von Neumann bottleneck". This is due to the fact that all instructions and all data must pass through the same shared common multiplexed bus to get in or out of the processor, sooner or later things have to wait for other things to get access to this multiplexed bus and the processor gets starved for instructions and/or data. The result is the processor is unable to maintain its designed performance but waits idle instead of doing work.

There is no complete solution to the "von Neumann bottleneck" with the von Neumann architecture, but many things have been tried over the years. The most effective one so far has been the use of independent instruction and data L1 caches. This at least allows blocks of frequently needed instructions and data to be held in 2 separate very high speed memories and made available to the processor on 2 independent busses, so that instructions won't have to wait for data and data won't have to wait for instructions. But even with this, the bottleneck still occurs on the main bus when less frequently needed instructions and/or data must be accessed.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Regarding Disadvantages if we want to specify it is very less compared to the advantages.

The processor takes more time to execute as it has to decide between the data and instruction as both are stored in same memory and also we have to have two types of memory access first to access data and next for instruction or vice versa.

The above reason may also lead to system crash as there may be a confusion between data and instruction.

Advantages:

Most of the modern disk based operating system are based on Von Neumann architecture which has made handling computers and working out computation easier.

It also reduces the hardware requirements of the System as such by reducing the no of buses required to read the data and instruction separately from two different memory

we can also change the program(Instruction) more easily with a single I/O peripheral which also increases a system's robustness.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the disadvantages of von neumann architecture?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Example of Von neumann architecture?

Von neumann architecture advantage and disadvantage


What is the limitations of Von Neumann architecture?

nothing


What are the inventions of john von neumann?

computers, by the way he also got a degree


What are the differences between von neumann architecture and bus architecture?

there is no dif


Is 8086 hardvard or von newmann architecture?

8086 is von neumann.


Is 8051 an example of von-neumann architecture?

yes


What is the block diagram of Von Neumann Architecture?

main components of computer


Is Von Neumann Architecture perfect?

NO, nothing is. Is not because causes a bottleneck in the RAM


What system used john von neumann architecture?

The machine was the EDVAC computer.


What is the type architecture of 8085?

8085 has von neumann architecture it was derived after the name of mathematician john von neumann. its having 16 address bus and 8 bit data bus. it can access 2^16 individual memory location.


Is ARM11 a Von Neumann or Harvard architecture?

It depends what ARM you're talking about. The ARM7 uses the Van Neumann bus architecture (one bus for both data and instructions, and never both at the same time). The ARM9 uses a Harvard bus architecture (separate buses, one each for data and instructions).


Difference between van humann architecture and hardvard architecture?

In the Von Neumann (not "von humann") architecture instructions and data share the same bus and address space, while in the Harvard architecture instructions and data are accessed through separate buses.