Skip to main content

Network topology's advantages and disadvantages

Network topology

  1. Local area network
  2. Wide area network
  3. Metropolition area network
Local area network
A local area network is a data communication systemconsisting of several devices such as computer and computer and printers. This type of network contains computer that are relatively near each other and are physically connected using cables, infrared links, or wireless media. A lan can consists of just two or three PCs connected together to share resources. A LAN is a computer network converting a small geographic area, like a home, office, or group of buildings. LAN has four main topologies including:star network, ring network, bus network, and mesh network.

Star network
star network are one of the most common computer network topologies. In its simplest form, a star network consists of one central switch, hub or computer.

Advantages
  • Performance:each node has a seperate induvidual link to the server so this eliminates the network traffic as a result increase the performance of the network.
  • Expansion:the network can be expanded to any amount because installation of extra nodes is possible this activity will not do any harm to the other nodes that are already connected.
  • Isolation:As each PC or node is isolate and has induvidual cables to the servers if one node breaks down the other nodes will not have an effect.

Disadvantages
  • Dependancy:even though individual connections are given to each node each node is connected to the hub or the server, so that if the server breaks down the entire network fails
Ring network
A ring network is a network topology in which each node connects to exactly two other nodes, forming a circular pathway for signals: a ring. Data travels from node to node, with each node handling every packet.

  • Very orderly network where every devices has access to the token a transmit.
  • performs better than a star topology under heavy network load.
  • can create much larger network using token ring
  • Does not require network server to manage the connectivity between the computers.
Disadvantages

  • Malfunction of one node may cause destruction to the other nodes in the network.
  • moves, adds and changes of devices can affect the network.
  • Network adapter cards are much more expensive than ethernet cards and hubs.
  • Much slower than a ethernet network under normal load.
Bus network
A bus network topology is a  network architecture in which a set of clients are connected via a shared communication line,called a bus. There are several common instances of the bus architecture, including one in the motherboard of most computers.

Advantages
  • Easy to implement and extend.
  • Requires less cable length than a star topology
  • well suited for temporary or small networks not requiring high speed.
  • cheaper than other topologies.
Disadvantages
  • Limited cable length and number of station.
  • if there is a problem with the cable, the entire network goes down.
  • maintanance cost may be higher in the long run.
  • performance degrades as additional computers are added or on heavy traffic.
  • proper termination is required.
  • significant capasitive load.
  • it works best with limited number number of nodes.
  • it is slower than the other topologies
Mesh network
Mesh networking is a way to route data, voice and instructions between nodes. It allows for continuous connections and recongiguration around broken or blocked paths by hopping from node to node untill the destination is reached. A mesh network whose nodes are all connected to each other is a fully connected network.

Wide area network
a wan is two or more lan connected together generally across a wide geographical area. Wan s are used to connect lans and other types of networks together, so that users and computers in one location can communicate with users and computers in other locations.

Metropolition area network
The metropolition area network is a large scale network, that connects multiple cooperate lans together. Metropolition area networks or mans are large computer networks usually spanning a city.

Comments

Popular posts from this blog

Arduino colour sensor and servo pro

Colour sensor with servo project Making All we need for this project is one color sensor (TCS3200) and two hobbyist servo motors, which makes this project quite simple but yet very fun to build it. In the first place, using the Solidworks 3D modeling software I made the design of the color sorter and here’s its working principle Initially, the colored skittles which are held in the charger drop into the platform attached on the top servo motor.Then the servo motor rotates and brings the skittle to the color sensor which detects its color.After that the bottom servo motor rotates to the particular position and then the top servo motor rotates again till the skittle drop into the guide rail. Connecting method The code is below /* Arduino Project - Color Sorting Machine * * by Dejan Nedelkovski, www.HowToMechatronics.com * */ #include <Servo.h> #define S0 2 #define S1 3 #define S2 4 #define S3 5 #define sensorOut 6 Servo topServo; Servo b

how to fire a matchstrick wirelessly using android phone

Copper wire:0.5mm/1mm Copper wire:0.1-0.4mm Motor Arduino esp8266 12E 5v relay module Alkaline battery:5v-9v AA battery:3v Android phone Blynk application No worry about this circuit because this is 100% working and tested. The basic consept of this circuit is below This circuit is possible because mini copper wire get more heat than the bigger wire. Codeing method First you install arduino ide on your pc Then copy and paste this code in your arduino #define BLYNK_PRINT Serial    // Comment this out to disable prints and save space #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "YourAuthToken"; // Your WiFi credentials. // Set password to "" for open networks. char ssid[] = "YourNetworkName"; char pass[] = "YourPassword"; void setup() {   Serial.begi

How to make a poket radio(circuit)

Pocket radio diagram Needed BF 494 transistor  T1, T2. Variable resistor. Variable capacitor. Inductor coil. Lm 386 IC Follow this diagram and do it, Then follow the instruction :Initially connect the circuit as shown in the figure. :Connect the power supply to the circuit. :Now press the switch. :Now adjust the frequency of the circuit by varying the trim pot (variable capacitor) of the tank circuit. :Thus the circuit starts tuning to the nearest frequency. :When the frequency of incoming signal is matched sound can be heard through the headphone or speaker. :Now tune the circuit to the  another frequency using tank circuit. :You can listen another sound incoming at that particular frequency. :Adjust the variable resistor to increase or decrease the volume. Try and enjoy it