Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Bus network
A bus network is a network architecture in which a set of clients are connected via a shared communications line, called a bus. There are several common instances of the bus architecture, including one in the motherboard of most computers, and those in some versions of ethernet networks.Bus networks are the simplest way to connect multiple clients, but often have problems when two clients want to communicate at the same time on the same bus. Thus systems which use bus network architectures normally have some scheme of collision handing or collision avoidance for communication on the bus, quite often using Carrier Sense Multiple Access.
The bus topology is passive – the computers on the bus simply listen for a signal; they are not responsible for moving the signal along.
1 Comparing bus networks to other types of network
1.1 Advantages
- Easy to implement and extend
- Well suited for temporary networks (quick setup)
- Typically the cheapest topology to implement
- Failure of one station does not affect others
1.2 Disadvantages
- Difficult to administer/troubleshoot
- Limited cable length and number of stations
- A cable break can disable the entire network
- Maintenance costs may be higher in the long run
- Performance degrades as additional computers are added
2 See Also
Computer terminology
Computer networks
Read more »