Data communication - Lecture-01

10
Course Instructor : Sehrish Rafiq Department Of Computer Science University Of Peshawar Data Communications & Networking Lecture-01

description

This is my first lecture about data communication and its importance,the components of a datacommunication and networks and distributed processing.

Transcript of Data communication - Lecture-01

Page 1: Data communication - Lecture-01

Course Instructor : Sehrish Rafiq

Department Of Computer Science

University Of Peshawar

Data Communications & NetworkingLecture-01

Page 2: Data communication - Lecture-01

Readings recommended

Data Communications & Networking 3rd Edition by Behrouz A.Forouzon

Data & Computer Communications 6th edition by william stallings

Page 3: Data communication - Lecture-01

Lecture Overview What is Data communication?

Importance of Data communication

Fundamental characteristics of a data communication system

Components of a data Communication system

Networks & distributed processing

Page 4: Data communication - Lecture-01

What is Data Communication? The word data refers to facts,concepts and instructions presented in

whatever form is agreed upon by the parties creating and using the data.

In context of computer information systems data are represented by binary information units(or bits) produced and consumed in the form of 0’s and 1’s.

Data Communication is the exchange of data (in the form of 0’s and 1’s) between devices via some form of transmission medium(such as a wire cable).

Local and remote data communication For data communication to occur the communicating devices must be a

part of a communication system made up of a combination of hardware & software.

Page 5: Data communication - Lecture-01

Why study data communication?

EntertainmentBusinessEducation & researchSpace missionsPC revolutionTelecommunications

Page 6: Data communication - Lecture-01

Fundamental characteristics of a data communication system

The effectiveness of a data communication system depends on three fundamental characteristics:

Delivery Accuracy Timeliness

Page 7: Data communication - Lecture-01

Components of a Data communication system

Page 8: Data communication - Lecture-01

Networks A network is a set of devices(often referred to as nodes)

connected by media links. A node can be a computer, printer or any other device

capable of sending and/or receiving data generated by other nodes on the network.

The links connecting the devices are often called communication channels.

Page 9: Data communication - Lecture-01

Distributed Processing In distributed processing a task is divided among

multiple computers. Instead of a single large machine being responsible for

all aspects of a process,each separate computer handles a subset.

Advantages of distributed processing: Security/Encapsulation e.g. ATM

Distributed databases e.g. World Wide Web Faster Problem solving e.g. Encryption Codes Security through redundancy e.g. space programs Collaborative processing e.g. Games in a multi-user

environment

Page 10: Data communication - Lecture-01

HAVE A NICE DAY!!!