Pages

Saturday 26 April 2014

2.1 Bus Topology

Bus Topology



Bus Topology
Bus Topology


Bus Topology is the simplest of network topologies. In this type of topology, all the nodes (computers as well as servers) are connected to the single cable (called bus), by the help of interface connectors. This central cable is the backbone of the network and is known as Bus (thus the name). Every workstation communicates with the other device through this Bus.

A signal from the source is broadcasted and it travels to all workstations connected to bus cable. Although the message is broadcasted but only the intended recipient, whose MAC address or IP address matches, accepts it. If the MAC /IP address of machine doesn’t match with the intended address, machine discards the signal.

A terminator is added at ends of the central cable, to prevent bouncing of signals. A barrel connector can be used to extend it.

Bus networks (not to be confused with the system bus of a computer) use a common backbone to connect all devices. A single cable, the backbone functions as a shared communication medium that devices attach or tap into with an interface connector. A device wanting to communicate with another device on the network sends a broadcast message onto the wire that all other devices see, but only the intended recipient actually accepts and processes the message.



Advantages 



  1. It is easy to set-up and extend bus network.
  2. Cable length required for this topology is the least compared to other networks.
  3. Bus topology costs very less.
  4. Linear Bus network is mostly used in small networks. Good for LAN.
  5. Easy to connect a computer or peripheral to a linear bus.
  6. Requires less cable length than a star topology.


Disadvantages



  1. There is a limit on central cable length and number of nodes that can be connected.
  2. Dependency on central cable in this topology has its disadvantages.If the main cable (i.e. bus ) encounters some problem, whole network breaks down. 
  3. Proper termination is required to dump signals. Use of terminators is must.
  4. It is difficult to detect and troubleshoot fault at individual station.
  5. Maintenance costs can get higher with time.
  6. Efficiency of Bus network reduces, as the number of devices connected to it increases.
  7. It is not suitable for networks with heavy traffic. 
  8. Security is very low because all the computers receive the sent signal from the source.
  9. Entire network shuts down if there is a break in the main cable.
  10. Terminators are required at both ends of the backbone cable.
  11. Difficult to identify the problem if the entire network shuts down.
  12. Not meant to be used as a stand-alone solution in a large building.

No comments:

Post a Comment