- Bus network
A bus network topology 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 may have problems when two clients want to transmit at the same time on the same bus. Thus systems which use bus network architectures normally have some scheme of collision handling or collision avoidance for communication on the bus, quite often using
Carrier Sense Multiple Access or the presence of abus master which controls access to the shared bus resource.A true bus network is
passive – the computers on the bus simply listen for a signal; they are not responsible for moving the signal along. However, many active architectures can also be described as a "bus", as they provide the same logical functions as a passive bus; for example, switched Ethernet can still be regarded as alogical bus network, if not a physical one. Indeed, the hardware may be abstracted away completely in the case of asoftware bus .With the dominance of switched Ethneret over passive Ethernet, passive bus networks are uncommon in wired networks. However, almost all current
wireless network s can be viewed as examples of passive bus networks, with radio propagation serving as the shared passive medium.The bus topology makes the addition of new devices straightforward. The term used to describe clients is station or workstation in this type of network. Bus network topology uses a broadcast channel which means that all attached stations can hear every transmission and all stations have equal priority in using the network to transmit [cite book | first = Geoffrey Knott and Nick Waites| title = BTEC Nationals for IT Practitioners | publisher = Brancepeth Computer Publications| year = 2002| isbn = 0-9538848-2-1 | quote = ...all stations have equal priority in using the network to transmit.| pages = 395 ] data.
Advantages and disadvantages of a bus network
Advantages
*Easy to implement and extend
*Well suited for temporary or small networks not requiring high speeds (quick setup)
*Cheaper than other topologies.
*Cost effective as only a single cable is used.Disadvantages
*Limited cable length and number of stations.
*If there is a problem with the cable, the entire network goes down.
*Maintenance costs may be higher in the long run.
*Performance degrades as additional computers are added or on heavy traffic.
*Proper termination is required (loop must be in closed path).
*Significant Capacitive Load (each bus transaction must be able to stretch to most distant link).
*It works best with limited number of nodes.
*It is slower than the other topologies.References
Wikimedia Foundation. 2010.