Network Topologies Created by: Ghadeer H. Abosaeed June 22, 2012.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

Introduction to computer networking
Chapter 4 Computer 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.
Saeed Darvish Pazoki – MCSE, CCNA Abstracted From: Sybex – Network+ Study Guide Network Fundamentals 1.
Chapter 2 Basic Concepts Line Configuration Topology Transmission Mode Categories of Networks Internetworks WCB/McGraw-Hill  The McGraw-Hill Companies,
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
Network topology.
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.
Network Topologies.
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
Basic Concepts of Computer Networks
NETWORK Topologies An Introduction.
Chapter 2 Network Design Essentials Instructor: Nhan Nguyen Phuong.
The Three Important Topologies By: Parimal Satashia.
Advanced Programming Rabie A. Ramadan.
Information Technology Lecture No 3 By: Khurram Shahid.
Introduction to computer networking
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.
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.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
Net work topology Suzann Muhammad abu rewaedh
 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.
NETWORKS NEED HISTORY HARDWARE REQD. SOFTWARE REQD. TOPOLOGIES.
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.
Three types of network cabling Star Topology Tree Topology Linear Bus.
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.
Network Topologies.
Network Concepts Topologies
NETWORKS.
Data Communication Networks
NETWORK TOPOLOGIES NETWORK DEVICES. TOPOLOGY The physical topology of a network refers to the configuration of cables, computers, and other peripherals.
Networking Topology 1.BUS Topology 2.RING Topology 3.STAR Topology
Prepared by:Ronnel P. Agulto, CpE Objectives Different types of topologies; Their advantages & disadvantages How to choose an appropriate topologies in.
Network Topologies.
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.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
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.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
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 What is a Network?
Network Topologies CSC (c) Nouf AlJaffan.
Computer networking Presented By A.M Rajole.
Computer Network Topologies
Network Topologies CS 1202.
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 Created by: Ghadeer H. Abosaeed June 22, 2012

Network Topologies Objectives: 1- Students will be able to expand their knowledge in: a- The concept of the Network topology. b- The types of network topologies and the differences among them.

What is a Network topology?  Network Topology is the physical and logical configuration of a network, that is how nodes in a network are connected to one another.  Topologies can be either physical or logical.  Physical topologies shows the physical topology of a network, which refers to the actual physical layout of the devices and media.  Logical topologies describe how the network messages travel. They refers to the paths that signals travel from one point on the network to another.

Types of Network Topologies There are four main topologies, which are  Bus (can be both logical and physical)  Star (physical only)  Ring (can be both logical and physical)  Mesh (can be both logical and physical)

Types of Network Topologies

Bus Topology  A bus is the simplest physical topology. It consists of a single cable that runs to every workstation.  This topology uses the least amount of cabling, but also covers the shortest amount of distance.  Each computer shares the same data and address path. With a logical bus topology, messages pass through the trunk, and each workstation checks to see if the message is addressed to itself. If the address of the message matches the workstation’s address, the network adapter copies the message to the card’s on- board memory.

Bus Topology  It is difficult to add a workstation in bus topology.  Bus topology have to completely reroute the cable and possibly run two additional lengths of it.  If any one of the cables breaks, the entire network is disrupted. Therefore, bus topology is very expensive to maintain.

 Bus topology

Star Topology  A physical star topology branches each network device off a central device called a hub, making it very easy to add a new workstation.  Also, if any workstation goes down it does not affect the entire network. (But, as you might expect, if the central device goes down, the entire network goes down.)  Some types of Ethernet and ARCNet use a physical star topology.

Star Topology  Star topologies are easy to install. A cable is run from each workstation to the hub. The hub is placed in a central location in the office.  Star topologies are more expensive to install than bus networks, because there are several more cables that need to be installed, plus the cost of the hubs that are needed.

Star topology

Ring Topology  Each computer connects to two other computers, joining them in a circle creating a unidirectional path where messages move workstation to workstation.  Each entity participating in the ring reads a message, then regenerates it and hands it to its neighbor on a different network cable.

Ring Topology  The ring makes it difficult to add new computers.  Unlike a star topology network, the ring topology network will go down if one entity is removed from the ring.  Physical ring topology systems don’t exist much anymore, mainly because the hardware involved was fairly expensive and the fault tolerance was very low.

Ring Topology

Mesh Topology  The mesh topology is the simplest logical topology in terms of data flow, but it is the most complex in terms of physical design.  In this physical topology, each device is connected to every other device  This topology is rarely found in LANs, mainly because of the complexity of the cabling.

Mesh Topology  Because of its design, the physical mesh topology is very expensive to install and maintain.  Cables must be run from each device to every other device. The advantage you gain from it is its high fault tolerance.  With a logical mesh topology, however, there will always be a way of getting the data from source to destination.  It may not be able to take the direct route, but it can take an alternate, indirect route. It is for this reason that the mesh topology is still found in WANs to connect multiple sites across WAN links. It uses devices called routers to search multiple routes through the mesh and determine the best path.  However, the mesh topology does become inefficient with five or more entities.

Mesh Topology

Advantages and Disadvantages of Network Topologies TopologyAdvantagesDisadvantages BusCheap. Easy to install. Short cable lengths. Difficult to reconfigure. Break in bus disables entire network. StarCheap. Easy to install. Easy to reconfigure. Fault tolerant. high reliability More expensive than bus. RingEfficient. Easy to install.Reconfiguration difficult. Very expensive. MeshSimplest. Most fault tolerant.Reconfiguration extremely difficult. Extremely expensive. Very complex.

References Networking Guide : Network Topologies,

Other Important Resources Network Topologies, /topologies.htm Network Topology, topology Network topology and concepts,

Other Important Resources Star Topology, 48&feature=related Ring Topology, Y Bus Topology, os