CS509 Computer Networks Lecture 1 Dr. Nermin Hamza.

Slides:



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

1.1 Chapter 1 Introduction Lecture # 1 – 2 Ali Mustafa.
CMP206 – Introduction to Data Communication & Networks Lecture 1 - Networking Fundamentals.
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.
Chapter 1 Data Communications and Networks - Overview Data Communications deals with the transmission of signals in a reliable and effective manner. Topics.
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.
COE Data and Computer Communications Data Communications & Networking Overview.
Chapter 1: Introduction Business Data Communications, 4e.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
Data and Computer Communications
William Stallings Data and Computer Communications 7th Edition
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1 LECTURE 1 INTRODUCTION AND BASIC CONCEPTS DATA COMMUNICATIONS LECTURER : FERDINAND KATSRIKU (PhD)
King Saud University College of Applied studies and Community Service 1301CT By: Nour Alhariqi 1nalhareqi st semester
Data Communication and Networking
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
Introduction to Data communication
Business Data Communications, Stallings 1 Chapter 1: Introduction William Stallings Business Data Communications 6 th Edition.
Textbook  “Data Communications and Networking” 2 nd Edition by Behrouz A. Forouzan  “Data and Computer Communication” 6 th Edition by William Stallings.
Data and Computer Communications
Data and Computer Communications
DATA COMM & COMPUTER NETWORKING. Data Communications..  are the exchange of data between two devices via some  form of transmission medium such as a.
William Stallings Data and Computer Communications 7 th Edition Data Communications and Networks Overview Protocols and Architecture.
 Communication Tasks  Protocols  Protocol Architecture  Characteristics of a Protocol.
The OSI Model.
Computer Networks Dr. Taek Mu Kwon Department of Electrical and Computer Engineering.
Computer Networks. Data & Communication When we communicate we share information  Local Communication, if Face to Face  Remote, if through Telephone.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
Lecturer: Tamanna Haque Nipa
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
William Stallings Data and Computer Communications
Data Communications and Networking Overview
Introduction to Data Communication
Communication Systems Concepts شال 352 Banan Mahmoudi CHAPTER 1.
IT 606 Computer Networks (CN). 1.Evolution of Computer Networks & Application Layer. 2.Transport Layer & Network Layer. 3.Routing & Data link Layer. 4.Physical.
Overview of Data Communications and Networking
1. Introduction and Background Network Performance and Quality of Service.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 1 – Data Communications, Data Networks, and.
Computer Network Architecture Lecture 1: Introduction to Computer Networking.
CENG 3331 Introduction to Telecommunications and Networks.
M. R. Kharazmi Chapter 1 Data Communications and Networks Overview.
Powerpoint Templates Data Communication Muhammad Waseem Iqbal Lecture # 07 Spring-2016.
Data and Computer Communications Eighth Edition by William Stallings Chapter 1 – Data Communications, Data Networks, and the Internet.
 Data Communications are the exchange of data between two devices via some form of transmission. 1.
Data Communications Chapter 1 – Data Communications, Data Networks, and the Internet.
William Stallings Data and Computer Communications 7th Edition
Overview of Data Communications and Networking
CS408/533 Computer Networks Text: William Stallings Data and Computer Communications, 6th edition Chapter 1 - Introduction.
Computer Networks - Introduction - Dr. Hussein al-Bahadili
Chapter 1: Introduction
Telecommunication ELEC503
Chapter 1: Introduction
Introduction King Saud University
Chapter 3: Open Systems Interconnection (OSI) Model
William Stallings Data and Computer Communications 7th Edition
William Stallings Data and Computer Communications 7th Edition
Overview of Data Communications and Networking
Lecture 1: Communication Systems
DATA COMMUNICATION Lecture-3.
Data Communication Networks
William Stallings Data and Computer Communications
Data Communication Chapter 1 Introduction 1.#.
Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Data and Computer Communications by William Stallings Eighth Edition
Data Communication and Computer Networks
communications system
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara
Introduction 1st semester King Saud University
Presentation transcript:

CS509 Computer Networks Lecture 1 Dr. Nermin Hamza

 Overview  Network protocols  Data communication : data and media  Signal encoding  Data link control protocol 2 Aim of Course

 Lecture Notes.  Sheets.  Data and Computer Communications. 9 th edition, William Stallings 3 Resources

 Three forces are driving the evolution of data communications and networking Growth of communication traffic:  Voice traffic  telephone  Data traffic  Internet access, video conferencing  Challenges (to the network service providers):  how to maximize the capacity and minimize the cost? 4 What are the trends?

Advances in technology:  Faster and cheaper computing and communications  Networks are more intelligent: quality of service (QoS)  Internet, Web, intranets, extranets, etc.  Pervasive computing/ubiquitous computing 5 What are the trends?

Networks Communication Model SourceTransmitter Transmission system ReceiverDestination

7 Components of Data Communication Receiver Sender Message Protocol Rules. Rules. Protocol Transmission Medium

 Computer Communication: – The exchange of information between computers for the purpose of cooperative action.  Computer Network: – A collection of computers interconnected via a communication network. 8 Computer Communication Architecture

1. Message: data. 2. Sender: The device that send the message. 3. Receiver: The device that receive the message. 4. Transmission Medium: The physical path between sender and receiver, the message travel. 5. Protocol: Is a set of rules that governs data communication. It represents an agreement between the communicating devices. Without a protocol, two devices may be connected but not communicating. 9 Components of Data Communication cont.

10 A Communication Model Input Information m Input data g or signal g(t) Transmitted signal s(t) Received signal r(t) Output data g’ or signal g’(t) ’ Output Information m’ Transmission medium Transmitter Input Device Output Device Receiver Source SystemDestination System Sender Receiver

Data Communications Simplified Data Communications Model

1. Delivery: The system must deliver data to the correct destination. 2. Accuracy:  Data delivered accurately.  Altered data which left uncorrected are unusable. 3. Timelines: The system must deliver data in timely manner without delay (real- time). delay 4. Jitter: Jitter refers to the variation in the packet arrival time. It is the uneven delay in the delivery of audio or video packets. 12 Data Communication Characteristics

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

 Data encoding: The process of transforming input data or signals into signals that can be transmitted 14 Common Communication Tasks

 Signal generation: - Generating appropriate electro-magnetic signals to be transmitted over a transmission medium  Synchronization: -Timing of signals between the transmitter and receiver ; when a signal begins and when it ends; duration of each signal 15 Common Communication Tasks

 Error detection and correction: - Ensuring that transmission errors are detected and corrected  Flow control: - Ensuring that the source does not overwhelm the destination by sending data faster than the receiver can handle 16 Common Communication Tasks

 Multiplexing: -A technique used to make more efficient use of a transmission facility. This technique is used at different levels of communication.  Addressing: -Indicating the identity of the intended destination.  Routing: -Selecting appropriate paths for data being transmitted 17 Common Communication Tasks

 Message formatting: - Conforming to the appropriate format of the message to be exchanged 18 Common Communication Tasks

 Security: -Ensuring secure message transmission.  Systems management: - Configuring the system, monitoring its status, reacting to failures and overloads, and planning for future growth 19 Common Communication Tasks

 Growth of number & power of computers is driving need for interconnection.  Rapid integration of voice, data, image & video technologies.  Two broad categories of communications networks:  Local Area Network (LAN)  Wide Area Network (WAN) Networking