SlideShare a Scribd company logo
1 of 49
Bugema University
DNCT062 Network Principles
Lecture 3
1
NETWORK
TOPOLOGY.
kinene philemon 2
Two Types of Network
Topologies
Physical topology is the
physical layout of the
components on the
network
Logical topology determines how the
hosts access the medium to
communicate across the network
kinene philemon 3
PHYSICAL NETWORK TOPOLOGY.
• In networking, the term "topology" refers to
the layout of connected devices on a network.
• The physical layout & configuration of
computers, cables, nodes, and other peripherals
on a Network is generally referred to as the
physical Network topology.
• Network topology may also be logical and this
generally refers to the protocols used on the
Network.
Note: (Protocols are to be discussed later)
4kinene philemon
Physical Network Topology cont’d.
• So, Network topology is the study of the
arrangement or mapping of the elements
(links, nodes, etc.) of a network, especially
the physical (real) and logical (virtual)
interconnections between nodes.
• OR: A Network Topology is the
arrangement with which computer systems
or network devices are connected to each
other
5kinene philemon
Network Topology cont’d.
• Topologies are the most important part of
the network design theory.
• A better network can be built if you
have the knowledge of these topologies
and if you know the difference between
them.
6kinene philemon
Common network Topologies.
• Point-to-Point
• Star
• Bus
• Mesh
• Ring
• Tree
Etc
7kinene philemon
1) Point-to-point
• The simplest topology is a permanent link
between two endpoints.
• Point-to-point networks contains exactly
two hosts such as computer, switches or
routers, servers connected back to back
using a single piece of cable. Often, the
receiving end of one host is connected to
sending end of the other and vice-versa.
• Like
– A microphone to a single public address
speaker.
8kinene philemon
The Point-to-Point topology
kinene philemon 9
2) Star Topology
• The Star topology involves each node on the
computer network is directly connected to the
central Hub or concentrator as shown in the next
slide.
• Each of the nodes of the network is connected to a
central node with a point-to-point link.
• The hub device can be any of the following:
➢Layer-1 device such as hub or repeater
➢Layer-2 device such as switch or bridge
➢Layer-3 device such as router or gateway
10kinene philemon
The Star Topology.
11kinene philemon
Characteristics of the Star Topology
• Note: These explain the advantages
and disadvantages of the Star
Topology as given in the next slides
12kinene philemon
Advantages of the Star Topology
• Easy to install, implement and extend (in the
event of Network expansion).
• The failure of one node does not have a
major effect on the functionality of the
others.
• No problems with collisions of data
since each node has its own cable to the
server / hub.
• Security can be implemented in the
concentrator for all.
13
kinene philemon
Advantages Cont’d
• It is easy to modify and add new
computers to the star network without
disrupting the rest of the nodes.
• Network faults can easily be identified
centrally and parts are easy to remove.
14kinene philemon
Disadvantages of a Star Topology.
â—ŹRequires more cable length than a
linear topology.
â—ŹIf the hub or concentrator fails, the
entire network may fail.
â—ŹMore expensive than linear bus
topologies since it involves purchase
of additional hardware – the
concentrator.
15kinene philemon
3) The Bus Topology
• The Bus Topology involves the use of one Linear
Backbone cable with a terminator at each end, to
which all the nodes / computers are connected.
• It is one of the simple forms of networking where a
failure of a device does not affect the other devices.
• But failure of the shared communication line can make
all other devices stop functioning.
• A bus can be
– Linear Bus
– Distributed bus
16kinene philemon
The Bus Topology cont’d
a) Linear bus:
• All the nodes of the network are
connected to a common transmission
medium which has exactly two
endpoints .
• The two endpoints are normally
terminated with a device called a
terminator.
17kinene philemon
The Bus Topology cont’d
18kinene philemon
The Bus Topology cont’d
kinene philemon 19
Both ends of the shared channel have line terminator. The data is
sent in only one direction and as soon as it reaches the extreme end,
the terminator removes the data from the line.
The Bus Topology cont’d
b) Distributed bus:
• The type of network topology in
which all of the nodes of the network
are connected to a common
transmission medium which has
more than two endpoints
20kinene philemon
kinene philemon 21
Characteristics of the Bus Topology
These define the advantages and
disadvantages.
Advantages.
• Cheap (probably the cheapest topology to
install).
• Easy to implement.
• Less cable length required.
22kinene philemon
Disadvantages of the Bus Topology.
• Difficult to identify the source of a problem in
case of network failure.
• Limited cable length and number of stations.
• A break of the main cable means a break of the
entire network.
• Performance may degrade as the network
expands
• Low security (all computers on the bus can see all
data transmissions).
• Terminators are required at both ends of the
backbone cable. Proper termination is required.
23kinene philemon
4) Ring Topology.
• A ring Topology is one where each node is
connected to two other nodes with the first
and last being connected to each other to
form a ring-like structure (Circular
network structure).
• When one host tries to communicate or
send message to a host which is not
adjacent to it, the data travels through all
intermediate hosts. To connect one more
host in the existing structure, the
administrator may need only one more
extra cable.
24kinene philemon
Ring Topology cont’d.
25kinene philemon
Ring Topology cont’d.
• It uses a token ring to carry data from
the source to the destination: Data is sent
from one machine to the next around the
ring until it reaches its destination then
back to the origin.
26kinene philemon
Characteristics of the Ring Topology
Advantages and disadvantages define them.
Advantages:
• Data transmission is relatively simple since
data moves in one direction.
• Logically, a token passes from one computer
to another so equal attention is given to all
nodes.
• Reliable and easier to manage.
27kinene philemon
Disadvantages of the Ring Topology Cont’d
• Difficult to troubleshoot.
• Difficult to add or remove a computer.
• A failure on one computer / node may
cause disruption in the entire Network
since the Token can’t be passed on.
• Before the data reaches the destination, it
must travel through all the nodes before
it.
28kinene philemon
5) Mesh Topology
• A Mesh Topology involves all the nodes
on the network being interconnected to
one another.
• It is a network topology that resembles a
wire mesh and involve the concept of
routes.
29kinene philemon
a) Partial Mesh Topology
30kinene philemon
b) Full Mesh topology
A mesh network in which every device
connects to every other is called a full mesh.
31kinene philemon
• The main advantage of this continuous
connection between the nodes (Full Mesh
Topology) is that when one node goes
down, the others remain unaffected.
• However, implementing such a network
is relatively expensive and difficult.
32kinene philemon
6. Tree Topology
• Also known as Hierarchical Topology, this is the
most common form of network topology in use
presently.
• This topology imitates as extended Star topology
and inherits properties of bus topology.
• That is: Tree topologies integrate multiple star
topologies together onto a bus.
• In its simplest form, only hub devices connect
directly to the tree bus and each hub functions
as the "root" of a tree of devices.
33kinene philemon
Tree Topology Cont’d
• This topology divides the network in to multiple
levels/layers of network. Mainly in LANs, a network is
bifurcated into three types of network devices
• The lowermost is access-layer where computers are
attached.
• The middle layer is known as distribution layer, which
works as mediator between upper layer and lower
layer.
• The highest layer is known as core layer, and is
central point of the network, i.e. root of the tree from
which all nodes fork.
kinene philemon 34
Tree Topology Layers
kinene philemon 35
Tree Topology Cont’d
• All neighboring hosts have point-to-point
connection between them.
• Similar to the Bus topology, if the root goes
down, then the entire network suffers even.
• though it is not the single point of failure.
• Every connection serves as point of failure,
failing of which divides the network into
unreachable segment.
kinene philemon 36
Tree Topology
37kinene philemon
Advantages of a Tree Topology
• Point-to-point wiring for individual
segments.
• Supported by several hardware and
software venders.
38kinene philemon
Disadvantages of a Tree Topology
• Overall length of each segment is limited
by the type of cabling used.
• If the backbone line breaks, the entire
segment goes down.
• More difficult to configure and wire than
other topologies.
39kinene philemon
7. Hybrid network topologies
• The hybrid topology is a type of network
topology that is composed of one or more
interconnections of two or more networks
that are based upon different physical
topologies
• Hybrid topology inherits merits and
demerits of all the incorporating
topologies.
40kinene philemon
The Hybrid topology
kinene philemon 42
8. Daisy Chain topology
• This topology connects all the hosts in a linear
fashion.
• Similar to Ring topology, all hosts are connected
to two hosts only, except the end hosts.
• Means, if the end hosts in daisy chain are
connected then it represents Ring topology
• Each link in daisy chain topology represents single
point of failure. Every link failure splits the
network into two segments.
• Every intermediate host works as relay for its
immediate hosts.
kinene philemon 43
The Daisy Chain Topology
kinene philemon 44
Considerations when Choosing a
Topology.
• Funds. A linear bus network may be the
least expensive way to install a network
i.e no concentrators are required.
• Length of cable needed. The linear bus
network uses shorter lengths of cable.
45kinene philemon
Considerations when Choosing a
Topology Cont’d.
• Future growth. With a star topology,
expanding a network is easily done by
adding another concentrator.
• Cable type. The most common cable in
use is unshielded twisted pair, which is
most often used with star topologies.
46kinene philemon
Logical Topologies
• A logical topology is a concept in networking that defines the
architecture of the communication mechanism for all nodes in a
network.
• Using network equipment such as routers and switches, the
logical topology of a network can be dynamically maintained and
reconfigured
• The logical topology defines how the data should transfer.
• Contrast this to the physical topology, which consists of the
layout of cables, network devices and wiring.
The two most common types of logical topologies are:
â–Ş broadcast
â–Ş and token passing.
kinene philemon 47
broadcast /Bus topology
• There is no order that the hosts must follow to
use the network
• – it is first come, first served for transmitting
data on the network.
• Ethernet uses the logical bus topology to transfer
data.
• Under a bus topology a node broadcasts the data
to the entire network.
• All other nodes on the network hear the data and
check if the data is intended for them.
kinene philemon 48
Token passing / Ring Topology
• In this topology, only one node can be allowed to
transfer the data in a network at a given time.
• If the host has no data to send, it passes the token
to the next host and the process repeats itself.
• This controls network access by passing an
electronic token sequentially to each host.
• The node having token only can transmit the data
in a network and hence the collision can be
avoided in a network.
kinene philemon 49
End of the Lecture
Thanks
kinene philemon 50

More Related Content

What's hot

Network topology....sajal
Network topology....sajalNetwork topology....sajal
Network topology....sajalSajal Das
 
Network topology
Network topologyNetwork topology
Network topologymaandomingo8
 
Network Topology And Its Types
Network Topology And Its TypesNetwork Topology And Its Types
Network Topology And Its TypesSaadSaif6
 
topology Final Presentation Fardeen N Qasim
topology Final  Presentation  Fardeen N  Qasimtopology Final  Presentation  Fardeen N  Qasim
topology Final Presentation Fardeen N Qasimguest4bcae0
 
Network topology
Network topologyNetwork topology
Network topologyfrank yeboah
 
Network topology by Dr. Gholkar D. R.
Network topology by Dr. Gholkar D. R.Network topology by Dr. Gholkar D. R.
Network topology by Dr. Gholkar D. R.drgholkar
 
Network topologies
Network topologiesNetwork topologies
Network topologiesChirag Nag
 
Computer Fundamental Network topologies
Computer Fundamental Network topologiesComputer Fundamental Network topologies
Computer Fundamental Network topologiessuraj pandey
 
NETWORK TOPOLOGIES
NETWORK TOPOLOGIESNETWORK TOPOLOGIES
NETWORK TOPOLOGIESVisualBee.com
 
Network topology by ananya shukla
Network topology by ananya shuklaNetwork topology by ananya shukla
Network topology by ananya shuklaananya_shukla
 
Network Topologies
Network Topologies Network Topologies
Network Topologies Ali Haider
 
Network, Topology and iits types
Network, Topology and iits typesNetwork, Topology and iits types
Network, Topology and iits typesMuzaffar Salik
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESKirti Garg
 
Network topology architecture
Network topology architectureNetwork topology architecture
Network topology architectureDhani Ahmad
 
Network topologies
Network topologiesNetwork topologies
Network topologiesNorah Saad
 

What's hot (20)

Network topology
Network topologyNetwork topology
Network topology
 
Network topology....sajal
Network topology....sajalNetwork topology....sajal
Network topology....sajal
 
Network topology
Network topologyNetwork topology
Network topology
 
Network Topology And Its Types
Network Topology And Its TypesNetwork Topology And Its Types
Network Topology And Its Types
 
topology Final Presentation Fardeen N Qasim
topology Final  Presentation  Fardeen N  Qasimtopology Final  Presentation  Fardeen N  Qasim
topology Final Presentation Fardeen N Qasim
 
Network topology And Its Types
Network topology And Its Types Network topology And Its Types
Network topology And Its Types
 
Ppt topologies
Ppt topologiesPpt topologies
Ppt topologies
 
Network topology
Network topologyNetwork topology
Network topology
 
Network topology
Network topologyNetwork topology
Network topology
 
Network topology by Dr. Gholkar D. R.
Network topology by Dr. Gholkar D. R.Network topology by Dr. Gholkar D. R.
Network topology by Dr. Gholkar D. R.
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Computer Fundamental Network topologies
Computer Fundamental Network topologiesComputer Fundamental Network topologies
Computer Fundamental Network topologies
 
NETWORK TOPOLOGIES
NETWORK TOPOLOGIESNETWORK TOPOLOGIES
NETWORK TOPOLOGIES
 
Network topology
Network topologyNetwork topology
Network topology
 
Network topology by ananya shukla
Network topology by ananya shuklaNetwork topology by ananya shukla
Network topology by ananya shukla
 
Network Topologies
Network Topologies Network Topologies
Network Topologies
 
Network, Topology and iits types
Network, Topology and iits typesNetwork, Topology and iits types
Network, Topology and iits types
 
BASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIESBASIC NETWORKING TOPOLOGIES
BASIC NETWORKING TOPOLOGIES
 
Network topology architecture
Network topology architectureNetwork topology architecture
Network topology architecture
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 

Similar to Lecture3 network principles(1)

Topology
TopologyTopology
TopologyAmar Singh
 
05 network typologies
05 network typologies05 network typologies
05 network typologiesJadavsejal
 
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 ullahFarmanUllah153601
 
Topology.pptx
Topology.pptxTopology.pptx
Topology.pptxParidhiGaur6
 
Network Topology
Network TopologyNetwork Topology
Network TopologyAmshalEjaz1
 
NETWORK TOPOLOGY
NETWORK TOPOLOGYNETWORK TOPOLOGY
NETWORK TOPOLOGYyamunakavali
 
Topology
TopologyTopology
TopologyMdAnikKhan
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of networksharone singh
 
Network Topologies
Network TopologiesNetwork Topologies
Network TopologiesShamima Akther
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdfuseless45
 
Network topologies
Network topologiesNetwork topologies
Network topologiesAmitabh Shukla
 
Network topology
Network topologyNetwork topology
Network topologyJyoti Akhter
 
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
 
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).pptxSuratSingh18
 
networktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdfnetworktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdfamanchaube0143
 
networktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdfnetworktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdfamanchaube0143
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.pptSiddique Ibrahim
 

Similar to Lecture3 network principles(1) (20)

Network topology
Network topologyNetwork topology
Network topology
 
Topology
TopologyTopology
Topology
 
05 network typologies
05 network typologies05 network typologies
05 network typologies
 
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
 
Topology.pptx
Topology.pptxTopology.pptx
Topology.pptx
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
NETWORK TOPOLOGY
NETWORK TOPOLOGYNETWORK TOPOLOGY
NETWORK TOPOLOGY
 
Topology
TopologyTopology
Topology
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of network
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdf
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
report.pptx
report.pptxreport.pptx
report.pptx
 
Network topology
Network topologyNetwork topology
Network topology
 
Network topology
Network topologyNetwork topology
Network topology
 
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...
 
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
 
networktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdfnetworktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdf
 
networktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdfnetworktopology-130710013533-phpapp01 (1).pdf
networktopology-130710013533-phpapp01 (1).pdf
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

Lecture3 network principles(1)

  • 1. Bugema University DNCT062 Network Principles Lecture 3 1
  • 3. Two Types of Network Topologies Physical topology is the physical layout of the components on the network Logical topology determines how the hosts access the medium to communicate across the network kinene philemon 3
  • 4. PHYSICAL NETWORK TOPOLOGY. • In networking, the term "topology" refers to the layout of connected devices on a network. • The physical layout & configuration of computers, cables, nodes, and other peripherals on a Network is generally referred to as the physical Network topology. • Network topology may also be logical and this generally refers to the protocols used on the Network. Note: (Protocols are to be discussed later) 4kinene philemon
  • 5. Physical Network Topology cont’d. • So, Network topology is the study of the arrangement or mapping of the elements (links, nodes, etc.) of a network, especially the physical (real) and logical (virtual) interconnections between nodes. • OR: A Network Topology is the arrangement with which computer systems or network devices are connected to each other 5kinene philemon
  • 6. Network Topology cont’d. • Topologies are the most important part of the network design theory. • A better network can be built if you have the knowledge of these topologies and if you know the difference between them. 6kinene philemon
  • 7. Common network Topologies. • Point-to-Point • Star • Bus • Mesh • Ring • Tree Etc 7kinene philemon
  • 8. 1) Point-to-point • The simplest topology is a permanent link between two endpoints. • Point-to-point networks contains exactly two hosts such as computer, switches or routers, servers connected back to back using a single piece of cable. Often, the receiving end of one host is connected to sending end of the other and vice-versa. • Like – A microphone to a single public address speaker. 8kinene philemon
  • 10. 2) Star Topology • The Star topology involves each node on the computer network is directly connected to the central Hub or concentrator as shown in the next slide. • Each of the nodes of the network is connected to a central node with a point-to-point link. • The hub device can be any of the following: ➢Layer-1 device such as hub or repeater ➢Layer-2 device such as switch or bridge ➢Layer-3 device such as router or gateway 10kinene philemon
  • 12. Characteristics of the Star Topology • Note: These explain the advantages and disadvantages of the Star Topology as given in the next slides 12kinene philemon
  • 13. Advantages of the Star Topology • Easy to install, implement and extend (in the event of Network expansion). • The failure of one node does not have a major effect on the functionality of the others. • No problems with collisions of data since each node has its own cable to the server / hub. • Security can be implemented in the concentrator for all. 13 kinene philemon
  • 14. Advantages Cont’d • It is easy to modify and add new computers to the star network without disrupting the rest of the nodes. • Network faults can easily be identified centrally and parts are easy to remove. 14kinene philemon
  • 15. Disadvantages of a Star Topology. â—ŹRequires more cable length than a linear topology. â—ŹIf the hub or concentrator fails, the entire network may fail. â—ŹMore expensive than linear bus topologies since it involves purchase of additional hardware – the concentrator. 15kinene philemon
  • 16. 3) The Bus Topology • The Bus Topology involves the use of one Linear Backbone cable with a terminator at each end, to which all the nodes / computers are connected. • It is one of the simple forms of networking where a failure of a device does not affect the other devices. • But failure of the shared communication line can make all other devices stop functioning. • A bus can be – Linear Bus – Distributed bus 16kinene philemon
  • 17. The Bus Topology cont’d a) Linear bus: • All the nodes of the network are connected to a common transmission medium which has exactly two endpoints . • The two endpoints are normally terminated with a device called a terminator. 17kinene philemon
  • 18. The Bus Topology cont’d 18kinene philemon
  • 19. The Bus Topology cont’d kinene philemon 19 Both ends of the shared channel have line terminator. The data is sent in only one direction and as soon as it reaches the extreme end, the terminator removes the data from the line.
  • 20. The Bus Topology cont’d b) Distributed bus: • The type of network topology in which all of the nodes of the network are connected to a common transmission medium which has more than two endpoints 20kinene philemon
  • 22. Characteristics of the Bus Topology These define the advantages and disadvantages. Advantages. • Cheap (probably the cheapest topology to install). • Easy to implement. • Less cable length required. 22kinene philemon
  • 23. Disadvantages of the Bus Topology. • Difficult to identify the source of a problem in case of network failure. • Limited cable length and number of stations. • A break of the main cable means a break of the entire network. • Performance may degrade as the network expands • Low security (all computers on the bus can see all data transmissions). • Terminators are required at both ends of the backbone cable. Proper termination is required. 23kinene philemon
  • 24. 4) Ring Topology. • A ring Topology is one where each node is connected to two other nodes with the first and last being connected to each other to form a ring-like structure (Circular network structure). • When one host tries to communicate or send message to a host which is not adjacent to it, the data travels through all intermediate hosts. To connect one more host in the existing structure, the administrator may need only one more extra cable. 24kinene philemon
  • 26. Ring Topology cont’d. • It uses a token ring to carry data from the source to the destination: Data is sent from one machine to the next around the ring until it reaches its destination then back to the origin. 26kinene philemon
  • 27. Characteristics of the Ring Topology Advantages and disadvantages define them. Advantages: • Data transmission is relatively simple since data moves in one direction. • Logically, a token passes from one computer to another so equal attention is given to all nodes. • Reliable and easier to manage. 27kinene philemon
  • 28. Disadvantages of the Ring Topology Cont’d • Difficult to troubleshoot. • Difficult to add or remove a computer. • A failure on one computer / node may cause disruption in the entire Network since the Token can’t be passed on. • Before the data reaches the destination, it must travel through all the nodes before it. 28kinene philemon
  • 29. 5) Mesh Topology • A Mesh Topology involves all the nodes on the network being interconnected to one another. • It is a network topology that resembles a wire mesh and involve the concept of routes. 29kinene philemon
  • 30. a) Partial Mesh Topology 30kinene philemon
  • 31. b) Full Mesh topology A mesh network in which every device connects to every other is called a full mesh. 31kinene philemon
  • 32. • The main advantage of this continuous connection between the nodes (Full Mesh Topology) is that when one node goes down, the others remain unaffected. • However, implementing such a network is relatively expensive and difficult. 32kinene philemon
  • 33. 6. Tree Topology • Also known as Hierarchical Topology, this is the most common form of network topology in use presently. • This topology imitates as extended Star topology and inherits properties of bus topology. • That is: Tree topologies integrate multiple star topologies together onto a bus. • In its simplest form, only hub devices connect directly to the tree bus and each hub functions as the "root" of a tree of devices. 33kinene philemon
  • 34. Tree Topology Cont’d • This topology divides the network in to multiple levels/layers of network. Mainly in LANs, a network is bifurcated into three types of network devices • The lowermost is access-layer where computers are attached. • The middle layer is known as distribution layer, which works as mediator between upper layer and lower layer. • The highest layer is known as core layer, and is central point of the network, i.e. root of the tree from which all nodes fork. kinene philemon 34
  • 36. Tree Topology Cont’d • All neighboring hosts have point-to-point connection between them. • Similar to the Bus topology, if the root goes down, then the entire network suffers even. • though it is not the single point of failure. • Every connection serves as point of failure, failing of which divides the network into unreachable segment. kinene philemon 36
  • 38. Advantages of a Tree Topology • Point-to-point wiring for individual segments. • Supported by several hardware and software venders. 38kinene philemon
  • 39. Disadvantages of a Tree Topology • Overall length of each segment is limited by the type of cabling used. • If the backbone line breaks, the entire segment goes down. • More difficult to configure and wire than other topologies. 39kinene philemon
  • 40. 7. Hybrid network topologies • The hybrid topology is a type of network topology that is composed of one or more interconnections of two or more networks that are based upon different physical topologies • Hybrid topology inherits merits and demerits of all the incorporating topologies. 40kinene philemon
  • 42. 8. Daisy Chain topology • This topology connects all the hosts in a linear fashion. • Similar to Ring topology, all hosts are connected to two hosts only, except the end hosts. • Means, if the end hosts in daisy chain are connected then it represents Ring topology • Each link in daisy chain topology represents single point of failure. Every link failure splits the network into two segments. • Every intermediate host works as relay for its immediate hosts. kinene philemon 43
  • 43. The Daisy Chain Topology kinene philemon 44
  • 44. Considerations when Choosing a Topology. • Funds. A linear bus network may be the least expensive way to install a network i.e no concentrators are required. • Length of cable needed. The linear bus network uses shorter lengths of cable. 45kinene philemon
  • 45. Considerations when Choosing a Topology Cont’d. • Future growth. With a star topology, expanding a network is easily done by adding another concentrator. • Cable type. The most common cable in use is unshielded twisted pair, which is most often used with star topologies. 46kinene philemon
  • 46. Logical Topologies • A logical topology is a concept in networking that defines the architecture of the communication mechanism for all nodes in a network. • Using network equipment such as routers and switches, the logical topology of a network can be dynamically maintained and reconfigured • The logical topology defines how the data should transfer. • Contrast this to the physical topology, which consists of the layout of cables, network devices and wiring. The two most common types of logical topologies are: â–Ş broadcast â–Ş and token passing. kinene philemon 47
  • 47. broadcast /Bus topology • There is no order that the hosts must follow to use the network • – it is first come, first served for transmitting data on the network. • Ethernet uses the logical bus topology to transfer data. • Under a bus topology a node broadcasts the data to the entire network. • All other nodes on the network hear the data and check if the data is intended for them. kinene philemon 48
  • 48. Token passing / Ring Topology • In this topology, only one node can be allowed to transfer the data in a network at a given time. • If the host has no data to send, it passes the token to the next host and the process repeats itself. • This controls network access by passing an electronic token sequentially to each host. • The node having token only can transmit the data in a network and hence the collision can be avoided in a network. kinene philemon 49
  • 49. End of the Lecture Thanks kinene philemon 50