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

Weitere ähnliche Inhalte

Was ist angesagt?

Computer Networking
Computer NetworkingComputer Networking
Computer Networkingkieshore
 
Introduction of computer network
Introduction of computer networkIntroduction of computer network
Introduction of computer networkVivek Kumar Sinha
 
Physical and logical topologies in computer network and client server
Physical  and logical topologies in computer network and client serverPhysical  and logical topologies in computer network and client server
Physical and logical topologies in computer network and client serverSatya P. Joshi
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentalsjpprakash
 
Transmission media ppt
Transmission media pptTransmission media ppt
Transmission media pptShubham Singh
 
NETWORK TOPOLOGY
NETWORK TOPOLOGYNETWORK TOPOLOGY
NETWORK TOPOLOGYKak Yong
 
Data Communications and Computer Networks
Data Communications and Computer Networks Data Communications and Computer Networks
Data Communications and Computer Networks Jubayer Alam Shoikat
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingRozitarmizi Mohammad
 
Network Types and Topologies
Network Types and TopologiesNetwork Types and Topologies
Network Types and TopologiesChristopher Brown
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11Keshav Maheshwari
 
Network Topology and its types
Network Topology and its typesNetwork Topology and its types
Network Topology and its typesMadhuri Badgujar
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Alan Mark
 
Introduction to network
Introduction to networkIntroduction to network
Introduction to networkDhani Ahmad
 

Was ist angesagt? (20)

Computer networks
Computer networksComputer networks
Computer networks
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Introduction of computer network
Introduction of computer networkIntroduction of computer network
Introduction of computer network
 
Physical and logical topologies in computer network and client server
Physical  and logical topologies in computer network and client serverPhysical  and logical topologies in computer network and client server
Physical and logical topologies in computer network and client server
 
Networks topologies Lec#2
Networks topologies Lec#2Networks topologies Lec#2
Networks topologies Lec#2
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentals
 
Transmission media ppt
Transmission media pptTransmission media ppt
Transmission media ppt
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 
NETWORK TOPOLOGY
NETWORK TOPOLOGYNETWORK TOPOLOGY
NETWORK TOPOLOGY
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Data Communications and Computer Networks
Data Communications and Computer Networks Data Communications and Computer Networks
Data Communications and Computer Networks
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
Computer network
Computer networkComputer network
Computer network
 
Network Types and Topologies
Network Types and TopologiesNetwork Types and Topologies
Network Types and Topologies
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
Network Topology and its types
Network Topology and its typesNetwork Topology and its types
Network Topology and its types
 
Networking basics PPT
Networking basics PPTNetworking basics PPT
Networking basics PPT
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
Introduction to network
Introduction to networkIntroduction to network
Introduction to network
 

Ähnlich wie Types of network topology

Types of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouterTypes of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouterAlidHasan4
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of networksharone singh
 
20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks 20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks Kathirvel Ayyaswamy
 
20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks 20CS2007 Computer Communication Networks
20CS2007 Computer Communication Networks Kathirvel Ayyaswamy
 
Distributed Structure System
Distributed Structure SystemDistributed Structure System
Distributed Structure Systemhusnaina_akhtar
 
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
 
Computer Network Introduction full
Computer Network Introduction fullComputer Network Introduction full
Computer Network Introduction fullaneebkmct
 
Computer Networks
Computer NetworksComputer Networks
Computer NetworksRaj vardhan
 

Ähnlich wie Types of network topology (20)

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

Kürzlich hochgeladen

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 

Kürzlich hochgeladen (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Types of network topology

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