SlideShare uma empresa Scribd logo
1 de 35
Project Network Topology
Why Topology is Important ? 
• Design Efficient Protocols 
• Solve Internetworking Problems: 
- routing 
- resource reservation 
- administration 
• Create Accurate Model for Simulation 
• Derive Estimates for Topological Parameters 
• Study Fault Tolerance and Anti-Attack Properties 
Project Network Topology
•The topology of a network 
defines how the nodes of a network 
are connected. 
•There are two basic categories of network 
topologies: (To define The network) 
1. a physical topology. 
2. a logical topology. 
Project Network Topology
• Physical topology: 
defines how the nodes of the network are 
physically connected . 
• Logical topology: 
How data is transmitted between nodes 
 (dedicated connections between certain selected 
source-destination pairs using the underlying physical topology.) 
 In order to have an efficient system, the logical topology should 
be chosen such that either the average hop distance or the packet 
delay or the maximum flow on any link must be minimal. 
Project Network Topology
The shape of the cabling layout used to link devices is called 
the physical topology of the network. This refers to the layout 
of cabling, the locations of nodes, and the interconnections 
between the nodes and the cabling. 
The physical topology of a network is determined by the 
capabilities of the network access devices and media, the 
level of control or fault tolerance desired, and the cost 
associated with cabling or telecommunications circuits. 
The logical topology, in contrast, is the way that the signals 
act on the network media, or the way that the data passes 
through the network from one device to the next without 
regard to the physical interconnection of the devices. 
A network's logical topology is not necessarily the same as 
its physical topology. 
Project Network Topology
• Shapes of network topologies : 
• Mesh 
• Star 
• Bus 
• Ring 
• Tree and Hybrid 
Project Network Topology
Mesh Topology 
• A network setup where each computer and network 
device is interconnected with one another, allowing 
for most transmissions to be distributed, even if one 
of the connections go down. This topology is not 
commonly used for most computer networks as it is 
difficult and expensive to have redundant connection 
to every computer. However, this topology is 
commonly used for wireless networks. Below is a 
visual example of a simple computer setup on a 
network using a mesh topology. 
Project Network Topology
Mesh Topology 
Project Network Topology
1. They use dedicated links so each link can only 
carry its own data load. So traffic problem can be 
avoided. 
2. It is robust. If any one link get damaged it cannot 
affect others. 
3. It gives privacy and security.(Message travels 
along a dedicated link) 
4. Fault identification and fault isolation are easy. 
Mesh Topology 
Project Network Topology
1. The amount of cabling and the number of I/O ports 
required are very large. Since every device is connected 
to each devices through dedicated links. 
2. The sheer bulk of wiring is larger then the available space. 
3. Hardware required to connected each device is highly 
Mesh Topology 
expensive. 
1. Telephone Regional office. 
2. WAN.(Wide Area Network). 
Project Network Topology
• Here each device has a dedicated point-to-point 
link to the central controller called “Hub”(Act as 
a Exchange). 
• There is no direct traffic between devices. 
• The transmission are occurred only through the 
central “hub”. 
Project Network Topology
• The central point may be “passive”, “active”, or 
“intelligent”. 
• A passive hub simply connects the arms of a star, no 
signal regeneration is performed. 
• An active hub is like a passive hub, except that it 
regenerates signals. 
• Intelligent hubs not only regenerate signals but also 
perform activities such as intelligent path selection 
and network management. 
Project Network Topology
Star Topology 
Project Network Topology
1. Less expensive then mesh since each device is 
connected only to the hub. 
2. Installation and configuration are easy. 
3. Less cabling is need then mesh. 
4. Robustness.(if one link fails, only that links is 
affected. All other links remain active). 
5. Easy to fault identification & to remove parts. 
Star Topology 
Project Network Topology
1. Even it requires less cabling then mesh when 
compared with other topologies it still large.(Ring 
or bus). 
2. Dependency(whole dependent on one single 
point(hub). When it goes down. The whole system 
is dead. 
Star Topology 
Project Network Topology
• Star topology used in Local Area 
Networks(LANs). 
• High speed LAN often used STAR. 
Star Topology 
Project Network Topology
• All communication pass through the central 
computer. 
• The communications in the network will stop if the 
host computer stops functioning. 
Project Network Topology
• A bus topology is multipoint. 
• Here one long cable act as a backbone to link all the devices 
are connected to the backbone by drop lines and taps. 
• Drop line- is the connection the devices and the cable. 
• Tap- is the splitter that cut the main link. 
• This allows only one device to transmit at a time. 
• Single cable connects all network nodes without 
intervening connectivity devices. 
• Devices share responsibility for getting data from one 
point to another. 
Project Network Topology
• When a device sends a message, it is broadcast down on 
the cable in both directions. Terminators at the end of 
the cable prevent the signal from reflecting back to the 
sender. 
• All devices on the cable constantly monitor for 
messages meant to them. When a device detects a 
message meant for it, it reads the message from the 
cable and the other devices will ignore it. 
• Since all devices are sharing the same cable, some form 
of control is needed to make sure which device will 
transmit when, otherwise there will be a collision. 
Project Network Topology
Bus Topology 
Project Network Topology
1. Ease of installation. 
2. Less cabling. 
3. less expensive. 
Bus Topology 
Project Network Topology
1. Difficult reconfiguration and fault isolation. 
2. Difficult to add new devices. 
3. Signal reflection at top can degradation in quality. 
4. If any fault in backbone can stops all transmission. 
• Most computer motherboard. 
Bus Topology 
Project Network Topology
• The main disadvantage is bad connection to the cable 
can bring down the entire network. Another problem: 
collision occurs when 2 nodes send messages 
simultaneously. 
Project Network Topology
Ring Topology 
• Here each device has a dedicated connection with 
two devices on either side. 
• The signal is passed in one direction from device to 
device until it reaches the destination and each 
device have repeater. 
• When one device received signals instead of intended 
another device, its repeater then regenerates the data 
and passes them along. 
• To add or delete a device requires changing only two 
connections. 
Project Network Topology
Ring Topology 
Project Network Topology
Advantages: 
1. Easy to install. 
2. Easy to reconfigure. 
3. Fault identification is easy. 
Disadvantages: 
1. Unidirectional traffic. 
2. Break in a single ring can break entire network. 
Ring Topology 
Project Network Topology
Applications: 
• Ring topologies are found in some office 
buildings or school campuses. 
• Today high speed LANs made this topology less 
popular. 
Ring Topology 
Project Network Topology
• Alternatively referred to as a star bus topology. 
• Tree topology is one of the most common 
network setups that is similar to a bus topology 
and a star topology. 
• A tree topology connects multiple star networks 
to other star networks. Below is a visual example 
of a simple computer setup on a network using 
the star topology. 
Project Network Topology
Tree Topology 
Project Network Topology
• A network which contain all type of physical 
structure and connected under a single backbone 
channel. 
Project Network Topology
Hybrid Topology 
Project Network Topology
• Money-Bus n/w may be the least expensive way to 
install a n/w. 
• Length-of cable needed- the linear bus n/w uses 
shorter lengths of cable. 
• Future growth-with star topology, expending a n/w is 
easily done by adding another devices. 
• Cable type-most common used cable in commercial 
organization is twisted pair. Which often 
used with star topologies. 
Project Network Topology
• Full mesh topology is theoretically the best since 
every device is connected to every other 
device.(thus maximizing speed and security. 
however, it quite expensive to install) 
• Next best would be tree topology , which is 
basically a connection of star. 
Project Network Topology
Backbone Networks: 
Serial Backbone 
• Daisy chain: linked series of devices 
• Hubs and switches often connected in daisy chain to 
extend a network 
• Hubs, gateways, routers, switches, and bridges can 
form part of backbone 
• Extent to which hubs can be connected is limited 
Project Network Topology
• Ashikha Alqahtani 
• Noura Alhuthily 
• Dalal Alkhneen 
Project Network Topology

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Tree topology
Tree topologyTree topology
Tree topology
 
Networks topologies Lec#2
Networks topologies Lec#2Networks topologies Lec#2
Networks topologies Lec#2
 
Network topology by ananya shukla
Network topology by ananya shuklaNetwork topology by ananya shukla
Network topology by ananya shukla
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Types of Network Architecture
Types of Network ArchitectureTypes of Network Architecture
Types of Network Architecture
 
Networking
NetworkingNetworking
Networking
 
Computer network basic concepts
Computer network   basic conceptsComputer network   basic concepts
Computer network basic concepts
 
Presentation on topology
Presentation on topologyPresentation on topology
Presentation on topology
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
Network topology
Network topologyNetwork topology
Network topology
 
Computer Networking.
Computer Networking.Computer Networking.
Computer Networking.
 
Networking Basics
Networking BasicsNetworking Basics
Networking Basics
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 
Computer networking
Computer networking Computer networking
Computer networking
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
networking
networkingnetworking
networking
 
Star topology ppt
Star topology pptStar topology ppt
Star topology ppt
 
Network topology
Network topologyNetwork topology
Network topology
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 

Destaque

Ring topology
Ring topologyRing topology
Ring topology
Ahh_Huay
 
Data com chapter 1 introduction
Data com chapter 1   introductionData com chapter 1   introduction
Data com chapter 1 introduction
Abdul-Hamid Donde
 
Types of network
Types of networkTypes of network
Types of network
ishjari
 
Mga nasyonalista sa timog at timog kanlurang asya Q3 2ndYear
Mga nasyonalista sa timog at timog kanlurang asya Q3 2ndYearMga nasyonalista sa timog at timog kanlurang asya Q3 2ndYear
Mga nasyonalista sa timog at timog kanlurang asya Q3 2ndYear
ApHUB2013
 
Digital Transmission Fundamentals
Digital Transmission FundamentalsDigital Transmission Fundamentals
Digital Transmission Fundamentals
Aisu
 
Eksplorasyon
EksplorasyonEksplorasyon
Eksplorasyon
marionmol
 
INTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMSINTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMS
Ashita Agrawal
 
Nasyonalismo sa Timog at Kanlurang Asya
Nasyonalismo sa Timog at Kanlurang AsyaNasyonalismo sa Timog at Kanlurang Asya
Nasyonalismo sa Timog at Kanlurang Asya
Prexus Ambixus
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsCCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration Questions
Dsunte Wilson
 

Destaque (20)

Ring topology
Ring topologyRing topology
Ring topology
 
Network topology
Network topologyNetwork topology
Network topology
 
Data com chapter 1 introduction
Data com chapter 1   introductionData com chapter 1   introduction
Data com chapter 1 introduction
 
Asya at ang Ikalawang Digmaang Pandaigdig
Asya at ang Ikalawang Digmaang Pandaigdig Asya at ang Ikalawang Digmaang Pandaigdig
Asya at ang Ikalawang Digmaang Pandaigdig
 
Types of network
Types of networkTypes of network
Types of network
 
Mga nasyonalista sa timog at timog kanlurang asya Q3 2ndYear
Mga nasyonalista sa timog at timog kanlurang asya Q3 2ndYearMga nasyonalista sa timog at timog kanlurang asya Q3 2ndYear
Mga nasyonalista sa timog at timog kanlurang asya Q3 2ndYear
 
Ppt of types of-network
Ppt of types of-network Ppt of types of-network
Ppt of types of-network
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networks
 
CCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The NetworkCCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The Network
 
Digital Transmission Fundamentals
Digital Transmission FundamentalsDigital Transmission Fundamentals
Digital Transmission Fundamentals
 
Ang paghahanap-ng-spices
Ang paghahanap-ng-spicesAng paghahanap-ng-spices
Ang paghahanap-ng-spices
 
Mga Nasyonalista sa Timog at Kanlurang Asya
Mga Nasyonalista sa Timog at Kanlurang AsyaMga Nasyonalista sa Timog at Kanlurang Asya
Mga Nasyonalista sa Timog at Kanlurang Asya
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationCCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
 
Eksplorasyon
EksplorasyonEksplorasyon
Eksplorasyon
 
INTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMSINTRODUCTION TO UML DIAGRAMS
INTRODUCTION TO UML DIAGRAMS
 
Nasyonalismo sa Timog at Kanlurang Asya
Nasyonalismo sa Timog at Kanlurang AsyaNasyonalismo sa Timog at Kanlurang Asya
Nasyonalismo sa Timog at Kanlurang Asya
 
Chapter 4 - Digital Transmission
Chapter 4 - Digital TransmissionChapter 4 - Digital Transmission
Chapter 4 - Digital Transmission
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsCCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration Questions
 
CCNA Access Lists
CCNA Access ListsCCNA Access Lists
CCNA Access Lists
 

Semelhante a Network topologies

network topology _computer networks.pptx
network  topology _computer networks.pptxnetwork  topology _computer networks.pptx
network topology _computer networks.pptx
ManimegalaM3
 
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
𝖆𝖑𝖕𝖍𝖆 𝖆𝖑𝖕𝖍𝖆
 

Semelhante a Network topologies (20)

Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
lecture 2,3.pdf
lecture 2,3.pdflecture 2,3.pdf
lecture 2,3.pdf
 
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
Network topologyNetwork topology
Network topology
 
Introduction of network
Introduction of networkIntroduction of network
Introduction of network
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
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 _computer networks.pptx
network  topology _computer networks.pptxnetwork  topology _computer networks.pptx
network topology _computer networks.pptx
 
report.pptx
report.pptxreport.pptx
report.pptx
 
Computer Network
Computer NetworkComputer Network
Computer Network
 
Network topologies
Network topologiesNetwork topologies
Network topologies
 
networktopology.pptx
networktopology.pptxnetworktopology.pptx
networktopology.pptx
 
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
 
Krisom
KrisomKrisom
Krisom
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
 
Networktopology xii
Networktopology xiiNetworktopology xii
Networktopology xii
 
NFPhysical Layer.pptx
NFPhysical Layer.pptxNFPhysical Layer.pptx
NFPhysical Layer.pptx
 
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
NETWORK TOPOLOGIES (NETWORK TOPOLOGY)
 
Topology in Computer Network.pptx
Topology in Computer Network.pptxTopology in Computer Network.pptx
Topology in Computer Network.pptx
 

Último

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
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
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
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
 
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...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 

Network topologies

  • 2. Why Topology is Important ? • Design Efficient Protocols • Solve Internetworking Problems: - routing - resource reservation - administration • Create Accurate Model for Simulation • Derive Estimates for Topological Parameters • Study Fault Tolerance and Anti-Attack Properties Project Network Topology
  • 3. •The topology of a network defines how the nodes of a network are connected. •There are two basic categories of network topologies: (To define The network) 1. a physical topology. 2. a logical topology. Project Network Topology
  • 4. • Physical topology: defines how the nodes of the network are physically connected . • Logical topology: How data is transmitted between nodes  (dedicated connections between certain selected source-destination pairs using the underlying physical topology.)  In order to have an efficient system, the logical topology should be chosen such that either the average hop distance or the packet delay or the maximum flow on any link must be minimal. Project Network Topology
  • 5. The shape of the cabling layout used to link devices is called the physical topology of the network. This refers to the layout of cabling, the locations of nodes, and the interconnections between the nodes and the cabling. The physical topology of a network is determined by the capabilities of the network access devices and media, the level of control or fault tolerance desired, and the cost associated with cabling or telecommunications circuits. The logical topology, in contrast, is the way that the signals act on the network media, or the way that the data passes through the network from one device to the next without regard to the physical interconnection of the devices. A network's logical topology is not necessarily the same as its physical topology. Project Network Topology
  • 6. • Shapes of network topologies : • Mesh • Star • Bus • Ring • Tree and Hybrid Project Network Topology
  • 7. Mesh Topology • A network setup where each computer and network device is interconnected with one another, allowing for most transmissions to be distributed, even if one of the connections go down. This topology is not commonly used for most computer networks as it is difficult and expensive to have redundant connection to every computer. However, this topology is commonly used for wireless networks. Below is a visual example of a simple computer setup on a network using a mesh topology. Project Network Topology
  • 8. Mesh Topology Project Network Topology
  • 9. 1. They use dedicated links so each link can only carry its own data load. So traffic problem can be avoided. 2. It is robust. If any one link get damaged it cannot affect others. 3. It gives privacy and security.(Message travels along a dedicated link) 4. Fault identification and fault isolation are easy. Mesh Topology Project Network Topology
  • 10. 1. The amount of cabling and the number of I/O ports required are very large. Since every device is connected to each devices through dedicated links. 2. The sheer bulk of wiring is larger then the available space. 3. Hardware required to connected each device is highly Mesh Topology expensive. 1. Telephone Regional office. 2. WAN.(Wide Area Network). Project Network Topology
  • 11. • Here each device has a dedicated point-to-point link to the central controller called “Hub”(Act as a Exchange). • There is no direct traffic between devices. • The transmission are occurred only through the central “hub”. Project Network Topology
  • 12. • The central point may be “passive”, “active”, or “intelligent”. • A passive hub simply connects the arms of a star, no signal regeneration is performed. • An active hub is like a passive hub, except that it regenerates signals. • Intelligent hubs not only regenerate signals but also perform activities such as intelligent path selection and network management. Project Network Topology
  • 13. Star Topology Project Network Topology
  • 14. 1. Less expensive then mesh since each device is connected only to the hub. 2. Installation and configuration are easy. 3. Less cabling is need then mesh. 4. Robustness.(if one link fails, only that links is affected. All other links remain active). 5. Easy to fault identification & to remove parts. Star Topology Project Network Topology
  • 15. 1. Even it requires less cabling then mesh when compared with other topologies it still large.(Ring or bus). 2. Dependency(whole dependent on one single point(hub). When it goes down. The whole system is dead. Star Topology Project Network Topology
  • 16. • Star topology used in Local Area Networks(LANs). • High speed LAN often used STAR. Star Topology Project Network Topology
  • 17. • All communication pass through the central computer. • The communications in the network will stop if the host computer stops functioning. Project Network Topology
  • 18. • A bus topology is multipoint. • Here one long cable act as a backbone to link all the devices are connected to the backbone by drop lines and taps. • Drop line- is the connection the devices and the cable. • Tap- is the splitter that cut the main link. • This allows only one device to transmit at a time. • Single cable connects all network nodes without intervening connectivity devices. • Devices share responsibility for getting data from one point to another. Project Network Topology
  • 19. • When a device sends a message, it is broadcast down on the cable in both directions. Terminators at the end of the cable prevent the signal from reflecting back to the sender. • All devices on the cable constantly monitor for messages meant to them. When a device detects a message meant for it, it reads the message from the cable and the other devices will ignore it. • Since all devices are sharing the same cable, some form of control is needed to make sure which device will transmit when, otherwise there will be a collision. Project Network Topology
  • 20. Bus Topology Project Network Topology
  • 21. 1. Ease of installation. 2. Less cabling. 3. less expensive. Bus Topology Project Network Topology
  • 22. 1. Difficult reconfiguration and fault isolation. 2. Difficult to add new devices. 3. Signal reflection at top can degradation in quality. 4. If any fault in backbone can stops all transmission. • Most computer motherboard. Bus Topology Project Network Topology
  • 23. • The main disadvantage is bad connection to the cable can bring down the entire network. Another problem: collision occurs when 2 nodes send messages simultaneously. Project Network Topology
  • 24. Ring Topology • Here each device has a dedicated connection with two devices on either side. • The signal is passed in one direction from device to device until it reaches the destination and each device have repeater. • When one device received signals instead of intended another device, its repeater then regenerates the data and passes them along. • To add or delete a device requires changing only two connections. Project Network Topology
  • 25. Ring Topology Project Network Topology
  • 26. Advantages: 1. Easy to install. 2. Easy to reconfigure. 3. Fault identification is easy. Disadvantages: 1. Unidirectional traffic. 2. Break in a single ring can break entire network. Ring Topology Project Network Topology
  • 27. Applications: • Ring topologies are found in some office buildings or school campuses. • Today high speed LANs made this topology less popular. Ring Topology Project Network Topology
  • 28. • Alternatively referred to as a star bus topology. • Tree topology is one of the most common network setups that is similar to a bus topology and a star topology. • A tree topology connects multiple star networks to other star networks. Below is a visual example of a simple computer setup on a network using the star topology. Project Network Topology
  • 29. Tree Topology Project Network Topology
  • 30. • A network which contain all type of physical structure and connected under a single backbone channel. Project Network Topology
  • 31. Hybrid Topology Project Network Topology
  • 32. • Money-Bus n/w may be the least expensive way to install a n/w. • Length-of cable needed- the linear bus n/w uses shorter lengths of cable. • Future growth-with star topology, expending a n/w is easily done by adding another devices. • Cable type-most common used cable in commercial organization is twisted pair. Which often used with star topologies. Project Network Topology
  • 33. • Full mesh topology is theoretically the best since every device is connected to every other device.(thus maximizing speed and security. however, it quite expensive to install) • Next best would be tree topology , which is basically a connection of star. Project Network Topology
  • 34. Backbone Networks: Serial Backbone • Daisy chain: linked series of devices • Hubs and switches often connected in daisy chain to extend a network • Hubs, gateways, routers, switches, and bridges can form part of backbone • Extent to which hubs can be connected is limited Project Network Topology
  • 35. • Ashikha Alqahtani • Noura Alhuthily • Dalal Alkhneen Project Network Topology