Coder Social home page Coder Social logo

computer-network-topologies's Introduction

Computer Networks

Topology

Network topology is the arrangement of the elements of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks.


1. Bus topology

In bus topology, every computer and network device is connected to a single cable. It has unidirectional transmission of data.

Advantages
  • Easy to expand
  • Favourable for small networks
  • It is cost effective since only single cable is required (known as backbone)
Disadvantages
  • If the cable fails, whole network will fail
  • Cable has limited length
  • If network traffic is high or nodes are more, the network performance tends to decrease (To avoid this various protocols are used, like Pure Aloha)

2. Ring topology

In ring topology, connecting devices form a ring as each device has exactly two neighbouring devices.

Advantages
  • Cheap to install and expand
  • Possibility of collision is minimum i.e. network is not affected by adding more nodes
Disadvantages
  • Troubleshooting is difficult
  • Addition or removal of devices disturbs the whole network

3. Mesh topology

In mesh topology, each computer on the network connects to every other device via particular channel.

Advantages
  • It is robust
  • Each connection can carry its own data
  • Provides security and privacy
Disadvantages
  • Installation and configuration is difficult
  • More wires are required, hence higher cabling cost
  • High maintenance cost

computer-network-topologies's People

Contributors

abhishekashyap avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.