2 Basic Concepts: data and computer networking

Slides:



Advertisements
Similar presentations
COMPUTER NETWORK TOPOLOGIES
Advertisements

Introduction to Computer Administration. Computer Network - Basic Concepts Computer Networks Computer Networks Communication Model Communication Model.
Chapter 2 Basic Concepts Line Configuration Topology Transmission Mode Categories of Networks Internetworks WCB/McGraw-Hill  The McGraw-Hill Companies,
2 - Winter 2005 EE EE 766 Computer Interfacing and Protocols 1 Basic Concepts Link: Physical pathway between devices Line Configuration: Attachment of.
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
ITGD4103 Data Communications and Networks Lecture-2 Dr. Anwar Mousa University of Palestine Faculty of Information Technology.
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 topology.
Copyright©2008 N.AlJaffan®KSU1 Chapter 8 Communications and Networks.
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.
NETWORKING CONCEPTS. Data Communication Communication is for sharing information Sharing can be local or remote Local communication between individuals.
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.
1 Overview of Data Communication and Computer Networks : Data Communication and Computer Networks Asst. Prof. Chaiporn Jaikaeo, Ph.D.
Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 05 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Introduction to Data Communications Chapter 1. DATA COMM Development of PC –Tremendous changes in sciences, industry,education etc –No more domain of.
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.
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.
Lesson 11 Network Essntials - II. Agenda Network Topology Catagories of Network Commonly used Terminologies Computing Model The Standards The OSI Network.
Chapter 2 Network topology and Networking devices.
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)
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Local Area Network Topology. LAN Architecture - Protocol architecture - Topologies - Media access control - Logical Link Control.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
Network Topology and LAN Technologies
Introduction to Networking
Data Communications & Networking net331
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
Network Topologies CSC (c) Nouf AlJaffan.
Introduction Data Communication Networks Protocols and Standards
Intro to MIS – MGS351 Network Basics
INTRODUCTION TO COMPUTER NETWORKS
Network Protocols.
2장 데이터 통신 기본 개념 2.1 회선 구성(Line configuration) 2.2 토플로지(Topology)
Computer Network Topologies
Computer Networks and Internet
Introduction Data Communication Networks Protocols and Standards
NETWORKING TECHNOLOGIES
Computer Networks and Internet
DEPARTMENT OF COMPUTER SCIENCE M.TEJASWINI
Network Basics Extended Learning Module E
Telecommunication ELEC503
NET 221D:Computer Networks Fundamentals
Computer Networks.
Network Topologies CS 1202.
Overview of Data Communication and Computer Networks
Introduction to Computer Administration
Ethernet First network to provide CSMA/CD
Network Topologies CS 1202.
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
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.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Network Topologies CSC (c) Nouf AlJaffan.
Introduction to Computer Network
Chapter 2: Basic Concepts
School of Computer Science and Engineering Pusan National University
Lec 2 Topology Computer Networks Al-Mustansiryah University
Chapter 3 E-commerce Infrastructure
Network Topologies CSC (c) Nouf AlJaffan.
Physical Topologies -K. M. THANVI
Presentation transcript:

2 Basic Concepts: data and computer networking Line Configuration Topology Transmission Mode Categories of Networks Internetworks 11/12/2018 Paul Lin Lecture2.ppt

2.1 LINE CONFIGURATION Defines the attachment of communication devices to a link Two categories: Point-to-Point Multipoint 11/12/2018 Paul Lin Lecture2.ppt

Point-to-Point Line Configuration Dedicated link with entire capacity of the channel reserved for communication Examples: PC to PC (workstation) Mainframe to PC (Workstation) Satellite links 11/12/2018 Paul Lin Lecture2.ppt

Multipoint Line Configuration Multidrop Sharing a single link: Spatially Time sharing 11/12/2018 Paul Lin Lecture2.ppt

2.2 TOPOLOGY Logical or physical layout of a network Two or more links form a topology Five Basic Topologies: Mesh, Star, Tree, Bus, Ring 11/12/2018 Paul Lin Lecture2.ppt

2.2 TOPOLOGY (continue) Relationships among devices: Peer-to-Peer Share communication link equally Primary-Secondary Master traffic controller Ethernet Hub 11/12/2018 Paul Lin Lecture2.ppt

Mesh Topology Every device has a dedicated point-to-point link to other device A fully connected mesh network: n(n-1)/2 physical channels to link to n devices n-1 I/O ports 11/12/2018 Paul Lin Lecture2.ppt

Mesh Topology (continue) Example 1: three nodes or computers Number of links: n(n-1)/2 = 3 Number of ports: n-1 = 2 11/12/2018 Paul Lin Lecture2.ppt

Mesh Topology (continue) Example 2: Four nodes or computers Number of links: n(n-1)/2 = 6 Number of ports: n-1 = 3 11/12/2018 Paul Lin Lecture2.ppt

Mesh Topology (continue) Implementation: usually implemented in a limited fashion -- a backbone connecting the main computers of a hybrid network Example: ARPARNET 11/12/2018 Paul Lin Lecture2.ppt

Mesh Technology Advantages: Dedicated point-to-point links (eliminating traffic problems) Robust (high reliability, traffic can be routed) Privacy or security (communications only between sender and receiver) Easy fault identification and fault isolation 11/12/2018 Paul Lin Lecture2.ppt

Mesh Technology Disadvantages: High cost (amount of cabling and number I/O ports) Difficult to install and reconfigure 11/12/2018 Paul Lin Lecture2.ppt

Example 3: 8 devices Mesh topology I/O port and links calculation Answer: Number of links = n(n-1)/2 = 8(8-1)/2 = 28 Number of ports per device = n-1 = 8-1 = 7 11/12/2018 Paul Lin Lecture2.ppt

Star Topology Hub (central controller) acts as a exchange controller which relays the data to other connected devices Each device has a dedicated point-to-point link only to a central controller 11/12/2018 Paul Lin Lecture2.ppt

Star Topology Advantages: Disadvantages Less expensive than a mesh topology Robust (high reliability): if one link fails, all other links remain active Easy fault identification and fault isolation through central hub Disadvantages Require more cabling than in tree, ring or bus topology (far less cable than a mesh) 11/12/2018 Paul Lin Lecture2.ppt

Tree Topology A variation of star Nodes in a tree are linked to a central hub that controls the traffic to the network 11/12/2018 Paul Lin Lecture2.ppt

Tree Topology Secondary hubs: Central hub: For connecting devices Active or passive Central hub: An active hub Repeater (enhance signals for transmitting over a longer distance) 11/12/2018 Paul Lin Lecture2.ppt

Tree Topology (continue) Advantages (same as star topology): Same advantages as star topology Allow more devices to be attached to a single central hub Allow the network to isolate and prioritize communications from different computers Disadvantages (same as star topology) Require more cabling than bus or ring topology 11/12/2018 Paul Lin Lecture2.ppt

Bus Topology Multipoint configuration: one long cable acts as a backbone to link all the devices in the network Computers are connected to the bus cable by drop lines and taps 11/12/2018 Paul Lin Lecture2.ppt

Bus Topology (continue) Advantages Ease of installation Less cabling than mesh, star, or tree topologies Disadvantages Difficult reconfiguration and fault isolation Less Robust (a fault or break in the bus cable stops all transmission) 11/12/2018 Paul Lin Lecture2.ppt

Ring Topology Dedicated point-to-point line configuration only with the two devices on either side of it Repeaters A signal is passed along the ring in one direction from device to device, until it reaches its destination 11/12/2018 Paul Lin Lecture2.ppt

Ring Topology (continue) Advantages Relatively easy to install and reconfigure (maximum ring length and number of devices) Easy fault isolation Disadvantages Unidirectional traffic A break in the ring can disable the entire network (use dual ring or a switch) 11/12/2018 Paul Lin Lecture2.ppt

Hybrid Topologies A Combination of various topologies: Star (hub) Ring Bus 11/12/2018 Paul Lin Lecture2.ppt

2.3 Transmission Mode Three modes: Simplex: one direction, either as transmitter or receiver Half-duplex: both direction; can transmit or receive, but one at a time Full-duplex: can transmit and receive simultaneously 11/12/2018 Paul Lin Lecture2.ppt

Transmission Media Coaxial cable: CATV, cable modem Shield twisted pair Un-shield twisted pair (UTP): category 5 -- up to 100 MHz Optical fiber Wireless: microwave, satellite, radio, infrared 11/12/2018 Paul Lin Lecture2.ppt

2.4 Categories of networks Local Area Network (LAN) Metropolitan Area Network (MAN): Wide Area Network (WAN): Long distance transmission of data, voice, image, and video information Enterprise network (owned by a single company) 11/12/2018 Paul Lin Lecture2.ppt

Local Area Network (LAN) Privately owned links and computers in a single office, building, or campus Bus, Ring, and Star topologies Topologies: bus, ring, star, wireless, infrared Data rates: 2 Mbps, …, 10 Mbps, 100 Mbps, Gigabits 11/12/2018 Paul Lin Lecture2.ppt

Metropolitan Area Network (MAN) City wide coverage LAN-to-LAN LAN-to-other larger network 11/12/2018 Paul Lin Lecture2.ppt

Wide Area Network (WAN) Long distance transmission of data, voice, image, and video information Enterprise network (owned by a single company) Technologies: ATM (Asynchronous Transfer Mode) Frame Relaying X.25 (Packet switching network) Circuit switching 11/12/2018 Paul Lin Lecture2.ppt

2.5 Internetworks IBM Dictionary of Computing defines internetworking as “communications between two or more networks” Two or more connected dissimilar networks: Ethernet, Token Ring Dial-up lines to ISDN (Integrated Services Digital Network) ATM 11/12/2018 Paul Lin Lecture2.ppt

2.5 Internetworks (continue) Internet (World Wide Web Router Gateways 11/12/2018 Paul Lin Lecture2.ppt