- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Bus Transfer in Computer Architecture?
A bus transfer is the most effective method to send data by using a common bus system. It is constructed using common bus registers in multiple registers. The mechanism of the bus includes a collection of lines. These lines are registers of one bit each, which share only one information at a time. The data transfer is contained by the control signals.
The two methods that can be used in Bus transfer are as follows −
- Using multiplexer
- Using three states bus buffers
Using Multiplexer
A common bus can be generated using a multiplexer. It facilitates in choosing the source register to place the binary data on the bus. The bus register has input and output gating controlled by control signals. The diagram demonstrates the input and output gating of registers.
- Ri is the register and Rin and Rout are the input and output gating signals of Ri.
- Z is the register and Zin and Zout are the input and output gating signal of register Z.
- Y is the register and Yin and Yout are the input and output signals of Y.
The figure shows input and output gating. The switches are controlled by control signals. Rin and Rout are the input and output gating of the register Ri. When the signal is ON, Ri is set to 1 and when the signal is OFF, Ri is set to 0.
When the input gating Rin is set to 1, the data is loaded into the register bus Ri accessible on the common bus. When Rout is set to 1, the contents of the register Ri are placed on the data bus. It is referred to as input enabled and output enabled signals. The functions that take place inside the processor are in sync with the clock pulse.
Three-State Buffers
Three-state buffers can generate a common bus. The buffer is an area of the memory, which is added in between the other devices to block several interactions and to connect the support. It is established on the three states, 1, 0, and the open circuit. These three states defines are as follows −
- The logic 0 and 1 are the two signals similar to the ones in the conventional gate.
- The high impedance state defines that it does not contain the logic significance and the output is separated.
- These three-state gates can implement any conventional logic AND or NAND, OR, or NOR.
The diagram demonstrates the logic symbols and the associated truth table.
As shown in the figure −
- When the output is allowed and the control input is similar to 1. The logic gate performs as a buffer with the output similar to the input.
- When the input is provided is 0, the gate goes too high impedance state Z and the output is disabled.
- The impedance in three-state buffers linked all the outputs with a cable to produce a common bus line and does not threaten the loading effect.
- The truth table shows that when some input is given and the gate is disabled, it shows in high impedance.
- When the gate is enabled with some input given, then the output results are not in disabled mode.
- When the gate is enabled with input as 1, the output is similar to 1.
- Related Articles
- What is Memory Transfer in Computer Architecture?
- What is single shared bus in computer architecture?
- What is multiple shared bus in computer architecture?
- What is Common Bus System in Computer Architecture?
- What is Asynchronous Data Transfer in Computer Architecture?
- What is Asynchronous Serial Transfer in computer architecture?
- What is Time-shared Common Bus in Computer Architecture?
- What is data transfer instruction process in Computer Architecture?
- What is the Bus-Based Symmetric Multiprocessors in Computer Architecture?
- What are the elements of Bus Design in Computer Architecture?
- How to Control Common Bus in Computer Architecture?
- Discuss the Data Transfer Schemes in Computer Architecture?
- Explain the various DMA transfer modes in computer architecture?
- What is computer architecture?
- What is bus arbitration in computer organization?
