DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

CP2073 Networking Lecture 5.
LAN and WAN LAN (Local Area Networks) are small networks which are contained in a single building or small area. WAN (Wide Area Networks) are larger networks.
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.
NETWORK TOPOLOGIES HNC COMPUTING - Network Concepts 1 Network Concepts Topologies.
SYSTEM ADMINISTRATION Chapter 1 Logical and Physical Network 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.
 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.
 A star topology is one of the most common network setups where each of the devices and computers on a network connect to a central hub.
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.
1 Network Topology 2 Introduction 8Physical and Logical Topologies 8Topologies 8Bus 8Ring 8Star 8Extended Star 8Mesh 8Hybrid.
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.
Networking Topology 1.BUS Topology 2.RING Topology 3.STAR Topology
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.
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.
CSC (c) Nouf AlJaffan Network Topologies.
1 Telecommunications and Networking Network Topologies Copyright © Texas Education Agency, All rights reserved.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Local Area Network Topology. LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control.
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.
Exploring the Functions of Networking
Chapter 2: Network Design Essentials
Network Topology Name: Dua'a Alfadhli ID: Section: 201
Computer Network Topologies
Network Topologies.
Created by- AMRITANSHU KUMAR
Basic Concepts of Computer Networks and Communications
Guide to Networking Essentials, 6th Edition
Chapter 5 Networks Communicating and Sharing Resources
2 Basic Concepts: data and computer networking
Network Topologies CS 1202.
Network Topology.
Network Topologies CS 1202.
Computer communications
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.
Physical Topologies -K. M. THANVI
Presentation transcript:

DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI Network Topologies DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI

Objectives Describe the basic and hybrid LAN physical topologies, and their uses, advantages and disadvantages Describe the backbone structures that form the foundation for most LANs

Simple Physical Topologies Physical topology: physical layout of nodes on a network Three fundamental shapes: Bus Ring Star May create hybrid topologies Topology integral to type of network, cabling infrastructure, and transmission media used

Bus Single cable connects all network nodes without intervening connectivity devices Devices share responsibility for getting data from one point to another Terminators stop signals after reaching end of wire Prevent signal bounce Inexpensive, not very scalable Difficult to troubleshoot, not fault-tolerant

Bus (continued)

Advantages & Disadvantages of Bus Topology Works well for small networks Relatively inexpensive to implement Easy to add to it Disadvantages Management costs can be high Potential for congestion with network traffic

Ring

Simple Physical Topologies Ring topology Each node is connected to the two nearest nodes so the entire network forms a circle One method for passing data on ring networks is token passing Active topology Each workstation transmits data

Advantages of Ring Topology Easier to manage; easier to locate a defective node or cable problem Well-suited for transmitting signals over long distances on a LAN Handles high-volume network traffic Enables reliable communication

Disadvantages of Ring Topology Expensive Requires more cable and network equipment at the start Not used as widely as bus topology Fewer equipment options Fewer options for expansion to high-speed communication

Star

Simple Physical Topologies Star topology Every node on the network is connected through a central device

Star (continued) Any single cable connects only two devices Cabling problems affect two nodes at most Requires more cabling than ring or bus networks More fault-tolerant Easily moved, isolated, or interconnected with other networks Scalable Supports max of 1024 addressable nodes on logical network

Advantages & Disadvantages of Star Topology Good option for modern networks Low startup costs Easy to manage Offers opportunities for expansion Most popular topology in use; wide variety of equipment available Disadvantages Hub is a single point of failure Requires more cable than the bus

Hybrid Physical Topologies: Star-Wired Ring

Star-Wired Bus

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

Logical Topologies Logical topology: how data is transmitted between nodes May not match physical topology Bus logical topology: signals travel from one network device to all other devices on network Required by bus, star, star-wired physical topologies Ring logical topology: signals follow circular path between sender and receiver Required by ring, star-wired ring topologies