***Welcome to ashrafedu.blogspot.com * * * This website is maintained by ASHRAF***

Saturday, September 12, 2020

NETWORK TOPOLOGIES

 A Network Topology is the arrangement with which computer systems or network devices are connected to each other. 

Topologies may define both physical and logical aspect of the network. Both logical and physical topologies could be same or different in a same network.

Point-to-Point

Point-to-point networks contains exactly two hosts such as computer, switches, routers, or servers connected back to back using a single piece of cable. If the hosts are connected point-to-point logically, then may have multiple intermediate devices. But the end hosts are unaware of underlying network and see each other as if they are connected directly.


Bus Topology

All devices share single communication line or cable. Bus topology may have problem while multiple hosts sending data at the same time. 

It is one of the simple forms of networking where a failure of a device does not affect the other devices. But failure of the shared communication line can make all other devices stop functioning.

Both ends of the shared channel have line terminator. The data is sent in only one direction and as soon as it reaches the extreme end, the terminator removes the data from the line.



Star Topology

All hosts in Star topology are connected to a central device, known as hub device, using a point-to-point connection.

If hub fails, connectivity of all hosts to all other hosts fails. Every communication between hosts takes place through only the hub. Star topology is not expensive as to connect one more host, only one cable is required and configuration is simple.


Ring Topology

In ring topology, each host machine connects to exactly two other machines, creating a circular network structure. When one host tries to communicate or send message to a host which is not adjacent to it, the data travels through all intermediate hosts.

Failure of any host results in failure of the whole ring. Thus, every connection in the ring is a point of failure.


Mesh Topology

A host is connected to one or multiple hosts. This topology has hosts in point-to-point connection with every other host or may also have hosts which are in point-to-point connection with few hosts only.



Tree Topology

Also known as Hierarchical Topology, this is the most common form of network topology in use. This topology divides the network into multiple levels/layers of network. 




No comments:

Post a Comment