Skip to main content

Topology in Computer Networks

Network Topology
The arrangement in which elements like links, nodes of common network are connected is known as network topology. Example of Network topology is found in local area network.

We have five types of topologies:
1.) Mesh Topology
2.) Bus Topology
3.) Ring Topology
4.) Star Topology
5.) Hybrid Topology

1.) Mesh Topology: In mesh topology every device is connected with another device via a particular channel.



2.) Bus Topology: The bus topology is used when a network installation is small, simple and temporary.
On a typical bus network cable is just one or more wires with no active electronics to amplify the signal or pass it along from computer to computer. This makes the bus a passive topology. Only one computer can send data at one time therefore the number of computers attached to a bus network can significantly affect the speed of the network a computer must wait until the bus is free before it can transmitted.


Advantages of bus topology:
  • Easy to install
  • Backbone cable can be laid along the most efficient path 
  • Less cable length required then match, rain, star entry except. 
  • It is easy to expand the bus
Disadvantages of Bus Topology:
  • Difficult reconfiguration 
  • Adding and deleting requires redesigning of backbone.
  •  New devices can not easily added. 
  • Difficult fault isolation.
  •  In case of bus fault the areas such signals back to origin creating noise.
  •  Signal reflection at-taps can degrade equality or service.
Ring topology:

In a ring topology each computer is connected to the next computer with the last one connected to the first one. Every computer is connected to the next computer in the ring and retransmits what it receives from the previous computer. The message flow around the ring in one direction.



Advantages of ring topology:
  • Because every computer is given equal access to the token no 1 computer can monopolize the network.
  •  The fair sharing of network allows the network to degrade gracefully as more users are added.
  •  Fault isolation is easy.
Disadvantages of ring topology:
  • It is difficult to troubleshoot a ring network.
  •  Adding and removing computers disrupts the network.
  • Failure of one computer on the name can affect the whole network.
  •  Uni-directional traffic can be disadvantage.

Star Topology:

Star topology consists of a Central node to which all other nodes are connected by a single path. It is the topology used in most existing information networks involving data processing or voice communications. The most common example of star topology is IBM 370 installations.


Advantages of star topology:
  • Ease of service.
  •  One device per connection.
  •  Centralised control problem diagnosis.
  •  Simple access protocols.
Disadvantages of star topology:
  • Long cable length.
  •  Difficult to expand.
  •  Central node dependency.
Hybrid topology:

Hybrid topology is a topology that uses two or more different network topologies.


Advantages of hybrid topology:

  • It is extremely flexible.Ii
  • Its very reliable. 
  • It is easily scalable.

Disadvantages of hybrid topology:

  • It is expensive.
  •  The design of hybrid topology is very complex.
  • Hardware changes are required in order to connect topology to another topology



Comments

  1. Your Affiliate Money Printing Machine is ready -

    And making money with it is as simple as 1..2..3!

    Here's how it works...

    STEP 1. Tell the system what affiliate products the system will push
    STEP 2. Add some PUSH BUTTON TRAFFIC (it takes JUST 2 minutes)
    STEP 3. See how the affiliate system explode your list and upsell your affiliate products all on it's own!

    So, do you want to start making profits??

    Click here to launch the system

    ReplyDelete
  2. Let me tell you something...

    This might sound a little weird, and maybe even kind of "supernatural"

    WHAT if you could simply press "Play" to LISTEN to a short, "miracle tone"...

    And miraculously bring MORE MONEY to your LIFE?

    I'm talking about BIG MONEY, even MILLIONS of DOLLARS!!

    Sound too EASY? Think it couldn't possibly be REAL?!?

    Well then, I'll be the one to tell you the news...

    Usually the greatest blessings life has to offer are the easiest to RECEIVE!!

    Honestly, I'm going to provide you with PROOF by letting you PLAY a REAL "magical money tone" I developed...

    You simply click "Play" and the money will start coming into your life.. starting so fast, you will be surprised..

    CLICK here to experience this marvelous "Miracle Money-Magnet Tone" - as my gift to you!!

    ReplyDelete

Post a Comment

If you find something wrong about this post please let us know. No Abusive Messages please.

Popular posts from this blog

Hub, repeater, switch, router, gateway, bridge

HUB Hub is a controller that controls the traffic on the network.  The following important properties of hub are:  1) It amplify signals. 2) It propagates signals through the network. 3) It does not require filtering. 4) It does not require path determination for switching. 5) It is used as network concentration points. Hubs are basically two types: 1) Active hub 2) Passive hub Active hub: A ctive hub works as repeater which is a hardware device that regenerates the received bit pattern before sending them out . Passive hub : A passive hub is a simple hardware device which provide a simple physical connection between the attached devices. Advantages of hub: It cannot filter the traffic full stop feeling generally refers to a process or device that screens network traffic for certain characteristics such as source address and destination address and protocol. Disadvantages of hub: On a hub, more than one user may try to send data on the netwo...

DBMS: Normalization

Normalization : Normalization is the process of transformation of the conceptual schema of the database into a computer represent table form. Normalization is the process of removing the redundancies from incoming data.  Normalization is a technique to which helps the user to group the data and place the data in a table.  Normalization is a process which ensure the inconsistencies are not introduced into the database. Need of Normalization : we know with the time, most of databases grow time to time by adding new relations and relationships, the data may be used in different ways. Regularly the information may undergo series of updations in such situations, the performance of a database is entirely dependent upon its design.      A bad  database design  may lead to certain undesirable things: Repetition of information Inability to represent certain information  Loss of information Uses of Normalization: When data is large a...

Data Warehousing

  Data Warehouse is open to an almost limitless range of definitions. Simply put, data warehouses store and aggregation of a company's data. Data warehouses are an important asset for organisations to maintain efficiency, profitability and competitive advantages, organisations collect data through many sources- online, call centre, sales needs, inventory management. The data collected have degrees values and business relevance. Figure shown below shows the architecture of a typical data warehouse and illustrate the gathering of data, the storage of data, and the quaring and data analysis support. Different steps involved in getting data into a warehouse are called as extract, transform and lode or ELT tasks; extraction refers to getting data from the sources, while loaders reference to loading the data into data warehouse. Characteristics of data warehouse: Multidimensional conceptual view Generic dimensionality Unlimited dimensions and aggregation le...