SlideShare una empresa de Scribd logo
1 de 16
NAME : G. BHARATH
REG : 1801711092017
 Network topology is how computers connect or relate to one another in a
computer network.
 The data that is transferred from one computer to the other will be in the form of
frames.
→ The data in the network layer will be in the form of IP packets and these IP packets
are packed into frames in data link layer.
→ Physical layers then transmits these frames into the transmission media.
 THERE ARE TWO CATEGORIES OF NETWORK TOPOLOGIES:
1. PHYSICAL TOPOLOGY :
• The Physical network topology refers to the physical connections
and interconnections between nodes ( usually the physical
network devices like switches) and the network—the wires,
cables etc.
2. LOGICAL TOPOLOGY :
• The logical network topology is a higher-level idea of
how the network is set up, including which nodes connect
to each other and in which ways, as well as how data is
transmitted through the network. Logical network topology
includes any virtual and cloud resources.
 The most common computer network used to interconnect physically
distributed computers is LOCAL AREA NETWORK that includes;
→Bus topology
→Star topology
→Ring topology
→Mesh topology
→Tree topology
→Hybrid topology
 The main difference between these topologies is the arrangement of the
computers.
1. BUS TOPOLOGY :
• In a bus topology computers connect to a shared central cables ( all connected computers
use the same cable for data frame transmission.
• This shared central cable has taps ( connectors ) and drop line ( cables running in between
the bus and the computers ).
• In this topology if a computer sends data frame to a second computer all the other
computers connected to the same central cable will also receive the frame, however only the
target computer accepts it or responds to it and the other computers reject the frame by
checking the destination MAC address in the received frame.
 ADVANTAGES :
 very easy to install as there is less cabling works.
 Less expensive to implement when compared to other topologies.
 DISADVANTAGES :
 Since all the data is transmitted over the main cable, there is a limit of drop lines
and the distance a main cable can have.
 With the increase in the length of central cable and increase the count of taps,
the strength signal decreases. Therefore only a limited number of computers can
be connected in this topology.
 In this topology all the computers depend on central cable for data frame
transmission therefore if the central cable fails it paralyses the whole network.
 Security risks as all the computers connected to the central cable receives the
data frame sent from one computer.
 Only one computer can transmit data at a time. If not it may result in data
collision.
• Example of bus topology – Ethernet LAN.
2. STAR TOPOLOGY :
• In star topology computers connect to a central device, which could be a Switch or a Hub.
• The computers in star topology connect with point to point communication links. That
means that there is a dedicated link or cable between the two devices which the other
computers in the network cannot use.
• In this topology if one computer sends some data frame to another computer it will be
routed to the central device and this central device can either broadcast (the transmission
of data to all the connected devices) or unicast (transmission of data to the target device
alone) the received data frame towards the destination computers based on the type of
central device used.
• If the central device is a hub, the data frame sent from one computer is broadcasted to all
the computers in the network but only the target computer accepts it.
• If the central device is a switch, then the data frame sent from one computer is unicasted to
the target computer alone.
• To overcome the hub traffic, a switch if preferred to be used as central device. As
every device has its own destination MAC address the switch stores MAC address in a
table format called switch table and sends the data according to the target computer
with the help of this MAC address and also allows simultaneous communications
between the computers in the network without any collision.
 ADVANTAGES :
 in star topology only one input/output port or one cable is used to connect several
devices which makes it less expensive.
 Easy to reconfigure; as we can simply add or remove devices by connecting or
disconnecting cables.
 Good fault tolerance and also easy to detect faults.
 DISADVANTAGES :
 Whole network collapses if the central device fails.
 The number of computers that can be added to the network is limited by the number of
input/output ports in the central device.
• Example of star topology – High speed LANs.
3. RING TOPOLOGY :
• In ring topology each computer connects to two adjacent computers forming a ring.
• The data transmitted from one computer moves to another computer circular in a circular
fashion to reach its final destination.
• The transmission is unidirectional, but it can be made bidirectional by having 2 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.
• Data is transferred in a sequential manner that is bit by bit. Data transmitted, has to pass
through each node of the network, till the destination node.
 ADVANTAGES:
 Easy installation.
 Less cabling.
 As the data moves in one direction it reduces the chance of data packet collision.
 Detection of computer that stopped receiving data from the neighbouring computer is easier
therefore it is easy to troubleshoot.
 DISADVANTAGES:
 As the data frame has to pass through all the computers between the source and destination
it makes the data transmission slower.
 As all computers connect to form a closed loop, one fault would paralyze the whole network.
 It is difficult to reconfigure because we have to break the ring to add or remove the
computers.
• Example of ring topology – Token ring
4. MESH TOPOLOGY :
• In a mesh topology, each device has point to point link with every device in a network.
→ If the number of devices in a network is n = 4, then the number of links or cables that each
device has is 3 [ n – 1 ].
→ If there are 4 devices in the network, then the total number of links or cables in the network
is 12 [ n(n – 1) ]. And these links are known as SIMPLEX LINKS. In simplex links data moves
in one direction only.
→ whereas in DUPLEX LINKS the data can move in two directions, Therefore two simplex links
can be replaced by one duplex link. And the total number of links or cables in the network
becomes 6 [ n(n-1)/2 ].
 ADVANTAGES:
 The presence of dedicated point to point link eliminates traffic problems.
 The dedicated point to point link maintains privacy and security of the data frame
that is shared between two devices.
 Even if one link fails it does not affect the whole network.
 Good fault tolerance.
 DISADVANTAGES:
 Since each devices in the network are interconnected with all the devices it
makes it difficult for installation
 Multiple input/output ports and a large number of cables increase the course and
makes it expensive.
 Since there is need of more cables, it occupies more space.
• Example of Mesh topology – the connection between regional telephone offices.
5. TREE TOPOLOGY:
• A tree topology has combined features that of Bus and Star topology.
Typically to form a tree network, multiple star topologies are combined
together through central cable or a bus.
• A tree topology has a root node and all the other nodes are connected
to it forming a hierarchy and hence it is also called an Hierarchical
topology.
• In tree topology network, one central hub and multiple secondary hubs
are used. The central hub is an active hub.
 ADVANTAGES:
 It is an extension of star and bus topologies, so in networks where these
topologies cannot be implemented individually for reasons related to scalability,
tree topology is the best alternative.
 Expansion of network is possible and is easy.
 As the network is divided into segments, it makes it easy for managing and
maintaining the network.
 Error detection is easy.
 Even if one segment is damaged, other segments are not affected.
 DISADVANTAGES:
 Because of its basic structure, tree topology relies heavily on the main bus cable,
if the main bus cable breaks the network is completely crippled.
 As more and more nodes and segments are added, the maintenance becomes
difficult.
• Example of Tree topology – cable TV network.
6. HYBRID TOPOLOGY:
• When all the topologies that were discussed above is
interconnected, this forms the hybrid topology.
• An hybrid topology combines characteristics
Bus topology, Star topology and/or Ring topology.
So an hybrid topology is basically the mixture of two or
more topologies.
ADVANTAGES:
 Reliable because unlike other networks fault detection and troubleshooting is easy in this type
of topology.
 It is easy to increase the size of the network by adding new components, without disturbing the
existing architecture.
 This topology is flexible and effective.
DISADVANTAGES:
 Major disadvantage is the complexity of the network in this topology.
 Very expensive when compared to other network topologies.
Types of network topology

Más contenido relacionado

La actualidad más candente

Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission mediaManish8976
 
Telecommunications and networks
Telecommunications and networksTelecommunications and networks
Telecommunications and networksBikash Kumar
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer networkmiteshppt
 
IP Configuration
IP ConfigurationIP Configuration
IP ConfigurationStephen Raj
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Dr. SELVAGANESAN S
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devicesNumaan Tole
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingRozitarmizi Mohammad
 
network hardware
network hardwarenetwork hardware
network hardwaretumetr1
 
Topology presentation
Topology  presentationTopology  presentation
Topology presentationJobaida Nahar
 
Presentation on DSL & ADSL
Presentation on DSL & ADSLPresentation on DSL & ADSL
Presentation on DSL & ADSLrewa_monami
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networkspavan kumar Thatikonda
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
Internetworking basics
Internetworking basicsInternetworking basics
Internetworking basicsRomeo Alonzo
 

La actualidad más candente (20)

Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
 
Telecommunications and networks
Telecommunications and networksTelecommunications and networks
Telecommunications and networks
 
Network Devices
Network DevicesNetwork Devices
Network Devices
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
 
IP Configuration
IP ConfigurationIP Configuration
IP Configuration
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer Computer Networks Unit 1 Introduction and Physical Layer
Computer Networks Unit 1 Introduction and Physical Layer
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
network hardware
network hardwarenetwork hardware
network hardware
 
Topology presentation
Topology  presentationTopology  presentation
Topology presentation
 
Presentation on DSL & ADSL
Presentation on DSL & ADSLPresentation on DSL & ADSL
Presentation on DSL & ADSL
 
Unit 1 introduction to computer networks
Unit 1  introduction to computer networksUnit 1  introduction to computer networks
Unit 1 introduction to computer networks
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Internetworking basics
Internetworking basicsInternetworking basics
Internetworking basics
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 

Similar a Types of network topology

Similar a Types of network topology (20)

Network topology
Network topologyNetwork topology
Network topology
 
report.pptx
report.pptxreport.pptx
report.pptx
 
Types of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouterTypes of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouter
 
Krisom
KrisomKrisom
Krisom
 
original
originaloriginal
original
 
Networks topologies Lec#2
Networks topologies Lec#2Networks topologies Lec#2
Networks topologies Lec#2
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of network
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Network Topology
Network Topology Network Topology
Network Topology
 
20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks 20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks
 
Network Topology and its types
Network Topology and its typesNetwork Topology and its types
Network Topology and its types
 
20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks 20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
 
Lesson 8
Lesson 8Lesson 8
Lesson 8
 
Distributed Structure System
Distributed Structure SystemDistributed Structure System
Distributed Structure System
 
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptxINTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
INTERNET NETWORK TOPOLOGY PRESENTATION POWERPOINT (ADITYA).pptx
 
Iwt
IwtIwt
Iwt
 
Topology.pptx
Topology.pptxTopology.pptx
Topology.pptx
 
network topology
network topologynetwork topology
network topology
 

Último

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Último (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Types of network topology

  • 1. NAME : G. BHARATH REG : 1801711092017
  • 2.  Network topology is how computers connect or relate to one another in a computer network.  The data that is transferred from one computer to the other will be in the form of frames. → The data in the network layer will be in the form of IP packets and these IP packets are packed into frames in data link layer. → Physical layers then transmits these frames into the transmission media.
  • 3.  THERE ARE TWO CATEGORIES OF NETWORK TOPOLOGIES: 1. PHYSICAL TOPOLOGY : • The Physical network topology refers to the physical connections and interconnections between nodes ( usually the physical network devices like switches) and the network—the wires, cables etc. 2. LOGICAL TOPOLOGY : • The logical network topology is a higher-level idea of how the network is set up, including which nodes connect to each other and in which ways, as well as how data is transmitted through the network. Logical network topology includes any virtual and cloud resources.
  • 4.  The most common computer network used to interconnect physically distributed computers is LOCAL AREA NETWORK that includes; →Bus topology →Star topology →Ring topology →Mesh topology →Tree topology →Hybrid topology  The main difference between these topologies is the arrangement of the computers.
  • 5. 1. BUS TOPOLOGY : • In a bus topology computers connect to a shared central cables ( all connected computers use the same cable for data frame transmission. • This shared central cable has taps ( connectors ) and drop line ( cables running in between the bus and the computers ). • In this topology if a computer sends data frame to a second computer all the other computers connected to the same central cable will also receive the frame, however only the target computer accepts it or responds to it and the other computers reject the frame by checking the destination MAC address in the received frame.
  • 6.  ADVANTAGES :  very easy to install as there is less cabling works.  Less expensive to implement when compared to other topologies.  DISADVANTAGES :  Since all the data is transmitted over the main cable, there is a limit of drop lines and the distance a main cable can have.  With the increase in the length of central cable and increase the count of taps, the strength signal decreases. Therefore only a limited number of computers can be connected in this topology.  In this topology all the computers depend on central cable for data frame transmission therefore if the central cable fails it paralyses the whole network.  Security risks as all the computers connected to the central cable receives the data frame sent from one computer.  Only one computer can transmit data at a time. If not it may result in data collision. • Example of bus topology – Ethernet LAN.
  • 7. 2. STAR TOPOLOGY : • In star topology computers connect to a central device, which could be a Switch or a Hub. • The computers in star topology connect with point to point communication links. That means that there is a dedicated link or cable between the two devices which the other computers in the network cannot use. • In this topology if one computer sends some data frame to another computer it will be routed to the central device and this central device can either broadcast (the transmission of data to all the connected devices) or unicast (transmission of data to the target device alone) the received data frame towards the destination computers based on the type of central device used. • If the central device is a hub, the data frame sent from one computer is broadcasted to all the computers in the network but only the target computer accepts it. • If the central device is a switch, then the data frame sent from one computer is unicasted to the target computer alone.
  • 8. • To overcome the hub traffic, a switch if preferred to be used as central device. As every device has its own destination MAC address the switch stores MAC address in a table format called switch table and sends the data according to the target computer with the help of this MAC address and also allows simultaneous communications between the computers in the network without any collision.  ADVANTAGES :  in star topology only one input/output port or one cable is used to connect several devices which makes it less expensive.  Easy to reconfigure; as we can simply add or remove devices by connecting or disconnecting cables.  Good fault tolerance and also easy to detect faults.  DISADVANTAGES :  Whole network collapses if the central device fails.  The number of computers that can be added to the network is limited by the number of input/output ports in the central device. • Example of star topology – High speed LANs.
  • 9. 3. RING TOPOLOGY : • In ring topology each computer connects to two adjacent computers forming a ring. • The data transmitted from one computer moves to another computer circular in a circular fashion to reach its final destination. • The transmission is unidirectional, but it can be made bidirectional by having 2 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. • Data is transferred in a sequential manner that is bit by bit. Data transmitted, has to pass through each node of the network, till the destination node.
  • 10.  ADVANTAGES:  Easy installation.  Less cabling.  As the data moves in one direction it reduces the chance of data packet collision.  Detection of computer that stopped receiving data from the neighbouring computer is easier therefore it is easy to troubleshoot.  DISADVANTAGES:  As the data frame has to pass through all the computers between the source and destination it makes the data transmission slower.  As all computers connect to form a closed loop, one fault would paralyze the whole network.  It is difficult to reconfigure because we have to break the ring to add or remove the computers. • Example of ring topology – Token ring
  • 11. 4. MESH TOPOLOGY : • In a mesh topology, each device has point to point link with every device in a network. → If the number of devices in a network is n = 4, then the number of links or cables that each device has is 3 [ n – 1 ]. → If there are 4 devices in the network, then the total number of links or cables in the network is 12 [ n(n – 1) ]. And these links are known as SIMPLEX LINKS. In simplex links data moves in one direction only. → whereas in DUPLEX LINKS the data can move in two directions, Therefore two simplex links can be replaced by one duplex link. And the total number of links or cables in the network becomes 6 [ n(n-1)/2 ].
  • 12.  ADVANTAGES:  The presence of dedicated point to point link eliminates traffic problems.  The dedicated point to point link maintains privacy and security of the data frame that is shared between two devices.  Even if one link fails it does not affect the whole network.  Good fault tolerance.  DISADVANTAGES:  Since each devices in the network are interconnected with all the devices it makes it difficult for installation  Multiple input/output ports and a large number of cables increase the course and makes it expensive.  Since there is need of more cables, it occupies more space. • Example of Mesh topology – the connection between regional telephone offices.
  • 13. 5. TREE TOPOLOGY: • A tree topology has combined features that of Bus and Star topology. Typically to form a tree network, multiple star topologies are combined together through central cable or a bus. • A tree topology has a root node and all the other nodes are connected to it forming a hierarchy and hence it is also called an Hierarchical topology. • In tree topology network, one central hub and multiple secondary hubs are used. The central hub is an active hub.
  • 14.  ADVANTAGES:  It is an extension of star and bus topologies, so in networks where these topologies cannot be implemented individually for reasons related to scalability, tree topology is the best alternative.  Expansion of network is possible and is easy.  As the network is divided into segments, it makes it easy for managing and maintaining the network.  Error detection is easy.  Even if one segment is damaged, other segments are not affected.  DISADVANTAGES:  Because of its basic structure, tree topology relies heavily on the main bus cable, if the main bus cable breaks the network is completely crippled.  As more and more nodes and segments are added, the maintenance becomes difficult. • Example of Tree topology – cable TV network.
  • 15. 6. HYBRID TOPOLOGY: • When all the topologies that were discussed above is interconnected, this forms the hybrid topology. • An hybrid topology combines characteristics Bus topology, Star topology and/or Ring topology. So an hybrid topology is basically the mixture of two or more topologies. ADVANTAGES:  Reliable because unlike other networks fault detection and troubleshooting is easy in this type of topology.  It is easy to increase the size of the network by adding new components, without disturbing the existing architecture.  This topology is flexible and effective. DISADVANTAGES:  Major disadvantage is the complexity of the network in this topology.  Very expensive when compared to other network topologies.