SlideShare a Scribd company logo
1 of 8
Download to read offline
Network Topology
Network topologies describe the ways in which the elements of a network are
connected. They describe the physical and logical arrangement of network nodes.
There are two types of network topologies
1. Physical topology
2. Logical topology
Physical Topology
Physical topology is the physical layout of nodes, workstations and cables in the
network. It is the arrangements of various elements (or components) of a network,
include device location and cable installation.
Logical Topology
Logical topology means how information is passed between two nodes in a network.
This topology is bound to the network protocol and define how data is moved
through out the network.
Types of Physical Topology
1. Bus topology
2. Star topology
3. Ring topology
4. Mesh topology
5. Tree topology
Bus Topology
 In bus topology, all the nodes (computers, servers, printers etc) are connected
to the single cable.
 This is known as a BUS and acts as the backbone of the network, which joins
every computer and peripheral in the network.
 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 and the terminator removes
the data from the line.
Advantages of Bus Topology
 Bus network are useful in small networks like setup in a small office.
 Require less cable length compared to other topologies.
 Easy to connect a computer.
 Easy to understand.
 Cost very less.
Disadvantages of Bus Topology
 Entire network shuts down, if there is any break in the main cable.
 Cable has a limited length,
 It is slow when more devices are added into the network.
 It is slower than ring topology.
Star Topology
 In star topology, every node is connected to central node, which is called hub
or switch.
 The central node (hub or switch) is the server and other node are clients.
 In this topology, data from source node is first delivered to the hub and then
transferred to the destination nodes.
 It is easy to add or remove nodes in this topology.
 Star topology gives better performance because data does not pass through
every node unlike bus topology.
 So if a particular workstation (or a node) gets an error then the entire network
is not affected. But if the central workstation (hub/switch) goes down, then
the entire network collapses.
Advantages of Star Topology
 Easy to install and modify.
 Hub can be upgraded easily.
 Easy to troubleshoot.
 New nodes can be added easily without affection the other nodes.
 If any of the local computers fails, the remaining portion of the network is
unaffected.
Disadvantages of Star Topology
 Whole network is depend on the central device so if the central device is failed
than whole network is stopped.
 It is slower than the ring topology.
Ring Topology
 In ring topology, all the computers (nodes) are connected in a closed loop.
 This topology works on the token based system and token travels in the loop.
 If the token is free, then the node can capture the token and attach the data and
destination address to the token, and then leaves the token.
 When token reaches at the destination node, the data is removed by the
destination node and token is free to carry the next data.
 The transmission is unidirectional, but it can be made bidirectional by having
connections between each Network Node, it is called Dual Ring Topology.
 In Dual Ring Topology, two ring networks are formed, and data flow is in
opposite direction in them. Also, if one ring fails, the second ring can act as a
backup, to keep the network up.
Advantages of Ring Topology
 Additional components do not affect the performance of network.
 Cheap to install and expand
Disadvantages of Ring Topology
 Troubleshooting is difficult in ring topology.
 Adding or deleting the computers disturbs the network activity.
 Failure of one computer disturbs the whole network.
Mesh Topology
 In mesh topology, each of the nodes are interconnected with one another.
 Every node sends its own signals and also relay data from other nodes.
 Mesh topology network can be formed by using the formula:
Number of cables = ( n ( n – 1 ) / 2 )
If 4 pc, then ( 4 ( 4 – 1 ) / 2 ) = 6 cables
 There are two types of mesh topology:
1. Full mesh topology
2. Partial mesh topology
 In full mesh topology, each node is connected to every other node in the
network.
 In partial mesh topology, some nodes are not connected to every node.
Advantages of Mesh Topology
 If one of the device (node) fails, then there is always an alternative present.
 Expansion and modification can be done without disrupting other nodes.
 Communication is very fast between two nodes.
 It is robust.
 Fault is diagnosed easily.
 Provides security and privacy.
Disadvantages of Mesh Topology
 It is quite expensive because a higher length of cable is required.
 Installation and maintenance is very difficult.
Tree Topology
 Tree topology is the combination of Bus and Star topology.
 A tree topology is also known as a star bus topology.
 The whole network is divided into segments, which can be easily managed
and maintained.
Advantages of Tree Topology
 Extension of bus and star topologies.
 Expansion of nodes is possible and easy.
 Easily managed and maintained.
 Error detection is easily done.
Disadvantages of Tree Topology
 Heavily cabled.
 Costly.
 If more nodes are added maintenance is difficult.
 Central hub fails, network fails.
Hybrid Topology
 It is a combination of two or topologies
 Inherits the advantages and disadvantages of the topologies included
Advantages of Hybrid Topology
 Reliable as Error detecting and trouble shooting is easy.
 Effective.
 Scalable as size can be increased easily.
 Flexible.
Disadvantages of Hybrid Topology
 Complex in design.
 Costly.

More Related Content

What's hot

What's hot (20)

Parity check(Error Detecting Codes)
Parity check(Error Detecting Codes)Parity check(Error Detecting Codes)
Parity check(Error Detecting Codes)
 
Module1 Mobile Computing Architecture
Module1 Mobile Computing ArchitectureModule1 Mobile Computing Architecture
Module1 Mobile Computing Architecture
 
IEEE 802.11 and Bluetooth
IEEE 802.11 and BluetoothIEEE 802.11 and Bluetooth
IEEE 802.11 and Bluetooth
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
 
STAR TOPOLOGY
STAR TOPOLOGY STAR TOPOLOGY
STAR TOPOLOGY
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
WiFi 802.11
WiFi 802.11WiFi 802.11
WiFi 802.11
 
Computer networking
Computer networking Computer networking
Computer networking
 
Routing algorithm
Routing algorithmRouting algorithm
Routing algorithm
 
Connecting devices
Connecting devicesConnecting devices
Connecting devices
 
Types of Network Architecture
Types of Network ArchitectureTypes of Network Architecture
Types of Network Architecture
 
Congestion control
Congestion controlCongestion control
Congestion control
 
Presentation on network topology
Presentation on network topologyPresentation on network topology
Presentation on network topology
 
Popular network devices
Popular network devicesPopular network devices
Popular network devices
 
Collision & broadcast domain
Collision & broadcast domainCollision & broadcast domain
Collision & broadcast domain
 
Guided and unguided media
Guided and unguided mediaGuided and unguided media
Guided and unguided media
 
Encoding Techniques
Encoding TechniquesEncoding Techniques
Encoding Techniques
 
Physical layer ppt
Physical layer pptPhysical layer ppt
Physical layer ppt
 
Physical and logical topologies in computer network and client server
Physical  and logical topologies in computer network and client serverPhysical  and logical topologies in computer network and client server
Physical and logical topologies in computer network and client server
 

Similar to What is network topology, Bus, Star, Ring, Tree, Mesh topology

Similar to What is network topology, Bus, Star, Ring, Tree, Mesh topology (20)

presentation on Topology
presentation on Topologypresentation on Topology
presentation on Topology
 
Class work3
Class work3Class work3
Class work3
 
Topology
TopologyTopology
Topology
 
Network topology
Network topologyNetwork topology
Network topology
 
Types of network topology
Types of network topologyTypes of network topology
Types of network topology
 
IT infrastructure and network technologies for Semi Final
IT infrastructure and network technologies for Semi FinalIT infrastructure and network technologies for Semi Final
IT infrastructure and network technologies for Semi Final
 
network topology
network topologynetwork topology
network topology
 
Network Topology's
Network Topology'sNetwork Topology's
Network Topology's
 
Computer network
Computer  networkComputer  network
Computer network
 
Network topology
Network topologyNetwork topology
Network topology
 
Best Topology
Best TopologyBest Topology
Best Topology
 
Network
NetworkNetwork
Network
 
Network Topology And Its Types
Network Topology And Its TypesNetwork Topology And Its Types
Network Topology And Its Types
 
Types of Network
Types of NetworkTypes of Network
Types of Network
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Network topology ? Types of Network Toplogies:Bus, Ring, Mesh, Tree, Star, Hy...
Network topology ? Types of Network Toplogies:Bus, Ring, Mesh, Tree, Star, Hy...Network topology ? Types of Network Toplogies:Bus, Ring, Mesh, Tree, Star, Hy...
Network topology ? Types of Network Toplogies:Bus, Ring, Mesh, Tree, Star, Hy...
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Computer Network Topology By Team_Purple (Dept. English)
Computer Network Topology By Team_Purple (Dept. English)Computer Network Topology By Team_Purple (Dept. English)
Computer Network Topology By Team_Purple (Dept. English)
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Network Typologies.
Network Typologies.Network Typologies.
Network Typologies.
 

More from A. S. M. Shafi

More from A. S. M. Shafi (20)

2D Transformation in Computer Graphics
2D Transformation in Computer Graphics2D Transformation in Computer Graphics
2D Transformation in Computer Graphics
 
3D Transformation in Computer Graphics
3D Transformation in Computer Graphics3D Transformation in Computer Graphics
3D Transformation in Computer Graphics
 
Projection
ProjectionProjection
Projection
 
2D Transformation
2D Transformation2D Transformation
2D Transformation
 
Line drawing algorithm
Line drawing algorithmLine drawing algorithm
Line drawing algorithm
 
Fragmentation
FragmentationFragmentation
Fragmentation
 
File organization
File organizationFile organization
File organization
 
Bankers algorithm
Bankers algorithmBankers algorithm
Bankers algorithm
 
RR and priority scheduling
RR and priority schedulingRR and priority scheduling
RR and priority scheduling
 
Fcfs and sjf
Fcfs and sjfFcfs and sjf
Fcfs and sjf
 
Applications of stack
Applications of stackApplications of stack
Applications of stack
 
1D Array
1D Array1D Array
1D Array
 
2D array
2D array2D array
2D array
 
Stack push pop
Stack push popStack push pop
Stack push pop
 
Queue
QueueQueue
Queue
 
Searching
SearchingSearching
Searching
 
Sorting
SortingSorting
Sorting
 
Linked list
Linked listLinked list
Linked list
 
Sum of subset problem
Sum of subset problemSum of subset problem
Sum of subset problem
 
Quick sort
Quick sortQuick sort
Quick sort
 

Recently uploaded

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 

Recently uploaded (20)

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 

What is network topology, Bus, Star, Ring, Tree, Mesh topology

  • 1. Network Topology Network topologies describe the ways in which the elements of a network are connected. They describe the physical and logical arrangement of network nodes. There are two types of network topologies 1. Physical topology 2. Logical topology Physical Topology Physical topology is the physical layout of nodes, workstations and cables in the network. It is the arrangements of various elements (or components) of a network, include device location and cable installation. Logical Topology Logical topology means how information is passed between two nodes in a network. This topology is bound to the network protocol and define how data is moved through out the network. Types of Physical Topology 1. Bus topology 2. Star topology 3. Ring topology 4. Mesh topology 5. Tree topology
  • 2. Bus Topology  In bus topology, all the nodes (computers, servers, printers etc) are connected to the single cable.  This is known as a BUS and acts as the backbone of the network, which joins every computer and peripheral in the network.  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 and the terminator removes the data from the line. Advantages of Bus Topology  Bus network are useful in small networks like setup in a small office.  Require less cable length compared to other topologies.  Easy to connect a computer.  Easy to understand.  Cost very less. Disadvantages of Bus Topology  Entire network shuts down, if there is any break in the main cable.  Cable has a limited length,  It is slow when more devices are added into the network.  It is slower than ring topology.
  • 3. Star Topology  In star topology, every node is connected to central node, which is called hub or switch.  The central node (hub or switch) is the server and other node are clients.  In this topology, data from source node is first delivered to the hub and then transferred to the destination nodes.  It is easy to add or remove nodes in this topology.  Star topology gives better performance because data does not pass through every node unlike bus topology.  So if a particular workstation (or a node) gets an error then the entire network is not affected. But if the central workstation (hub/switch) goes down, then the entire network collapses. Advantages of Star Topology  Easy to install and modify.  Hub can be upgraded easily.  Easy to troubleshoot.  New nodes can be added easily without affection the other nodes.  If any of the local computers fails, the remaining portion of the network is unaffected. Disadvantages of Star Topology  Whole network is depend on the central device so if the central device is failed than whole network is stopped.  It is slower than the ring topology.
  • 4. Ring Topology  In ring topology, all the computers (nodes) are connected in a closed loop.  This topology works on the token based system and token travels in the loop.  If the token is free, then the node can capture the token and attach the data and destination address to the token, and then leaves the token.  When token reaches at the destination node, the data is removed by the destination node and token is free to carry the next data.  The transmission is unidirectional, but it can be made bidirectional by having connections between each Network Node, it is called Dual Ring Topology.  In Dual Ring Topology, two ring networks are formed, and data flow is in opposite direction in them. Also, if one ring fails, the second ring can act as a backup, to keep the network up. Advantages of Ring Topology  Additional components do not affect the performance of network.  Cheap to install and expand Disadvantages of Ring Topology  Troubleshooting is difficult in ring topology.  Adding or deleting the computers disturbs the network activity.  Failure of one computer disturbs the whole network.
  • 5. Mesh Topology  In mesh topology, each of the nodes are interconnected with one another.  Every node sends its own signals and also relay data from other nodes.  Mesh topology network can be formed by using the formula: Number of cables = ( n ( n – 1 ) / 2 ) If 4 pc, then ( 4 ( 4 – 1 ) / 2 ) = 6 cables  There are two types of mesh topology: 1. Full mesh topology 2. Partial mesh topology  In full mesh topology, each node is connected to every other node in the network.  In partial mesh topology, some nodes are not connected to every node. Advantages of Mesh Topology  If one of the device (node) fails, then there is always an alternative present.  Expansion and modification can be done without disrupting other nodes.
  • 6.  Communication is very fast between two nodes.  It is robust.  Fault is diagnosed easily.  Provides security and privacy. Disadvantages of Mesh Topology  It is quite expensive because a higher length of cable is required.  Installation and maintenance is very difficult. Tree Topology  Tree topology is the combination of Bus and Star topology.  A tree topology is also known as a star bus topology.  The whole network is divided into segments, which can be easily managed and maintained. Advantages of Tree Topology  Extension of bus and star topologies.  Expansion of nodes is possible and easy.  Easily managed and maintained.  Error detection is easily done.
  • 7. Disadvantages of Tree Topology  Heavily cabled.  Costly.  If more nodes are added maintenance is difficult.  Central hub fails, network fails. Hybrid Topology  It is a combination of two or topologies  Inherits the advantages and disadvantages of the topologies included Advantages of Hybrid Topology  Reliable as Error detecting and trouble shooting is easy.  Effective.  Scalable as size can be increased easily.
  • 8.  Flexible. Disadvantages of Hybrid Topology  Complex in design.  Costly.