1 chapter 3: signals analog and digital signals to be transmitted, data must be transformed to...

80
1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals.

Upload: dorian-dugdale

Post on 29-Mar-2015

219 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

1

Chapter 3: Signals

Analog and Digital Signals

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

Page 2: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Analog and DigitalAnalog and DigitalAnalog and Digital DataAnalog and Digital SignalsPeriodic and Aperiodic Signal

2

Page 3: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

DataDataData can be

Analog infinite number of values in a range

Digital limited number of defined values

3

Page 4: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

4

Analog Signals Sine wave : most fundamental form of a periodic analog signal

Amplitude Absolute value of a signal’s highest intensity, Normally in

volts Frequency

number of periods in one second, inverse of period Change in a short span of time means high frequencyhigh frequency

Phase Position of the waveform relative to time zero (degrees or

radians )

Page 5: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

5

Time and Frequency DomainsTime and Frequency Domains Time-domain plot

displays changes in signal amplitude with respect to time

Frequency-domain plot compares time domain and frequency domain

Page 6: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

6

Digital SignalsDigital Signals Use binary (0s and 1s) to encode information Less affected by interference (noise) Fewer errors Describe digital signals by

Bit intervalBit interval time required to send one bit

Bit rateBit rate number of bit intervals per sec (bps)

Analog bandwidthAnalog bandwidth range of frequencies a medium can pass (hertz)

Digital bandwidthDigital bandwidth maximum bit rate that a medium can pass (bps)

Page 7: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

7

Data Rate LimitsData Rate Limits How to determine the maximum bit rate (bps) How to determine the maximum bit rate (bps)

over a channel?over a channel? Data rate depends on 3 factors

Bandwidth available Levels of signals we can use Quality of the channel (level of noise)

Two theoretical formulas were developed to calculate the data rate Nyquist for a noiseless channel Shannon for noisy channel

Page 8: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

8

Noiseless ChannelNoiseless Channel Nyquist Bit RateNyquist Bit Rate

Defines the theoretical maximum bit rate

BitBit Rate = 2 Rate = 2 BandwidthBandwidth log log22 LL

L L is the number of signal levels used to represent data is the number of signal levels used to represent data

Example

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

BitBit Rate = 2 Rate = 2 3000 3000 log log22 2 = 6000 bps 2 = 6000 bps

Page 9: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

9

Noisy ChannelNoisy ChannelShannon CapacityShannon Capacity

Determine the theoretical highest data rate for a noisy channel C = B C = B loglog22 (1 + SNR) (1 + SNR)

Example

We can calculate the theoretical highest bit rate of a regular telephone line. A telephone line normally has a bandwidth of 3000 Hz (300 Hz to 3300 Hz). The signal-to-noise ratio is usually 3162. then Channel capacity Channel capacity = 3000 log= 3000 log22 (1 + 3162) (1 + 3162)

= 3000 log= 3000 log22 (3163) (3163)

= 3000 = 3000 11.62 11.62 = 34,860 bps= 34,860 bps

Page 10: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

10

Transmission ImpairmentTransmission Impairment Imperfections cause impairment, which means that a signal at

the beginning and the end of the medium are not the same Three types of impairmentsThree types of impairments

1) Attenuation1) Attenuation Loss of energy, Amplifiers are used to strengthen To show that a signal has lost or gained strength, engineers use

the concept of decibel (db) The Decibel measures the relative strength of two signals or a

signal at two different points Example

A signal travels through a transmission medium and its power is reduced to half. This means that P2 = 1/2 P1. Calculate the attenuation (loss of power)?

attenuation = 10 log10 (P2/P1) = 10 log10 (P2/P1)

= 10 log10 (0.5P1/P1) = 10 log10 (0.5P1/P1)

= 10 log10 (0.5) = 10 log10 (0.5) = 10(–0.3) = –3 dB = 10(–0.3) = –3 dB

Page 11: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

11

2) 2) Distortion Signal changes form or shape Each component has its own propagation speed,

therefore its own delay in arriving

3) Noise Thermal noise – random motion of electrons, creating

an extra signal Induced noise – outside sources such as motors and

appliances Crosstalk – effect of one wire on another Impulse noise – a spike for a short period from power

lines, lightning

Page 12: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

12

Digital Transmission Digital Transmission Ch4Ch4

Methods to transmit data digitally1) Line coding

Process of converting binary data to a digital signal2) Block coding

Coding method to ensure synchronization and detection of errors Three steps

Division Substitution Line coding

3) Sampling is process of obtaining amplitudes of a signal at regular intervals

Transmission modes Parallel Serial

Synchronous Asynchronous

Page 13: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

13

Signal Level versus Data Level Signal level

number of values allowed in a particular signal Data level

number of values used to represent data Note: figure b should say three signal levels, two data levels

Page 14: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

14

Pulse Rate versus Bit Rate Pulse

minimum amount of time required to transmit a symbol Pulse rate

defines number of pulses per second Bit rate

defines number of bits per second BitRate = PulseRate x log2L where LL is the number of data levelsdata levels

A signal has four data levels with a pulse duration of 1 ms. We calculate the pulse rate and bit rate as follows:

Pulse Rate = 1000 pulses/sPulse Rate = 1000 pulses/s Bit Rate = PulseRate x logBit Rate = PulseRate x log22 L L

= 1000 x log= 1000 x log22 4 = 2000 bps 4 = 2000 bps

Page 15: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

15

Line Coding

Process of converting binary data to a digital signal

Line Coding schemes Unipolar Polar Bipolar

Page 16: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

16

UnipolarUnipolar Uses only one voltage level Polarity is usually assigned to binary 1; a 0 is

represented by zero voltage

Potential problems: DC component Lack of synchronization

Page 17: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

17

PolarPolar

Uses two voltage levels, one positive and one negative

Alleviates DC component Variations

Nonreturn to zero (NRZ) Return to zero (RZ) Manchester Differential Manchester

Page 18: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

18

PolarPolar NRZ

Value of signal is always positive or negative NRZ-L

Signal level depends on bit represented positive usually means 0 negative usually means 1

Problem: synchronization of long streams of 0s or 1s NRZ-I (NRZ-Invert)

Inversion of voltage represents a 1 bit 0 bit represented by no change Allows for synchronization Long strings of 0s may still be a problem

Page 19: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

19

NRZ-L and NRZ-I EncodingNRZ-L and NRZ-I Encoding

Page 20: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

20

Return to Zero (RZ) May include synchronization as part of the signal for

both 1s and 0s How?

Must include a signal change during each bit Uses three values: positive, negative, and zero 1 bit represented by pos-to-zero 0 bit represented by neg-to-zero

Disadvantage Requires two signal changes to encode each bit; more bandwidth

necessary

Page 21: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

21

ManchesterManchester Uses an inversion at the middle of each bit interval for

both synchronization and bit representation Negative-to-positive represents binary 1 Positive-to-negative represents binary 0 Achieves same level of synchronization with only 2

levels of amplitude

Page 22: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

22

DifferentialDifferential ManchesterManchester Inversion at middle of bit interval is used for synch Presence or absence of additional transition at beginning of

interval identifies the bit Transition 0; no transition 1 Requires two signal changes to represent binary 0; only one to

represent 1

Page 23: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

23

Bipolar EncodingBipolar Encoding

Uses 3 voltage levels: pos, neg, and zero Zero level 0 1s are represented with alternating positive and negative

voltages, even when not consecutive Two schemes

Alternate mark inversion (AMI)

Bipolar n-zero substitution (BnZS)

Page 24: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

24

Block Coding Coding method to ensure synchronization and detection of errors Three steps

Division Substitution Line coding

Page 25: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

25

Sampling Analog data must often be converted to

digital format (ex: long-distance services, audio)

Sampling is process of obtaining amplitudes of a signal at regular intervals

Page 26: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

26

Pulse Amplitude Modulation

Analog signal’s amplitude is sampled at regular intervals; result is a series of pulses based on the sampled data

Pulse Coded Modulation (PCM) is then used to make the signal digital

Page 27: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

27

Pulse Coded Modulation

First quantizes PAM pulses; an integral value in a specific range to sampled instances is assigned

Each value is then translated to its 7-bit binary equivalent

Binary digits are transformed into a digital signal using line coding

Page 28: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

28

Digitization of an Analog SignalDigitization of an Analog Signal

Page 29: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

29

Sampling Rate: Nyquist TheoremSampling Rate: Nyquist Theorem Accuracy of digital reproduction of a signal depends on number

of samples Nyquist theorem

number of samples needed to adequately represent an analog signal is equal to twice the highest frequency of the original signal

ExampleExample

What sampling rate is needed for a signal with a bandwidth of 10,000 Hz (1000 to 11,000 Hz)? Each sample is 8 bits

SolutionSolutionThe sampling rate must be twice the highest frequency

in the signal Sampling rate = 2 x (11,000) Sampling rate = 2 x (11,000) = 22,000 samples/sec= 22,000 samples/sec Bit rateBit rate = = sampling rate x number of bits /samplesampling rate x number of bits /sample = 22000 x 8 = 22000 x 8 = 172 Kbps= 172 Kbps

Page 30: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

30

4.4 Transmission Mode Parallel

Bits in a group are sent simultaneously, each using a separate link

n wires are used to send n bits at one time Advantage: speedspeed Disadvantage: costcost; limited to short distanceslimited to short distances

Serial Transmission of data one bit at a time using only one single link Advantage: reduced cost Disadvantage: requires conversion devices Methods:

Asynchronous Synchronous

Page 31: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

31

Asynchronous Transmission Slower, ideal for low-speed communication when gaps may occur

during transmission (ex: keyboard) Transfer of data with start and stop bits and a variable time interval

between data units Timing is unimportant Start bit alerts receiver that new group of data is arriving Stop bit alerts receiver that byte is finished Synchronization achieved through start/stop bits with each byte

received Requires additional overhead (start/stop bits) Cheap and effective

Page 32: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

32

Synchronous Transmission

Bit stream is combined into longer frames, possibly containing multiple bytes

Requires constant timing relationship Any gaps between bursts are filled in with a special sequence of

0s and 1s indicating idle Advantage: speed, no gaps or extra bits Byte synchronization accomplished by data link layer

Page 33: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

33

Chapter 6

Multiplexing

Multiplexing A set of techniques that allows the simultaneous transmission of

multiple signals across a single data link Can utilize higher capacity links without adding additional lines for

each device – better utilization of bandwidth Multiplexer (MUX)

Combines multiple streams into a single stream (many to one). Demultiplexer (DEMUX)

Separates the stream back into its component transmission (one to many) and directs them to their correct lines.

Page 34: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

34

CATEGORIES OF MULTIPLEXING المجمعاتأصناف

Page 35: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

35

TIME DIVISION MULTIPLEXING

Digital process that allows several connections to share the high bandwidth of a link

Time Slots and Frames Each host given a slice of timeslice of time (time slot) A frame consists of one complete cycle of time slots, with one

slot dedicated to each sending device.

Page 36: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

36

TDM Frames

Mux-to-mux speed = aggregate terminal speeds data rate of the link that carries data from n

connections must be n times the data rate of a connection to guarantee the flow of data

i.e., the duration of a frame in a connection is n times the duration of a time slot in a frame

Page 37: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

37

ExampleExample Four 1-Kbps connections are multiplexed together.

A unit is 1 bit. Find the duration of 1 bit before multiplexing the transmission rate of the link the duration of a time slot, and the duration of a frame?

Solution The duration of 1 bit = 1/1 Kbps = (1 ms). The rate of the link = 4 * 1 Kbps =4 Kbps. Time slot duration = 1/4 ms = .25 ms Frame duration = 4 * .25 ms = 1 ms.

Page 38: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

38

INTERLEAVING

Process of taking a specific amount of data from each device in a regular order

May be done by bit, byte, or any other data unit Character (byte) Interleaving

Multiplexing perform one/more character(s) or byte(s) at a time Bit Interleaving

Multiplexing perform on one bit at a time

Page 39: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

39

example

• Four channels are multiplexed using TDM. If each channel sends 100 bytes/s and we multiplex 1 byte/ channel

• show the size of the frame

• Frame rate

• Duration of a frame

• Bit rate for the link.

Page 40: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

40

Example A multiplexer combines four 100-Kbps channels using

a time slot of 2 bits. Show the output with four arbitrary inputs. What is the frame rate? 400 Kbps/8 = 50K

frame/sec What is the frame duration? (1/50K) = .02 ms = 20

µs What is the bit rate? 4 * 100kbps = 400 Kbps What is the bit duration? ( 1/400 K) = 2.5 µs

Page 41: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

41

SYNCHRONIZINGSYNCHRONIZING Framing bit (s) is (are) added to each frame for synchronization between

the MUX and DEMUX synchronization bits allows the DEMUX to synchronize with the incoming

stream so it can separate time slots accurately If 1 framing bit per frame, framing bits are alternating between 0 and 1

Page 42: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

42

ExampleExample We have four sources, each creating 250 char/ sec. If the

interleaved unit is a character and 1 synchronizing bit is added to each frame, find

(1) Data rate of each source 2000 bps = 2 Kbps

(2) Duration of each character in each source 1/250 s = 4 ms

(3) Frame rate link needs to send 250 frames/sec

(4) Duration of each frame 1/250 s = 4 ms

(5) Number of bits in each frame 4 x 8 + 1 = 33 bits

(6) Data rate of the link. 250 x 33 = 8250 bps

Page 43: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

43

Example Example • 2 channels, one with a bit rate of 100 Kbps and another

with a bit rate of 200 Kbps, are to be multiplexed.

1. How this can be achieved?

2. What is the frame rate?

3. What is the frame duration?

4. What is the bit rate of the link?

Solution1. Allocate 1 slot to the 1st channel and 2 slots to the 2nd

channel. • Each frame carries 3 bits.

2. The frame rate is 100k frames/sec because it carries 1 bit from the first channel.

3. The frame duration is 1/100,000s= 10 us. 4. The bit rate is 100,000 frames/s x 3 bits/frame= 300

Kbps

Page 44: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

44

STDMSTDM

Mux-to-Mux speed < aggregate terminal/host speeds

Time slots allocated based on traffic patterns uses statistics to determine allocation among users must send port address with data (takes additional time slots)

May Potential loss of data during peak periods may use data buffering and/or flow control to reduce loss

Not always transparent to user terminals and host/FEP delays and data loss possible

So why use a stat mux? more economical - need fewer muxes, cheaper lines more efficient - allows more terminals to share same line OK to use in many situations (e.g., terminal users

Page 45: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

45

FREQUENCY DIVISION MULTIPLEXING

Assigns different analog frequencies to each connected device Like Pure TDM,

mux-to-mux speed = aggregate terminal speeds No loss of data so transparent to users and host/FEP

Channels must be separated by strips of unused B.W - guard B.W

Page 46: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

46

FDM FDM PORCESSPORCESS

Signals of each channel are modulated onto different carrier signal

The resulting modulated signals are then combined into a single composite signal that is sent out over a media link

The link should have enough bandwidth to accommodate it

Page 47: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

47

FDMFDM DEMULTIPLEXING

Demultiplexer uses a series of filters to decompose the multiplexed signal into its constituent component signals

The individual signals are then passed to a demodulator that separates them from their carriers and passes them to the waiting receivers

Page 48: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

48

ExampleExample• Assume that a voice channel occupies a B.W of 4 KHz. We

need to combine 3 voice channels into a link with a B.W of 12 KHz, from 20 to 32 KHz. Show the configuration using the frequency domain without the use of guard bands

Solution

Shift (modulate) each of the 3 voice channels to a different B.W

Page 49: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

49

ExampleExample 5 channels, each with a 100-KHz B.W, are to be multiplexed

together. What is the minimum B.W of the link if there is a need for a guard band of 10 KHz between the channels to prevent interference?

Solution For 5 channels, we need at least 4 guard bands. the required B.W is at least 5 x 100 + 4 x 10 = 540 KHz

Page 50: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

50

Wave Division MultiplexingWave Division Multiplexing

An analog multiplexing technique to combine optical signals Multiple beams of light at different frequency Carried by optical fibber A form of FDM Each color of light (wavelength) carries separate data channel Commercial systems of 160 channels of 10 Gbps now available

Page 51: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

51

Digital Signal Service Hierarchy of digital signals

DS-0 single channel of 64 Kbps DS-1 single service or 24 DS-0 channels multiplexed 1.544Mbps

DS-2 single service or 4 DS-1 channels = 96 DS-0 channels

= 6.312 Mbps

DS-3 single service, 7 DS-2 channels = 28 DS-1 channels

= 672 DS-0 channels = 44.376 Mbps

DS-4 6 DS-3 channels = 42 DS-2 channel = 168 DS-1 channels = 4032 DS-0 = 274.176 Mbps

Page 52: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

52

DS Hierarchy

Page 53: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

53

TT LinesLines Digital lines designed for digital data, voice, or audio May be used for regular analog (telephone lines) if sampled then

multiplexed using TDM

Page 54: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

54

T-1T-1 frame structure

Page 55: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Chapter 7Chapter 7

Communications MediaCommunications Media

Medium the physical matter that carries the transmission.

Two basic categories of media Guided media

Transmission flows along a physical guide Unguided media

there is no wave guide and the transmission just flows through the air (or space)

Page 56: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Twisted pairTwisted pair Use copper conductors that accept and transport signal in electrical forms Twisted pair can carry frequency range from 100Hz to 5MHz A twisted pair consists of two conductors (copper) each with coloured plastic

insulation Twisted pair cable comes in two forms

Unshielded (UTP) Shielded (STP)

Problems with two parallel flat wires Electromagnetic interference from devices such as motor can create noise affecting

them Uneven load may occur that could cause damage result from the wire closest to the

source get more interference thus higher voltage level

The 2 wires twisted around each other at regular intervals Each wire is closer to the noise source for 1/2 the time and farther away for the other

½ The cumulative effect of the interference is equal on both wires Twisting does not always eliminate the impact of noise but minimise it

Page 57: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Unshielded (UTP)

Most common type of telecommunication medium in use today Although is common in telephone systems, its frequency is

capable of transmitting both data and voice

UTP Connectors

Page 58: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Shielded (STP) Has a metal foil covering that encases each pair of

insulated conductors The metal casing which is connected to the ground

prevents the penetration of electromagnetic noise It can also eliminate crosstalk

Crosstalk occurs when one line picks up some of the signal travelling down another line

Page 59: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Advantages of UTP and UTP connectors

Advantages: Cheap Flexible and easy to install

Higher grades of UTP are used in many LANs technologies (Ethernet and Token Ring)

Page 60: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Cable CategoriesCable Categories The EIA (Electronic Industries Association) has developed

the following categories with 1 as the lowest quality and 5 as the highest cable quality Category 1

used in telephone system; is fine for voice but not adequate for all but low-speed data communication

Category 2 suitable for voice and data transmission up to 4Mbps

Category 3 required to have 3 twists per foot can be used for data

transmission up to 10Mbps; most standard cable for telephone now

Category 4 possible transmission rate to 16Mbps

Category 5 used for data transmission up to 100Mbps

Page 61: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Coaxial Cable

Can carry higher frequency ranges than twisted pair cable Coaxial: 100KHz to 500MHz Twister pair: 100Hz to 5MHz

Rated by RRadio GGovernment ratings 10Base2 10Base2 (RG_58) Thinnet(RG_58) Thinnet 10Base5 10Base5 (RG_ 8, RG_11) Thicknet(RG_ 8, RG_11) Thicknet RG_59 used for T.VRG_59 used for T.V

Page 62: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Coaxial Cable

Page 63: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Coaxial Cable ConnectorsCoaxial Cable Connectors

Barrel connectors: Bayonet network connector (BNC) is the most

popular, which pushes on and locks into place with a half turn

Other types includes screw on, push on without locking

Are familiar from cable TV and VCR hookups

Page 64: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

T-connector and Terminators

T-connectors used in Ethernet that allows a secondary cable or cables to branch off from a main line

Terminators are needed where one main cable acts as a backbone with branches to several devices but does not terminate itself; absorbs the wave at the end and eliminates echo-back

Page 65: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Optical FiberOptical Fiber Made of glass or plastic and transmits signals in the form of light. Signal propagates along the inner core by reflection AdvantagesAdvantages

Noise resistance: noise is not a factor as it uses light instead of electricity

Less signal attenuation: transmission distance is greater than other guide media

Higher bandwidth: currently the limit is govern by the signal generation and reception technology available

Disadvantages Cost: is expensive as manufacturing must be very precise and

thus difficult to manufacture Installation/maintenance: any roughness or cracking in the

core will diffuse the light and alter the signal, therefore care has to be taken when dealing with optical fiber

Fragility: glass fiber is more easily broken than wire Signal propagation can be in 2 modes

Multi mode multiple beams from a light source

Single Mode one beam of light

Page 66: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Nature of lightNature of light Light is a form of electromagnetic energy, travels at 300000

Km/sec in vacuum. This speed decreases as the medium through which the

light travels becomes denser. It travels in straight lines through one substance. The speed of light changes as rays travels through

different substances causing these rays to change direction.

When the light travels another substance, speed and direction changes (Refraction). Fiber optic technology takes advantages of this properties to control the propagation of light

When light cannot passes into the less dense medium, Optical fibres uses reflection to guide light through a channel

Page 67: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

MultimodeMultimode Can further be break down into two forms

Step-index: The density of the core remains constant from the center to

the edges until it reaches the interface of the core and the cladding.

Beams in the middle travel in straight lines through the core and reach the destination without reflecting or refraction.

Other beams strike the interface of the core and cladding(غالف) at different angles causing the beams to reach the destination at different times

Graded-index: It is a fiber with varying density ( highest at the center of

the core and decreases gradually to its lowest at the edge) This difference causes the beams to reach the destination at

regular intervals can be used over distances of up to about 1000 meters

Page 68: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Single ModeSingle Mode Uses step-index fiber and a highly focused

source of light that limits beams to a small range of angles, all close to horizontal

Expensive because it is difficult to manufacture, but signal can be sent over many kilometers without spreading

Page 69: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Fiber-opticFiber-optic At the center is the glass core through which the

light propagates The core is surrounded by a glass cladding with a

lower index of refraction than the core, to keep all the light in the core

For transmission to take place, the sending device must equipped with a light source (LED or injection laser diode)

The receiving device uses photodiode to translate the received data

Page 70: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Unguided Media Radio

Wireless transmission of electrical waves Includes AM and FM radio bands Microwave is also a form of radio transmission.

Infrared invisible light waves whose frequency is below that of red light. Requires line of sight and are generally subject to interference

from heavy rain. Used in remote control units (e.g., TV).

Microwave High frequency form of radio with extremely short wavelength

(1 cm to 1 m). Often used for long distance Terrestrial transmissions and cellular telephones Requires line-of-sight.

Page 71: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Radio TransmissionRadio Transmission

are widely used because     easy to generate    can travel long distances    penetrate buildings easily    excellent for a wide range of communication    they are omnidirectional ( االتجاهات (متعدد

Page 72: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Radio Transmission

The properties of radio waves are frequency dependent low frequencies

radio waves pass through obstacles well power of signal falls off sharply over distance  

high frequencies radio waves tend to travel in straight lines bounce off obstacles absorbed by rain

at all frequencies subject to interference from electrical equipment interference between users therefore highly regulated

Page 73: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Infra-red Infra-red

short-range communication (VCR remotes) cheap do not pass through solid objects will not interfere with a similar system in

adjacent rooms better security against eavesdroppers

Page 74: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

MicrowaveMicrowave Requires line-of-sight transmission & reception equipment

Transmission is straight (from antenna-to-antenna) Signals propagate in one direction at a time. Two frequencies are required for 2-way communication For a telephone conversation we need one frequency for

transmitting & another frequency for receiving. Each frequency requires its own transmitter & receiver. Now both are combined in a single piece called transceiver. To increase distance served, repeaters installed with each

antenna. A signal received by one antenna is converted back into

transmittable form and relayed to the next antenna.

Page 75: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Terrestrial Microwave

Page 76: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

SatelliteSatellite Same as the terrestrial microwave, with a satellite

acting as a super tall antenna and repeater.

Geosynchronous SatellitesGeosynchronous Satellites Line-of-sight propagation requires sending &

receiving antennas be locked onto each other’s location all times.

To ensure constant communication, satellite must move at same speed as the earth so it seems to remain fixed above a certain spot.

This satellite called Geosynchronous. Transmission from the earth to satellite is called

uplink. Transmission from the satellite to earth is called

Downlink

Page 77: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Satellite Communication

Page 78: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Cellular TelephonyCellular Telephony Provides communications connections between 2

moving devices or between one mobile unit & one land unit. Service area is divided into small regions called cells. Each cell contains an antenna & is controlled by small

office called cell office Each cell office is controlled by switching office called

(MTSO) mobile telephone switching office.mobile telephone switching office. Typical radius of a cell is 1-12 miles. The transmission power of each cell is kept low to prevent

its signal from interfering with those of other cells.

Page 79: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

Cellular System

Page 80: 1 Chapter 3: Signals Analog and Digital Signals To be transmitted, data must be transformed to electromagnetic signals

HANDOFFHANDOFF

During a call, the mobile phone may move from one cell to another, then the signal becomes weak.

To solve the problem the MTSO monitors the level of the signal every few seconds.

If the strength of the signal diminishes, the MTSO seeks a new cell that can accommodate the communication better, then change the channel carrying the call.