Lineaariväylä
Lineaariväylä, or linear bus, is a fundamental concept in computer hardware and networking that describes a shared communication pathway. In this architecture, multiple devices are connected to a single transmission medium, and they all access this medium to send and receive data. When a device wants to transmit, it sends its data onto the bus, and all other devices on the bus receive it. However, only the intended recipient processes the data. This is typically achieved through addressing mechanisms where each device has a unique identifier.
The simplicity of a linear bus is its primary advantage, making it cost-effective and easy to implement.