The blog includes a vivid coverage of the concepts of CCNA, CCNP (Routing & Switching) , Basic Linux and Linux servers. Projects have also been simulated to give a practical exposure.

Saturday 23 February 2013

Topologies

No comments
Topology: It refers to the way in which the devices are connected to each other with in a network.

There are 6 types of Topologies:

  • BUS Topology:
Bus topology was the one of the first topologies used in the design of early LAN. In this topology, all the devices are connected to a long cable which acts as a backbone to link all the devices in a network 

Advantages: 
  1. It work faster as compared to other topologies.
  2. Ease of Installation.
  3. It uses less cabling than Mesh or Star topology.
Disadvantages:
  1. Difficult re-connection and Fault isolation.
  2. A fault or break in the bus cable stops all transmission.
  • Mesh Topology:
  1. In a Mesh topology, Every device has a dedicated point-to-point link to every other device. The term dedicated means that the link carries traffic only between the two devices it connects.
  2. In this Every node is connected to n-1 nodes where n = number of devices in topology.
  3. No. of Links= n(n-1)/2 where n = number of devices in topology.

Advantages:
  1. No Congestion, Because of point-to-point connectivity throughout the network.
  2. No need to Broadcast the data to all the devices.
  3. Mesh topology is Robust.
  4. Privacy and Security.
Disadvantages:
  1. More amount of cable is used.
  2. More no. of ports are used.
  • STAR Topology:
  1. In this, each device has a dedicated point-to-point link only to a central controller, usually called a HUB. 
  2. It doesn't allow direct traffic between devices.
  3. If one device want to send data to another, it send data to the controller which then relays the data to the connected device.

Advantages:
  1. Less expensive then MESH topology.
  2. Easy to install and re-configure.
  3. Less cabling is used to be housed.
  4. Robustness
Disadvantages:
  1. If the HUB goes down, the whole system is dead.
  2. Requires more cabling then MESH.
RING TOPOLOGY:
  1. Each device has a dedicated point-to-point connection with only the two devices on either side of it.
  2. A signal is passed along the ring in one direction from device to device, until it reaches its destination.


Advantages:
  1. Easy to install and re-configure.
  2. Less expensive.
Disadvantages:
  1. Uni-directional traffic.
  2. A break in the ring can disable the entire network.
  • Tree Topology:
  1. In this, network is in the form of a tree, every device is connected to a parent device and may have further child devices connected to it.
  2. Now a days, not in use.

NOTE: A major disadvantage of this topology is that if parent device stops working then the rest of the network beneath that device will stop working.

  • HYBRID Topology:
  1. A network can be hybrid
  2. For example, we can have a main bus topology with branch connecting several stations in a star topology as shown in the figure.



Advantages:
  1. Reliable: Fault detection and troubleshooting is easy in this type of topology. 
  2. Scalable: Its easy to increase the size of network by adding new components, without disturbing existing architecture.
  3. Flexible: Hybrid Network can be designed according to the requirements of the organization and by optimizing the available resources.
  4. Effective: Hybrid topology is the combination of two or more topologies, so we can design it in such a way that strengths of constituent topologies are maximized while there weaknesses are neutralized.
Disadvantages:
  1. Complexity of Design: One of the biggest drawback of hybrid topology is its design. Its not easy to design this type of architecture and its a tough job for designers. Configuration and installation process needs to be very efficient.
  2. Costly Infrastructure: As hybrid architectures are usually larger in scale, they require a lot of cables, cooling systems, sophisticate network devices, etc. 
                                                                                                                                          Made By: P & V

No comments :

Post a Comment