Local Area Network Topology. LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control.

Slides:



Advertisements
Similar presentations
Chapter 4 Computer Networks
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 CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
Computer Networks Done By: Sulaiman Qeshta Ahmed Faris
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.
Computer Communications and Networking (CCN)
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.
What is a Topology? The physical topology of a network refers to the configuration of cables, computers, and other peripherals. Physical topology should.
Information Technology Lecture No 3 By: Khurram Shahid.
Server is ‘host’ Clients do not communicate with each other.
10/14/2015 2:14 AM1 LAN Overview (5.1) CSE 3213 Fall 2011.
There are Physical and logical network layout. Physical : Topology of a network refers to the configuration of cables, computers, and other peripherals.
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.
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.
Computer Networks. A computer network is defined as the interconnection of 2 or more independent computers or/and peripherals. Computer Network.
NETWORK TOPOLOGIES. NETWORK TOPOLOGIES THERE ARE BASIC FIVE TYPE OF NETWORK TOPOLOGIES.
UNIT -1. DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form.
The McGraw- AS Computing LAN Topologies. The McGraw- Categories of LAN Topology.
Three types of network cabling Star Topology Tree Topology Linear Bus.
A bus topology is a type of network setup where each computer and network device are connected to a single cable or backbone. A bus topology is multipoint.
Network Topologies.
Network Concepts Topologies
NETWORKS.
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
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
Project on Network Topology Vipul S. Kale S.Y.B.Com 19 Computer Programming Sterling College.
Network Topologies.
Chapter 2 Network topology and Networking devices.
Chapter 1 : Computer Networks.
Data and Computer Communications Eighth Edition by William Stallings Chapter 15 – Local Area Network Overview.
Physical Network Topology. When working with a network What is Physical Topology????? The physical topology of a network refers to the configuration of.
LAN Topologies Part 1. What is topology? Topology is the physical or logical interconnection of communicating devices Physical Topology: LANtopology,
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
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.
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Featrues of Compputer Networks
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
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.
Computer Network Topologies
Network Configurations
Created by- AMRITANSHU KUMAR
Basic Concepts of Computer Networks and Communications
2 Basic Concepts: data and computer networking
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.
Network Topologies CSC (c) Nouf AlJaffan.
Network Topologies CSC (c) Nouf AlJaffan.
Physical Topologies -K. M. THANVI
Presentation transcript:

Local Area Network Topology

LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control

Topologies is the arrangement of the various elements (links, nodeslinks Computers ) - Tree - Bus - Ring - Star

LAN Topologies

Bus and Tree each node is connected to a single cable The cable has start and end point- - Multipoint medium - Transmission propagates throughout medium - when send massege Need to identify target station Each station has unique address - Full duplex connection between station and tap Allows for transmission and reception - Need to regulate transmission To avoid collisions Data in small blocks - frames - Terminator absorbs frames at end of medium

Frame Transmission - Bus LAN

Disadvantages and Advantages of a Linear Bus Topology Advantages: - Easy to connect a computer or peripheral to a linear bus. - - Requires less cable length than a star topology. Disadvantages : - Entire network shuts down if there is a break in the main cable. - Terminators are required at both ends of the backbone cable. - Difficult to identify the problem if the entire network shuts down. - Not meant to be used as a stand-alone solution in a large building.

Star Topology - Each station connected directly to central ode ((Usually via two point to point links 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 – - Only one station can transmit at a time - Central node can act as frame switch

Advantages and Disadvantages Star Topology Advantages : - Easy to install and wire. - No disruptions to the network when removing devices. - Easy to detect faults and to remove parts. - Disadvantages : - Requires more cable length than a linear topology. - If the hub, switch, or concentrator fails, nodes attached are disabled. - More expensive than linear bus topologies because of the cost of the hubs, etc.

Tree or Expanded Star - A tree topology combines characteristics of linear bus and star topologies. - It consists of groups of star-configured workstations connected to a linear bus backbone cable - Tree topologies allow for the expansion of an existing network

Advantages and Disadvantages tree Topology Advantages : - Point-to-point wiring for individual segments. - Supported by several hardware and software venders. Disadvantages : - Overall length of each segment is limited by the type of cabling used. - If the backbone line breaks, the entire segment goes down. - More difficult to configure and wire than other topologies.

Ring A network topology that is set up in a circular fashion in which data travels around the ring in one direction and each device on the right acts as a repeater to keep the signal strong as it travels

Frame Transmission Ring LAN

Considerations When Choosing a Topology Money. A linear bus network may be the least expensive way to install a network; you do not have to purchase concentrators. Length of cable needed. The linear bus network uses shorter lengths of cable. Future growth. With a star topology, expanding a network is easily done by adding another concentrator. Cable type. The most common cable in schools is unshielded twisted pair, which is most often used with star topologies