Lesson 11 Network Essntials - II. Agenda Network Topology Catagories of Network Commonly used Terminologies Computing Model The Standards The OSI Network.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Data Communications and Networking
COMPUTER NETWORK TOPOLOGIES
Computer Network Topologies
INTRODUCTION TO COMPUTER NETWORKS Zeeshan Abbas. Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS.
Chapter 2 Basic Concepts Line Configuration Topology Transmission Mode Categories of Networks Internetworks WCB/McGraw-Hill  The McGraw-Hill Companies,
Physical Structures Before discussing networks, we need to define some network attributes. Type of Connection 1- Point-to-Point 2- point-to-Multi point.
CSC 242 Introduction to Telecommunications Systems
NETWORK By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Network Basics and Concepts
Topology “The Topology is the geometric representation of the relationship of the links and linking devices” OR “Topology defines physical or logical arrangement.
What is a network? A network consists of two or more computers that are linked in order to share resources (such as printers and CD-ROMs) , exchange.
Chapter 2 Basic Concepts Line Configuration Topology Transmission Mode Categories of Networks Internetworks WCB/McGraw-Hill  The McGraw-Hill Companies,
Based on Data Communications and Networking, 4 th Edition. by Behrouz A. Forouzan, McGraw-Hill Companies, Inc., 2007 Dr. Mznah Al-Rodhaan Chapter 1 Introduction.
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
Network topology.
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION Lecture # 1 (
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Overview of Data Communications and Networking UNIT I UNIT I.
Network Topology. Physical Topology The term physical topology refers to the way in which a network is laid out physically. Two or more devices connect.
This is the way an organisation distributes the data across its network. It uses different types of networks to communicate the information across it.
NETWORKING CONCEPTS. Data Communication Communication is for sharing information Sharing can be local or remote Local communication between individuals.
Basic Concepts of Computer Networks
Computer Network: It is group of interconnected computers and devices which are sharing the same communication infrastructure and communication protocols.
NETWORK Topologies An Introduction.
Data Communications and Networking: Basic Definitions. Data Communication is the exchange of data (in the form of 0’s and 1’s) between two devices via.
ECOM 4314 Data Communications Fall September, 2010
Information Technology Lecture No 3 By: Khurram Shahid.
Server is ‘host’ Clients do not communicate with each other.
Lecture 4 Title: Network Components and Types By: Mr Hashem Alaidaros MIS 101.
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.
UNIT -1. DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form.
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.
Networks and topology  Lesson Objective: Understand the main terminology about networks.  Learning Outcome: Understand the different types of network.
Spring 2005Data Communications, Kwangwoon University1-1 Chapter 1. Introduction 1.Data communications 2.Networks 3.The Internet 4.Protocols and standards.
Network Topologies.
Data Communication Networks
Basic Concepts. Line Configuration Line Configuration Topology Topology Transmission Mode Transmission Mode Categories of Networks Categories of Networks.
Higher Computing Networking. Networking – Local Area Networks.
Data Communications and Networks Chapter 1 - Classification of network topologies Data Communications and Network.
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.
Computer Network Compiled by: GF Kalumuna January 2015.
Chapter 2 Network topology and Networking devices.
Chapter 1 : Computer Networks.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Computer Communication and Networking Lecture # 4 by Zainab Malik 1.
Physical Network Topology. When working with a network What is Physical Topology????? The physical topology of a network refers to the configuration of.
1 Kyung Hee University Prof. Choong Seon HONG Basic Concepts.
Computer Network Lab. 1 2 장 데이터 통신 기본 개념 2.1 회선 구성 (Line configuration) 2.2 토플로지 (Topology) 2.3 전송 모드 (Transmission mode) 2.4 네트워크 분류 (Categories of Networks)
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.
Network Topologies CSC (c) Nouf AlJaffan.
2장 데이터 통신 기본 개념 2.1 회선 구성(Line configuration) 2.2 토플로지(Topology)
2 Basic Concepts: data and computer networking
Network Topologies CS 1202.
Network Topologies CS 1202.
Network Topologies CSC (c) Nouf AlJaffan.
Chapter 2: Basic Concepts
Lec 2 Topology Computer Networks Al-Mustansiryah University
Network Topologies CSC (c) Nouf AlJaffan.
Physical Topologies -K. M. THANVI
Presentation transcript:

Lesson 11 Network Essntials - II

Agenda Network Topology Catagories of Network Commonly used Terminologies Computing Model The Standards The OSI Network Security

Network Topology A network Topology determines How the NOS manages the network How Information flows The level of fault tolerance Trouble shooting method

Basic Topologies MESH STAR TREE BUS RING

MESH TOPOLOGY

Advantage Every device has dedicated point-to –point link which can carry its own load If one link becomes unusable it does not effect the overall network Message sent is on dedicated line so only the intended recipient gets it. Physical boundaries prevents other users from access to the message Privacy & security is highly maintained Since point to point links makes fault finding easy.

Disadvantage Installation & reconfiguration are difficult Large amount of cabling required Many I-O ports are required The H/w link makes it costly

STAR TOPOLOGY Centralised controller HUB

Star Topology The device can link to each other thru the centralised controller called the HUB. Star topology does not allow direct traffic between devices The HUB offers centralized resource management.

Star Topology - Advantages Each device needs one link & one I-O port to connect to any number of devices The link which becomes unusable then only that link is affected. It is a robust topology Fault identification and isolation is easy Less expensive than Mesh Topology

Star Topology - Disadvantage Since each device is connected to centralised link, the distance gets restriction. H/w requirement is costly than other topologies

Tree Topology Active HUB Secondary HUB

Tree Topology - Advantages & Disadvantages are same as star Topology. The Secondary Hubs increase the strength of the signal to travel longer distance with the help of repeaters. It allows the Network to isolate and prioritize communications from different computers. Hence time-sensitive data need not wait.

BUS Topology Cable End – Terminator TAP Drop Line Main Cable - BACK BONE

Bus Topology As the message passes each station it checks the address and then the station receives the message. Takes longer time to travel and thus generates heat making the signal weaker Limited number of Taps

Bus Topology As the message passes each station it checks the address and then the station receives the message. Takes longer time to travel and thus generates heat making the signal weaker Limited number of Taps

Bus Topology - Advantages Easy to Install and efficient Uses less cabling as compared to Mesh, Star & tree Each drop Line has to reach the nearest main Cable

Bus Topology - Disadvantage Fault identification and Isolation is difficult. Difficult to add node as optimal efficiency is calculated before installation A fault or break in the cable stops all transmission

Bus Topology As the message passes each station it checks the address and then the station receives the message. Takes longer time to travel and thus generates heat making the signal weaker Limited number of Taps

Ring Topology Each Device has point- point line configuration with only 2 device on each side There are no terminated ends The signal travels along the loop in one direction until they reach the destination Each device has a repeater which repeats the signal passing thro it. > > > < < < V V

Ring Topology - Advantages Easy to Install and reconfigure Each device is linked only to its immediate neighbour so adding or remoing a device requires moving of only 2 connections. Fault isolation is very easy & simple The signal circulates thru the ring, hence the device not receiving for a specified period triggers an alarm to the network administrator.

Bus Topology - Disadvantage A fault or break in the cable stops all transmission

Categories of Network LAN MAN WAN

LAN

Is usually owned by private owner Device linked in a single office, campus or building Can be as simple as 2 PCs to the entire office Size is Limited to less than a mile Can be distinguished from other network by its transmission media as LAN uses only one type of transmission medium. Has data rates ranging from 16 mbps to 100 mbps

LAN Applications Information Sharing among workgroups, divisions, companies, worldwide) Hardware Sharing – printers, fax,… Software Sharing (licensing issues!) Where good response time is needed Where local control is desirable

Wired LAN

MAN Designed to extend over a city Can be a single cable network or may be connecting several LAN Owned and operated by a private organisation Many telephone companies provide popular MAN service Data rate ranges from 1.54 mbps to mbps

WAN

Provides long distance transmission of data, voice, image and video. Network connects large geographical areas like a county to country or a continent to continent. May comprise of a public, private or leased communication device Wholly owned by a single company