Classification of Networks

Slides:



Advertisements
Similar presentations
Communications Networks: Fundamental Concepts and Key Architectures
Advertisements

Networks: Introduction 1 CS4514 Computer Networks Term B06 Professor Bob Kinicki.
Introduction to Computer Administration. Computer Network - Basic Concepts Computer Networks Computer Networks Communication Model Communication Model.
Chapter 1: Introduction
IntroductionIntroduction Advanced Computer Networks.
IntroductionIntroduction Computer Networks Term B10.
Adapted from Tanenbaum's Slides for Computer Networks, 4e
Shalini Bhavanam. Key words: Basic Definitions Classification of Networks Types of networks Network Topologies Network Models.
Networks: Introduction1 Course Objectives 1.To introduce the student to the major concepts involved in wide-area networks (WANs) and local area networks.
Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies The caller picks up the phone triggering the flow of current in.
Networks: Introduction1 CS4514 Computer Networks Term B03 Professor Bob Kinicki.
Computer Networks: Introduction1 Introduction. Computer Networks: Introduction2 Network Definitions and Classification Preliminary definitions and network.
Computer Networks Eyad Husni Elshami. Computer Network A computer network is a group of interconnected computers to share data resources ( printer, data.
{ Networking High School Computer Application. What is a network? A system containing any combination of computers, computer terminals, printers, audio.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
Computer Networks Lecture 1 & 2 Introduction and Layer Model Approach Lahore Leads University.
Chapter 2 The Infrastructure. Copyright © 2003, Addison Wesley Understand the structure & elements As a business student, it is important that you understand.
Chapter Overview Network Communications.
Networks LANS,. FastPoll True Questions Answer A for True and B for False A wireless infrastructure network uses a centralized broadcasting device, such.
Network Basics. Outline Objective Types of Networks LAN Topologies LAN Networking Standards Network Devices Dial-Up Access Ethernet Wiring Summary References.
Computer Network Basic Concepts. Topics Computer Networks Communication Model Transmission Modes Communication Types Classification Of Computer Networks.
 Lecturer : Ch. Nabeel Ahmed Superior University Grw Campus 1.
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
IntroductionIntroduction Computer Networks A15. Computer Networks Introduction 2 Introduction Outline  Preliminary Definitions  Internet Components.
Introduction to Computer Networks Dr. Sanjay P. Ahuja, Ph.D FIS Distinguished Professor of Computer Science School of Computing, UNF.
COMPUTER NETWORK CREATED BY:- PALASH SACHAN. CONTENTS INTRODUCTION COMPUTER NETWORK TYPES OF NETWORK CLASSIFICATION OF NETWORK ARCHITECTURE NETWORK TOPOLOGY.
Computer Networks part II 1. Network Types Defined Local area networks Metropolitan area networks Wide area networks 2.
Introduction Chapter 1. Uses of Computer Networks Business Applications Home Applications Mobile Users Social Issues.
Data and Computer Communications Eighth Edition by William Stallings Chapter 15 – Local Area Network Overview.
Introduction Chapter 1. Introduction  A computer network is two or more computers connected together so they can communicate with one another.  Two.
Data Link Issues Relates to Lab 2.
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Term C04 Professor Bob Kinicki
Chapter 1 Communication Networks and Services
Network Infrastructure
Computer Network Course objective: To understand Network architecture
Telemedicine.
Nada Al Dosary CT 1502 Planning and Design of Communication Networks Local Area Networks (LANs) & Networks.
Chapter 1 Introduction.
Data Link Issues This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point.
NETWORK The inter- connection of one station to many station is called Network. COMPUTER NETWORK  The inter-connection of the two or more connection,
Connecting LANs, Backbone Networks, and Virtual LANs
Connecting LANs, Backbone Networks, and Virtual LANs
Network Hardware Local Area Networks Metropolitan Area Networks
e-business and Information Systems
Chapter 1 Introduction.
Chapter 1 – Part 1 Introduction.
أ.كمال عيد كلية المعلمين حائل
Term B08 Professor Bob Kinicki
Seminar On Computer Networks
2 Basic Concepts: data and computer networking
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Introduction to Computer Administration
EEC-484/584 Computer Networks
NETWORK BASICS Network - a communications, data exchange, and resource-sharing system created by linking two or more computers and establishing standards,
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Lecture 1 Overview of Communication Networks and Services
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Computer Networking A computer network, often simply referred to as a network, is a collection of computers and devices connected by communications channels.
Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Introduction Chapter 1 Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Technologies and Applications of Computer Networks
Practical Network Computer Science IT&CS Third Class part Mohanad Ali
Data Communication & Computer Network
Basics of Computer Networking
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.#
Presentation transcript:

Classification of Networks Computer Networks: Introduction

Network Definitions and Classification Preliminary definitions and network terminology Sample application paradigms Classifying networks by transmission technology Classifying networks by size (or scale) Classifying networks by topology Computer Networks: Introduction

Preliminary Definitions computer network :: [Tanenbaum] a collection of “autonomous” computers interconnected by a single technology. [LG&W] communications network ::a set of equipment and facilities that provide a service. [PD] {low level definition} A network can consist of two or more computers directly connected by some physical medium such as coaxial cable or an optical fiber. Wireless connectivity needs to be included in this definition. Computer Networks: Introduction

Network Building Blocks Nodes and Hosts: computers, routers, switches Links: coaxial cable, optical fiber, wireless communication point-to-point multiple access (a) (b) P&D slide Computer Networks: Introduction

Preliminary Definitions In a distributed system the collection of independent computers appears to its users as a single coherent system. Namely, the distinctions lie in the transparency in assigning tasks to computers. Computer Networks: Introduction

Computer Networks: Introduction Switched Networks Figure 1.3 P&D slide Computer Networks: Introduction

Figure 1.4 Interconnection of networks internet Figure 1.4 Interconnection of networks P&D slide Computer Networks: Introduction

Computer Networks: Introduction P&D recursive definition:: two or more nodes connected by a link. or ii. two or more networks connected by a node {an internet}. Computer Networks: Introduction

Computer Networks: Introduction X Z W2 W Y Host L W3 Host M AP Host A W4 2 3 4 1 5 Host B 16 nodes 14 11 Host J 17 12 Host C 15 6 13 10 7 Host H 9 8 Host D Host G Host E Host F Computer Networks: Introduction

Sample Application Paradigms Computer Networks: Introduction

Client-Server Applications Figure 1.1 A network with two clients and one server. Tanenbaum slide Computer Networks: Introduction

Computer Networks: Introduction Client-Server Model Figure 1-2. The client-server model involves requests and replies. Tanenbaum slide Computer Networks: Introduction

Peer-to-Peer Applications Figure 1.3 In a peer-to-peer system there are no fixed clients and servers. Tanenbaum slide Computer Networks: Introduction

Computer Networks: Introduction Mobile Network Users Figure 1-5. Combinations of wireless networks and mobile computing. Tanenbaum slide Computer Networks: Introduction

Classifying Networks by Transmission Technology broadcast :: a single communications channel shared by all machines (addresses) on the network. Broadcast can be either a logical or a physical concept (e.g. Media Access Control (MAC) sublayer ) . multicast :: communications to a specified group. This requires a group address (e.g. – multimedia multicast). point-to-point :: connections are made via links between pairs of nodes. Computer Networks: Introduction

Network Classification by Size Figure 1-6. Classification of interconnected processors by scale. Tanenbaum slide Computer Networks: Introduction

Network Classification by Size LANs {Local Area Networks} Wired LANs: typically physically broadcast at the MAC layer (e.g., Ethernet, Token Ring) Wireless LANs MANs {Metropolitan Area Networks} campus networks connecting LANs logically or physically. often have a backbone (e.g., FDDI and ATM) Computer Networks: Introduction

Computer Networks: Introduction Wired LANs transceivers       Ethernet bus Ethernet hub Copyright ©2000 The McGraw Hill Companies Leon-Garcia & Widjaja: Communication Networks Figure 1.17 Tanenbaum slide Computer Networks: Introduction

Computer Networks: Introduction Wireless LANs Figure 1-35. (a) Wireless networking with a base station. (b) Ad hoc networking. Tanenbaum slide Computer Networks: Introduction

Metropolitan Area Networks Figure 1-8. A metropolitan area network based on cable TV. Tanenbaum slide Computer Networks: Introduction

MAN Metropolitan network A consists of access subnetworks a, b, c, d. 1* a b Metropolitan network A consists of access subnetworks a, b, c, d. 2 4 3 A c d Hierarchical Network Topology National network consists of regional subnetworks a, b, g. Metropolitan network A is part of regional subnetwork . A   g Copyright ©2000 The McGraw Hill Companies Leon-Garcia & Widjaja: Communication Networks Figure 1.8 Computer Networks: Introduction

Network Classification by Size WANs {Wide Area Networks} also referred to as “point-to-point” networks. ARPANET  Internet usually hierarchical with a backbone. Enterprise Networks, Autonomous Systems (ASs) VPNs (Virtual Private Networks). Computer Networks: Introduction

ARPAnet circa 1972 a point-to-point network AMES McCLELLAN UTAH BOULDER GWC CASE RADC ILL LINC CARN AMES USC MIT MITRE UCSB STAN SCD ETAC UCLA RAND TINKER BBN HARV NBS ARPAnet circa 1972 a point-to-point network Copyright ©2000 The McGraw Hill Companies Leon-Garcia & Widjaja: Communication Networks Figure 1.16 Computer Networks: Introduction

Wide Area Networks (WANs) Figure 1-10.A stream of packets from sender to receiver. Tanenbaum slide Computer Networks: Introduction

net 3 G net 1 G G G net 5 net 2 net 4 G G G = gateway internet - a network of networks Copyright ©2000 The McGraw Hill Companies Figure 1.18 Leon-Garcia & Widjaja: Communication Networks Computer Networks: Introduction

Network Classification by Topology Bus flow of data Bidirectional flow assumes baseband cable Repeater Computer Networks: Introduction

Network Classification by Topology Ring Repeater Repeater Note - a ring implies unidirectional flow Computer Networks: Introduction

Network Classification by Topology Tree Headend Computer Networks: Introduction

Network Classification by Topology Star hub, switch or repeater Computer Networks: Introduction

Network Classification by Topology Star W1 W2 AP W3 W4 Wireless Infrastructure Computer Networks: Introduction

Computer Networks: Introduction CONCLUSION Computer Networks: Introduction