Thursday, 5 October 2017

Network topology is the physical configuration of a network that determines how the network's computers are connected. Common configurations include the bus topology, ring topology, and star topology.
 
 1. Bus Network
 

Bus topology is a network setup in which each computer and network device are connected to a single cable or backbone.
Advantages of bus topology
  • It works well when you have a small network. 
  • Easiest network topology for connecting computers or peripherals in a linear fashion.
  • Requires less cable length than a star topology.
Disadvantages of bus topology
  • Difficult to identify the problems if the whole network goes down.
  • It can be hard to troubleshoot individual device issues.
  • Not great for large networks.
  • Terminators are required for both ends of the main cable.
  • Additional devices slow the network down.
  • If a main cable is damaged, the network fails or splits into two.
 
2. Ring Network 
 

Ring network is a computer network configuration where the devices are connected to each other in a circular shape. Each packet is sent around the ring until it reaches its final destination. Ring topologies are used in both local area network (LAN) and wide area network (WAN) setups.
Advantages of ring topology
  • All data flows in one direction, reducing the chance of packet collisions.
  • A network server is not needed to control network connectivity between each workstation.
  • Data can transfer between workstations at high speeds.
  • Additional workstations can be added without impacting performance of the network.
Disadvantages of ring topology
  • All data being transferred over the network must pass through each workstation on the network, which can make it slower than a star topology.
  • The entire network will be impacted if one workstation shuts down.
  • The hardware needed to connect each workstation to the network is more expensive than Ethernet cards and hubs/switches.
 
 3. Star Network


Star topology is one of the most common network setups. In this configuration, every node connects to a central network device, like a hub, switch, or computer. The central network device acts as a server and the peripheral devices act as clients.

Advantages of star topology
  • Centralized management of the network, through the use of the central computer, hub, or switch.
  • Easy to add another computer to the network.
  • If one computer on the network fails, the rest of the network continues to function normally.
Disadvantages of star topology
  • Can have a higher cost to implement, especially when using a switch or router as the central network device.
  • The central network device determines the performance and number of nodes the network can handle.
  • If the central computer, hub, or switch fails, the entire network goes down and all computers are disconnected from the network.
sources :  https://www.computerhope.com/ , http://whatis.techtarget.com/definition/network-topology .


Network topology is the physical configuration of a network that determines how the network's computers are connected . Common configur...