Saturday, October 19, 2019

WHAT IS A NETWORK TOPOLOGY?

NETWORK TOPOLOGY


A Network Topology is the arrangement of nodes -  usually switchesrouters, or software switch/router features -- and connections in a network, often represented as a graph.  The topology of the network, and the relative locations of the source and destination of traffic flows on the network, determine the optimum path for each flow and the extent to which redundant options for routing exist in the event of a failure.

There are two types of network topologies: physical and logical

Physical Topology emphasizes the physical layout of the connected devices and nodes, while the Logical Topology focuses on the pattern of data transfer between network nodes.



TYPES OF TOPOLOGY

Image result for bus topology

Bus topology is a network type in which every computer and network device is connected to single cable.In networking a bus is the central cable -- the main wire -- that connects all devices on a local-area network (LAN). It is also called the backbone. This is often used to describe the main network connections composing the Internet.  Bus networks are relatively inexpensive and easy to install for small networks. Ethernet systems use a bus topology. When it has exactly two endpoints, then it is called Linear Bus topology.

Advantages of Bus Topology
  1. It is cost effective.
  2. Cable required is least compared to other network topology.
  3. Used in small networks.
  4. It is easy to understand.
  5. Easy to expand joining two cables together.
Disadvantages of Bus Topology
  1. Cables fails then whole network fails.
  2. If network traffic is heavy or nodes are more the performance of the network decreases.
  3. Cable has a limited length.
  4. It is slower than the ring topology.

RING TOPOLOGY
Related image
A local-area network (LAN) whose topology is a ring. That is, all of the nodes are connected in a closed loop. Messages travel around the ring, with each node reading those messages addressed to it. 
Advantages of Ring Topology
  1. Transmitting network is not affected by high traffic or by adding more nodes, as only the nodes having tokens can transmit data.
  2. Cheap to install and expand

Disadvantages of Ring Topology

  1. Troubleshooting is difficult in ring topology.
  2. Adding or deleting the computers disturbs the network activity.
  3. Failure of one computer disturbs the whole network.

STAR TOPOLOGY
Image result for star topology
All the nodes in the network are connected to a central device like a hub or switch via cables. Failure of individual nodes or cables does not necessarily create downtime in the network but the failure of a central device can. This topology is the most preferred and popular model.
Advantages of Star Topology
  1. Fast performance with few nodes and low network traffic.
  2. Hub can be upgraded easily.
  3. Easy to troubleshoot.
  4. Easy to setup and modify.
  5. Only that node is affected which has failed, rest of the nodes can work smoothly.
Disadvantages of Star Topology
  1. Cost of installation is high.
  2. Expensive to use.
  3. If the hub fails then the whole network is stopped because all the nodes depend on the hub.
  4. Performance is based on the hub that is it depends on its capacity

MESH TOPOLOGY
Image result for mesh topology
The topology in each node is directly connected to some or all the other nodes present in the network. This redundancy makes the network highly fault tolerant but the escalated costs may limit this topology to highly critical networks.It is a point-to-point connection to other nodes or devices.

There are two techniques to transmit data over the Mesh topology, they are :
  1. Routing
  2. Flooding

MESH Topology: Routing

In routing, the nodes have a routing logic, as per the network requirements. Like routing logic to direct the data to reach the destination using the shortest distance. Or, routing logic which has information about the broken links, and it avoids those node etc. We can even have routing logic, to re-configure the failed nodes.

MESH Topology: Flooding

In flooding, the same data is transmitted to all the network nodes, hence no routing logic is required. The network is robust, and the its very unlikely to lose the data. But it leads to unwanted load over the network.
Advantages of Mesh Topology
  1. Each connection can carry its own data load.
  2. It is robust.
  3. Fault is diagnosed easily.
  4. Provides security and privacy.
Disadvantages of Mesh Topology
  1. Installation and configuration is difficult.
  2. Cabling cost is more.
  3. Bulk wiring is required.

HYBRID TOPOLOGY
Image result for HYBRID topology
It is two different types of topologies which is a mixture of two or more topologies. For example if in an office in one department ring topology is used and in another star topology is used, connecting these topologies will result in Hybrid Topology (ring topology and star topology).

Advantages of Hybrid Topology
  1. Reliable as Error detecting and trouble shooting is easy.
  2. Effective.
  3. Scalable as size can be increased easily.
  4. Flexible.
Disadvantages of Hybrid Topology
  1. Complex in design.
  2. Costly.








No comments:

Post a Comment

WHAT ARE THE TYPES OF CABLE?

TYPES OF CABLE 1. Twisted-pair cable Is the most common type of cable.  Have eight individual copper wires bundled together and co...