SlideShare a Scribd company logo
A TOTAL GUIDE ABOUT
NETWORK TOPOLOGIES
© H i m a n s h u
What you will learn today?
Introduction To Network Topology
Factor Choosing Network Topology
Types of Network Topology
Bibliography + Useful Sites
NETWORK TOPOLOGIES
• Topology refers to the layout of connected devices on a network.
• Simply it’s a :Layout of a network and how different nodes in a
network are connected to each other and how they communicate.
continue…
CONCEPT
• Computer network topology is the way various components of a
network (like nodes, links, peripherals, etc) are arranged. Network
topologies define the layout, virtual shape or structure of network,
not only physically but also logically. The way in which different
systems and nodes are connected and communicate with each
other is determined by topology of the network. Topology can be
physical or logical. Physical Topology is the physical layout of nodes,
workstations and cables in the network; while logical topology is
the way information flows between different components.
In general, physical topology relates to a core network whereas
logical topology relates to basic network.
FACTORS WHILE CHOOSING TOPOLOGIES
• Scale of your project (in terms of number of components to be
connected)
• Amount of traffic expected on the network.
• Budget allotted for the network i.e. amount of money you are
willing to invest.
• Required response time.
TOPOLOGY TYPES
• There are two basic categories of network topologies: physical
topologies and logical topologies.
PHYSICAL TOPOLOGIES
CONCEPT
• The physical topology of a network is the actual geometric layout of
workstations. There are several common physical topologies, as I
am describing below and as shown in the figure.
• Simply, I can say Physical topology is the physical layout of nodes on
a network
Peps, Now I will take you to the next level. Lets learn about there types
continue…
TYPES OF PHYSICAL TOPOLOGIES
1.FULLY CONNECTED
DESCRIPTION
• A fully connected network, complete topology, or full mesh
topology is a network topology in which there is a direct link
between all pairs of nodes. Networks designed with this topology
are usually very expensive to set up, but provide a high degree of
reliability due to the multiple paths for data that are provided by
the large number of redundant links between nodes. This topology
is mostly seen in military applications.
ADVANTAGES
• A fault in one terminal on the network will not effect the rest
• When network usage is high, data packets can be transmitted via
different cables, thereby reducing network clogging - keeping data
transfer rates at an acceptable level..
DISADVANTAGES
• A large amount of cabling is required
2. BUS
CONCEPT
In this topology every workstation is connected to a main
cable called the bus. Therefore, in effect, each workstation is
directly connected to every other workstation in the network.
DESCRIPTION
• Single cable connects all network nodes without intervening
connectivity devices
• Devices share responsibility for getting data from one point to
another
• Terminators stop signals after reaching end of wire
– Prevent signal bounce
• Inexpensive, not very scalable
• Difficult to troubleshoot, not fault-tolerant
ADVANTAGES
• Works well for small networks
• Relatively inexpensive to implement
• Easy to add to it
DISADVANTAGES
• Management costs can be high
• Potential for congestion with network traffic
3. STAR
CONCEPT
• In this topology, there is a central computer or server to which all the
workstations are directly connected. Every workstation is indirectly
connected to every other through the central computer.
DESCRIPTION
• Any single cable connects only two devices
– Cabling problems affect two nodes at most
• Requires more cabling than ring or bus networks
– More fault-tolerant
• Easily moved, isolated, or interconnected with other networks
– Scalable
• Supports max of 1024 addressable nodes on logical network
ADVANTAGES
• Good option for modern networks
• Low startup costs
• Easy to manage
• Offers opportunities for expansion
• Most popular topology in use; wide variety of equipment available
DISADVANTAGES
• Hub is a single point of failure
• Requires more cable than the bus
4. RING
CONCEPT
In this topology, the workstations are connected in a closed loop
configuration. Adjacent pairs of workstations are directly
connected. Other pairs of workstations are indirectly connected,
the data passing through one or more intermediate nodes.
DESCRIPTION
• Each node is connected to the two nearest nodes so the entire
network forms a circle
• One method for passing data on ring networks is token passing
• Each workstation transmits data
ADVANTAGES
• Easier to manage easier to locate a defective node or cable problem
• Well-suited for transmitting signals over long distances on a LAN
• Handles high-volume network traffic
• Enables reliable communication
DISADVANTAGES
• Expensive
• Requires more cable and network equipment at the start
• Not used as widely as bus topology
– Fewer equipment options
– Fewer options for expansion to high-speed communication
5. MESH
CONCEPT
• In this topology employs either of two schemes, called full mesh
and partial mesh. In the full mesh topology, each workstation is
connected directly to each of the others. In the partial mesh
topology, some workstations are connected to all the others, and
some are connected only to those other nodes with which they
exchange the most data
DESCRIPTION
• Each of the network node, computer and other devices, are
interconnected with one another. Every node not only sends its
own signals but also relays data from other nodes. In fact a true
mesh topology is the one where every node is connected to every
other node in the network. This type of topology is very expensive
as there are many redundant connections, thus it is not mostly used
in computer networks. It is commonly used in wireless networks.
Flooding or routing technique is used in mesh topology.
ADVANTAGES
• Data can be transmitted from different devices simultaneously. This
topology can withstand high traffic.
• Even if one of the components fails there is always an alternative
present. So data transfer doesn’t get affected.
• Expansion and modification in topology can be done without
disrupting other nodes
.
DISADVANTAGES
• There are high chances of redundancy in many of the network
connections.
• Overall cost of this network is way too high as compared to other
topologies.
• Set-up and maintenance of this topology is very difficult. Even
administration of the network is tough.
6. TREE
CONCEPT
• In this topology uses two or more star networks connected
together. The central computers of the star networks are connected
to a main bus. Thus, a tree network is a bus network of star
networks.
DESCRIPTION
Tree Topology integrates the characteristics of Star and Bus
Topology. Earlier we saw how in Star network Topology, computers
(nodes) are connected by each other through central hub. And we
also saw in Bus Topology, work station devices are connected by the
common cable called Bus. After understanding these two network
configurations, we can understand tree topology better. In Tree
Topology, the number of Star networks are connected using Bus.
This main cable seems like a main stem of a tree, and other star
networks as the branches. It is also called Expanded Star Topology.
Ethernet protocol is commonly used in this type of topology. The
diagram below will make it clear.
ADVANTAGES
• It is an extension of Star and bus Topologies, so in networks where
these topologies can't be implemented individually for reasons
related to scalability, tree topology is the best alternative.
• Expansion of Network is possible and easy.
• Here, we divide the whole network into segments (star networks),
which can be easily managed and maintained.
• Error detection and correction is easy.
• Each segment is provided with dedicated point-to-point wiring to
the central hub.
• 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 it breaks whole network is crippled.
• As more and more nodes and segments are added, the
maintenance becomes difficult.
• Scalability of the network depends on the type of cable used.
7.HYBRID
CONCEPT
• Hybrid networks use a combination of any two or more topologies,
in such a way that the resulting network does not exhibit one of the
standard topologies (e.g., bus, star, ring, etc.). For example a tree
network connected to a tree network is still a tree network
topology. A hybrid topology is always produced when two different
basic network topologies are connected. Two common examples for
Hybrid network are: star ring network and star bus network
ADVANTAGES
• Reliable: Unlike other networks, fault detection and troubleshooting
is easy in this type of topology. The part in which fault is detected can
be isolated from the rest of network and required corrective
measures can be taken, WITHOUT affecting the functioning of rest of
the network.
• Scalable: Its easy to increase the size of network by adding new
components, without disturbing existing architecture.
• Effective: Hybrid topology is the combination of two or more
topologies, so we can design it in such a way that strengths of
constituent topologies are maximized while there weaknesses are
neutralized.
DISADVANTAGES
• Complexity of Design: One of the biggest drawback of hybrid
topology is its design. Its not easy to design this type of architecture
and its a tough job for designers. Configuration and installation
process needs to be very efficient.
• Costly Hub: The hubs used to connect two distinct networks, are
very expensive. These hubs are different from usual hubs as they
need to be intelligent enough to work with different architectures
and should be function even if a part of network is down.
• Costly Infrastructure: As hybrid architectures are usually larger in
scale, they require a lot of cables, cooling systems, sophisticate
network devices, etc.
LOGICAL TOPOLOGY
• Logical (or signal) topology refers to the nature of the paths the
signals follow from node to node. In many instances, the logical
topology is the same as the physical topology. But this is not always
the case. For example, some networks are physically laid out in a
star configuration, but they operate logically as bus or ring
networks.
DESCRIPTION
• Logical topology: how data is transmitted between nodes
– May not match physical topology
• Bus logical topology: signals travel from one network device to all
other devices on network
– Required by bus, star, star-wired physical topologies
• Ring logical topology: signals follow circular path between sender
and receiver
– Required by ring, star-wired ring topologies
BIBLIOGRAPHY
&
USEFUL SITES TO LEARN TOPOLOGY
• Techtarget.com
• Slideshare.net
• Wikipedia.org
• Google.com/images (Images sources)
• bit.ly/anonnepal (Writer)
• Ianswer4u.com
• Dreamstime.com (Background Images)
Who Am I?
facebook.com/nephaxor (Profile)
/anonnepal1337 (Page)
twitter.com/nephaxor (Admin)
/anonnepal1337 (Crew)
Sorry, I don’t want to share more personal details 
Keep Smiling | Keep Learning 
Blog: bit.ly/anonnepal
(Visit Us |For Lots of Tuts)
Email: nephaxor@gmail.com
Writer : nepHaXOr (Himanshu)

More Related Content

What's hot

Computer Network Topologies (with animations)
Computer Network Topologies (with animations)Computer Network Topologies (with animations)
Computer Network Topologies (with animations)
Damian T. Gordon
 
Packet switching
Packet switchingPacket switching
Packet switching
Sabyasachi Upadhyay
 
Network Topology
Network TopologyNetwork Topology
Network Topology
Malik Mehrose
 
Network topology
Network topologyNetwork topology
Network topology
lekshmik
 
basic networking
basic networkingbasic networking
basic networkingAnmol Bagga
 
Network Topology
Network TopologyNetwork Topology
Network Topology
AvikGhara
 
Network topology 3D Animation
Network topology  3D  AnimationNetwork topology  3D  Animation
Network topology 3D Animation
Karan Singh
 
Network switch
Network switchNetwork switch
Network switch
Ravinder Kaur
 
Topology
TopologyTopology
Network Topologies in Simple (Logical, Physical and Types)
Network Topologies in Simple (Logical, Physical and Types)Network Topologies in Simple (Logical, Physical and Types)
Networks topologies Lec#2
Networks topologies Lec#2Networks topologies Lec#2
Networks topologies Lec#2
Punjab and Superior College, Pakpattan
 
Network topology And Its Types
Network topology And Its Types Network topology And Its Types
Network topology And Its Types
Jaypee Institute of Information Technology
 
Computer Network Topologies
Computer  Network TopologiesComputer  Network Topologies
Computer Network Topologies
Poorna Chandu Pati
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devicesNumaan Tole
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
Rajet Veshin
 
Network cable
Network cableNetwork cable
Network cable
Frya Lora
 
Introduction to Computer Networks
 Introduction to Computer Networks Introduction to Computer Networks
Introduction to Computer NetworksGhaffar Khan
 
Physical Layer
Physical LayerPhysical Layer
Physical Layer
Are-Da Shalan
 
Topic Packet switching
Topic Packet switchingTopic Packet switching
Topic Packet switching
Dr Rajiv Srivastava
 
Networking devices
Networking devicesNetworking devices
Networking devices
Ramola Dhande
 

What's hot (20)

Computer Network Topologies (with animations)
Computer Network Topologies (with animations)Computer Network Topologies (with animations)
Computer Network Topologies (with animations)
 
Packet switching
Packet switchingPacket switching
Packet switching
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Network topology
Network topologyNetwork topology
Network topology
 
basic networking
basic networkingbasic networking
basic networking
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Network topology 3D Animation
Network topology  3D  AnimationNetwork topology  3D  Animation
Network topology 3D Animation
 
Network switch
Network switchNetwork switch
Network switch
 
Topology
TopologyTopology
Topology
 
Network Topologies in Simple (Logical, Physical and Types)
Network Topologies in Simple (Logical, Physical and Types)Network Topologies in Simple (Logical, Physical and Types)
Network Topologies in Simple (Logical, Physical and Types)
 
Networks topologies Lec#2
Networks topologies Lec#2Networks topologies Lec#2
Networks topologies Lec#2
 
Network topology And Its Types
Network topology And Its Types Network topology And Its Types
Network topology And Its Types
 
Computer Network Topologies
Computer  Network TopologiesComputer  Network Topologies
Computer Network Topologies
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
 
Network cable
Network cableNetwork cable
Network cable
 
Introduction to Computer Networks
 Introduction to Computer Networks Introduction to Computer Networks
Introduction to Computer Networks
 
Physical Layer
Physical LayerPhysical Layer
Physical Layer
 
Topic Packet switching
Topic Packet switchingTopic Packet switching
Topic Packet switching
 
Networking devices
Networking devicesNetworking devices
Networking devices
 

Viewers also liked

Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
Siddique Ibrahim
 
Topology presentation
Topology  presentationTopology  presentation
Topology presentationJobaida Nahar
 
Network topologies
Network topologiesNetwork topologies
Network topologies
Online
 
Network Topology
Network TopologyNetwork Topology
Network Topology
Norhisham Mohamad Nordin
 
Network topologies
Network topologiesNetwork topologies
Network topologies
Shripal Oswal
 
Network topologies
Network topologiesNetwork topologies
Network topologieszirram
 
Network topology and devices
Network topology and devicesNetwork topology and devices
Network topology and devicesKunal Bhansali
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
Zafar Ayub
 
Networking hardware
Networking hardwareNetworking hardware
Networking hardware
Downloadssu Fullmaza
 
CCNA Icnd110 s01l01
CCNA Icnd110 s01l01CCNA Icnd110 s01l01
CCNA Icnd110 s01l01
computerlenguyen
 
Jetking ppt
Jetking pptJetking ppt
Jetking ppt
Prathibha Krishna
 
Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...
Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...
Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...
Liliana Pasquale
 
networking concepts
networking conceptsnetworking concepts
networking concepts
mtguillermo
 
Mewat udaan
Mewat udaanMewat udaan
Mewat udaan
Hryadesh Thakkar
 
APPLE MAC BOOK = ADVANTAGE & DISADVANTAGE
APPLE MAC BOOK = ADVANTAGE & DISADVANTAGEAPPLE MAC BOOK = ADVANTAGE & DISADVANTAGE
APPLE MAC BOOK = ADVANTAGE & DISADVANTAGEArise Roby
 
Network Topologies
Network TopologiesNetwork Topologies
Network TopologieseShikshak
 
A topic 2.1.2 classification of network
A topic 2.1.2 classification of networkA topic 2.1.2 classification of network
A topic 2.1.2 classification of networkhazirma
 

Viewers also liked (20)

Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 
Topology presentation
Topology  presentationTopology  presentation
Topology presentation
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Network topology
Network topologyNetwork topology
Network topology
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Network topology
Network topologyNetwork topology
Network topology
 
Network topology and devices
Network topology and devicesNetwork topology and devices
Network topology and devices
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
 
Networking hardware
Networking hardwareNetworking hardware
Networking hardware
 
CCNA Icnd110 s01l01
CCNA Icnd110 s01l01CCNA Icnd110 s01l01
CCNA Icnd110 s01l01
 
Jetking ppt
Jetking pptJetking ppt
Jetking ppt
 
Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...
Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...
Engineering Topology Aware Adaptive Security: Preventing Requirements Violati...
 
networking concepts
networking conceptsnetworking concepts
networking concepts
 
Mewat udaan
Mewat udaanMewat udaan
Mewat udaan
 
NETWORK TOPOLOGIES
NETWORK TOPOLOGIESNETWORK TOPOLOGIES
NETWORK TOPOLOGIES
 
APPLE MAC BOOK = ADVANTAGE & DISADVANTAGE
APPLE MAC BOOK = ADVANTAGE & DISADVANTAGEAPPLE MAC BOOK = ADVANTAGE & DISADVANTAGE
APPLE MAC BOOK = ADVANTAGE & DISADVANTAGE
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
A topic 2.1.2 classification of network
A topic 2.1.2 classification of networkA topic 2.1.2 classification of network
A topic 2.1.2 classification of network
 

Similar to NETWORK TOPOLOGIES (NETWORK TOPOLOGY)

Network topology
Network topologyNetwork topology
Network topology
GayatriSonawane2
 
Star topology
Star topologyStar topology
Star topology
AsstProfITVelTechChe
 
Star topology
Star topologyStar topology
Star topology
AsstProfITVelTechChe
 
NETWORK TOPOLOGY
NETWORK TOPOLOGYNETWORK TOPOLOGY
NETWORK TOPOLOGY
yamunakavali
 
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
SuratSingh18
 
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...
Surinder K. Mourya
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of network
sharone singh
 
Topology in Computer Network.pptx
Topology in Computer Network.pptxTopology in Computer Network.pptx
Topology in Computer Network.pptx
454Saif
 
Distributed Structure System
Distributed Structure SystemDistributed Structure System
Distributed Structure System
husnaina_akhtar
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
Shamima Akther
 
Topology.pptx
Topology.pptxTopology.pptx
Topology.pptx
DanielGuballo
 
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptxNETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
2023CS153160NAOMMWEN
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
Aiman Hud
 
DCC MODULE 4 PPT .pptx
DCC MODULE 4 PPT .pptxDCC MODULE 4 PPT .pptx
DCC MODULE 4 PPT .pptx
HarshKewat1
 
Network topology
Network topologyNetwork topology
Network topology
Jyoti Akhter
 
presentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullahpresentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullah
FarmanUllah153601
 
Networktopology xii
Networktopology xiiNetworktopology xii
Networktopology xii
saltyp
 
Unit 1_ Network Topologies session 2.pptx
Unit 1_ Network Topologies session 2.pptxUnit 1_ Network Topologies session 2.pptx
Unit 1_ Network Topologies session 2.pptx
Asst.prof M.Gokilavani
 

Similar to NETWORK TOPOLOGIES (NETWORK TOPOLOGY) (20)

Krisom
KrisomKrisom
Krisom
 
Network topology
Network topologyNetwork topology
Network topology
 
Star topology
Star topologyStar topology
Star topology
 
Star topology
Star topologyStar topology
Star topology
 
NETWORK TOPOLOGY
NETWORK TOPOLOGYNETWORK TOPOLOGY
NETWORK TOPOLOGY
 
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
 
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...
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of network
 
report.pptx
report.pptxreport.pptx
report.pptx
 
Topology in Computer Network.pptx
Topology in Computer Network.pptxTopology in Computer Network.pptx
Topology in Computer Network.pptx
 
Distributed Structure System
Distributed Structure SystemDistributed Structure System
Distributed Structure System
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Topology.pptx
Topology.pptxTopology.pptx
Topology.pptx
 
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptxNETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
NETWORK TOPOLOGIES IN COMPUTER NETWORKING.pptx
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
 
DCC MODULE 4 PPT .pptx
DCC MODULE 4 PPT .pptxDCC MODULE 4 PPT .pptx
DCC MODULE 4 PPT .pptx
 
Network topology
Network topologyNetwork topology
Network topology
 
presentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullahpresentation on topology.pptx BY Farman ullah
presentation on topology.pptx BY Farman ullah
 
Networktopology xii
Networktopology xiiNetworktopology xii
Networktopology xii
 
Unit 1_ Network Topologies session 2.pptx
Unit 1_ Network Topologies session 2.pptxUnit 1_ Network Topologies session 2.pptx
Unit 1_ Network Topologies session 2.pptx
 

Recently uploaded

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 

Recently uploaded (20)

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 

NETWORK TOPOLOGIES (NETWORK TOPOLOGY)

  • 1. A TOTAL GUIDE ABOUT NETWORK TOPOLOGIES © H i m a n s h u
  • 2. What you will learn today? Introduction To Network Topology Factor Choosing Network Topology Types of Network Topology Bibliography + Useful Sites
  • 3. NETWORK TOPOLOGIES • Topology refers to the layout of connected devices on a network. • Simply it’s a :Layout of a network and how different nodes in a network are connected to each other and how they communicate. continue…
  • 4. CONCEPT • Computer network topology is the way various components of a network (like nodes, links, peripherals, etc) are arranged. Network topologies define the layout, virtual shape or structure of network, not only physically but also logically. The way in which different systems and nodes are connected and communicate with each other is determined by topology of the network. Topology can be physical or logical. Physical Topology is the physical layout of nodes, workstations and cables in the network; while logical topology is the way information flows between different components. In general, physical topology relates to a core network whereas logical topology relates to basic network.
  • 5. FACTORS WHILE CHOOSING TOPOLOGIES • Scale of your project (in terms of number of components to be connected) • Amount of traffic expected on the network. • Budget allotted for the network i.e. amount of money you are willing to invest. • Required response time.
  • 6. TOPOLOGY TYPES • There are two basic categories of network topologies: physical topologies and logical topologies.
  • 8.
  • 9. CONCEPT • The physical topology of a network is the actual geometric layout of workstations. There are several common physical topologies, as I am describing below and as shown in the figure. • Simply, I can say Physical topology is the physical layout of nodes on a network Peps, Now I will take you to the next level. Lets learn about there types continue…
  • 10. TYPES OF PHYSICAL TOPOLOGIES 1.FULLY CONNECTED
  • 11. DESCRIPTION • A fully connected network, complete topology, or full mesh topology is a network topology in which there is a direct link between all pairs of nodes. Networks designed with this topology are usually very expensive to set up, but provide a high degree of reliability due to the multiple paths for data that are provided by the large number of redundant links between nodes. This topology is mostly seen in military applications.
  • 12. ADVANTAGES • A fault in one terminal on the network will not effect the rest • When network usage is high, data packets can be transmitted via different cables, thereby reducing network clogging - keeping data transfer rates at an acceptable level..
  • 13. DISADVANTAGES • A large amount of cabling is required
  • 15. CONCEPT In this topology every workstation is connected to a main cable called the bus. Therefore, in effect, each workstation is directly connected to every other workstation in the network.
  • 16. DESCRIPTION • Single cable connects all network nodes without intervening connectivity devices • Devices share responsibility for getting data from one point to another • Terminators stop signals after reaching end of wire – Prevent signal bounce • Inexpensive, not very scalable • Difficult to troubleshoot, not fault-tolerant
  • 17. ADVANTAGES • Works well for small networks • Relatively inexpensive to implement • Easy to add to it
  • 18. DISADVANTAGES • Management costs can be high • Potential for congestion with network traffic
  • 20. CONCEPT • In this topology, there is a central computer or server to which all the workstations are directly connected. Every workstation is indirectly connected to every other through the central computer.
  • 21. DESCRIPTION • Any single cable connects only two devices – Cabling problems affect two nodes at most • Requires more cabling than ring or bus networks – More fault-tolerant • Easily moved, isolated, or interconnected with other networks – Scalable • Supports max of 1024 addressable nodes on logical network
  • 22. ADVANTAGES • Good option for modern networks • Low startup costs • Easy to manage • Offers opportunities for expansion • Most popular topology in use; wide variety of equipment available
  • 23. DISADVANTAGES • Hub is a single point of failure • Requires more cable than the bus
  • 25. CONCEPT In this topology, the workstations are connected in a closed loop configuration. Adjacent pairs of workstations are directly connected. Other pairs of workstations are indirectly connected, the data passing through one or more intermediate nodes.
  • 26. DESCRIPTION • Each node is connected to the two nearest nodes so the entire network forms a circle • One method for passing data on ring networks is token passing • Each workstation transmits data
  • 27. ADVANTAGES • Easier to manage easier to locate a defective node or cable problem • Well-suited for transmitting signals over long distances on a LAN • Handles high-volume network traffic • Enables reliable communication
  • 28. DISADVANTAGES • Expensive • Requires more cable and network equipment at the start • Not used as widely as bus topology – Fewer equipment options – Fewer options for expansion to high-speed communication
  • 30. CONCEPT • In this topology employs either of two schemes, called full mesh and partial mesh. In the full mesh topology, each workstation is connected directly to each of the others. In the partial mesh topology, some workstations are connected to all the others, and some are connected only to those other nodes with which they exchange the most data
  • 31. DESCRIPTION • Each of the network node, computer and other devices, are interconnected with one another. Every node not only sends its own signals but also relays data from other nodes. In fact a true mesh topology is the one where every node is connected to every other node in the network. This type of topology is very expensive as there are many redundant connections, thus it is not mostly used in computer networks. It is commonly used in wireless networks. Flooding or routing technique is used in mesh topology.
  • 32. ADVANTAGES • Data can be transmitted from different devices simultaneously. This topology can withstand high traffic. • Even if one of the components fails there is always an alternative present. So data transfer doesn’t get affected. • Expansion and modification in topology can be done without disrupting other nodes .
  • 33. DISADVANTAGES • There are high chances of redundancy in many of the network connections. • Overall cost of this network is way too high as compared to other topologies. • Set-up and maintenance of this topology is very difficult. Even administration of the network is tough.
  • 35. CONCEPT • In this topology uses two or more star networks connected together. The central computers of the star networks are connected to a main bus. Thus, a tree network is a bus network of star networks.
  • 36. DESCRIPTION Tree Topology integrates the characteristics of Star and Bus Topology. Earlier we saw how in Star network Topology, computers (nodes) are connected by each other through central hub. And we also saw in Bus Topology, work station devices are connected by the common cable called Bus. After understanding these two network configurations, we can understand tree topology better. In Tree Topology, the number of Star networks are connected using Bus. This main cable seems like a main stem of a tree, and other star networks as the branches. It is also called Expanded Star Topology. Ethernet protocol is commonly used in this type of topology. The diagram below will make it clear.
  • 37. ADVANTAGES • It is an extension of Star and bus Topologies, so in networks where these topologies can't be implemented individually for reasons related to scalability, tree topology is the best alternative. • Expansion of Network is possible and easy. • Here, we divide the whole network into segments (star networks), which can be easily managed and maintained. • Error detection and correction is easy. • Each segment is provided with dedicated point-to-point wiring to the central hub. • If one segment is damaged, other segments are not affected.
  • 38. DISADVANTAGES • Because of its basic structure, tree topology, relies heavily on the main bus cable, if it breaks whole network is crippled. • As more and more nodes and segments are added, the maintenance becomes difficult. • Scalability of the network depends on the type of cable used.
  • 40. CONCEPT • Hybrid networks use a combination of any two or more topologies, in such a way that the resulting network does not exhibit one of the standard topologies (e.g., bus, star, ring, etc.). For example a tree network connected to a tree network is still a tree network topology. A hybrid topology is always produced when two different basic network topologies are connected. Two common examples for Hybrid network are: star ring network and star bus network
  • 41. ADVANTAGES • Reliable: Unlike other networks, fault detection and troubleshooting is easy in this type of topology. The part in which fault is detected can be isolated from the rest of network and required corrective measures can be taken, WITHOUT affecting the functioning of rest of the network. • Scalable: Its easy to increase the size of network by adding new components, without disturbing existing architecture. • Effective: Hybrid topology is the combination of two or more topologies, so we can design it in such a way that strengths of constituent topologies are maximized while there weaknesses are neutralized.
  • 42. DISADVANTAGES • Complexity of Design: One of the biggest drawback of hybrid topology is its design. Its not easy to design this type of architecture and its a tough job for designers. Configuration and installation process needs to be very efficient. • Costly Hub: The hubs used to connect two distinct networks, are very expensive. These hubs are different from usual hubs as they need to be intelligent enough to work with different architectures and should be function even if a part of network is down. • Costly Infrastructure: As hybrid architectures are usually larger in scale, they require a lot of cables, cooling systems, sophisticate network devices, etc.
  • 43. LOGICAL TOPOLOGY • Logical (or signal) topology refers to the nature of the paths the signals follow from node to node. In many instances, the logical topology is the same as the physical topology. But this is not always the case. For example, some networks are physically laid out in a star configuration, but they operate logically as bus or ring networks.
  • 44. DESCRIPTION • Logical topology: how data is transmitted between nodes – May not match physical topology • Bus logical topology: signals travel from one network device to all other devices on network – Required by bus, star, star-wired physical topologies • Ring logical topology: signals follow circular path between sender and receiver – Required by ring, star-wired ring topologies
  • 45. BIBLIOGRAPHY & USEFUL SITES TO LEARN TOPOLOGY • Techtarget.com • Slideshare.net • Wikipedia.org • Google.com/images (Images sources) • bit.ly/anonnepal (Writer) • Ianswer4u.com • Dreamstime.com (Background Images)
  • 46. Who Am I? facebook.com/nephaxor (Profile) /anonnepal1337 (Page) twitter.com/nephaxor (Admin) /anonnepal1337 (Crew) Sorry, I don’t want to share more personal details 
  • 47. Keep Smiling | Keep Learning  Blog: bit.ly/anonnepal (Visit Us |For Lots of Tuts) Email: nephaxor@gmail.com Writer : nepHaXOr (Himanshu)