Making Connections Efficient: Multiplexing and Compression

Size: px
Start display at page:

Download "Making Connections Efficient: Multiplexing and Compression"

Transcription

1 Fundamentals of Networking and Data Communications, Sixth Edition 5-1 Making Connections Efficient: Multiplexing and Compression Chapter 5 Learning Objectives After reading this chapter, students should be able to: Describe frequency division multiplexing and list its applications, advantages, and disadvantages Describe synchronous time division multiplexing and list its applications, advantages, and disadvantages Outline the basic multiplexing characteristics of T-1 and SONET/SDH telephone systems Describe statistical time division multiplexing and list its applications, advantages, and disadvantages Cite the main characteristics of wavelength division multiplexing and its advantages and disadvantages Describe the basic characteristics of discrete multitone Cite the main characteristics of code division multiplexing and its advantages and disadvantages Apply a multiplexing technique to a typical business situation Describe the difference between lossy and lossless compression Describe the basic operation of run-length, JPEG, and MP3 compression Chapter Outline 1. Introduction 2. Frequency Division Multiplexing 3. Time Division Multiplexing a. Synchronous time division multiplexing T-1 Multiplexing SONET/SDH Multiplexing b. Statistical time division multiplexing 4. Wavelength Division Multiplexing

2 Fundamentals of Networking and Data Communications, Sixth Edition Discrete Multitone 6. Code Division Multiplexing 7. Comparison of Multiplexing Techniques 8. Compression Lossless versus Lossy a. Lossless compression b. Lossly compression 9. Business Multiplexing In Action 10. Summary Lecture Notes Introduction Under the simplest conditions, a medium can carry only one signal at any moment in time. Many times, however, we want a medium to carry multiple signals at the same time. This technique of transmitting multiple signals over a single medium is multiplexing. Multiplexing is a technique performed at the physical layer of the OSI model or the interface layer of the Internet model. Frequency Division Multiplexing Frequency division multiplexing is the assignment of non-overlapping frequency ranges to each user of a medium. So that multiple users can share a single medium, each user is assigned a channel. A channel is an assigned set of frequencies that is used to transmit the user s signal. Time Division Multiplexing Time division multiplexing directly supports digital signals. In time division multiplexing, sharing of the signal is accomplished by dividing available transmission time on a medium among users. Since time division multiplexing was introduced in 1960s, it has split into two roughly parallel but separate technologies: synchronous time division multiplexing and statistical time division multiplexing.

3 Fundamentals of Networking and Data Communications, Sixth Edition 5-3 Wavelength Division Multiplexing Wavelength division multiplexing is a fairly new technology that multiplexes multiple data streams onto a single fiber optic line. Unlike frequency division multiplexing, which assigns input sources to separate sets of frequencies, and time division multiplexing, which divides input sources by time, wave division multiplexing uses different wavelength lasers to transmit multiple signals. Discrete Multitone Discrete multitone is a multiplexing technique commonly found in digital subscriber line (DSL) systems. Each subchannel in DSL performs its own quadrature amplitude modulation. Up to 256 subchannels can be combined to produce one downstream path. Code Division Multiplexing Code division multiplexing is a relatively new technology most commonly found in cellular telephones which allows multiple mobile devices to transmit at the same frequencies and at the same time. In order to separate the signals, each mobile device is assigned a unique binary code. When the devices transmits a binary 1, the unique binary code is transmitted instead. To transmit a binary 0, the mobile device would send the inverse of the unique binary code. Comparison of Multiplexing Techniques Frequency division multiplexing relies on analog signaling and is the simplest and most noisy of all the multiplexing techniques. Synchronous time division multiplexing is also relatively straight forward, and like frequency division multiplexing, input devices that have nothing to transmit can waste transmission space. The big advantage of synchronous TDM is the lower noise during transmission. Statistical TDM is one step above synchronous TDM because it transmits data only from those input devices that have data to transmit. Thus, statistical TDM wastes less bandwidth on the transmission link. Dense wavelength division multiplexing is a very good, albeit expensive, technique for transmitting multiple concurrent signals over a fiber optic line. Compression Lossless versus Lossy The compressing of data can be either lossless (in which no data is lost) or lossy (in which some data is lost). Common lossless compression techniques include run-length encoding and the Lempel-Ziv techniques. Typical lossy compression techniques include MP3, JPEG, and MPEG.

4 Fundamentals of Networking and Data Communications, Sixth Edition 5-4 Business Multiplexing In Action The In Action example for this chapter involves the XYZ Corporation which has two buildings, A and B, separated by a distance of 300 meters. A 3-inch diameter tunnel runs underground between the two buildings. Building B contains 66 text-based terminals that need to be connected to a mainframe computer in Building A. The text-based terminals transmit data at 9600 bits per second. What are some good ways to connect the terminals in Building B to the mainframe computer in Building A? Quick Quiz 1. What types of applications might use frequency division multiplexing? Time division multiplexing? Dense wavelength division multiplexing? FDM: TV, radio, cellphones; TDM: PCS, terminal-mainframe connections, telephone systems; DWDM: long-haul telecommunications 2. What is the primary advantage of TDM over FDM? TDM can use digital signals which are better for removing noise. 3. Where is discrete multitone commonly used? It is commonly used in cellular telephone systems. 4. How does code division multiplexing work? Each mobile device is assigned a unique binary code for transmitting 1s and 0s. Discussion Topics 1. Is frequency division multiplexing going to disappear in the near future? 2. Will wavelength division multiplexing revolutionize multiplexing? 3. Is there a practical limit to how many devices can transmit simultaneously using code division multiplexing? 4. Do people actually notice a loss of signal when MP3 or JPEG is incorporated?

5 Fundamentals of Networking and Data Communications, Sixth Edition 5-5 Teaching Tips 1. Compare FDM to a multiple lane highway. Many concurrent lanes of traffic, with the stripe down the road acting as the guardbands. 2. Mention the recent development of the blue laser (and the blue LCD) and its effect on dense wavelength division multiplexing (and other fields of technology). Solutions to Review Questions 1. What are the three phases of JPEG compression? Discrete cosine transformation, quantization, run-length encoding 2. If a statistical multiplexor is connected to 20 devices, does it require a high speed output line that is equivalent to the sum of the 20 transmission streams? No. Assume that only a percentage of all input streams will have data to transmit at one given time. 3. Run-length encoding can be used to compress what kind(s) of data? It can compress data that cannot be lost during compression and data with a majority of one type of symbol. 4. What are the main differences between statistical time division multiplexing and synchronous time division multiplexing? Sync: continuous bit stream, never out of order; Stat: packets or frames of data, order may vary. 5. What are the two basic forms of compression? Lossless and lossy 6. How are a T-1 and SONET similar? Both are synchronous multiplexing, non-stop, 8000 frames per second 7. How does code-division multiplexing distinguish one signal from another? Each signal is transmitting using a unique binary code or sequence. 8. How many separate channels does a T-1 multiplexor combine into one stream? 24.

6 Fundamentals of Networking and Data Communications, Sixth Edition How is discrete multitone different from the other multiplexing techniques? How is it similar? Same: multiple channels combined over one medium Different: the multiple channels are all intended for one user; each channel is modulated separate from the others 10. How does a synchronous time division multiplexor stay synchronized with the demultiplexor on the receiving end? There are sync bits inserted in the transmission stream at regular intervals. 11. What is the difference between dense wavelength division multiplexing and coarse wavelength division multiplexing? The difference is the number of concurrent lambdas. 12. What would happen if a synchronous time division multiplexor sampled the incoming signals out of order? The demultiplexor would not know what was what. 13. How many different wavelengths can dense wavelength division multiplexing place onto one connection? Potentially 100s 14. In what order does synchronous time division multiplexing sample each of the incoming signals? Round robin order 15. What type of medium is required to support wavelength division multiplexing? Fiber optic cable 16. Frequency division multiplexing is associated with what type of signals? Analog signals 17. Why is addressing of the individual data streams necessary for statistical multiplexing? It is necessary because the order of data streams can vary depending on demand.

7 Fundamentals of Networking and Data Communications, Sixth Edition List three common examples of frequency division multiplexing. Broadcast television, radio, cable television Suggested Solutions to Exercises 1. MP3, JPEG, and MPEG all rely on what characteristic in the data in order to perform compression? The characteristic is that some loss of data will not be noticed by the end user. 2. A discrete multitone system is using a modulation technique on its subchannels, each of which generates a 64-kbps stream. Assuming ideal conditions (no noise), what is the maximum data rate of the discrete multitone system? Assuming the system supports 256 simultaneous channels, 256 x 64 kbps = 16,384,000 bps. 3. Can you compress a set of bank statements using JPEG compression? Explain. You can, but it is better not to, since JPEG is lossy. 4. The telephone company has a fiber-optic line with time division multiplexing that runs from the United States to England and lies on the ocean floor. This fiber-optic line has reached capacity. What alternatives can the telephone company consider to increase capacity? A good possible solution is wavelength division multiplexing. 5. Given the following bit string, show the run-length encoding that would result: , 5, 0, 18, 6, 0, 0, 10 Or 4-bit binary nibbles: 0111, 0101, 0000, 1111, 0011, 0000, 0110, 0000, 0000, When data is transmitted using a statistical multiplexor, the individual units of data must have some form of address that tells the receiver the intended recipient of each piece of data. Instead of assigning absolute addresses to each piece of data, is it possible to incorporate relative addressing? If so, explain its benefits. Yes, relative addressing can be used. You only need to create an address for those devices connected to this pair of multiplexors. This should be a smaller address space than all the devices in the entire system.

8 Fundamentals of Networking and Data Communications, Sixth Edition If data has a large number of one type of symbol, which type of compression would be the most effective? Run-length encoding 8. Ten computer workstations are connected to a synchronous time division multiplexor. Each workstation transmits a 128 kbps. At any point in time, 40 percent of the workstations are not transmitting. What is the minimum necessary speed of the line leaving the multiplexor? Will the answer be different if we use a statistical multiplexor instead? Explain your reasoning. Sync TDM: 10 workstations x 128 kbps = total speed of high-speed line. Doesn t matter if a device is transmitting or not, a space is still allocated for each device. Stat TDM: It should be different, because a stat TDM only reserves a space for devices that currently have data to transmit. So should be 40% capacity of sync TDM. 9. Is the form of DSL that a company uses different from the form of DSL that a home user subscribes to? Explain. More than likely, it is different.. Corporate DSL is typically faster, thus more expensive, and it is often symmetric. 10. What is the synchronization bit in a T-1 frame used for? Why is it necessary? The synchronization bit is necessary to keep the receiver synchronized with the incoming data stream. 11. In theory, code division multiplexing can have 264 different signals in the same area. In reality, this is not possible. Why not? Show an example. What happens if you assign one mobile device the code and a second device the code ? If first device transmits a 1 and second device transmits a 0, they would be sending the same code. Furthermore, the sum of signals would be 0. Is this a positive or negative? 12. If only four computers are transmitting digital data over a T-1 line, what is the maximum possible data rate for each computer? It doesn t matter how many are currently transmitting, T-1 allocates space for 24 separate devices.

9 Fundamentals of Networking and Data Communications, Sixth Edition Which of the multiplexing techniques can be used on both conducted media and wireless media, which on only conducted media, and which on only wireless media? Conducted and wireless: frequency division and time division Only on conducted: wavelength division Only on wireless: code division (can actually be done on conducted media but most if not all examples are performed on wireless) 14. Twenty-four voice signals are to be multiplexed and transmitted over twisted pair. What is the bandwidth required (in bps) if synchronous time division multiplexing is used, if we use the standard analog to digital sampling rate, and if each sample is converted into an 8-bit value? Each voice channel has a bandwidth of 4000 Hz. Sampled two times the frequency equals 8000 samples per second. Each sample is then converted into an 8-bit value, so 8000 samples per second times 8-bits per sample = 64,000 bits per second; 24 signals times 64,000 bps each equals 1,536,000 bps. 15. Why is wavelength division multiplexing more like frequency division multiplexing and less like time division multiplexing? In wavelength division multiplexing different wavelengths of color lasers are used, and different wavelengths of color are simply different frequencies of radio signals. 16. Twenty-four voice signals are to be multiplexed and transmitted over twisted pair. What is the total bandwidth required if frequency division multiplexing is used? Each voice channel has a bandwidth of 4000 Hz. 24 times 4000 Hz equals Hz. 17. How many frames per second does a T-1 and SONET transmit? Why this number? 8000 frames per second; typical voice range of 4000 Hz, sampled twice per highest frequency (Nyquist rule), yields 8000 samples per second 18. A benefit of frequency division multiplexing is that the all the receivers do not have to be at the same location. Explain what this benefit means and give an example. All people watching television do not have to be in the same place. Their de-multiplexors (television sets) can be located anywhere.

10 Fundamentals of Networking and Data Communications, Sixth Edition Mobile user A is using code division multiplexing and has been assigned a binary code of Mobile user B, also using code division multiplexing, has been assigned a binary code of Mobile user A transmits a 1, while Mobile user B transmits a 0. Show the sum of products that results and your calculations. A sends a 1, so code sent is: B sends a 0, so code sent is: Total: 0, -2, 0, -2, 2, 0, 2, 0 A s original signal: -1, -1, -1, -1, 1, 1, 1, 1 Products: 0, 2, 0, 2, 2, 0, 2, 0 Sum of products: 8 B s original signal: -1, 1, -1, 1, -1, 1, -1, 1 Products: 0, -2, 0, -2, -2, 0, -2, 0 Sum of products: Compared to the other multiplexing techniques, state two advantages and two disadvantages of each of the following: a. frequency division multiplexing b. synchronous time division multiplexing c. statistical time division multiplexing d. dense wavelength division multiplexing FDM Adv: simple, popular, all receivers don t have to be in same place. FDM Disadv: analog signals and noise Sync TDM Adv: less noise (digital), can apply digital techniques Sync TDM Disadv: never-ending stream is not an efficient use of medium Stat TDM Adv: less noise (digital), can apply digital techniques, more efficient use of medium Stat TDM Disadv: May not be able to support all inputs at the same time. WDM Adv: incredible capacity WDM Disadv: cost. 21. The cell phone company in town uses code division multiplexing to transmit signals between its cell phones and the cell towers. You are using your cell phone while standing next to someone using her cell phone. How does the system distinguish the two signals? Essentially each cell phone is assigned a different bit or chip sequence. When a cell phone transmits a binary 1, it is using its assigned sequence. The receiver can separate one cellphone s sequence from another. Thinking Outside the Box 1. Wireless? Such as terrestrial microwave or free space optics? What about running a couple strands of fiber and doing stat TDM multiplexing? I would avoid copper-based media.

11 Fundamentals of Networking and Data Communications, Sixth Edition Either wireless as above, or call the telephone company and see what they can offer. Right-ofway is definitely a problem here. 3. The only connection is the need for the receiver to stay in sync with the incoming bit stream. 4. The newer techniques like discrete multitone are getting much more complex by trying to combine separately modulated signals over one medium. 5. You might see a slowdown, as DSL is affected by noise, and AM radio might be generating some of the same frequencies as used by DSL. But most DSL systems now transmit signals that avoid AM signals x 800 x 24 bits/pixel x 30 frames/second x 7200 seconds/2 hours = x 1012 bits for a two hour (7200 seconds) movie. A DVD holds 4.7 GB, or 3.76 x 1010 bits. So a movie has 100 times more data than a DVD.

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information

The Physical Layer Outline

The Physical Layer Outline The Physical Layer Outline Theoretical Basis for Data Communications Digital Modulation and Multiplexing Guided Transmission Media (copper and fiber) Public Switched Telephone Network and DSLbased Broadband

More information

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A SOME PHYSICAL LAYER ISSUES Lecture Notes 2A Delays in networks Propagation time or propagation delay, t prop Time required for a signal or waveform to propagate (or move) from one point to another point.

More information

CS420/520 Axel Krings Page 1 Sequence 8

CS420/520 Axel Krings Page 1 Sequence 8 Chapter 8: Multiplexing CS420/520 Axel Krings Page 1 Multiplexing What is multiplexing? Frequency-Division Multiplexing Time-Division Multiplexing (Synchronous) Statistical Time-Division Multiplexing,

More information

Fundamentals of Data and Signals

Fundamentals of Data and Signals Fundamentals of Data and Signals Chapter 2 Learning Objectives After reading this chapter, you should be able to: Distinguish between data and signals and cite the advantages of digital data and signals

More information

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued CSCD 433 Network Programming Fall 2016 Lecture 5 Physical Layer Continued 1 Topics Definitions Analog Transmission of Digital Data Digital Transmission of Analog Data Multiplexing 2 Different Types of

More information

Data and Computer Communications. Tenth Edition by William Stallings

Data and Computer Communications. Tenth Edition by William Stallings Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education, 2013 CHAPTER 8 Multiplexing It was impossible

More information

Physical Layer. Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS. School of Computing, UNF

Physical Layer. Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS. School of Computing, UNF Physical Layer Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multiplexing Transmission channels are expensive. It is often that two communicating

More information

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 5 Look at multiplexing multiple channels on a single link FDM TDM Statistical TDM ASDL and xdsl 1 Multiplexing multiple links on 1 physical line common on long-haul, high capacity, links have FDM,

More information

*Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook

*Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook *Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook 1 Multiplexing Frequency-Division Multiplexing Time-Division Multiplexing Wavelength-Division

More information

Data and Computer Communications Chapter 8 Multiplexing

Data and Computer Communications Chapter 8 Multiplexing Data and Computer Communications Chapter 8 Multiplexing Eighth Edition by William Stallings 1 Multiplexing multiple links on 1 physical line common on long-haul, high capacity, links have FDM, TDM, STDM

More information

Data Communications and Networks

Data Communications and Networks Data Communications and Networks Engr. Abdul Rahman Mahmood MS, MCP, QMR(ISO9001:2000) Usman Institute of Technology University Road, Karachi armahmood786@yahoo.com alphasecure@gmail.com alphapeeler.sf.net/pubkeys/pkey.htm

More information

MODULE IV. End Sem. Exam Marks. Syllabus

MODULE IV. End Sem. Exam Marks. Syllabus MODULE IV Syllabus Multiplexing- Space Division Multiplexing, Frequency Division Multiplexing, Wave length Division Multiplexing - Time Division multiplexing: Characteristics, Digital Carrier system, SONET/SDH,

More information

Multiplexing. Chapter 8. Frequency Division Multiplexing Diagram. Frequency Division Multiplexing. Multiplexing

Multiplexing. Chapter 8. Frequency Division Multiplexing Diagram. Frequency Division Multiplexing. Multiplexing Multiplexing Chapter 8 Multiplexing Frequency Division Multiplexing FDM Useful bandwidth of medium exceeds required bandwidth of channel Each signal is modulated to a different carrier frequency Carrier

More information

Multiplexing. Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur

Multiplexing. Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur CS311: DATA COMMUNICATION Multiplexing Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur e-mail: manaskhatua@iitj.ac.in Outline of the Lecture What is Multiplexing and why is it used? Basic

More information

(Refer Slide Time: 2:23)

(Refer Slide Time: 2:23) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture-11B Multiplexing (Contd.) Hello and welcome to today s lecture on multiplexing

More information

Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1

Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1 Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-6 PERFORMANCE One important issue in networking

More information

William Stallings Data and Computer Communications. Chapter 8 Multiplexing. Multiplexing

William Stallings Data and Computer Communications. Chapter 8 Multiplexing. Multiplexing William Stallings Data and Computer Communications Chapter 8 Multiplexing Multiplexing 1 Frequency Division Multiplexing FDM Useful bandwidth of medium exceeds required bandwidth of channel Each signal

More information

Bandwidth Utilization:

Bandwidth Utilization: CHAPTER 6 Bandwidth Utilization: In real life, we have links with limited bandwidths. The wise use of these bandwidths has been, and will be, one of the main challenges of electronic communications. However,

More information

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst EITF25 Internet Techniques and Applications L2: Physical layer Stefan Höst Data vs signal Data: Static representation of information For storage Signal: Dynamic representation of information For transmission

More information

P. 241 Figure 8.1 Multiplexing

P. 241 Figure 8.1 Multiplexing CH 08 : MULTIPLEXING Multiplexing Multiplexing is multiple links on 1 physical line To make efficient use of high-speed telecommunications lines, some form of multiplexing is used It allows several transmission

More information

a. Find the minimum number of samples per second needed to recover the signal without loosing information.

a. Find the minimum number of samples per second needed to recover the signal without loosing information. 1. The digital signal X(t) given below. X(t) 1 0 1 2 3 4 5 7 8 t (msec) a. If the carrier is sin (2000 π t), plot Amplitude Shift Keying (ASK) Modulated signal. b. If digital level 1 is represented by

More information

Bandwidth utilization is the wise use of available bandwidth to achieve specific goals.

Bandwidth utilization is the wise use of available bandwidth to achieve specific goals. Note Bandwidth Utilization: Multiplexing and Spreading Bandwidth utilization is the wise use of available bandwidth to achieve specific goals. Efficiency can be achieved by multiplexing; i.e., sharing

More information

Outline of the Lecture

Outline of the Lecture CS311: DATA COMMUNICATION Multiplexing by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/

More information

EE 304 TELECOMMUNICATIONs ESSENTIALS HOMEWORK QUESTIONS AND ANSWERS

EE 304 TELECOMMUNICATIONs ESSENTIALS HOMEWORK QUESTIONS AND ANSWERS Homework Question 1 EE 304 TELECOMMUNICATIONs ESSENTIALS HOMEWORK QUESTIONS AND ANSWERS Allocated channel bandwidth for commercial TV is 6 MHz. a. Find the maximum number of analog voice channels that

More information

ITM 1010 Computer and Communication Technologies

ITM 1010 Computer and Communication Technologies ITM 1010 Computer and Communication Technologies Lecture #14 Part II Introduction to Communication Technologies: Digital Signals: Digital modulation, channel sharing 2003 香港中文大學, 電子工程學系 (Prof. H.K.Tsang)

More information

FDM- FREQUENCY DIVISION MULTIPLEXING

FDM- FREQUENCY DIVISION MULTIPLEXING FDM- FREQUENCY DIVISION MULTIPLEXING Multiplexing to refer to the combination of information streams from multiple sources for transmission over a shared medium Demultiplexing to refer to the separation

More information

Chapter Two. Fundamentals of Data and Signals. Data Communications and Computer Networks: A Business User's Approach Seventh Edition

Chapter Two. Fundamentals of Data and Signals. Data Communications and Computer Networks: A Business User's Approach Seventh Edition Chapter Two Fundamentals of Data and Signals Data Communications and Computer Networks: A Business User's Approach Seventh Edition After reading this chapter, you should be able to: Distinguish between

More information

ECE 435 Network Engineering Lecture 4

ECE 435 Network Engineering Lecture 4 ECE 435 Network Engineering Lecture 4 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 12 September 2016 Announcements Homework 2 was posted late, due next Monday Homework 1 grades

More information

TELECOMMUNICATION SYSTEMS

TELECOMMUNICATION SYSTEMS TELECOMMUNICATION SYSTEMS By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 MULTIPLEXING An efficient system maximizes the utilization of all resources. Bandwidth is one of the most precious resources

More information

Module 3: Physical Layer

Module 3: Physical Layer Module 3: Physical Layer Dr. Associate Professor of Computer Science Jackson State University Jackson, MS 39217 Phone: 601-979-3661 E-mail: natarajan.meghanathan@jsums.edu 1 Topics 3.1 Signal Levels: Baud

More information

Data and Computer Communications. Tenth Edition by William Stallings

Data and Computer Communications. Tenth Edition by William Stallings Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education - Prentice Hall, 2013 CHAPTER 8 Multiplexing

More information

ECE 271 INTRODUCTION TO TELECOMMUNICATION NETWORKS HOMEWORK QUESTIONS ECE 271 HOMEWORK-1

ECE 271 INTRODUCTION TO TELECOMMUNICATION NETWORKS HOMEWORK QUESTIONS ECE 271 HOMEWORK-1 ECE 271 INTRODUCTION TO TELECOMMUNICATION NETWORKS HOMEWORK QUESTIONS Homework Question 1 ECE 271 HOMEWORK-1 Allocated channel bandwidth for commercial TV is 6 MHz. a. Find the maximum number of analog

More information

Chapter 2: Fundamentals of Data and Signals

Chapter 2: Fundamentals of Data and Signals Chapter 2: Fundamentals of Data and Signals TRUE/FALSE 1. The terms data and signal mean the same thing. F PTS: 1 REF: 30 2. By convention, the minimum and maximum values of analog data and signals are

More information

UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT

UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT UNIT 6 ANALOG COMMUNICATION & MULTIPLEXING YOGESH TIWARI EC DEPT,CHARUSAT Syllabus Multiplexing, Frequency-Division Multiplexing Time-Division Multiplexing Space-Division Multiplexing Combined Modulation

More information

Computer Networks: Multiplexing

Computer Networks: Multiplexing Computer Networks: Multiplexing EE1001 Prof. Taek M. Kwon Department of Electrical Engineering, UMD Outline EE 4321 Multiplexing EE 4321: Computer Networks EE Technical Elective Course, 3 credits Network

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

2. By convention, the minimum and maximum values of analog data and signals are presented as voltages.

2. By convention, the minimum and maximum values of analog data and signals are presented as voltages. Chapter 2: Fundamentals of Data and Signals Data Communications and Computer Networks A Business Users Approach 8th Edition White TEST BANK Full clear download (no formatting errors) at: https://testbankreal.com/download/data-communications-computer-networksbusiness-users-approach-8th-edition-white-test-bank/

More information

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter 2007

Introduction to Wireless Networking CS 490WN/ECE 401WN Winter 2007 Introduction to Wireless Networking CS 490WN/ECE 401WN Winter 2007 Lecture 9: WiMax and IEEE 802.16 Chapter 11 Cordless Systems and Wireless Local Loop I. Cordless Systems (Section 11.1) This section of

More information

Thursday, April 17, 2008, 6:28:40

Thursday, April 17, 2008, 6:28:40 Wavelength Division Multiplexing By: Gurudatha Pai K gurudatha@gmail.com Thursday, April 17, 2008, 6:28:40 Overview Introduction Popular Multiplexing Techniques Optical Networking WDM An Analogy of Multiplexing

More information

Lecture 3: Data Transmission

Lecture 3: Data Transmission Lecture 3: Data Transmission 1 st semester 1439-2017 1 By: Elham Sunbu OUTLINE Data Transmission DATA RATE LIMITS Transmission Impairments Examples DATA TRANSMISSION The successful transmission of data

More information

Physical Layer: Outline

Physical Layer: Outline 18-345: Introduction to Telecommunication Networks Lectures 3: Physical Layer Peter Steenkiste Spring 2015 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital networking Modulation Characterization

More information

Multiplexing. Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology

Multiplexing. Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology Multiplexing Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication Multiplexing Multiplexing describes how several users

More information

The Public Switched Telephone Network (PSTN)

The Public Switched Telephone Network (PSTN) The Public Switched Telephone Network (PSTN) Importance of Telephony Official name: the Public Switched Telephone Network New technologies revolutionizing plain old telephone service (POTS) More options

More information

MODULATION AND MULTIPLE ACCESS TECHNIQUES

MODULATION AND MULTIPLE ACCESS TECHNIQUES 1 MODULATION AND MULTIPLE ACCESS TECHNIQUES Networks and Communication Department Dr. Marwah Ahmed Outlines 2 Introduction Digital Transmission Digital Modulation Digital Transmission of Analog Signal

More information

Chapter 2. Physical Layer

Chapter 2. Physical Layer Chapter 2 Physical Layer Lecture 1 Outline 2.1 Analog and Digital 2.2 Transmission Media 2.3 Digital Modulation and Multiplexing 2.4 Transmission Impairment 2.5 Data-rate Limits 2.6 Performance Physical

More information

Lecture Fundamentals of Data and signals

Lecture Fundamentals of Data and signals IT-5301-3 Data Communications and Computer Networks Lecture 05-07 Fundamentals of Data and signals Lecture 05 - Roadmap Analog and Digital Data Analog Signals, Digital Signals Periodic and Aperiodic Signals

More information

CPSC Network Programming. How do computers really communicate?

CPSC Network Programming.   How do computers really communicate? CPSC 360 - Network Programming Data Transmission Michele Weigle Department of Computer Science Clemson University mweigle@cs.clemson.edu February 11, 2005 http://www.cs.clemson.edu/~mweigle/courses/cpsc360

More information

Chapter 3 Digital Transmission Fundamentals

Chapter 3 Digital Transmission Fundamentals Chapter 3 Digital Transmission Fundamentals Digital Representation of Information Why Digital Communications? Digital Representation of Analog Signals Characterization of Communication Channels Fundamental

More information

Lecture 5 Transmission. Physical and Datalink Layers: 3 Lectures

Lecture 5 Transmission. Physical and Datalink Layers: 3 Lectures Lecture 5 Transmission Peter Steenkiste School of Computer Science Department of Electrical and Computer Engineering Carnegie Mellon University 15-441 Networking, Spring 2004 http://www.cs.cmu.edu/~prs/15-441

More information

SEN366 Computer Networks

SEN366 Computer Networks SEN366 Computer Networks Prof. Dr. Hasan Hüseyin BALIK (5 th Week) 5. Signal Encoding Techniques 5.Outline An overview of the basic methods of encoding digital data into a digital signal An overview of

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/9/2017 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

UNIT-1. Basic signal processing operations in digital communication

UNIT-1. Basic signal processing operations in digital communication UNIT-1 Lecture-1 Basic signal processing operations in digital communication The three basic elements of every communication systems are Transmitter, Receiver and Channel. The Overall purpose of this system

More information

Integrating Information Systems: Technology, Strategy, and Organizational Factors

Integrating Information Systems: Technology, Strategy, and Organizational Factors MASSACHUSETTS INSTITUTE OF TECHNOLOGY SLOAN SCHOOL OF MANAGEMENT 15.565 Integrating Information Systems: Technology, Strategy, and Organizational Factors 15.578 Global Information Systems: Communications

More information

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy Outline 18-452/18-750 Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

CS441 Mobile & Wireless Computing Communication Basics

CS441 Mobile & Wireless Computing Communication Basics Department of Computer Science Southern Illinois University Carbondale CS441 Mobile & Wireless Computing Communication Basics Dr. Kemal Akkaya E-mail: kemal@cs.siu.edu Kemal Akkaya Mobile & Wireless Computing

More information

Multiplexing Concepts and Introduction to BISDN. Professor Richard Harris

Multiplexing Concepts and Introduction to BISDN. Professor Richard Harris Multiplexing Concepts and Introduction to BISDN Professor Richard Harris Objectives Define what is meant by multiplexing and demultiplexing Identify the main types of multiplexing Space Division Time Division

More information

ITM 1010 Computer and Communication Technologies

ITM 1010 Computer and Communication Technologies ITM 1010 Computer and Communication Technologies Lecture #20 Review: Communication Technologies 2003 香港中文大學, 電子工程學系 (Prof. H.K.Tsang) ITM 1010 計算機與通訊技術 1 Review of Communication Technologies! Information

More information

Lecture 5 Transmission

Lecture 5 Transmission Lecture 5 Transmission David Andersen Department of Computer Science Carnegie Mellon University 15-441 Networking, Spring 2005 http://www.cs.cmu.edu/~srini/15-441/s05 1 Physical and Datalink Layers: 3

More information

Bandwidth Utilization:

Bandwidth Utilization: CHAPTER 6 Bandwidth Utilization: Solutions to Review Questions and Exercises Review Questions 1. Multiplexing is the set of techniques that allows the simultaneous transmission of multiple signals across

More information

Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Nguyễn Đức Thái

Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Nguyễn Đức Thái Computer Networks 1 (Mạng Máy Tính 1) Lectured by: Nguyễn Đức Thái Lecture 2: Communication Media Reference: Chapter 2 - Computer Networks, Andrew S. Tanenbaum, 4th Edition, Prentice Hall, 2003. Content

More information

Physical Layer. Networked Systems (H) Lecture 3

Physical Layer. Networked Systems (H) Lecture 3 Physical Layer Networked Systems (H) Lecture 3 This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/4.0/

More information

Lecture 3 Concepts for the Data Communications and Computer Interconnection

Lecture 3 Concepts for the Data Communications and Computer Interconnection Lecture 3 Concepts for the Data Communications and Computer Interconnection Aim: overview of existing methods and techniques Terms used: -Data entities conveying meaning (of information) -Signals data

More information

Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals

Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals Syedur Rahman Lecturer, CSE Department North South University syedur.rahman@wolfson.oxon.org Acknowledgements

More information

Chapter 8. Representing Multimedia Digitally

Chapter 8. Representing Multimedia Digitally Chapter 8 Representing Multimedia Digitally Learning Objectives Explain how RGB color is represented in bytes Explain the difference between bits and binary numbers Change an RGB color by binary addition

More information

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals Kuang Chiu Huang TCM NCKU Spring/2008 Goals of This Class Through the lecture of fundamental information for data and signals,

More information

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright About the Tutorial Next Generation Networks (NGN) is a part of present-day telecommunication system, which is equipped with capabilities to transport all sorts of media, such as voice, video, streaming

More information

Chapter 7 Multiple Division Techniques for Traffic Channels

Chapter 7 Multiple Division Techniques for Traffic Channels Introduction to Wireless & Mobile Systems Chapter 7 Multiple Division Techniques for Traffic Channels Outline Introduction Concepts and Models for Multiple Divisions Frequency Division Multiple Access

More information

Optical Communications and Networks - Review and Evolution (OPTI 500) Massoud Karbassian

Optical Communications and Networks - Review and Evolution (OPTI 500) Massoud Karbassian Optical Communications and Networks - Review and Evolution (OPTI 500) Massoud Karbassian m.karbassian@arizona.edu Contents Optical Communications: Review Optical Communications and Photonics Why Photonics?

More information

Last Time. Transferring Information. Today (& Tomorrow (& Tmrw)) Application Layer Example Protocols ftp http Performance.

Last Time. Transferring Information. Today (& Tomorrow (& Tmrw)) Application Layer Example Protocols ftp http Performance. 15-441 Lecture 5 Last Time Physical Layer & Link Layer Basics Copyright Seth Goldstein, 2008 Application Layer Example Protocols ftp http Performance Application Presentation Session Transport Network

More information

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization.

Simple Algorithm in (older) Selection Diversity. Receiver Diversity Can we Do Better? Receiver Diversity Optimization. 18-452/18-750 Wireless Networks and Applications Lecture 6: Physical Layer Diversity and Coding Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

CSE 123: Computer Networks Alex C. Snoeren. Project 1 out Today, due 10/26!

CSE 123: Computer Networks Alex C. Snoeren. Project 1 out Today, due 10/26! CSE 123: Computer Networks Alex C. Snoeren Project 1 out Today, due 10/26! Signaling Types of physical media Shannon s Law and Nyquist Limit Encoding schemes Clock recovery Manchester, NRZ, NRZI, etc.

More information

OFDMA and MIMO Notes

OFDMA and MIMO Notes OFDMA and MIMO Notes EE 442 Spring Semester Lecture 14 Orthogonal Frequency Division Multiplexing (OFDM) is a digital multi-carrier modulation technique extending the concept of single subcarrier modulation

More information

Chapter 2. Bandwidth-Limited Signals (2) The Theoretical Basis for Data Communication

Chapter 2. Bandwidth-Limited Signals (2) The Theoretical Basis for Data Communication Chapter 2 The Physical Layer The Theoretical Basis for Data Communication Fourier Analysis Bandwidth-Limited Signals Maximum Data Rate of a Channel Bandwidth-Limited Signals Bandwidth-Limited Signals (2)

More information

Data Communications. Unguided Media Multiplexing

Data Communications. Unguided Media Multiplexing Data Communications Unguided Media Multiplexing Fiber-Optic Cable A fiber-optic cable is made of glass or plastic and transmits signals in the form of light. If a ray of light traveling through one substance

More information

Computer Networks

Computer Networks 15-441 Computer Networks Physical Layer Professor Hui Zhang hzhang@cs.cmu.edu 1 Communication & Physical Medium There were communications before computers There were communication networks before computer

More information

Mobile Communication Systems. Part 7- Multiplexing

Mobile Communication Systems. Part 7- Multiplexing Mobile Communication Systems Part 7- Multiplexing Professor Z Ghassemlooy Faculty of Engineering and Environment University of Northumbria U.K. http://soe.ac.uk/ocr Contents Multiple Access Multiplexing

More information

Communication Networks

Communication Networks Communication Networks Chapter 4 Transmission Technique Communication Networks: 4. Transmission Technique 133 Overview 1. Basic Model of a Transmission System 2. Signal Classes 3. Physical Medium 4. Coding

More information

Maximum date rate=2hlog 2 V bits/sec. Maximum number of bits/sec=hlog 2 (1+S/N)

Maximum date rate=2hlog 2 V bits/sec. Maximum number of bits/sec=hlog 2 (1+S/N) Basics Data can be analog or digital. The term analog data refers to information that is continuous, digital data refers to information that has discrete states. Analog data take on continuous values.

More information

Lecture Outline. Data and Signals. Analogue Data on Analogue Signals. OSI Protocol Model

Lecture Outline. Data and Signals. Analogue Data on Analogue Signals. OSI Protocol Model Lecture Outline Data and Signals COMP312 Richard Nelson richardn@cs.waikato.ac.nz http://www.cs.waikato.ac.nz Analogue Data on Analogue Signals Digital Data on Analogue Signals Analogue Data on Digital

More information

The Physical Layer Chapter 2. The Physical Layer

The Physical Layer Chapter 2. The Physical Layer The Physical Layer Chapter 2 Theoretical Basis for Data Communications Guided Transmission Media Wireless Transmission Communication Satellites Digital Modulation and Multiplexing Public Switched Telephone

More information

Chapter-1: Introduction

Chapter-1: Introduction Chapter-1: Introduction The purpose of a Communication System is to transport an information bearing signal from a source to a user destination via a communication channel. MODEL OF A COMMUNICATION SYSTEM

More information

ITL Basics of Encoding and Wiring

ITL Basics of Encoding and Wiring ITL Basics of Encoding and Wiring Objectives Quick overview of wide-area communications Define the term Structured Wiring Define "analog" and "digital" data. List the common methods used to encode analog/digital

More information

Chapter Four Multiplexing

Chapter Four Multiplexing Chapter Four Multiplexing Contents: Reference: Data Communication And Networking 4-1- FDM By: Behrouz A. Forouzan, Mc Graw Hill, 2007 4.2- TDM 4.3- SDTM 4.4- WDM To make efficient use of high speed telecommunications

More information

Multiple Access. Difference between Multiplexing and Multiple Access

Multiple Access. Difference between Multiplexing and Multiple Access Multiple Access (MA) Satellite transponders are wide bandwidth devices with bandwidths standard bandwidth of around 35 MHz to 7 MHz. A satellite transponder is rarely used fully by a single user (for example

More information

Orthogonal Frequency Division Multiplexing & Measurement of its Performance

Orthogonal Frequency Division Multiplexing & Measurement of its Performance Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 5, Issue. 2, February 2016,

More information

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( )

CHAPTER 2. Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication ( ) CHAPTER 2 Instructor: Mr. Abhijit Parmar Course: Mobile Computing and Wireless Communication (2170710) Syllabus Chapter-2.3 Modulation Techniques Reasons for Choosing Encoding Techniques Digital data,

More information

In this lecture. System Model Power Penalty Analog transmission Digital transmission

In this lecture. System Model Power Penalty Analog transmission Digital transmission System Model Power Penalty Analog transmission Digital transmission In this lecture Analog Data Transmission vs. Digital Data Transmission Analog to Digital (A/D) Conversion Digital to Analog (D/A) Conversion

More information

Lecture 23: Media Access Control. CSE 123: Computer Networks Alex C. Snoeren

Lecture 23: Media Access Control. CSE 123: Computer Networks Alex C. Snoeren Lecture 23: Media Access Control CSE 123: Computer Networks Alex C. Snoeren Overview Finish encoding schemes Manchester, 4B/5B, etc. Methods to share physical media: multiple access Fixed partitioning

More information

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1 Announcement 18-759: Wireless Networks Lecture 3: Physical Layer Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2010 http://www.cs.cmu.edu/~prs/wirelesss10/

More information

Reti di Telecomunicazione. Channels and Multiplexing

Reti di Telecomunicazione. Channels and Multiplexing Reti di Telecomunicazione Channels and Multiplexing Point-to-point Channels They are permanent connections between a sender and a receiver The receiver can be designed and optimized based on the (only)

More information

Outline. EEC-484/584 Computer Networks. Homework #1. Homework #1. Lecture 8. Wenbing Zhao Homework #1 Review

Outline. EEC-484/584 Computer Networks. Homework #1. Homework #1. Lecture 8. Wenbing Zhao Homework #1 Review EEC-484/584 Computer Networks Lecture 8 wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) Outline Homework #1 Review Protocol verification Example

More information

WDM. Coarse WDM. Nortel's WDM System

WDM. Coarse WDM. Nortel's WDM System WDM wavelength-division multiplexing (WDM) is a technology which multiplexes a number of optical carrier signals onto a single optical fiber by using different wavelengths (i.e. colors) of laser light.

More information

Stream Information. A real-time voice signal must be digitized & transmitted as it is produced Analog signal level varies continuously in time

Stream Information. A real-time voice signal must be digitized & transmitted as it is produced Analog signal level varies continuously in time , German University in Cairo Stream Information A real-time voice signal must be digitized & transmitted as it is produced Analog signal level varies continuously in time Th e s p ee ch s i g n al l e

More information

Byte = More common: 8 bits = 1 byte Abbreviation:

Byte = More common: 8 bits = 1 byte Abbreviation: Text, Images, Video and Sound ASCII-7 In the early days, a was used, with of 0 s and 1 s, enough for a typical keyboard. The standard was developed by (American Standard Code for Information Interchange)

More information

ITS323: Introduction to Data Communications CSS331: Fundamentals of Data Communications

ITS323: Introduction to Data Communications CSS331: Fundamentals of Data Communications ITS323: Introduction to Data Communications CSS331: Fundamentals of Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 13 October 2015

More information

Introduction to the Communication Process. Digital Transmission MEEC

Introduction to the Communication Process. Digital Transmission MEEC Introduction to the Communication Process Digital Transmission MEEC José Manuel Bioucas Dias Instituto Superior Técnico, 2014 Outline 1. The communication process 2. Elements of a communication system

More information

Data Encoding g(p (part 2)

Data Encoding g(p (part 2) Data Encoding g(p (part 2) CSE 3213 Instructor: U.T. Nguyen 10/11/2007 12:44 PM 1 Analog Data, Digital Signals (5.3) 2 1 Analog Data, Digital Signals Digitization Conversion of analog data into digital

More information

Cable Testing TELECOMMUNICATIONS AND NETWORKING

Cable Testing TELECOMMUNICATIONS AND NETWORKING Cable Testing TELECOMMUNICATIONS AND NETWORKING Analog Signals 2 Digital Signals Square waves, like sine waves, are periodic. However, square wave graphs do not continuously vary with time. The wave holds

More information

Overview. Chapter 4. Design Factors. Electromagnetic Spectrum

Overview. Chapter 4. Design Factors. Electromagnetic Spectrum Chapter 4 Transmission Media Overview Guided - wire Unguided - wireless Characteristics and quality determined by medium and signal For guided, the medium is more important For unguided, the bandwidth

More information