In: Computer Science
What are common network topologies of star, mesh, bus, ring, point to point, point to multipoint and hybrid? What are advantages and disadvantages of each? When are each used?
Star topology : A star topology is a topology for a Local Area Network (LAN) in which all nodes are individually connected to a central connection point, like a hub or a switch. A hub sends every packet of data to every device, whereas a switch only sends a packet of data to the destination device.
Advantages:
Disadvantages :
Use: when there is a failure in cable then only one computer might get affected and not the entire network.
Mesh topology : Mesh topology is a type of network topology in which each computer is connected to every other computer in the network.Each node is capable of sending messages to and receiving messages from other nodes.
Advantages:
Disadvantages :
Use: mesh topologies to avoid breakdowns in communication
Bus topology : A bus topology is a topology for a Local Area Network (LAN) in which all the nodes are connected to a single cable.
Advantages:
Disadvantages :
Use: Small workgroup local area networks (LANs) whose computers are connected using a cable.
Ring topology : each device is connected with the two devices on either side of it. There are two dedicated point to point links a device has with the devices on the either side of it. Token passing is used in this topology
Advantages:
Disadvantages :
Use: In wide area networks (WAN) and meteropolitan area networks (MAN), a ring topology is used to as the topology
Point to Point topology : simplest topology that connects two nodes directly together with a common link.Point to point is a one to one type of connection.
Advantages:
Disadvantages :
Use: only used for small areas where nodes are closely located
Point to multipoint topology : The Point-to-Multipoint topology is a common network architecture for outdoor wireless networks to connect multiple locations to one single central location. one-to-many connection
Advantages:
Disadvantages :
Use: when two device uses same connected device
Hybrid topology : A combination of two or more topology is known as hybrid topology. For example a combination of star and mesh topology is known as hybrid topology.
Advantages:
Disadvantages :
Use: allows the nodes in a given basic topology to communicate with other nodes in the same basic topology as well as those in other basic topologies within the hybrid topology.