CSE 313 Data Communication

Slides:



Advertisements
Similar presentations
Pensinyalan (2) Perbandingan antara sinyal analog dan digital.
Advertisements

McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 DATA AND SIGNALS T.Najah Al_Subaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University.
Lecture 26 Physical Layer Ch 4: Digital Transmission
Chapter 3 Introduction To Physical Layer 1.# 1
Chapter 3 Data and Signals
3.1 Chapter 3 Data and Signals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
3.1 Chapter 3 Data and Signals Computer Communication & Networks.
The Physical Layer What kinds of signals can encode data? What kinds of media can carry these signals?
1 Lecture 27 Physical Layer (Data and Signals) University of Nevada – Reno Computer Science & Engineering Department Fall 2010 CPE 400 / 600 Computer Communication.
Chapter 2 : Business Information Business Data Communications, 5e.
Chapter 3 Data and Signals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 : Business Information Business Data Communications, 4e.
Chapter 3 Data and Signals
3.1 Chapter 3 Data and Signals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Computer Communication & Networks Lecture 5 Physical Layer: Data & Signals Waleed Ejaz
Simplex, Half Duplex & Duplex Serial & Parallel transmission Synchronous & Asynchronous Bit & Baud Rate.
3.1 Figure 3.16 Two digital signals: one with two signal levels and the other with four signal levels.
Jozef Goetz, expanded by Jozef Goetz, 2009 The McGraw-Hill Companies, Inc., 2006 expanded by Jozef Goetz, 2009 PART II.
Data Communications & Computer Networks, Second Edition1 Chapter 2 Fundamentals of Data and Signals.
Part 2 Physical Layer and Media
Topics discussed in this section:
3.1 Chapter 3 Data and Signals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
UNIT - 2.
Chapter 3 Data and Signals
Prof. Hosny Ibrahim Lecture 2
3.1 Chapter 3 Data and Signals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
3.1 Chapter 3 Data and Signals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 3 Digital Signals Dr Rudzidatul Akmam Bt Dziyauddin.
British Computer Society (BCS)
Kashif BashirWWW.Taleem.greatnow.com Chapter 4 Digital Transmission.
Physical Layer (Data and Signals)
Data Comm. & Networks Lecture 6 Instructor: Ibrahim Tariq.
1 Composite Signals and Fourier Series To approximate a square wave with frequency f and amplitude A, the terms of the series are as follows: Frequencies:
A. B. M. Nasiruzzaman Dept. of EEE, RUET According to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency contained in.
Chapter 4 Digital Transmission. 4.2 Summary Line Coding Line Coding Schemes Block Coding Scrambling Signal Element versus data element Multilevel : 2b1Q.
Data and Signals. To be transmitted, data must be transformed to electromagnetic signals. Note.
Data Communication and Networking Digital Transmission Chapter 4.
CT1303 LAN- LECTURE#4 Asma AlOsaimi. signals is a function that conveys information about the behaviour or attributes of some phenomenon. a detectable.
Computer Communication & Networks
Part II Physical Layer Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Part II Physical Layer.
Computer Data Communication
Chapter 3 Data and Signals Tel: (03) Ext: URL:
PART II Physical Layer.
Chapter 2 Data and Signals
Topics discussed in this section:
4 장 신호(Signals) 4.1 아날로그와 디지털(Analog and Digital)
DATA COMMUNICATION Lecture-17.
Chapter 3 Data and Signals
CSCD 433 Network Programming
Chapter 3 Data and Signals
Chapter 3 Data and Signals
CSE 313 Data Communication
Chapter 3 Data and Signals
Data Communication Data Communications and Networking, 4rd Edition, Behrouz A. Forouzan.
CSE 313 Data Communication
CSE 313 Data Communication
CSE 313 Data Communication
REVIEW Physical Layer.
CSE 313 Data Communication
DATA COMMUNICATION Lecture-13.
CSE 313 Data Communication
CSE 313 Data Communication
CSE 313 Data Communication
Analog Transmission Example 1
CSE 313 Data Communication
Lec 11 Data and Signals Computer Networks Al-Mustansiryah University
Chapter 4 Digital Transmission 4.# 1
Presentation transcript:

CSE 313 Data Communication Lec 05 Sabbir Muhammad Saleh

DATA AND SIGNALS – DIGITAL In addition to being represented by an analog signal, information can also be represented by a digital signal. For example, a 1 can be encoded as a positive voltage and a 0 as zero voltage. A digital signal can have more than two levels. In this case, we can send more than 1 bit for each level. PG:68 Data Communications and Networking By Behrouz A.Forouzan 5th Edition.

DATA AND SIGNALS – DIGITAL Figure below shows two signals, one with two levels and the other with four. We send 1 bit per level in part a of the figure and 2 bits per level in part b of the figure. 1 bit gives us two values: 0 and 1. 2 bits gives us four values: 00, 01, 10, 11. In general, if a signal has L levels, each level needs log2L bits. For this reason, we can send log24 = 2 bits in part b. (i.e. number of bits = log2L) PG:68 Data Communications and Networking By Behrouz A.Forouzan 5th Edition.

DATA AND SIGNALS – Signal level PG:68 Data Communications and Networking By Behrouz A.Forouzan 5th Edition. http://en.wikipedia.org/wiki/Digital_signal : CMOS, TTL. http://www.electronics-tutorials.ws/binary/bin_1.html : TTL voltages.

DATA AND SIGNALS – Bits per level EXAMPLE 1: A digital signal has eight levels. How many bits are needed per level? SOLUTION: We calculate the number of bits from the following formula. Each signal level is represented by 3 bits. EXAMPLE 2: A digital signal has nine levels. How many bits are needed per level? SOLUTION: We calculate the number of bits by using the formula above. Then, each signal level is represented by 3.17 bits. However, this answer is not realistic! The number of bits sent per level needs to be an integer as well as a power of 2. For this example, 4 bits can represent one level. Log29 = log9/log2 = 3.169 =3.17 bits. PG: 68,69.

DATA AND SIGNALS – Bit Rate Bit Rate - Most digital signals are nonperiodic, and thus period and frequency are not appropriate characteristics. Another term - bit rate (instead of frequency) - is used to describe digital signals. The bit rate is the number of bits sent in 1s, expressed in bits per second (bps). Figure on slide#4 shows the bit rate for two signals. PG: 69.

DATA AND SIGNALS – Bit Rate EXAMPLE 3: A page has an average of 24 lines with 80 characters in each line. Assume we need to download text documents at the rate of 100 pages per second. What is the required bit rate of the channel? SOLUTION: A page is an average of 24 lines with 80 characters in each line. If we assume that one character requires 8 bits, then the bit rate is: PG: 69 100 pages/second X 24 lines/page X 80 characters/line X 8bits/character = 1,536,000 bits/second.

DATA AND SIGNALS – Bit Rate EXAMPLE 4: A digitized voice channel is made by digitizing a 4-kHz bandwidth analog voice signal. We need to sample the signal at twice the highest frequency (two samples per hertz). We assume that each sample requires 8 bits. What is the required bit rate? SOLUTION: The bit rate can be calculated as PG: 69. In signal processing, sampling is the reduction of a continuous signal to a discrete signal. A common example is the conversion of a sound wave (a continuous signal) to a sequence of samples (a discrete-time signal). (ref: wikipedia).

DATA AND SIGNALS – Bit Rate 2 samples when we think of the curve below zero. 8 bits means 8 levels here. A Very good sampling example can be found here -> http://en.flossmanuals.net/pure-data/ch003_what-is-digital-audio/ Another sampling example -> http://t1l1-nayspareme.blogspot.com/ AND http://www.std.org/russ/FileTypes

DATA AND SIGNALS – Bit Rate EXAMPLE: What is the bit rate for high-definition TV (HDTV)? SOLUTION: HDTV uses digital signals to broadcast high quality video signals. The HDTV screen is normally a ratio of 16 : 9 (in contrast to 4 : 3 for regular TV), which means the screen is wider. There are 1920 by 1080 pixels per screen, and the screen is renewed 30 times per second. Twenty-four bits represents one color pixel. We can calculate the bit rate as (1920X1080) pixels/frame X 30 frames/second X 24bits/pixel = 1,492,992,000 bits/second.