Data Communications and Networking

Slides:



Advertisements
Similar presentations
Shape of a Network.
Advertisements

COMPUTER NETWORK TOPOLOGIES
TYPES OF NETWORK.
INTRODUCTION TO NETWORKS
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.
Basic Concepts of Computer Networks
Network Design Essentials. Guide to Networking Essentials, Fifth Edition2 Contents 1. Examining the Basics of a Network Layout 2. Understanding Standard.
Network Design Essentials
NETWORK Topologies An Introduction.
Chapter 2 Network Design Essentials Instructor: Nhan Nguyen Phuong.
Information Technology Lecture No 3 By: Khurram Shahid.
Network Systems Identify network systems and their components.
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.
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.
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.
Physical Topology Physical layout of the network nodes – Broad description of the network: no detail about device types, connection methods, addressing,...
UNIT -1. DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form.
Mr C Johnston ICT Teacher BTEC IT Unit 05 - Lesson 03 Network Topologies.
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.
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.
Chapter2 Networking Fundamentals
Chapter 5 Network Architecture. Physical Topologies Bus Ring Star.
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.
 Physical arrangement of devices in a network  Common types: › Ring › Bus › Star › Tree.
Networking Topology 1.BUS Topology 2.RING Topology 3.STAR Topology
Data Communications and Networks Chapter 1 - Classification of network topologies Data Communications and Network.
By Matthew. Advantages: Can share and keep information private within a network Workstations do not need a hard drive to access the information Users.
Prepared by:Ronnel P. Agulto, CpE Objectives Different types of topologies; Their advantages & disadvantages How to choose an appropriate topologies in.
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.
Free Powerpoint Templates Page 1 Free Powerpoint Templates Network topology.
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
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
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.
Local Area Network Topology. LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control.
LAN, WAN, and Network Topologies
Featrues of Compputer Networks
Basic Concepts of Computer Networks and Communications
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.
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.
Presentation transcript:

Data Communications and Networking 332 Hardware Components of Data Communications

Lecture Overview Network Topology Physical & Logical Topology Bus Topology Ring Topology Star Topology Tree Topology Mesh Topology Combined Topologies

Network Topology Network topologies may be physical or logical with respect their functionality. In general, physical topology relates to a core network whereas logical topology relates to basic network.

Physical Topology Physical topology refers to the physical design of a network including the devices, location and cable installation. The shape of the cabling layout used to link devices is called the physical topology of the network. This refers to: The layout of cabling The locations of nodes The interconnections between the nodes and the cabling The physical topology of a network is determined by: The capabilities of the network access devices and media The level of control Fault tolerance desired The cost associated with cabling or telecommunications circuits

Logical Topology Logical topology refers to how data is actually transferred in a network as opposed to its physical design. The logical topology is define: is the way that the signal act on the network media The way that the data passed through the network from one device to the next without regard to the physical interconnection of the devices. A network’s logical topology is not necessarily the same as its physical topology. For example: The original UTP Ethernet using hubs/switches, but logically connected but topology layout. Token ring is a logical ring topology, but is wired a physical star from the MSAU (Media Station Access Unit)

BUS Topology A bus network topology is a network architecture in which a set of clients are connected via a shared communications line / medium, called a BUS topology. The bus topology is often referred to as a linear bus because the computers are connected in a straight line. This is the simplest and most common method of networking computers.

BUS Topology

BUS Topology Advantages: Easy to connect a computer or peripheral to a linear bus. Easy to implement and extend Well suited for temporary networks (quick setup) Typically the cheapest topology to implement Faster than a ring network If any node on the bus network fails, the bus itself is not effected. Requires less cable length than a star topology

BUS Topology Disadvantages: Difficult to administer/troubleshoot Limited cable length and number of stations A cable break can disable the entire network Maintenance costs may be higher in the long run Performance degrades as additional computers are added or on heavy traffic Low security (all computers on the bus can see all data transmissions) One virus in the network will affect all of them (but not as badly as a star or ring network) Proper termination is required. (loop must be in closed path) Significant. Capacitive load (each bus transaction must be able to stretch to most distant link).

STAR Topology In Star topology, it uses a central component that allows other devices connected to it to communicate with each other, such devices are commonly called hubs or switches. A hub does not perform any type of filtering or routing of the data. It is simply a junction that joins all the different nodes together. If a device wants to communicate, it does so only through the central hub/switch. That switch then passes the data to its destination.

STAR Topology

STAR Topology Advantages: Disadvantages: Good performance Easy to set up and to expand; any non-centralised failure will have very little effect on the network Disadvantages: Expensive to install Extra hardware required

RING Topology In Ring topology, devices are connected circularly. Each one can communicate directly with either or both of its neighbors but nobody else. If it wants to communicate with a device farther away, it sends a message that passes through each device in between.

RING Topology A ring network may be either unidirectional or bidirectional. Unidirectional means that all transmissions travel in the same direction . Thus, each device can communicate directly with only one neighbor. Bidirectional means that data transmissions travel in either direction, and a device can communicate directly with both neighbors.

RING Topology An early ring topology was IBM’s Token Ring network, which connected PCs in a single office or department. In a token ring network, communications are coordinated by passing a token (a predefined sequence of bits) among all the devices in the ring. A device can send something only when it receives the token.

RING Topology Advantages: Data is quickly transferred without a ‘bottle neck’. (very fast, all data traffic is in the same direction) The transmission of data is relatively simple as packets travel in one direction only. Adding additional nodes has very little impact on bandwidth. It prevents network collisions because of the media access method or architecture required.

RING Topology Disadvantages: Data packets must pass through every computer between the sender and receipient therefore this makes it slower. If any of the nodes fail then the ring is broken and data cannot be transmitted successfully. It is difficult to troubleshoot the ring. Because all stations are wired together, to add a station you must shut down the network temporarily. In order for all computer to communicate with each other, all computers must be turned on. Total dependence upon the one cable.

RING Topology

TREE Topology Tree topology integrates multiple star topologies together onto a bus. In its simplest form, only hub devices connect directly to the tree bus, and each hub functions as the root of a tree of devices.

MESH Topology Mesh topology involves the concept of routes. Messages sent on a mesh network can take any of several possible paths from source to destination. A mesh network in which every device connects to every other is called full mesh. Partial mesh network also exist in which some devices connect only indirectly to others.

Fully Connected Topology The fully connected topology has a direct connection between every pair of devices in the network. This is an extreme design. Communication becomes very simple because there is no competition for common lines. If two devices want to communicate, they do so directly without involving other devices.

Combined Topologies Many computer networks use combinations of the various topologies. It has common bus, which connects many devices directly.

QUESTIONS?