System bus model
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/System bus model exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "System bus model" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|System bus model|concern=The topic is not notable. Searching Google Books for the terms "system bus model" and "von Neumann" (to prevent the return of irrelevant results discussing system bus models in the context of simulation) returns three results. Searching Google Scholar returns two. Of the three Google Books results, two are textbooks with trivial mentions of the topic, and the other is a mirror of this article. Of the two Google Scholar Results, one is the same textbook found in Google Books, and the other is what appears to be some university's internal teaching material.}} ~~~~ Timestamp: 20101018031626 03:16, 18 October 2010 (UTC) Administrators: delete |
The system bus model is a streamlined version of the Von Neumann model of computer architecture. The system bus models divides the computer into three individual subunits which are the CPU, memory and input/output. The system bus model deviates from the von Neumann model by combining the arithmetic logic unit (ALU) and the central processing unit (CPU) into a single unit.[1]
Communications
A key feature of the System bus model are the shared communication pathways all part of the system bus.[1]
The system bus is composed of the data bus, address bus, control bus, power bus and sometimes an I/O bus.[1]
The data bus is used for transfer of data between subunits while the address bus is used to transmit location information between units such as where the data is going or coming from.[1]
The control bus is used to provide information as to how data is being sent.[1]
The power bus is often not graphically depicted on models but is understood to exist. Furthermore, some more complex architectures may also incorporate a separate I/O bus for transfer of data between Input/Output devices.[1]