SlideShare a Scribd company logo
1 of 20
Dhaka International University
Department Of Sociology
Course Name: Fundamentals of Computer
Batch: 46th Semester: 1st
Computer Network Topology
Submitted to
Suman Ahmed Shikan
Lecturer
Department of CSE
Dhaka International University
Date: 23/04/2024
1
Team: Societal Explorers
Introducing Team Member
Shrabon Chakma
Roll: 01
Jini Ya Rahaman
Roll: 18
Nayeemur Rahman
Roll: 32
Tanvir Mahtab Showiket
Roll: 17
2
Presentation Outline
Introduction
 Type of Topology
 Bus Topology
Ring Topology
Star Topology
 Mesh Topology
Tree Topology
Hybrid Topology
Discussion
Reference
3
Introduction
Network topology is the digital blueprint of
connectivity, sculpting the pathways of
communication in a myriad of
configurations. It dictates how devices are
interconnected, shaping the flow of data in
networks large and small. From the intricate
mesh of the internet to the simplicity of a
star network, each arrangement offers its
own blend of efficiency, resilience, and
scalability. Join me as we delve into the
fascinating world of network topology,
where the structure of connections paints a
picture of digital interconnectedness.
4
 Bus Topology: Devices are
connected in a linear fashion along
a single backbone cable.
 Star Topology: All devices are
connected directly to a central hub
or switch.
 Ring Topology: Devices are
connected in a closed loop, with
each device connected to two
others.
 Mesh Topology: Every device is
connected to every other device,
creating multiple redundant paths.
 Tree Topology: Hierarchical
structure where devices are
organized in a tree-like fashion,
with branches connected to a main
trunk.
 Hybrid Topology: Combination of
two or more different types of
topologies.
5
Bus Topology
Bus topology is a network
configuration where all devices are
connected to a single communication
line, known as the "bus."
Bus Topology
6
Here are Bus topology key features
and advantages/disadvantages:
Advantages:
• Easy to Install: Requires minimal cabling, making installation straightforward and cost-effective.
• Easy to Expand: Additional devices can be added to the network without significant disruption.
• Easy to Troubleshoot: Fault isolation is simple, as issues with one device typically do not affect
others.
• Cost-Effective: Requires less cabling and infrastructure compared to other topologies.
Disadvantages:
• Limited Scalability: Adding more devices to a bus network can lead to signal degradation and
network performance issues.
• Single Point of Failure: If the main bus cable fails, the entire network can become inoperable.
• Limited Performance: Performance may degrade as more devices are added due to increased
collisions on the shared medium.
• Difficult to Identify Faults: Locating faults or breaks in the bus cable can be challenging,
especially in large networks.
7
Ring Topology
Ring topology is a
network configuration
where each device is
connected to exactly two
other devices, forming a
closed loop. Data travels
in a unidirectional
manner around the ring,
passing through each
device until it reaches its
destination.
Ring Topology
8
• Advantages of ring topology include:
• Equal Access: Each device has equal access to the network.
• Efficient Data Transmission: With controlled access mechanisms
like token passing, data transmission is efficient.
• Fault Tolerance: The closed loop structure provides inherent
fault tolerance as data can still flow in the opposite direction if
one section is disrupted.
• Disadvantages include:
• Limited Scalability: Adding or removing devices can disrupt the
entire network.
• Complex Management: Requires careful management, and
failure of one device can affect the entire network.
• Single Point of Failure: If the ring is broken or a device fails, the
entire network can become inoperable.
Here are Ring topology key features
and advantages/disadvantages:
9
Star Topology
Star topology is a
network configuration
where all devices are
connected to a central
hub or switch. Each
device has a dedicated
connection to the central
hub, forming a star-like
structure.
Star Topology
10
• Advantages of star topology include:
• Centralized Management: Easier management and troubleshooting as each device
connects directly to the central hub.
• Scalability: Easy to add or remove devices without disrupting the entire network.
• Fault Isolation: If one device fails, it does not affect the rest of the network.
• Disadvantages include:
• Dependency on Central Hub: If the central hub fails, the entire network can become
inoperable.
• Cost: Requires more cabling compared to other topologies due to each device having
its own connection to the central hub.
• Limited Performance: Network performance can be affected if the central hub
becomes overloaded with traffic.
Here are Star topology key features
and advantages/disadvantages:
11
Mesh Topology
Mesh topology is a network
configuration where every
device is connected to every
other device, forming a fully
interconnected network.
There are two types: full
mesh and partial mesh. In a
full mesh, every device is
connected to every other
device, while in a partial
mesh, only some devices
have direct connections to
each other.
Mesh Topology
12
• Advantages of mesh topology include:
• Fault Tolerance: Multiple paths for data transmission
make the network highly resilient to failures. If one link
or node fails, data can still be rerouted through
alternative paths.
• High Reliability: Redundant connections ensure
reliable data transmission and minimize the risk of
network downtime.
• Scalability: Can easily accommodate new devices
without affecting network performance.
• Disadvantages include:
• Complexity: Requires a significant amount of cabling
and configuration, especially in full mesh
configurations, making installation and maintenance
complex.
• Cost: The high number of connections increases
equipment and installation costs.
• Network Overhead: Managing multiple connections
Here are Mesh topology key
features
and advantages/disadvantages:
13
Tree Topology
Tree topology is a
network configuration
that combines
characteristics of both bus
and star topologies. It
resembles a hierarchical
tree structure, where
multiple star topologies
are connected to a central
bus backbone.
Tree Topology
14
Here are Tree Topology key
features and advantages/disadvantages:
• Advantages of Tree topology include:
• Scalability: Allows for the addition of more devices and subnetworks, making
it suitable for large networks.
• Centralized Management: Offers centralized control and management due
to the hierarchical structure.
• Flexibility: Supports various types of connections and allows for the creation
of subnetworks.
• Disadvantages include:
• Single Point of Failure: If the central bus backbone fails, the entire network
can become inoperable.
• Complexity: Requires careful planning and management, especially as the
network grows.
• Cost: The need for multiple devices and cabling can increase installation and
maintenance costs compared to simpler topologies like bus or star.
•
15
Hybrid Topology
Hybrid topology is a
network configuration that
combines two or more
different types of network
topologies into a single
network. It's created by
interconnecting different
basic topologies, such as
star, bus, ring, or mesh, to
form a more complex
network structure.
Hybrid Topology
16
Advantages of hybrid topology include:
1.Flexibility: Allows for tailoring the network to meet specific
needs by combining the strengths of different topologies.
2.Scalability: Offers scalability as the network can be expanded
by adding or modifying existing topologies.
3.Fault Tolerance: Provides redundancy and fault tolerance by
leveraging the strengths of multiple topologies.
Disadvantages include:
1.Complexity: Requires careful planning and management due
to the combination of different topologies, which can increase
complexity.
2.Cost: The need for multiple devices, cabling, and
infrastructure can lead to higher installation and maintenance
costs.
3.Potential Points of Failure: Introducing multiple topologies
increases the number of potential points of failure, requiring
robust monitoring and management practices.
Here are Hybrid Topology
key features and advantages/disadvantages:
17
Network topology is the blueprint of a
network's structure, defining how devices are
connected and how data flows. It influences
performance, scalability, fault tolerance, and
management complexity. Different topologies
offer varying levels of efficiency, scalability,
and fault tolerance, with trade-offs between
simplicity and complexity. Factors like network
size, purpose, and budget influence the choice
of topology. Ultimately, understanding the
strengths and weaknesses of each topology is
crucial for designing networks that meet
specific needs and requirements.
Discussion
18
Reference
https://www.google.com/
https://chat.openai.com/
shiksha.com/online-
https://image.slidesharecdn.com/topology58707279-
240201171850-579df2b1/75/computer-network-topology-
busstarringmeshtree-18-2048.jpg
19
20

More Related Content

Similar to Computer Network Topology By Team_Societal Explorers (Dept . of Sociology)

NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
𝖆𝖑𝖕𝖍𝖆 𝖆𝖑𝖕𝖍𝖆
 

Similar to Computer Network Topology By Team_Societal Explorers (Dept . of Sociology) (20)

DCC MODULE 4 PPT .pptx
DCC MODULE 4 PPT .pptxDCC MODULE 4 PPT .pptx
DCC MODULE 4 PPT .pptx
 
Computer Network Topology By Team_Meghna (Dept. English)
Computer Network Topology By Team_Meghna (Dept. English)Computer Network Topology By Team_Meghna (Dept. English)
Computer Network Topology By Team_Meghna (Dept. English)
 
report.pptx
report.pptxreport.pptx
report.pptx
 
Presentation2-2.pptx
Presentation2-2.pptxPresentation2-2.pptx
Presentation2-2.pptx
 
Determine Best Fit Topology.pptx
Determine Best Fit Topology.pptxDetermine Best Fit Topology.pptx
Determine Best Fit Topology.pptx
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Different types of Topology
Different types of TopologyDifferent types of Topology
Different types of Topology
 
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
Computer Network Topology By Team_Empowerment Ensemble (Dept . of Sociology)
 
Computer Fundamental Network topologies
Computer Fundamental Network topologiesComputer Fundamental Network topologies
Computer Fundamental Network topologies
 
DAY 3.pptx
DAY 3.pptxDAY 3.pptx
DAY 3.pptx
 
PC 106 PPT-05
PC 106 PPT-05PC 106 PPT-05
PC 106 PPT-05
 
Topology
TopologyTopology
Topology
 
Network topology
Network topologyNetwork topology
Network topology
 
05 network typologies
05 network typologies05 network typologies
05 network typologies
 
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
 
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptxNETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIES
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of network
 
Topography
TopographyTopography
Topography
 

More from Suman Mia

More from Suman Mia (20)

Computer Network Topology By Team_Initiator (Dept . of Sociology)
Computer Network Topology By Team_Initiator (Dept . of Sociology)Computer Network Topology By Team_Initiator (Dept . of Sociology)
Computer Network Topology By Team_Initiator (Dept . of Sociology)
 
Computer Network Topology By Team_Diversity Detectives (Dept . of Sociology)
Computer Network Topology By Team_Diversity Detectives (Dept . of Sociology)Computer Network Topology By Team_Diversity Detectives (Dept . of Sociology)
Computer Network Topology By Team_Diversity Detectives (Dept . of Sociology)
 
Computer Network Topology By Team_Social Dynamic Squad (Dept . of Sociology)
Computer Network Topology By Team_Social Dynamic Squad (Dept . of Sociology)Computer Network Topology By Team_Social Dynamic Squad (Dept . of Sociology)
Computer Network Topology By Team_Social Dynamic Squad (Dept . of Sociology)
 
Computer Network Topology By Team_Inclusion Inquiry Initiative (Dept . of Soc...
Computer Network Topology By Team_Inclusion Inquiry Initiative (Dept . of Soc...Computer Network Topology By Team_Inclusion Inquiry Initiative (Dept . of Soc...
Computer Network Topology By Team_Inclusion Inquiry Initiative (Dept . of Soc...
 
Computer Network Topology By Team_Venus(Dept. English)
Computer Network Topology By Team_Venus(Dept. English)Computer Network Topology By Team_Venus(Dept. English)
Computer Network Topology By Team_Venus(Dept. English)
 
Computer Network Topology By Team_Triangle(Dept. English)
Computer Network Topology By Team_Triangle(Dept. English)Computer Network Topology By Team_Triangle(Dept. English)
Computer Network Topology By Team_Triangle(Dept. English)
 
Computer Network Topology By Team_Royal (Dept. English)
Computer Network Topology By Team_Royal (Dept. English)Computer Network Topology By Team_Royal (Dept. English)
Computer Network Topology By Team_Royal (Dept. English)
 
Computer Network Topology By Team_Sanam (Dept. English)
Computer Network Topology By Team_Sanam (Dept. English)Computer Network Topology By Team_Sanam (Dept. English)
Computer Network Topology By Team_Sanam (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)
Computer Network Topology By Team_Purple (Dept. English)
 
Computer Network Topology By Team_ Paramount (Dept. English)
Computer Network Topology By Team_ Paramount (Dept. English)Computer Network Topology By Team_ Paramount (Dept. English)
Computer Network Topology By Team_ Paramount (Dept. English)
 
Computer Network Topology By Team_Metrolife(Dept. English)
Computer Network Topology By Team_Metrolife(Dept. English)Computer Network Topology By Team_Metrolife(Dept. English)
Computer Network Topology By Team_Metrolife(Dept. English)
 
Computer Network Topology By Team_CSK (Dept. English)
Computer Network Topology By Team_CSK (Dept. English)Computer Network Topology By Team_CSK (Dept. English)
Computer Network Topology By Team_CSK (Dept. English)
 
COmputer Network Topology By Team Gemini
COmputer Network Topology By Team GeminiCOmputer Network Topology By Team Gemini
COmputer Network Topology By Team Gemini
 
Software Development Life Cycle(SDLC) By Team Hunter (Dept. of Pharmacy)
Software Development Life Cycle(SDLC) By Team Hunter (Dept. of Pharmacy)Software Development Life Cycle(SDLC) By Team Hunter (Dept. of Pharmacy)
Software Development Life Cycle(SDLC) By Team Hunter (Dept. of Pharmacy)
 
Software Development Life Cycle(SDLC) By Team Avengers (Dept. of Pharmacy)
Software Development Life Cycle(SDLC) By Team Avengers (Dept. of Pharmacy)Software Development Life Cycle(SDLC) By Team Avengers (Dept. of Pharmacy)
Software Development Life Cycle(SDLC) By Team Avengers (Dept. of Pharmacy)
 
Software Development Life Cycle By Team Paradise (Dept. of Pharmacy)
Software Development Life Cycle By Team Paradise (Dept. of Pharmacy)Software Development Life Cycle By Team Paradise (Dept. of Pharmacy)
Software Development Life Cycle By Team Paradise (Dept. of Pharmacy)
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
OSI Model VS TCP/IP Model|| Difference Between them
OSI Model VS TCP/IP Model|| Difference Between themOSI Model VS TCP/IP Model|| Difference Between them
OSI Model VS TCP/IP Model|| Difference Between them
 
Basics of Computer(Malware,CPU,Virus,Software,DNS)
Basics of Computer(Malware,CPU,Virus,Software,DNS)Basics of Computer(Malware,CPU,Virus,Software,DNS)
Basics of Computer(Malware,CPU,Virus,Software,DNS)
 
Computer Fundamentals and Basics of Computer
Computer Fundamentals and Basics of ComputerComputer Fundamentals and Basics of Computer
Computer Fundamentals and Basics of Computer
 

Recently uploaded

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 

Recently uploaded (20)

Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
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
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 

Computer Network Topology By Team_Societal Explorers (Dept . of Sociology)

  • 1. Dhaka International University Department Of Sociology Course Name: Fundamentals of Computer Batch: 46th Semester: 1st Computer Network Topology Submitted to Suman Ahmed Shikan Lecturer Department of CSE Dhaka International University Date: 23/04/2024 1
  • 2. Team: Societal Explorers Introducing Team Member Shrabon Chakma Roll: 01 Jini Ya Rahaman Roll: 18 Nayeemur Rahman Roll: 32 Tanvir Mahtab Showiket Roll: 17 2
  • 3. Presentation Outline Introduction  Type of Topology  Bus Topology Ring Topology Star Topology  Mesh Topology Tree Topology Hybrid Topology Discussion Reference 3
  • 4. Introduction Network topology is the digital blueprint of connectivity, sculpting the pathways of communication in a myriad of configurations. It dictates how devices are interconnected, shaping the flow of data in networks large and small. From the intricate mesh of the internet to the simplicity of a star network, each arrangement offers its own blend of efficiency, resilience, and scalability. Join me as we delve into the fascinating world of network topology, where the structure of connections paints a picture of digital interconnectedness. 4
  • 5.  Bus Topology: Devices are connected in a linear fashion along a single backbone cable.  Star Topology: All devices are connected directly to a central hub or switch.  Ring Topology: Devices are connected in a closed loop, with each device connected to two others.  Mesh Topology: Every device is connected to every other device, creating multiple redundant paths.  Tree Topology: Hierarchical structure where devices are organized in a tree-like fashion, with branches connected to a main trunk.  Hybrid Topology: Combination of two or more different types of topologies. 5
  • 6. Bus Topology Bus topology is a network configuration where all devices are connected to a single communication line, known as the "bus." Bus Topology 6
  • 7. Here are Bus topology key features and advantages/disadvantages: Advantages: • Easy to Install: Requires minimal cabling, making installation straightforward and cost-effective. • Easy to Expand: Additional devices can be added to the network without significant disruption. • Easy to Troubleshoot: Fault isolation is simple, as issues with one device typically do not affect others. • Cost-Effective: Requires less cabling and infrastructure compared to other topologies. Disadvantages: • Limited Scalability: Adding more devices to a bus network can lead to signal degradation and network performance issues. • Single Point of Failure: If the main bus cable fails, the entire network can become inoperable. • Limited Performance: Performance may degrade as more devices are added due to increased collisions on the shared medium. • Difficult to Identify Faults: Locating faults or breaks in the bus cable can be challenging, especially in large networks. 7
  • 8. Ring Topology Ring topology is a network configuration where each device is connected to exactly two other devices, forming a closed loop. Data travels in a unidirectional manner around the ring, passing through each device until it reaches its destination. Ring Topology 8
  • 9. • Advantages of ring topology include: • Equal Access: Each device has equal access to the network. • Efficient Data Transmission: With controlled access mechanisms like token passing, data transmission is efficient. • Fault Tolerance: The closed loop structure provides inherent fault tolerance as data can still flow in the opposite direction if one section is disrupted. • Disadvantages include: • Limited Scalability: Adding or removing devices can disrupt the entire network. • Complex Management: Requires careful management, and failure of one device can affect the entire network. • Single Point of Failure: If the ring is broken or a device fails, the entire network can become inoperable. Here are Ring topology key features and advantages/disadvantages: 9
  • 10. Star Topology Star topology is a network configuration where all devices are connected to a central hub or switch. Each device has a dedicated connection to the central hub, forming a star-like structure. Star Topology 10
  • 11. • Advantages of star topology include: • Centralized Management: Easier management and troubleshooting as each device connects directly to the central hub. • Scalability: Easy to add or remove devices without disrupting the entire network. • Fault Isolation: If one device fails, it does not affect the rest of the network. • Disadvantages include: • Dependency on Central Hub: If the central hub fails, the entire network can become inoperable. • Cost: Requires more cabling compared to other topologies due to each device having its own connection to the central hub. • Limited Performance: Network performance can be affected if the central hub becomes overloaded with traffic. Here are Star topology key features and advantages/disadvantages: 11
  • 12. Mesh Topology Mesh topology is a network configuration where every device is connected to every other device, forming a fully interconnected network. There are two types: full mesh and partial mesh. In a full mesh, every device is connected to every other device, while in a partial mesh, only some devices have direct connections to each other. Mesh Topology 12
  • 13. • Advantages of mesh topology include: • Fault Tolerance: Multiple paths for data transmission make the network highly resilient to failures. If one link or node fails, data can still be rerouted through alternative paths. • High Reliability: Redundant connections ensure reliable data transmission and minimize the risk of network downtime. • Scalability: Can easily accommodate new devices without affecting network performance. • Disadvantages include: • Complexity: Requires a significant amount of cabling and configuration, especially in full mesh configurations, making installation and maintenance complex. • Cost: The high number of connections increases equipment and installation costs. • Network Overhead: Managing multiple connections Here are Mesh topology key features and advantages/disadvantages: 13
  • 14. Tree Topology Tree topology is a network configuration that combines characteristics of both bus and star topologies. It resembles a hierarchical tree structure, where multiple star topologies are connected to a central bus backbone. Tree Topology 14
  • 15. Here are Tree Topology key features and advantages/disadvantages: • Advantages of Tree topology include: • Scalability: Allows for the addition of more devices and subnetworks, making it suitable for large networks. • Centralized Management: Offers centralized control and management due to the hierarchical structure. • Flexibility: Supports various types of connections and allows for the creation of subnetworks. • Disadvantages include: • Single Point of Failure: If the central bus backbone fails, the entire network can become inoperable. • Complexity: Requires careful planning and management, especially as the network grows. • Cost: The need for multiple devices and cabling can increase installation and maintenance costs compared to simpler topologies like bus or star. • 15
  • 16. Hybrid Topology Hybrid topology is a network configuration that combines two or more different types of network topologies into a single network. It's created by interconnecting different basic topologies, such as star, bus, ring, or mesh, to form a more complex network structure. Hybrid Topology 16
  • 17. Advantages of hybrid topology include: 1.Flexibility: Allows for tailoring the network to meet specific needs by combining the strengths of different topologies. 2.Scalability: Offers scalability as the network can be expanded by adding or modifying existing topologies. 3.Fault Tolerance: Provides redundancy and fault tolerance by leveraging the strengths of multiple topologies. Disadvantages include: 1.Complexity: Requires careful planning and management due to the combination of different topologies, which can increase complexity. 2.Cost: The need for multiple devices, cabling, and infrastructure can lead to higher installation and maintenance costs. 3.Potential Points of Failure: Introducing multiple topologies increases the number of potential points of failure, requiring robust monitoring and management practices. Here are Hybrid Topology key features and advantages/disadvantages: 17
  • 18. Network topology is the blueprint of a network's structure, defining how devices are connected and how data flows. It influences performance, scalability, fault tolerance, and management complexity. Different topologies offer varying levels of efficiency, scalability, and fault tolerance, with trade-offs between simplicity and complexity. Factors like network size, purpose, and budget influence the choice of topology. Ultimately, understanding the strengths and weaknesses of each topology is crucial for designing networks that meet specific needs and requirements. Discussion 18
  • 20. 20