176
1.1 Chapter 1 Introduction Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Data Communications Lecture

Embed Size (px)

DESCRIPTION

Data Communications and Networking by Behrouz A. Forouzan Instructor's Lectures.

Citation preview

Page 1: Data Communications Lecture

1.1

Chapter 1

Introduction

Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Page 2: Data Communications Lecture

1.2

1-1 DATA COMMUNICATIONS

The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed upon by the parties creating and using the data. Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable.

Components Data Representation Data Flow

Topics discussed in this section:

Page 3: Data Communications Lecture

1.3

Figure 1.1 Five components of data communication

Page 4: Data Communications Lecture

1.4

Figure 1.2 Data flow (simplex, half-duplex, and full-duplex)

Page 5: Data Communications Lecture

1.5

1-2 NETWORKS

A network is a set of devices (often referred to as nodes) connected by communication 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.

Distributed Processing Network Criteria Physical Structures Network Models Categories of Networks Interconnection of Networks: Internetwork

Topics discussed in this section:

Page 6: Data Communications Lecture

1.6

Figure 1.3 Types of connections: point-to-point and multipoint

Page 7: Data Communications Lecture

1.7

Figure 1.4 Categories of topology

Page 8: Data Communications Lecture

1.8

Figure 1.5 A fully connected mesh topology (five devices)

Page 9: Data Communications Lecture

1.9

Figure 1.6 A star topology connecting four stations

Page 10: Data Communications Lecture

1.10

Figure 1.7 A bus topology connecting three stations

Page 11: Data Communications Lecture

1.11

Figure 1.8 A ring topology connecting six stations

Page 12: Data Communications Lecture

1.12

Figure 1.9 A hybrid topology: a star backbone with three bus networks

Page 13: Data Communications Lecture

1.13

Figure 1.10 An isolated LAN connecting 12 computers to a hub in a closet

Page 14: Data Communications Lecture

1.14

Figure 1.11 WANs: a switched WAN and a point-to-point WAN

Page 15: Data Communications Lecture

1.15

Figure 1.12 A heterogeneous network made of four WANs and two LANs

Page 16: Data Communications Lecture

1.16

1-3 THE INTERNET

The Internet has revolutionized many aspects of our daily lives. It has affected the way we do business as well as the way we spend our leisure time. The Internet is a communication system that has brought a wealth of information to our fingertips and organized it for our use.

A Brief History The Internet Today (ISPs)

Topics discussed in this section:

Page 17: Data Communications Lecture

1.17

Figure 1.13 Hierarchical organization of the Internet

Page 18: Data Communications Lecture

1.18

1-4 PROTOCOLS AND STANDARDS

In this section, we define two widely used terms: protocols and standards. First, we define protocol, which is synonymous with rule. Then we discuss standards, which are agreed-upon rules.

Protocols Standards Standards Organizations Internet Standards

Topics discussed in this section:

Page 19: Data Communications Lecture

2.1

Chapter 2

Network Models

Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Page 20: Data Communications Lecture

2.2

2-1 LAYERED TASKS

We use the concept of layers in our daily life. As an example, let us consider two friends who communicate through postal mail. The process of sending a letter to a friend would be complex if there were no services available from the post office.

Sender, Receiver, and Carrier Hierarchy

Topics discussed in this section:

Page 21: Data Communications Lecture

2.3

Figure 2.1 Tasks involved in sending a letter

Page 22: Data Communications Lecture

2.4

2-2 THE OSI MODEL

Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards. An ISO standard that covers all aspects of network communications is the Open Systems Interconnection (OSI) model. It was first introduced in the late 1970s.

Layered Architecture Peer-to-Peer Processes Encapsulation

Topics discussed in this section:

Page 23: Data Communications Lecture

2.5

ISO is the organization. OSI is the model.

Note

Page 24: Data Communications Lecture

2.6

Figure 2.2 Seven layers of the OSI model

Page 25: Data Communications Lecture

2.7

Figure 2.3 The interaction between layers in the OSI model

Page 26: Data Communications Lecture

2.8

Figure 2.4 An exchange using the OSI model

Page 27: Data Communications Lecture

2.9

2-3 LAYERS IN THE OSI MODEL

In this section we briefly describe the functions of each layer in the OSI model.

Physical Layer Data Link Layer Network Layer Transport Layer Session Layer Presentation Layer Application Layer

Topics discussed in this section:

Page 28: Data Communications Lecture

2.10

Figure 2.5 Physical layer

Page 29: Data Communications Lecture

2.11

The physical layer is responsible for movements of individual bits from one hop (node) to the next.

Note

Page 30: Data Communications Lecture

2.12

Figure 2.6 Data link layer

Page 31: Data Communications Lecture

2.13

The data link layer is responsible for moving frames from one hop (node) to the next.

Note

Page 32: Data Communications Lecture

2.14

Figure 2.7 Hop-to-hop delivery

Page 33: Data Communications Lecture

2.15

Figure 2.8 Network layer

Page 34: Data Communications Lecture

2.16

The network layer is responsible for the delivery of individual packets from

the source host to the destination host.

Note

Page 35: Data Communications Lecture

2.17

Figure 2.9 Source-to-destination delivery

Page 36: Data Communications Lecture

2.18

Figure 2.10 Transport layer

Page 37: Data Communications Lecture

2.19

The transport layer is responsible for the delivery of a message from one process to another.

Note

Page 38: Data Communications Lecture

2.20

Figure 2.11 Reliable process-to-process delivery of a message

Page 39: Data Communications Lecture

2.21

Figure 2.12 Session layer

Page 40: Data Communications Lecture

2.22

The session layer is responsible for dialog control and synchronization.

Note

Page 41: Data Communications Lecture

2.23

Figure 2.13 Presentation layer

Page 42: Data Communications Lecture

2.24

The presentation layer is responsible for translation, compression, and encryption.

Note

Page 43: Data Communications Lecture

2.25

Figure 2.14 Application layer

Page 44: Data Communications Lecture

2.26

The application layer is responsible for providing services to the user.

Note

Page 45: Data Communications Lecture

2.27

Figure 2.15 Summary of layers

Page 46: Data Communications Lecture

2.28

2-4 TCP/IP PROTOCOL SUITE

The layers in the TCP/IP protocol suite do not exactly match those in the OSI model. The original TCP/IP protocol suite was defined as having four layers: host-to-network, internet, transport, and application. However, when TCP/IP is compared to OSI, we can say that the TCP/IP protocol suite is made of five layers: physical, data link, network, transport, and application.

Physical and Data Link Layers Network Layer Transport Layer Application Layer

Topics discussed in this section:

Page 47: Data Communications Lecture

2.29

Figure 2.16 TCP/IP and OSI model

Page 48: Data Communications Lecture

2.30

2-5 ADDRESSING

Four levels of addresses are used in an internet employing the TCP/IP protocols: physical, logical, port, and specific.

Physical Addresses Logical Addresses Port Addresses Specific Addresses

Topics discussed in this section:

Page 49: Data Communications Lecture

2.31

Figure 2.17 Addresses in TCP/IP

Page 50: Data Communications Lecture

2.32

Figure 2.18 Relationship of layers and addresses in TCP/IP

Page 51: Data Communications Lecture

2.33

In Figure 2.19 a node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (bus topology LAN). As the figure shows, the computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver.

Example 2.1

Page 52: Data Communications Lecture

2.34

Figure 2.19 Physical addresses

Page 53: Data Communications Lecture

2.35

As we will see in Chapter 13, most local-area networks use a 48-bit (6-byte) physical address written as 12 hexadecimal digits; every byte (2 hexadecimal digits) is separated by a colon, as shown below:

Example 2.2

07:01:02:01:2C:4B

A 6-byte (12 hexadecimal digits) physical address.

Page 54: Data Communications Lecture

2.36

Figure 2.20 shows a part of an internet with two routers connecting three LANs. Each device (computer or router) has a pair of addresses (logical and physical) for each connection. In this case, each computer is connected to only one link and therefore has only one pair of addresses. Each router, however, is connected to three networks (only two are shown in the figure). So each router has three pairs of addresses, one for each connection.

Example 2.3

Page 55: Data Communications Lecture

2.37

Figure 2.20 IP addresses

Page 56: Data Communications Lecture

2.38

Figure 2.21 shows two computers communicating via the Internet. The sending computer is running three processes at this time with port addresses a, b, and c. The receiving computer is running two processes at this time with port addresses j and k. Process a in the sending computer needs to communicate with process j in the receiving computer. Note that although physical addresses change from hop to hop, logical and port addresses remain the same from the source to destination.

Example 2.4

Page 57: Data Communications Lecture

2.39

Figure 2.21 Port addresses

Page 58: Data Communications Lecture

2.40

The physical addresses will change from hop to hop, but the logical addresses usually remain the same.

Note

Page 59: Data Communications Lecture

2.41

Example 2.5

As we will see in Chapter 23, a port address is a 16-bit address represented by one decimal number as shown.

753

A 16-bit port address represented as one single number.

Page 60: Data Communications Lecture

2.42

The physical addresses change from hop to hop, but the logical and port addresses usually remain the same.

Note

Page 61: Data Communications Lecture

3.1

Chapter 3

Data and Signals

Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Page 62: Data Communications Lecture

3.2

To be transmitted, data must be transformed to electromagnetic signals.

Note

Page 63: Data Communications Lecture

3.3

3-1 ANALOG AND DIGITAL

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. Digital data take on discrete values.

Analog and Digital Data Analog and Digital Signals Periodic and Nonperiodic Signals

Topics discussed in this section:

Page 64: Data Communications Lecture

3.4

Note

Data can be analog or digital. Analog data are continuous and take

continuous values. Digital data have discrete states and

take discrete values.

Page 65: Data Communications Lecture

3.5

Signals can be analog or digital. Analog signals can have an infinite number of values in a range; digital

signals can have only a limited number of values.

Note

Page 66: Data Communications Lecture

3.6

Figure 3.1 Comparison of analog and digital signals

Page 67: Data Communications Lecture

3.7

In data communications, we commonly use periodic analog signals and

nonperiodic digital signals.

Note

Page 68: Data Communications Lecture

3.8

3-2 PERIODIC ANALOG SIGNALS

Periodic analog signals can be classified as simple or composite. A simple periodic analog signal, a sine wave, cannot be decomposed into simpler signals. A composite periodic analog signal is composed of multiple sine waves.

Sine Wave Wavelength Time and Frequency Domain Composite Signals Bandwidth

Topics discussed in this section:

Page 69: Data Communications Lecture

3.9

Figure 3.2 A sine wave

Page 70: Data Communications Lecture

3.10

We discuss a mathematical approach to sine waves in Appendix C.

Note

Page 71: Data Communications Lecture

3.11

The power in your house can be represented by a sine wave with a peak amplitude of 155 to 170 V. However, it is common knowledge that the voltage of the power in U.S. homes is 110 to 120 V. This discrepancy is due to the fact that these are root mean square (rms) values. The signal is squared and then the average amplitude is calculated. The peak value is equal to 2½ × rms value.

Example 3.1

Page 72: Data Communications Lecture

3.12

Figure 3.3 Two signals with the same phase and frequency, but different amplitudes

Page 73: Data Communications Lecture

3.13

The voltage of a battery is a constant; this constant value can be considered a sine wave, as we will see later. For example, the peak value of an AA battery is normally 1.5 V.

Example 3.2

Page 74: Data Communications Lecture

3.14

Frequency and period are the inverse of each other.

Note

Page 75: Data Communications Lecture

3.15

Figure 3.4 Two signals with the same amplitude and phase, but different frequencies

Page 76: Data Communications Lecture

3.16

Table 3.1 Units of period and frequency

Page 77: Data Communications Lecture

3.17

The power we use at home has a frequency of 60 Hz. The period of this sine wave can be determined as follows:

Example 3.3

Page 78: Data Communications Lecture

3.18

Express a period of 100 ms in microseconds.

Example 3.4

Solution From Table 3.1 we find the equivalents of 1 ms (1 ms is 10−3 s) and 1 s (1 s is 106 μs). We make the following substitutions:.

Page 79: Data Communications Lecture

3.19

The period of a signal is 100 ms. What is its frequency in kilohertz?

Example 3.5

Solution First we change 100 ms to seconds, and then we calculate the frequency from the period (1 Hz = 10−3 kHz).

Page 80: Data Communications Lecture

3.20

Frequency is the rate of change with respect to time.

Change in a short span of time

means high frequency.

Change over a long span of time means low frequency.

Note

Page 81: Data Communications Lecture

3.21

If a signal does not change at all, its frequency is zero.

If a signal changes instantaneously, its frequency is infinite.

Note

Page 82: Data Communications Lecture

3.22

Phase describes the position of the waveform relative to time 0.

Note

Page 83: Data Communications Lecture

3.23

Figure 3.5 Three sine waves with the same amplitude and frequency, but different phases

Page 84: Data Communications Lecture

3.24

A sine wave is offset 1/6 cycle with respect to time 0. What is its phase in degrees and radians?

Example 3.6

Solution We know that 1 complete cycle is 360°. Therefore, 1/6 cycle is

Page 85: Data Communications Lecture

3.25

Figure 3.6 Wavelength and period

Page 86: Data Communications Lecture

3.26

Figure 3.7 The time-domain and frequency-domain plots of a sine wave

Page 87: Data Communications Lecture

3.27

A complete sine wave in the time domain can be represented by one

single spike in the frequency domain.

Note

Page 88: Data Communications Lecture

3.28

The frequency domain is more compact and useful when we are dealing with more than one sine wave. For example, Figure 3.8 shows three sine waves, each with different amplitude and frequency. All can be represented by three spikes in the frequency domain.

Example 3.7

Page 89: Data Communications Lecture

3.29

Figure 3.8 The time domain and frequency domain of three sine waves

Page 90: Data Communications Lecture

3.30

A single-frequency sine wave is not useful in data communications;

we need to send a composite signal, a signal made of many simple sine waves.

Note

Page 91: Data Communications Lecture

3.31

According to Fourier analysis, any composite signal is a combination of

simple sine waves with different frequencies, amplitudes, and phases.

Fourier analysis is discussed in Appendix C.

Note

Page 92: Data Communications Lecture

3.32

If the composite signal is periodic, the decomposition gives a series of signals

with discrete frequencies; if the composite signal is nonperiodic, the decomposition gives a combination

of sine waves with continuous frequencies.

Note

Page 93: Data Communications Lecture

3.33

Figure 3.9 shows a periodic composite signal with frequency f. This type of signal is not typical of those found in data communications. We can consider it to be three alarm systems, each with a different frequency. The analysis of this signal can give us a good understanding of how to decompose signals.

Example 3.8

Page 94: Data Communications Lecture

3.34

Figure 3.9 A composite periodic signal

Page 95: Data Communications Lecture

3.35

Figure 3.10 Decomposition of a composite periodic signal in the time and frequency domains

Page 96: Data Communications Lecture

3.36

Figure 3.11 shows a nonperiodic composite signal. It can be the signal created by a microphone or a telephone set when a word or two is pronounced. In this case, the composite signal cannot be periodic, because that implies that we are repeating the same word or words with exactly the same tone.

Example 3.9

Page 97: Data Communications Lecture

3.37

Figure 3.11 The time and frequency domains of a nonperiodic signal

Page 98: Data Communications Lecture

3.38

The bandwidth of a composite signal is the difference between the

highest and the lowest frequencies contained in that signal.

Note

Page 99: Data Communications Lecture

3.39

Figure 3.12 The bandwidth of periodic and nonperiodic composite signals

Page 100: Data Communications Lecture

3.40

If a periodic signal is decomposed into five sine waves with frequencies of 100, 300, 500, 700, and 900 Hz, what is its bandwidth? Draw the spectrum, assuming all components have a maximum amplitude of 10 V. Solution Let fh be the highest frequency, fl the lowest frequency, and B the bandwidth. Then

Example 3.10

The spectrum has only five spikes, at 100, 300, 500, 700, and 900 Hz (see Figure 3.13).

Page 101: Data Communications Lecture

3.41

Figure 3.13 The bandwidth for Example 3.10

Page 102: Data Communications Lecture

3.42

A periodic signal has a bandwidth of 20 Hz. The highest frequency is 60 Hz. What is the lowest frequency? Draw the spectrum if the signal contains all frequencies of the same amplitude. Solution Let fh be the highest frequency, fl the lowest frequency, and B the bandwidth. Then

Example 3.11

The spectrum contains all integer frequencies. We show this by a series of spikes (see Figure 3.14).

Page 103: Data Communications Lecture

3.43

Figure 3.14 The bandwidth for Example 3.11

Page 104: Data Communications Lecture

3.44

A nonperiodic composite signal has a bandwidth of 200 kHz, with a middle frequency of 140 kHz and peak amplitude of 20 V. The two extreme frequencies have an amplitude of 0. Draw the frequency domain of the signal. Solution The lowest frequency must be at 40 kHz and the highest at 240 kHz. Figure 3.15 shows the frequency domain and the bandwidth.

Example 3.12

Page 105: Data Communications Lecture

3.45

Figure 3.15 The bandwidth for Example 3.12

Page 106: Data Communications Lecture

3.46

An example of a nonperiodic composite signal is the signal propagated by an AM radio station. In the United States, each AM radio station is assigned a 10-kHz bandwidth. The total bandwidth dedicated to AM radio ranges from 530 to 1700 kHz. We will show the rationale behind this 10-kHz bandwidth in Chapter 5.

Example 3.13

Page 107: Data Communications Lecture

3.47

Another example of a nonperiodic composite signal is the signal propagated by an FM radio station. In the United States, each FM radio station is assigned a 200-kHz bandwidth. The total bandwidth dedicated to FM radio ranges from 88 to 108 MHz. We will show the rationale behind this 200-kHz bandwidth in Chapter 5.

Example 3.14

Page 108: Data Communications Lecture

3.48

Another example of a nonperiodic composite signal is the signal received by an old-fashioned analog black-and-white TV. A TV screen is made up of pixels. If we assume a resolution of 525 × 700, we have 367,500 pixels per screen. If we scan the screen 30 times per second, this is 367,500 × 30 = 11,025,000 pixels per second. The worst-case scenario is alternating black and white pixels. We can send 2 pixels per cycle. Therefore, we need 11,025,000 / 2 = 5,512,500 cycles per second, or Hz. The bandwidth needed is 5.5125 MHz.

Example 3.15

Page 109: Data Communications Lecture

3.49

3-3 DIGITAL SIGNALS

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.

Bit Rate Bit Length Digital Signal as a Composite Analog Signal Application Layer

Topics discussed in this section:

Page 110: Data Communications Lecture

3.50

Figure 3.16 Two digital signals: one with two signal levels and the other with four signal levels

Page 111: Data Communications Lecture

3.51

Appendix C reviews information about exponential and logarithmic functions.

Note

Appendix C reviews information about exponential and logarithmic functions.

Page 112: Data Communications Lecture

3.52

A digital signal has eight levels. How many bits are needed per level? We calculate the number of bits from the formula

Example 3.16

Each signal level is represented by 3 bits.

Page 113: Data Communications Lecture

3.53

A digital signal has nine levels. How many bits are needed per level? We calculate the number of bits by using the formula. 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.

Example 3.17

Page 114: Data Communications Lecture

3.54

Assume we need to download text documents at the rate of 100 pages per minute. 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, the bit rate is

Example 3.18

Page 115: Data Communications Lecture

3.55

A digitized voice channel, as we will see in Chapter 4, 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

Example 3.19

Page 116: Data Communications Lecture

3.56

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. There are 1920 by 1080 pixels per screen, and the screen is renewed 30 times per second. Twenty-four bits represents one color pixel.

Example 3.20

The TV stations reduce this rate to 20 to 40 Mbps through compression.

Page 117: Data Communications Lecture

3.57

Figure 3.17 The time and frequency domains of periodic and nonperiodic digital signals

Page 118: Data Communications Lecture

3.58

Figure 3.18 Baseband transmission

Page 119: Data Communications Lecture

3.59

A digital signal is a composite analog signal with an infinite bandwidth.

Note

Page 120: Data Communications Lecture

3.60

Figure 3.19 Bandwidths of two low-pass channels

Page 121: Data Communications Lecture

3.61

Figure 3.20 Baseband transmission using a dedicated medium

Page 122: Data Communications Lecture

3.62

Baseband transmission of a digital signal that preserves the shape of the

digital signal is possible only if we have a low-pass channel with an infinite or

very wide bandwidth.

Note

Page 123: Data Communications Lecture

3.63

An example of a dedicated channel where the entire bandwidth of the medium is used as one single channel is a LAN. Almost every wired LAN today uses a dedicated channel for two stations communicating with each other. In a bus topology LAN with multipoint connections, only two stations can communicate with each other at each moment in time (timesharing); the other stations need to refrain from sending data. In a star topology LAN, the entire channel between each station and the hub is used for communication between these two entities. We study LANs in Chapter 14.

Example 3.21

Page 124: Data Communications Lecture

3.64

Figure 3.21 Rough approximation of a digital signal using the first harmonic for worst case

Page 125: Data Communications Lecture

3.65

Figure 3.22 Simulating a digital signal with first three harmonics

Page 126: Data Communications Lecture

3.66

In baseband transmission, the required bandwidth is proportional to the bit rate;

if we need to send bits faster, we need more bandwidth.

Note

In baseband transmission, the required bandwidth is proportional to the bit rate; if we need to send bits faster, we need

more bandwidth.

Page 127: Data Communications Lecture

3.67

Table 3.2 Bandwidth requirements

Page 128: Data Communications Lecture

3.68

What is the required bandwidth of a low-pass channel if we need to send 1 Mbps by using baseband transmission? Solution The answer depends on the accuracy desired. a. The minimum bandwidth, is B = bit rate /2, or 500 kHz. b. A better solution is to use the first and the third harmonics with B = 3 × 500 kHz = 1.5 MHz. c. Still a better solution is to use the first, third, and fifth harmonics with B = 5 × 500 kHz = 2.5 MHz.

Example 3.22

Page 129: Data Communications Lecture

3.69

We have a low-pass channel with bandwidth 100 kHz. What is the maximum bit rate of this

channel? Solution The maximum bit rate can be achieved if we use the first harmonic. The bit rate is 2 times the available bandwidth, or 200 kbps.

Example 3.22

Page 130: Data Communications Lecture

3.70

Figure 3.23 Bandwidth of a bandpass channel

Page 131: Data Communications Lecture

3.71

If the available channel is a bandpass channel, we cannot send the digital

signal directly to the channel; we need to convert the digital signal to an analog signal before transmission.

Note

Page 132: Data Communications Lecture

3.72

Figure 3.24 Modulation of a digital signal for transmission on a bandpass channel

Page 133: Data Communications Lecture

3.73

An example of broadband transmission using modulation is the sending of computer data through a telephone subscriber line, the line connecting a resident to the central telephone office. These lines are designed to carry voice with a limited bandwidth. The channel is considered a bandpass channel. We convert the digital signal from the computer to an analog signal, and send the analog signal. We can install two converters to change the digital signal to analog and vice versa at the receiving end. The converter, in this case, is called a modem which we discuss in detail in Chapter 5.

Example 3.24

Page 134: Data Communications Lecture

3.74

A second example is the digital cellular telephone. For better reception, digital cellular phones convert the analog voice signal to a digital signal (see Chapter 16). Although the bandwidth allocated to a company providing digital cellular phone service is very wide, we still cannot send the digital signal without conversion. The reason is that we only have a bandpass channel available between caller and callee. We need to convert the digitized voice to a composite analog signal before sending.

Example 3.25

Page 135: Data Communications Lecture

3.75

3-4 TRANSMISSION IMPAIRMENT

Signals travel through transmission media, which are not perfect. The imperfection causes signal impairment. This means that the signal at the beginning of the medium is not the same as the signal at the end of the medium. What is sent is not what is received. Three causes of impairment are attenuation, distortion, and noise.

Attenuation Distortion Noise

Topics discussed in this section:

Page 136: Data Communications Lecture

3.76

Figure 3.25 Causes of impairment

Page 137: Data Communications Lecture

3.77

Figure 3.26 Attenuation

Page 138: Data Communications Lecture

3.78

Suppose a signal travels through a transmission medium and its power is reduced to one-half. This means that P2 is (1/2)P1. In this case, the attenuation (loss of power) can be calculated as

Example 3.26

A loss of 3 dB (–3 dB) is equivalent to losing one-half the power.

Page 139: Data Communications Lecture

3.79

A signal travels through an amplifier, and its power is increased 10 times. This means that P2 = 10P1 . In this case, the amplification (gain of power) can be calculated as

Example 3.27

Page 140: Data Communications Lecture

3.80

One reason that engineers use the decibel to measure the changes in the strength of a signal is that decibel numbers can be added (or subtracted) when we are measuring several points (cascading) instead of just two. In Figure 3.27 a signal travels from point 1 to point 4. In this case, the decibel value can be calculated as

Example 3.28

Page 141: Data Communications Lecture

3.81

Figure 3.27 Decibels for Example 3.28

Page 142: Data Communications Lecture

3.82

Sometimes the decibel is used to measure signal power in milliwatts. In this case, it is referred to as dBm and is calculated as dBm = 10 log10 Pm , where Pm is the power in milliwatts. Calculate the power of a signal with dBm = −30. Solution We can calculate the power in the signal as

Example 3.29

Page 143: Data Communications Lecture

3.83

The loss in a cable is usually defined in decibels per kilometer (dB/km). If the signal at the beginning of a cable with −0.3 dB/km has a power of 2 mW, what is the power of the signal at 5 km? Solution The loss in the cable in decibels is 5 × (−0.3) = −1.5 dB. We can calculate the power as

Example 3.30

Page 144: Data Communications Lecture

3.84

Figure 3.28 Distortion

Page 145: Data Communications Lecture

3.85

Figure 3.29 Noise

Page 146: Data Communications Lecture

3.86

The power of a signal is 10 mW and the power of the noise is 1 μW; what are the values of SNR and SNRdB ? Solution The values of SNR and SNRdB can be calculated as follows:

Example 3.31

Page 147: Data Communications Lecture

3.87

The values of SNR and SNRdB for a noiseless channel are

Example 3.32

We can never achieve this ratio in real life; it is an ideal.

Page 148: Data Communications Lecture

3.88

Figure 3.30 Two cases of SNR: a high SNR and a low SNR

Page 149: Data Communications Lecture

3.89

3-5 DATA RATE LIMITS

A very important consideration in data communications is how fast we can send data, in bits per second, over a channel. Data rate depends on three factors: 1. The bandwidth available 2. The level of the signals we use 3. The quality of the channel (the level of noise)

Noiseless Channel: Nyquist Bit Rate Noisy Channel: Shannon Capacity Using Both Limits

Topics discussed in this section:

Page 150: Data Communications Lecture

3.90

Increasing the levels of a signal may reduce the reliability of the system.

Note

Page 151: Data Communications Lecture

3.91

Does the Nyquist theorem bit rate agree with the intuitive bit rate described in baseband transmission? Solution They match when we have only two levels. We said, in baseband transmission, the bit rate is 2 times the bandwidth if we use only the first harmonic in the worst case. However, the Nyquist formula is more general than what we derived intuitively; it can be applied to baseband transmission and modulation. Also, it can be applied when we have two or more levels of signals.

Example 3.33

Page 152: Data Communications Lecture

3.92

Consider a noiseless channel with a bandwidth of 3000 Hz transmitting a signal with two signal levels. The maximum bit rate can be calculated as

Example 3.34

Page 153: Data Communications Lecture

3.93

Consider the same noiseless channel transmitting a signal with four signal levels (for each level, we send 2 bits). The maximum bit rate can be calculated as

Example 3.35

Page 154: Data Communications Lecture

3.94

We need to send 265 kbps over a noiseless channel with a bandwidth of 20 kHz. How many signal levels do we need? Solution We can use the Nyquist formula as shown:

Example 3.36

Since this result is not a power of 2, we need to either increase the number of levels or reduce the bit rate. If we have 128 levels, the bit rate is 280 kbps. If we have 64 levels, the bit rate is 240 kbps.

Page 155: Data Communications Lecture

3.95

Consider an extremely noisy channel in which the value of the signal-to-noise ratio is almost zero. In other words, the noise is so strong that the signal is faint. For this channel the capacity C is calculated as

Example 3.37

This means that the capacity of this channel is zero regardless of the bandwidth. In other words, we cannot receive any data through this channel.

Page 156: Data Communications Lecture

3.96

We can calculate the theoretical highest bit rate of a regular telephone line. A telephone line normally has a bandwidth of 3000. The signal-to-noise ratio is usually 3162. For this channel the capacity is calculated as

Example 3.38

This means that the highest bit rate for a telephone line is 34.860 kbps. If we want to send data faster than this, we can either increase the bandwidth of the line or improve the signal-to-noise ratio.

Page 157: Data Communications Lecture

3.97

The signal-to-noise ratio is often given in decibels. Assume that SNRdB = 36 and the channel bandwidth is 2 MHz. The theoretical channel capacity can be calculated as

Example 3.39

Page 158: Data Communications Lecture

3.98

For practical purposes, when the SNR is very high, we can assume that SNR + 1 is almost the same as SNR. In these cases, the theoretical channel capacity can be simplified to

Example 3.40

For example, we can calculate the theoretical capacity of the previous example as

Page 159: Data Communications Lecture

3.99

We have a channel with a 1-MHz bandwidth. The SNR for this channel is 63. What are the appropriate bit rate and signal level? Solution First, we use the Shannon formula to find the upper limit.

Example 3.41

Page 160: Data Communications Lecture

3.100

The Shannon formula gives us 6 Mbps, the upper limit. For better performance we choose something lower, 4 Mbps, for example. Then we use the Nyquist formula to find the number of signal levels.

Example 3.41 (continued)

Page 161: Data Communications Lecture

3.101

The Shannon capacity gives us the upper limit; the Nyquist formula tells us

how many signal levels we need.

Note

Page 162: Data Communications Lecture

3.102

3-6 PERFORMANCE

One important issue in networking is the performance of the network—how good is it? We discuss quality of service, an overall measurement of network performance, in greater detail in Chapter 24. In this section, we introduce terms that we need for future chapters.

Bandwidth Throughput Latency (Delay) Bandwidth-Delay Product

Topics discussed in this section:

Page 163: Data Communications Lecture

3.103

In networking, we use the term bandwidth in two contexts.

❏ The first, bandwidth in hertz, refers to the range of frequencies in a composite signal or the range of frequencies that a channel can pass. ❏ The second, bandwidth in bits per second, refers to the speed of bit transmission in a channel or link.

Note

Page 164: Data Communications Lecture

3.104

The bandwidth of a subscriber line is 4 kHz for voice or data. The bandwidth of this line for data transmission can be up to 56,000 bps using a sophisticated modem to change the digital signal to analog.

Example 3.42

Page 165: Data Communications Lecture

3.105

If the telephone company improves the quality of the line and increases the bandwidth to 8 kHz, we can send 112,000 bps by using the same technology as mentioned in Example 3.42.

Example 3.43

Page 166: Data Communications Lecture

3.106

A network with bandwidth of 10 Mbps can pass only an average of 12,000 frames per minute with each frame carrying an average of 10,000 bits. What is the throughput of this network? Solution We can calculate the throughput as

Example 3.44

The throughput is almost one-fifth of the bandwidth in this case.

Page 167: Data Communications Lecture

3.107

What is the propagation time if the distance between the two points is 12,000 km? Assume the propagation speed to be 2.4 × 108 m/s in cable. Solution We can calculate the propagation time as

Example 3.45

The example shows that a bit can go over the Atlantic Ocean in only 50 ms if there is a direct cable between the source and the destination.

Page 168: Data Communications Lecture

3.108

What are the propagation time and the transmission time for a 2.5-kbyte message (an e-mail) if the bandwidth of the network is 1 Gbps? Assume that the distance between the sender and the receiver is 12,000 km and that light travels at 2.4 × 108 m/s. Solution We can calculate the propagation and transmission time as shown on the next slide:

Example 3.46

Page 169: Data Communications Lecture

3.109

Note that in this case, because the message is short and the bandwidth is high, the dominant factor is the propagation time, not the transmission time. The transmission time can be ignored.

Example 3.46 (continued)

Page 170: Data Communications Lecture

3.110

What are the propagation time and the transmission time for a 5-Mbyte message (an image) if the bandwidth of the network is 1 Mbps? Assume that the distance between the sender and the receiver is 12,000 km and that light travels at 2.4 × 108 m/s. Solution We can calculate the propagation and transmission times as shown on the next slide.

Example 3.47

Page 171: Data Communications Lecture

3.111

Note that in this case, because the message is very long and the bandwidth is not very high, the dominant factor is the transmission time, not the propagation time. The propagation time can be ignored.

Example 3.47 (continued)

Page 172: Data Communications Lecture

3.112

Figure 3.31 Filling the link with bits for case 1

Page 173: Data Communications Lecture

3.113

We can think about the link between two points as a pipe. The cross section of the pipe represents the bandwidth, and the length of the pipe represents the delay. We can say the volume of the pipe defines the bandwidth-delay product, as shown in Figure 3.33.

Example 3.48

Page 174: Data Communications Lecture

3.114

Figure 3.32 Filling the link with bits in case 2

Page 175: Data Communications Lecture

3.115

The bandwidth-delay product defines the number of bits that can fill the link.

Note

Page 176: Data Communications Lecture

3.116

Figure 3.33 Concept of bandwidth-delay product