Network Topologies Lecturer: Hyder R. Hamandi. Network Topologies Physical topologies describe how the cables are run in the network A topology is a way.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

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.
Network Topologies.
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
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.
Network Design Essentials
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the  Bus  Ring  Star.
Information Technology Lecture No 3 By: Khurram Shahid.
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
Server is ‘host’ Clients do not communicate with each other.
SYSTEM ADMINISTRATION Chapter 1 Logical and Physical Network Topologies.
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 TOPOLOGY. NETWORK TOPOLOGY The layout of a network Two major classes Physical Network Topology The physical layout of the network i.e. the arrangement.
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.
Three types of network cabling Star Topology Tree Topology Linear Bus.
Topologies, Backbones, Switching, and Ethernet ITNW 1325, Chapter V, Part I.
How Networks work?.
Network Topologies.
Network Concepts Topologies
Mr C Johnston ICT Teacher
SHAPE OF A NETWORK COPYRIGHT BTS TOPOLOGY The way the computers are cabled together Four different layouts Logical topology describes the way data travels.
NETWORKS.
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
Macquarie Fields College of TAFE Version 2 – 13 March HARDWARE 4.
Prepared by:Ronnel P. Agulto, CpE Objectives Different types of topologies; Their advantages & disadvantages How to choose an appropriate topologies in.
Guide to Networking Essentials Fifth Edition Chapter 2 Network Design Essentials.
NETWORK TOPOLOGY Network topology is the study of the arrangement or mapping of the elements of a network,especially the physical.
Network Topologies Created by: Ghadeer H. Abosaeed June 22, 2012.
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.
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.
CIS 173 Networking Essentials Week #3 Objectives Review Chapter #1 Questions Lecture Chapter #2 (Topologies)
TOP0LOGYTOP0LOGY Asrar Mulla – CO4E ‘B’ Abrar Mulla – CO4E ‘B’ Shoaib Khan – CO4E ‘B’ Aamir Khan – CO4E ‘B’ Fazal Sayed – CO4E ‘B’
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.
1 Telecommunications and Networking Network Topologies Copyright © Texas Education Agency, All rights reserved.
Network Topologies.
Network Topologies CSC (c) Nouf AlJaffan.
Computer Network Collection of computers and devices connected by communications channels that facilitates communications among users and allows users.
Chapter 2: Network Design Essentials
Network Topologies.
Created by- AMRITANSHU KUMAR
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Network Topologies CS 1202.
Network Topology.
Network Topologies CS 1202.
Physical Network Topology
 What is Topology  Categories of Topology  Definition, structure, advantage and disadvantage of all of the following topologies: o Mesh o Bus o Ring.
Network Topologies CSC (c) Nouf AlJaffan.
Network Topologies CSC (c) Nouf AlJaffan.
Presentation transcript:

Network Topologies Lecturer: Hyder R. Hamandi

Network Topologies Physical topologies describe how the cables are run in the network A topology is a way of “laying out the network

Physical Topologies Bus Star Ring Ring Mesh MeshHybrid

Logical Technology Logical technology describe how the data or network messages travel Ethernet Token Ring FDDI

Bus Topology In the bus topology, the network nodes (computers, printers, and other devices connected together to share information) are connected to a common backbone cable

Bus Topology

Data is sent to all computers on the trunk. Each computer examines EVERY packet on the wire to determine who the packet is for and accepts only messages addressed to them. good for a temporary, small (fewer than 10 people) network Performance degrades as more computers are added to the bus Bus is a passive topology.

Advantages of Bus Topology Works well for small networks Inexpensive to implement on a small scale Requires less cable Easy to add another workstation

Disadvantages of Bus Topology Management costs often too high Difficult to isolate a malfunctioning node or cable segment and associated connectors Possible for defective node to take down the entire network Subject to congestion from network traffic

Star Topology The star topology is a network configured with a central hub and individual cable segments connected to the hub, resembling the shape of a star. A hub is a central device used in the star topology that joins single cable segments or individual LANs into one network.

Star Topology Hub

Advantages of Star Topology Easier to manage than a bus Easier to locate node and cable problems Easier to expand than a bus or ring, especially for enterprise networking Well suited for expansion into high-speed networking More equipment options

Disadvantages of Star Topology Susceptible to a single point of failure Requires more network cable at the start than a bus

Ring Topology A ring topology is a network in the shape of a ring or circle, with nodes connected around the ring.

Ring Topology Ring

Ring Topology (LAN) Redundant ring to avoid network failure Repeaters at each component Unidirectional transmission links Closed loop Typically used in FDDI networks

Advantages of Ring Topology Easier to manage than a bus Easier to locate node and cable problems Good over long distances Handles high-volume traffic well Very reliable

Disadvantages of Ring Topology Requires more network cable and equipment at the start than a bus Not as many equipment options as for a bus Not as widely used as the bus topology

Hybrid (Bus-Star) Hub

Mesh Environment Every device interconnected Most expensive Most Fault tolerant Cable fault tolerant Device fault tolerant The Internet is Mesh Topology

Mesh Topology Figure 2-9