Usually a big long yellow thing that.... err... A Bus is a collection of wires through which data is transmitted from one part of a computer to another. You can think of a bus as a road or highway on which data travels within a computer. When used in reference to personal computers, the term bus usually refers to internal bus. This is a bus that connects all the internal computer components to the CPU and main memory. There's also an expansion bus that enables expansion boards to access the CPU and memory. All buses consist of two parts -- an address bus and a data bus. The data bus transfers actual data whereas the address bus transfers information about where the data should go. The size of a bus, known as its width, is important because it determines how much data can be transmitted at one time. For example, a 16-bit bus can transmit 16 bits of data, a 32-bit bus can transmit 32 bits of data, and a 64-bit bus can transmit 64 bits of data. - If your still thinking about the highway analogy, a larger road can allow more cars to travel than a smaller road. |
No comments:
Post a Comment