Chapter 1 Data Communications and Networks - Overview Data Communications deals with the transmission of signals in a reliable and effective manner. Topics.

Slides:



Advertisements
Similar presentations
CENG 3331 Introduction to Telecommunications and Networks.
Advertisements

Eighth Edition by William Stallings
Data and Computer Communications. Data Communications, Data Networks, and the Internet “The fundamental problem of communication is that of reproducing.
ECEN “Mobile Wireless Networking”
Chapter 1: Data Communications & Networking: Overview COE 341: Data and Computer Communications (3-0-3)
COE 341: Data & Computer Communications (T081) Dr. Marwan Abu-Amara Chapter 1: Data Communications & Networking Overview.
Data and Computer Communications
COE 341: Data & Computer Communications (T061) Dr. Marwan Abu-Amara Chapter 1: Data Communications & Networking Overview.
1 Introduction to Networking Lesson 01 NETS2150/2850.
1 Introduction to Data Communications ECI-M-917 Methods of Teaching and Learning : Lecture, Tutorial and Workshop.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Chapter 1: Data Communications & Networking: Overview COE 341: Data and Computer Communications (3-0-3) Term 062.
William Stallings Data and Computer Communications Chapter 1 Introduction.
CMPE 150 – Winter 2009 Lecture 1 January 5, 2009 P.E. Mantey.
ECS 152A 1. Introduction. A Communications Model Source —generates data to be transmitted Transmitter —Converts data into transmittable signals Transmission.
Data and Computer Communications
William Stallings Data and Computer Communications 7th Edition
1 K. Salah Module 1.0: Introduction Definition Communication Model Type of networks –WAN –MAN –LAN, WLAN –PAN, WPAN Networking Technologies Network Switching.
Network Technology CSE Network Technology CSE3020 Week 1.
Dr. Mohammed Aldasht and Dr. Mahdi Nasereddin
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
Data Communications and Networking
Communication Networks
The generation, storage, and movement of information are central to managing an enterprise’s business processes As a result, businesses must ensure.
CE 4228 DATA COMMUNICATIONS AND NETWORKING Introduction.
Data and Computer Communications
Data and Computer Communications
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
1.1 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
6 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Computer Networks. Data & Communication When we communicate we share information  Local Communication, if Face to Face  Remote, if through Telephone.
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, September 2011.
Chonbuk National University, DCS LabLab Seminar presented by ghcho 2002/1/7 1 Computer Networks 2003/Fall Division of Electronics & Information Engineering.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
INTRODUCTION. A Communications Model Source –generates data to be transmitted Transmitter –Converts data into transmittable signals Transmission System.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
William Stallings Data and Computer Communications
Communication Networks - Overview CSE 3213 – Fall November 2015.
Data Communications and Networking Overview
CSCI-235 Micro-Computer Applications The Network.
Topic 1 – Data Communications Overview1 FIT1005 Networks and Data Communications FIT – Monash University Topic 1 – Data Communications Overview Reference:
Communication Architecture and Network Protocol Layering Networks and Protocols Prepared by: TGK First Prepared on: Last Modified on: Quality checked by:
COE Data and Computer Communications Data Communications & Networking Overview.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 1 – Data Communications, Data Networks, and.
M. R. Kharazmi Chapter 1 Data Communications and Networks Overview.
Data and Computer Communications Eighth Edition by William Stallings Chapter 1 – Data Communications, Data Networks, and the Internet.
CS509 Computer Networks Lecture 1 Dr. Nermin Hamza.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
William Stallings Data and Computer Communications 7th Edition
Computer Communication Networks
Introduction Supplementery Slides
CS408/533 Computer Networks Text: William Stallings Data and Computer Communications, 6th edition Chapter 1 - Introduction.
Data and Computer Communications
William Stallings Data and Computer Communications 7th Edition
Data and Computer Communications
Data and Computer Communications
William Stallings Data and Computer Communications 7th Edition
Chapter 1. Introduction Data Communications
Data and Computer Communications
Data and Computer Communications
William Stallings Data and Computer Communications
Data and Computer Communications by William Stallings Eighth Edition
Data and Computer Communications
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Principles of communication systems
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara
Presentation transcript:

Chapter 1 Data Communications and Networks - Overview Data Communications deals with the transmission of signals in a reliable and effective manner. Topics covered include signal transmission, transmission media, signal encoding, interfacing, data link control, and multiplexing. Networking deals with the technology and architecture of the communication networks used to interconnect communicating devices (entities). Topics include LANs, WANs.

Data Communications between two devices Networks provide networking services between two entities The communications between two end-points uses Protocol

1.1 A Communications Model  Source Generates (binary) data to be transmitted  Transmitter Converts data into transmittable electromagnetic signals  Transmission system This can be a single transmission line or a complex network  Receiver Converts received signal into data  Destination Takes incoming data pp

Simplified Communications Model - Diagram p. 11

Communications Tasks Transmission system utilizationAddressing InterfacingRouting Signal generationRecovery SynchronizationMessage formatting Exchange managementSecurity Error detection and correctionNetwork management Flow control p. 12

1.2 Data Communications p. 13

1.3 Data Communication Networking  Point to point communication not usually practical Devices are too far apart Large set of devices would need impractical number of connections  Solution is a communications network Wide Area Network (WAN) Local Area Network (LAN) p. 14

Wide Area Networks  Large geographical area  Crossing public rights-of-ways  Rely in part on common carrier circuits  Alternative technologies Circuit switching Packet switching Frame relay Asynchronous Transfer Mode (ATM) pp

Circuit Switching  Dedicated communications path established for the duration of the conversation  Data transmission is rapid, without delay  This kind of switching is good for real-time services  The typical network which adopts this kind of switching is telephone network p. 15

Packet Switching  Data sent out of sequence  Small chunks (packets) of data at a time  Packets passed from node to node between source and destination  At each node, the entire packet is received, stored briefly, and then transmitted to the next node  Used for terminal to computer and computer to computer communications  There are two kinds of packet switching: Virtual circuit and datagram p. 15

 Packet switching systems have large overheads to compensate for errors  Modern systems are more reliable  Errors can be caught in the end system  Most overhead for error control is stripped out  Developed to take advantage of high data rates and low error rates p. 15 Frame Relay

Asynchronous Transfer Mode  ATM  Evolution of frame relay  Little overhead for error control  Fixed packet (called cell) length  Anything from 10 Mbps to Gbps  Constant data rate using packet switching technique p. 16

Local Area Networks  Smaller scope Building or small campus  Usually owned by same organization as attached devices  Data rates much higher  Usually broadcast systems  Now some switched systems and ATM are being introduced p. 16

LAN Configurations  Switched Switched Ethernet May be single or multiple switches ATM LAN Fibre Channel  Wireless Mobility Ease of installation pp

Metropolitan Area Networks  MAN  Middle ground between LAN and WAN  Private or public network  High speed  Large area p. 17

1.4 Networking Configuration p. 18

Standards  Required to allow for interoperability between equipments  Advantages Ensures a large market for equipment and software Allows products from different vendors to communicate  Disadvantages Freeze technology May be multiple standards for the same thing pp. 4-5

Standards Organizations  Internet Society  IEEE 802  ISO  ITU-T (formally CCITT)  ATM forum p. 5

Further Reading  Stallings, W. [2003] Data and Computer Communications (7th edition), Prentice Hall, Upper Saddle River NJ, chapter 1  Web site for Stallings book