DIFFERENT TYPES OF COMPUTER TOPOLOGY:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7TbrLi48mUm9OZRyU15TiYT0ZEGq0z1zY6cqkDXiJL-D-9WHobXoJXwD54v0BWOjEaDn0za5oIW2JWgMXZrG9V4cVmjaH24K_sqntFzUfCQAxjH9HglkgYjbsAYMvTl3JUAAnqP1rEo8W/s200/linear+bus.jpg)
- LINEAR BUS TOPOLOGY is a type of network topology in which each device is connected one after the other in a sequential chain. In this case, the bus is the network connection between the devices, and if any link in the network chain is severed, all network transmission is halted. It works well for small networks because it is simple to set up and utilizes shorter cables since each device is connected to the next. It is a poor solution for larger networks, however since the entire network relies on each connection, and network speed is reduced as more devices are added.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggJCLIhQ2aj7hjevbDiQEPWIT8hLoV8Y6u5ap4BcUOC0KOizBqse7uDb-Tl5ZN4dlkS9zYVEkgmvZQD177JHcJXYoetecC_kynOsb7R1nA-ZE1vvQBKL4KkKctih00TAbyUsRwguEL0rTA/s320/Star-topology+4.png)
- STAR TOPOLOGY is one of the most common network setups. In this configuration, everynode 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. Depending on the type ofnetwork card used in each computer of the star topology, a coaxial cable or a RJ-45 network cable is used to connect computers together.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPB5GFxwKs7uNtgTcdaPCHvRPLGy7NNxAGaFkxQDlEfIlYBnORthgs-pqNVB8cTznHbE6ucVjn1qChxVGTzEYNk3cD3FDL9pHGlzOuDEBddqWugcoBS4KaWI-LyH4nEqT7lEzVgjHOKSNZ/s320/ring+topology.png)
- RING TOPOLOGY is a network configuration in which device connections create a circular data path. Each networked device is connected to two others, like points on a circle.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhj-jNbDp4cvZh73fNMV6IyiS3OWjmiq2z5aka0OU5PDg9upV4Mt6S-FQJY9I95vEtezIGaqDDtG6TrZXFxRMTHfG1nPaomfOiy_fnWqF_9iaMX1cams0qO8cb8oI2rst4G2QT6mh5zF5aW/s320/mesh.gif)
- MESH TOPOLOGY, is a local network topology in which the infrastructure nodes connect directly, dynamically and non-hierarchically to as many other nodes as possible and cooperate with one another to efficiently route data from/to clients. This lack of dependency on one node allows for every node to participate in the relay of information. Mesh networks dynamically self-organize and self-configure, which can reduce installation overhead. The ability to self-configure enables dynamic distribution of workloads, particularly in the event that a few nodes should fail. This in turn contributes to fault-tolerance and reduced maintenance costs.
In a partially connected mesh topology, at least two of the computers in the network have connections to multiple other computers in that network. It is an inexpensive way to implement redundancy in a network. In the event that one of the primary computers or connections in the network fails, the rest of the network continues to operate normally.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhotB4gZJwRD5UAk96ycpwleSlF7veqB38zEDOw79Ktl-AWXkfKGdwhqEJP8DaGkOdVenTfvlmf6ybua7kCpvYESsSyLMS95PV150DMsgfsu76FG5T4CXO652ntdlnWvaG76vX_Qb-tPuh7/s320/hybrid+1.jpg)
- HYBRID TOPOLOGY, is a combine of two or more topologies in such a way that the resulting network does not exhibit one of the standard topologies
SOURCE:
https://www.computerhope.com/jargon/h/hybrtopo.html
https://en.wikipedia.org/wiki/Network_topology