1 Telecommunications and Networking Network Topologies Copyright © Texas Education Agency, 2013. All rights reserved.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

CP2073 Networking Lecture 5.
Data Communications and Networking
COMPUTER NETWORK TOPOLOGIES
INTRODUCTION TO NETWORKS
Computer Network Topologies
Basic Concepts of Computer
Nilesh Agre Wedashree Jalukar Neelima Shahi Group Members.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Exploring the Functions of Networking.
Network Topologies.
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
Growing the Network © 2004 Cisco Systems, Inc. All rights reserved. Choosing the Right Network Topology INTRO v2.0—3-1.
Network Topologies. The concept of a topology. The basic function of computers on the LAN is to provide the user with an almost limitless set of applications.
NETWORK TOPOLOGY. WHAT IS NETWORK TOPOLOGY?  Network Topology is the shape or physical layout of the network. This is how the computers and other devices.
DATA COMMUNICATION (ELA…) NETWORK TOPOLOGIES 1. O BJECTIVES Describe the basic and hybrid LAN physical topologies, and their uses, advantages and disadvantages.
Network Topologies.
Basic Concepts of Computer Networks
Network Design Essentials
NETWORK Topologies An Introduction.
Information Technology Lecture No 3 By: Khurram Shahid.
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
Network Topologies Lecturer: Hyder R. Hamandi. Network Topologies Physical topologies describe how the cables are run in the network A topology is a way.
There are Physical and logical network layout. Physical : Topology of a network refers to the configuration of cables, computers, and other peripherals.
Intro to Network Design
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
NETWORK TOPOLOGIES. NETWORK TOPOLOGIES THERE ARE BASIC FIVE TYPE OF NETWORK TOPOLOGIES.
Chapter 21 Topologies Chapter 2. 2 Chapter Objectives Explain the different topologies Explain the structure of various topologies Compare different topologies.
Physical Topology Physical layout of the network nodes – Broad description of the network: no detail about device types, connection methods, addressing,...
1 Network Topology 2 Introduction 8Physical and Logical Topologies 8Topologies 8Bus 8Ring 8Star 8Extended Star 8Mesh 8Hybrid.
Royal Latin School. Describe, using diagrams or otherwise, the ring, bus and star network topologies Once you have decided to network a number of computers.
Topologies, Backbones, Switching, and Ethernet ITNW 1325, Chapter V, Part I.
Network Topologies.
Network Concepts Topologies
SHAPE OF A NETWORK COPYRIGHT BTS TOPOLOGY The way the computers are cabled together Four different layouts Logical topology describes the way data travels.
Chapter2 Networking Fundamentals
Chapter 5 Network Architecture. Physical Topologies Bus Ring Star.
Star Topology Star Networks are one of the most common network topologies. consists of one central switch, hub or computer, which acts as a conduit to.
Networking Topology 1.BUS Topology 2.RING Topology 3.STAR Topology
-Network topology is the layout of the connection between the computers. -It is also known as the pattern in which computers.
Data Communications and Networks Chapter 1 - Classification of network topologies Data Communications and Network.
Project on Network Topology Vipul S. Kale S.Y.B.Com 19 Computer Programming Sterling College.
Prepared by:Ronnel P. Agulto, CpE Objectives Different types of topologies; Their advantages & disadvantages How to choose an appropriate topologies in.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
Network Topologies Created by: Ghadeer H. Abosaeed June 22, 2012.
Credit:  refers to the physical arrangement of the computers and other networking devices that are linked together.
Chapter 2 Network topology and Networking devices.
Shape of a Network 10/10/07. Topology  The way the computers are cabled together  Four different layouts  Logical topology describes the way data travels.
Chapter 1 : Computer Networks.
Computer Network Architecture Lecture 2: Fundamental of Network.
Network Topologies By: Josh Geller. Star Topology All computers are connected to a central hub. Cheap to expand as hubs are currently inexpensive. No.
TOPOLOGIES in COMPUTER NETWORKING Refers to the physical layout of the network devices and cabling and how all the components communicate with each other.
Physical Network Topology. When working with a network What is Physical Topology????? The physical topology of a network refers to the configuration of.
Computer Networks Part 2
Chapter Seven Network Topology [tə'p ɒ ləd ʒɪ ]. In networking, the term “topology” refers to the layout of connected devices on a network. This article.
Network Topology Computer network topology is the way various components of a network (like nodes, links, peripherals, etc) are arranged. Network topologies.
Network types Point-to-Point (Direct) Connection Dedicated circuit boards connected by cable; To transfer data from A to B: – A writes on its circuit board;
CSC (c) Nouf AlJaffan Network Topologies.
Network Topologies.
Network Topologies CSC (c) Nouf AlJaffan.
Computer Network Topologies
Network Topologies.
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Network Topologies CS 1202.
Network Topology.
Network Topologies CS 1202.
Physical Network Topology
Network Topologies CSC (c) Nouf AlJaffan.
Network Topologies CSC (c) Nouf AlJaffan.
Presentation transcript:

1 Telecommunications and Networking Network Topologies Copyright © Texas Education Agency, All rights reserved.

What is Topology? Physical or logical map of devices on a network Physical refers to where each device is physically located and how they are connected to each other Logical refers to how data is transmitted from one node to another on the network Copyright © Texas Education Agency, All rights reserved.2

Topology When the word topology is used by itself, we typically mean the physical topology Four major topology designs Bus Ring Star Mesh Copyright © Texas Education Agency, All rights reserved.3

BUS Not this… Copyright © Texas Education Agency, All rights reserved.4

Bus Topology Single cable that connects all nodes on a network Each node is connected to a common cable Uses least amount of cable compared to other topologies Often used as a backbone to link other topologies Copyright © Texas Education Agency, All rights reserved.5

Bus Topology Cont’d. Requires a terminator at one end and a grounded resistor at the other If terminator is missing, you experience signal bounce Supports only one channel for communication Copyright © Texas Education Agency, All rights reserved.6

Pros Inexpensive Simple to set up Cons No fault tolerance Not scalable Not practical for more than 10 workstations Difficult to troubleshoot Single point of failure rule Copyright © Texas Education Agency, All rights reserved.7 Bus Topology Cont’d.

Use a Bus if… Expense is a major issue A temporary network is required until the primary network is completed and you must have communications You want to install a backbone to connect two networks Copyright © Texas Education Agency, All rights reserved.8

Typical Bus Layout Copyright © Texas Education Agency, All rights reserved.9

RING Not this… Copyright © Texas Education Agency, All rights reserved.10

Ring Topology Network forms a circle First node connects to second node Last node connects to first node Data is (typically) transmitted clockwise Unidirectional Each workstation acts as a repeater Active topology Typically Uses TP or Fiber cabling No fault tolerance Copyright © Texas Education Agency, All rights reserved.11

Ring Topology Cont’d. Pros Organized in terms of data transmission Design is simple No need for server/central device Each node has equal access to resources Copyright © Texas Education Agency, All rights reserved.12

Ring Topology Cont’d. Cons Single point of failure Each packet must go through every computer to get to the right receiver Token passing Not very flexible or scalable No fault tolerance Copyright © Texas Education Agency, All rights reserved.13

Use a Ring if… You have a small network that will not expand 10 nodes or less You do not require a central device to manage network Copyright © Texas Education Agency, All rights reserved.14

Typical Ring Layout Copyright © Texas Education Agency, All rights reserved.15

STAR Not this… Copyright © Texas Education Agency, All rights reserved.16

Star Topology Every node is connected to a central device Single cable only connects two devices; node to central device Typically built with TP or fiber Supports maximum of 1024 addressable nodes per segment More users = slower performance Uses switches to subdivide segments Copyright © Texas Education Agency, All rights reserved.17

Star Topology Cont’d. More fault tolerant than Bus or Ring Cable problem will only affect the two devices it connects Failure in central device will affect entire network Single point of failure Single workstation problem will only affect that workstation Flexible and easily scalable Copyright © Texas Education Agency, All rights reserved.18

Use Star if… You need fault tolerance You need maximum scalability You need/want central network management You need/want easy troubleshooting Copyright © Texas Education Agency, All rights reserved.19

Pros Better performance than Bus/Ring Somewhat fault tolerant Easily scalable Centralized control Copyright © Texas Education Agency, All rights reserved.20 Star Topology Cont’d.

Cons Single point of failure (central device) Cost of equipment/installation More cable required than Bus or Ring Performance and number of nodes supported dependent on central device Copyright © Texas Education Agency, All rights reserved.21 Star Topology Cont’d.

Typical Star Layout Copyright © Texas Education Agency, All rights reserved.22

MESH Not this… Copyright © Texas Education Agency, All rights reserved.23

Mesh Topology Each device is connected to every other device on the network Extremely fault tolerant Highest fault tolerance of all topologies Easy to troubleshoot problems Not easily scalable Copyright © Texas Education Agency, All rights reserved.24

If a data pathway becomes overloaded or breaks, the network can re-route the data over a different pathway Central device is optional EXPENSIVE Copyright © Texas Education Agency, All rights reserved.25 Mesh Topology Cont’d.

Use Mesh if… Constant network connectivity is critical to your business/environment You have large-scale data transmission Video surveillance Copyright © Texas Education Agency, All rights reserved.26

Typical Mesh Layout Copyright © Texas Education Agency, All rights reserved.27 Full MeshPartial Mesh

Summary Logical topology represents how the data is transmitted around the network Physical topology represents the physical layout of the network Four major types of networks Bus Ring Star Mesh Copyright © Texas Education Agency, All rights reserved.28

Summary Cont’d. Bus Forms a line Easy to build Inexpensive Not fault tolerant Single cable connects all nodes Single point of failure Copyright © Texas Education Agency, All rights reserved.29

Summary Cont’d. Ring Forms a circle Easy to build Inexpensive Not fault tolerant Single cable connects all nodes Single point of failure Copyright © Texas Education Agency, All rights reserved.30

Summary Cont’d. Star All nodes connect to a central device More fault tolerant than Bus or Ring Easily scalable Easy to troubleshoot Expensive Single point of failure Copyright © Texas Education Agency, All rights reserved.31

Summary Cont’d. Mesh Every device is connected to every other device Extremely fault tolerant Easy to troubleshoot problems Large-scale data transmission Extremely expensive Not easily scalable Difficult to install Copyright © Texas Education Agency, All rights reserved.32