 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar.

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

Chapter 4 Computer Networks
Data Communications and Networking
COMPUTER NETWORK TOPOLOGIES
Computer Network Topologies
Basic Concepts of Computer
Nilesh Agre Wedashree Jalukar Neelima Shahi Group Members.
Network Topologies CS 1202.
Marwan Al-Namari Week 2. ADSL : Asymmetric Digital Subscriber Line Ethernet networks - 10BASE-T - 100BASE-TX BASE-T BASE-TX (Cat5e.
Network Topologies CSC (c) Nouf AlJaffan.
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.
Network topologies. What is a network topology? Physical arrangement of the devices in a communications network. Most commonly used are bus and star.
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 Design Essentials
Chapter 4: Computer Networks Department of Computer Science Foundation Year Program Umm Alqura University, Makkah Computer Skills /1436.
NETWORK Topologies An Introduction.
The Three Important Topologies By: Parimal Satashia.
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.
Network Topologies Lecturer: Hyder R. Hamandi. Network Topologies Physical topologies describe how the cables are run in the network A topology is a way.
Intro to Network Design
NETWORKS NEED HISTORY HARDWARE REQD. SOFTWARE REQD. 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.
The McGraw- AS Computing LAN Topologies. The McGraw- Categories of LAN Topology.
Three types of network cabling Star Topology Tree Topology Linear Bus.
How Networks work?.
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.
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.
NETWORK TOPOLOGIES NETWORK DEVICES. TOPOLOGY The physical topology of a network refers to the configuration of cables, computers, and other peripherals.
 Physical arrangement of devices in a network  Common types: › Ring › Bus › Star › Tree.
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.
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.
Network Topologies.
NETWORK TOPOLOGY Network topology is the study of the arrangement or mapping of the elements of a network,especially the physical.
Credit:  refers to the physical arrangement of the computers and other networking devices that are linked together.
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.
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.
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 Topologies
Network Configurations
Network Topologies.
Basic Concepts of Computer Networks and Communications
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
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.
Types of topology. Bus topology Bus topology is a network type in which every computer and network device is connected to single cable. When it has exactly.
Network Topologies CSC (c) Nouf AlJaffan.
Network Topologies CSC (c) Nouf AlJaffan.
Presentation transcript:

 Topology Topology  Different types of topology Different types of topology  bus topologybus topology  ring topologyring topology  star topologystar topology  tree topology tree topology  mesh topologymesh topology  Hybrid topologyHybrid topology

Network topologies describe the ways in which the elements of a network are mapped. They describe the physical and logical arrangement of the network nodes. The physical topology of a network refers to the configuration of cables, computers, and other peripherals Go back

 Bus Topology  Star Topology  Ring Topology  Mesh Topology  Tree Topology  Hybrid Topology Go back

 All the nodes (file server, workstations, and peripherals) on a bus topology are connected by one single cable.  A bus topology consists of a main run of cable with a terminator at end. All nodes (file server, workstations, and peripherals) are connected to the linear cable.  Popular on LANs because they are inexpensive and easy to install. Go back

Advantages  It is Cheap, easy to handle and implement.  Require less cable  It is best suited for small networks. Disadvantages  The cable length is limited. This limits the number of stations that can be connected.  This network topology can perform well only for a limited number of nodes. Go back

 In a ring network, every device has exactly two neighbors for communication purposes.  All messages travel through a ring in the same direction.  A failure in any cable or device breaks the loop and can take down the entire network.  To implement a ring network we use the Token Ring technology  A token, or small data packet, is continuously passed around the network. When a device needs to transmit, it reserves the token for the next trip around, then attaches its data packet to it. Go back

Advantages:  Easy to install and wire.  Because every computer is given equal access to the token, no one computer can monopolize the network. Disadvantages:  Requires more cable than a bus topology.  If one computer fails it can affect the whole network.  It is difficult to identify the problem if the entire network shuts down. Go back

 In a star network, each node (file server, workstations, and peripherals) is connected to a central device called a hub.  The hub takes a signal that comes from any node and passes it along to all the other nodes in the network.  Data on a star network passes through the hub, switch, or concentrator before continuing to its destination.  The hub, switch, or concentrator manages and controls all functions of the network.  The star topology reduces the chance of network failure by connecting all of the systems to a central node. Go back

Advantages:  It is easy to modify and add new computers to a star network without disturbing the rest of the network.  If one node or workstation (beside the middle node) goes down, the rest of the network will still be functional.  The center of a star network is a good place to figure out where the network faults are located. Disadvantages:  Requires more cable than a bus topology.  If the middle node goes down, then the entire network goes down.  It is more expensive than because all cables must be connected to one central point Go back

 A tree topology (hierarchical topology) can be viewed as a collection of star networks arranged in a hierarchy.  This tree has individual peripheral nodes which are required to transmit to and receive from one other only and are not required to act as repeaters or regenerators.  The tree topology arranges links and nodes into distinct hierarchies in order to allow greater control and easier troubleshooting. Go back

Advantages  Extension of Star and bus topologies. It can be implemented as an alternative where it cannot be used.  Expansion of network can be easy and possible.  Error detection is easy, as well as correction one segment gets damaged, other segments will not be affected. Disadvantages  Relies heavily on main bus cable, so if it breaks whole network is down Go back

 In this topology, each node is connected to every other node in the network.  Implementing the mesh topology is expensive and difficult.  In this type of network, each node may send message to destination through multiple paths. Go back

Advantages:  Increased reliability since there are multiple paths for each node to take.  Increased speed since shortcuts have been created by add more cables/links. Disadvantages:  The cost of cabling all the hosts together is expensive and time consuming. Go back

 A combination of any two or more network topologies.  A hybrid topology always accrues when two different basic network topologies are connected.  It is a mixture of above mentioned topologies. Usually, a central computer is attached with sub-controllers which in turn participate in a variety of topologies Go back

Advantages of a Hybrid Topology  It is extremely flexible.  It is very reliable. Disadvantages of a Hybrid Topology  Expensive Go back