Signals, Media, And Data Transmission

Slides:



Advertisements
Similar presentations
CSCI 4550/8556 Computer Networks Comer, Chapter 6: Long Distance Communication (Carriers, Modulation, And Modems)
Advertisements

1 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints Adapted from the notes By Lami Kaya, © 2009 Pearson Education.
1 Fall 2005 Local Serial Asynchronous Communication Qutaibah Malluhi Computer Science and Engineering Qatar University.
1 Transmission Fundamentals Chapter 2 (Stallings Book)
ECE 4321: Computer Networks Chapter 3 Data Transmission.
Local Asynchronous Communication and RS-232. Goals Explain how electric current can be used to transmit bits over short distances Present a popular mechanism.
EE 4272Spring, 2003 Chapter 3 Data Transmission Part II Data Communications Concept & Terminology Signal : Time Domain & Frequency Domain Concepts Signal.
Chapter 3 Data and Signals
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Data Transmission Slide 1 Continuous & Discrete Signals.
CS335 Networking & Network Administration Tuesday, April 6.
IS250 Spring 2010 Physical Layer IS250 Spring 2010
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Module 3.0: Data Transmission
CSCI 4550/8556 Computer Networks Comer, Chapter 5: Local Asynchronous Communication (RS-232)
Chapter 3 Data and Signals
1 Fall 2005 Long Distance Communication Carriers, Modulation, And Modems Qutaibah Malluhi Computer Science and Engineering Qatar University.
Alogrithm Analysis 實踐資管 Wang-Jiunn Cheng 2004 Computer Networks (CS422) Douglas Comer Computer Science Department Purdue University West Lafayette, IN.
The Physical Layer: Data Transmission Basics
Local Asynchronous Communication
1 Computer Communication & Networks Lecture 5 Physical Layer: Data & Signals Waleed Ejaz
Data Transmission The basics of media, signals, bits, carries, and modems (Part II)
1 Chapter 4-6 Signals, Media, And Data Transmission.
1 Long-Distance Communication. 2 Illustration of a Carrier Carrier –Usually a sine wave –Oscillates continuously –Frequency of carrier fixed.
Review: The application layer. –Network Applications see the network as the abstract provided by the transport layer: Logical full mesh among network end-points.
1-1 Basics of Data Transmission Our Objective is to understand …  Signals, bandwidth, data rate concepts  Transmission impairments  Channel capacity.
Part 2 Physical Layer and Media
Lecture 2 Computer Communications and Networks Boriana Koleva Room: C54 Phone:
1 Business Telecommunications Data and Computer Communications Chapter 3 Data Transmission.
1 Ch 5 Local Asynchronous Communication (RS-232).
1 Ch 6 Long-Distance Communication Carriers, Modulation, and Modems.
Data Transmission The basics of media, signals, bits, carries, and modems (Part III)
Chapter 5: Local Asynchronous Communication 1. Bit-wise data transmission 2. Asynchronous communication 3. Sending bits with electric current 4. Standard.
02 – Performance Basics 1CS Computer Networks.
The Physical Layer Lowest layer in Network Hierarchy. Physical transmission of data. –Various flavors Copper wire, fiber optic, etc... –Physical limits.
Data Comm. & Networks Lecture 6 Instructor: Ibrahim Tariq.
Chapter 3 Data and Signals. 3.2 Last Lecturer Summary Bit Rate Bit Length Digital Signal as a Composite Analog Signal Application Layer Distortion Noise.
1 Physical Layer Computer Networks. 2 Where are we?
1 st semester 1436/  When a signal is transmitted over a communication channel, it is subjected to different types of impairments because of imperfect.
1 3. Data Transmission. Prof. Sang-Jo Yoo 2 Contents  Concept and Terminology  Analog and Digital Data Transmission  Transmission Impairments  Asynchronous.
Transmission Media. Quiz: ANGEL->Lessons->Quiz 2 Figure 1Figure 2 Figure 3Figure 4.
McGraw-Hill©2003 The McGraw-Hill Companies, Inc. Chapter 6 Physical Layer.
CSI 4118Fall Part 1.1 Signals, Media, And Data Transmission.
Transmission Media Sharing When can you share? –High Medium capacity Why share ? –Less transmission costs –More cost-effective transmissions How would.
Chapter 2 : Data Communications BENG 4522 Data Communications & Computer Networks Transmission Impairment Signals travel through the transmission.
Computer Engineering and Networks, College of Engineering, Majmaah University Some Basics Mohammed Saleem Bhat CEN-444 Networks Structure.
Data and Computer Communications Digital Data Communications Techniques + Error Control+ Digital Data Communications Techniques + Error Control+Multiplexing.
Physical Layer. Data Communications - Physical Layer2 Physical Layer Essence: Provide the means to transmit bits from sender to receiver involves a lot.
Chapter 6 Long Distance Communication. Long-Distance Communication Important fact: an oscillating signal travels farther than direct current For long-distance.
Introduction to Communication Networks 2/ Introduction to Communication Networks Lecture 2 Physical Layer.
Computer Communication & Networks
Dr. Clincy Professor of CS
Transmission Media.
The Concept of Multiplexing
Chapter Goals Explain communication protocols
William Stallings Data and Computer Communications 7th Edition
Introduction to electronic communication systems
Multiplexing Multiplexing is the set of techniques that allows the simultaneous transmission of multiple signals across a single data link. A Multiplexer.
Local Asynchronous Communication (RS-232)
Long-Distance Communication (Carriers, Modulation, And Modems)
Dr. Clincy Professor of CS
Lecture 4 Continuation of transmission basics Chapter 3, pages 75-96
Physical Layer Computer Networks.
Nyquist’s theorem: D = 2BLog2K
Nyquist and Shannon Capacity
Signals, Media, And Data Transmission
Introduction Analog and Digital Signal
Topics discussed in this section:
The Physical Layer Part 1
Chapter Three: Signals and Data Transmission
communications system
Presentation transcript:

Signals, Media, And Data Transmission Part 1.1 Signals, Media, And Data Transmission CSI 4118 Fall 2003

Two Important Physical Limits Of a Transmission System Propagation delay Time required for signal to travel across media Example: Electromagnetic radiation travels through space at the speed of light (c = 3.0 * 108 meters per second) Bandwidth Maximum times per second the signal can change CSI 4118 Fall 2002

Asynchronous Communication Sender and receiver must agree on Number of bits per character Duration of each bit Receiver Does not know when a character will arrive May wait forever To ensure meaningful exchange, send Start bit before character One or more stop bits after character CSI 4118 Fall 2002

Fundamental Measures Of A Digital Transmission System Delay The amount of time required for a bit of data to travel from one end to the other Usually the same as the propagation delay in underlying hardware Throughput The number of bits per second that can be transmitted Related to underlying hardware bandwidth CSI 4118 Fall 2002

Relationship Between Digital Throughput and Bandwidth Given by Nyquist’s theorem: D = 2 B log2 K where D is maximum data rate B is hardware bandwidth K is number of values used to encode data CSI 4118 Fall 2002

Application of Nyquist’s Theorem For RS-232 K is 2 because RS-232 only uses two values, +15 or –15 volts, to encode data bits D is 2 B log2 2 = 2 B CSI 4118 Fall 2002

More Bad News Physics tells us that real systems emit and absorb energy (e.g., thermal) Engineers call unwanted energy noise Nyquist’s theorem Assumes a noise-free system Only works in theory Shannon’s theorem corrects for noise CSI 4118 Fall 2002

Shannon’s Theorem Gives capacity in presence of noise: C = B log2 (1 + S/N) where C is the effective channel capacity in bits per second B is hardware bandwidth S is the average power (signal) N is the noise S/N is signal-to-noise ratio CSI 4118 Fall 2002

Application of Shannon’s Theorem Conventional telephone system Engineered for voice Bandwidth is 3000 Hz Signal-to-noise ratio is approximately 1000 Effective capacity is 3000 log2 (1 + 1000) = ~30000 bps Conclusion: dialup modems have little hope of exceeding 28.8 Kbps CSI 4118 Fall 2002

The Bottom Line Nyquist’s theorem means finding a way to encode more bits per cycle improves the data rate Shannon’s theorem means that no amount of clever engineering can overcome the fundamental limits of a real transmission system CSI 4118 Fall 2002

Multiplexing Fundamental to networking General concept Used in Lowest level of transmission systems Higher levels of network hardware Protocol software Applications CSI 4118 Fall 2002

The General Concept of Multiplexing Separate pairs of communications travel across shared channel Multiplexing prevents interference Each destination receives only data sent by corresponding source CSI 4118 Fall 2002

Multiplexing Terminology Multiplexor Device or mechanism Accepts data from multiple sources Sends data across shared channel Demultiplexor Extracts data from shared channel Sends to correct destination CSI 4118 Fall 2002

Two Basic Types of Multiplexing Time Division Multiplexing (TDM) Only one item at a time on shared channel Item marked to identify source Demultiplexor uses identifying mark to know where to deliver Frequency Division Multiplexing (FDM) Multiple items transmitted simultaneously Uses multiple “channels” CSI 4118 Fall 2002

Summary Multiplexing Fundamental concept Used at many levels Applied in both hardware and software Two basic types Time-division multiplexing (TDM) Frequency-division multiplexing (FDM) When applied to light, FDM is called wave-division multiplexing CSI 4118 Fall 2002