50
Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

Embed Size (px)

Citation preview

Page 1: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

Data Communications Theory

Lecture-6

Dr. Anwar Mousa

University of PalestineFaculty of Information Technology

Page 2: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

Asynchronous and synchronous transmission

Page 3: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

3

Why discuss this topic?In order for the receiver to sample the incoming bits

properly, it must know the arrival time and duration of each bit that it receives

e.g., the sender has a clock that governs a 1 Mbpsthen, one bit will be transmitted every 1/10^6 = 1 μs

the receiver will sample the medium at the center of each bit time (0.5 μs)

if the receiver times its samples based on its own clock, then a problem may occur if both clocks are not precisely aligned

Assume the receiver’s clock is 1 % faster or slower than the transmitter’s clock

then the first sampling will be 0.01 of a bit time (0.01 μs) away from the center of the bit, after 50 samples, an error may occur

Page 4: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

4

If clocks are asynchronous

sample at the middle time of a pulse (50%)

1 % delay0 150 samples

Page 5: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

5

Asynchronous transmissionAsynchronous transmission is used for low data-rate

transmission and stand-alone equipment .The block length is only 8 data-bits, permitting different

clocks with only approximate synchronism to be used.Asynchronous transmission is used for transmissions up

to 20Kb/s .When the data rate is high, the addition of framing

characters around each byte becomes very inefficient .It is natural to wish to increase the block length, to

maximise the data-rate .However, as the block length becomes longer, so

errors in receiver clock rate less easy to tolerate, because they are accumulative ..

Page 6: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

6

Asynchronous transmissionThe strategy with this scheme is to avoid the timing

problem by not sending long, uninterrupted stream of bits

data are transmitted one character at a timeeach character is 5 to 8 bits in lengthtiming or synchronization must only be maintained within

each characterthe receiver has the opportunity to resynchronize at the

beginning of each new character

Page 7: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

7

Asynchronous transmissionThe idle state of the line is equivalent to the signaling

element for binary 1The beginning of a character is signaled by a start bit with

a value of binary 0the least significant bit (b1) is transmitted firstthe parity bit will be the last bit as a checking for the bits

that have been sendingthen a stop element (1, 1.5, or 2 bits long) with a value of

binary 1

Page 8: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

8

Page 9: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

9

Timing and overheadThe timing requirements for this scheme are modest

if receiver is 5% slower or faster than the transmitter, the sampling of the eighth character bit will be displaced by

45% and still be correctly sampledif the example shown on the previous slide (c) has 6%

time drift, the last sample is erroneousIt is simple and cheap but requires an overhead of 1

to 3 bits per character8 bits character + 1 start bit + 1 stop bit = 10 bits2 bits convey no information = 20% overhead

Page 10: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

10

ClockingThe clocking is achieved by providing the receiver with a

clock running several times faster than the bit-rate In this way, having identified the idle/start-bit transition, the

receiver can easily identify the approximate centre of each bit .

Because only 8 data-bits are transmitted, the clock need only be approximate; a 5% difference between transmitter and

receiver clocks can be tolerated .(It should be recognized that with modern clock circuitry, a

5% error in clock rate is an enormous error ).

Page 11: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

11

Clocking

Page 12: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

12

Synchronous transmissionSynchronous transmission is used for high data rate

transmission .The timing is generated by sending a separate clock signal, or

embedding the timing information into the transmission .This information is used to synchronize the receiver circuitry

to the transmitter clock .Because the clocks are synchronized, much longer block

lengths are possible .The type of framing, character or block, is sometimes used to

indicate whether a system uses asynchronous or synchronous transmission.

Page 13: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

13

Synchronous transmissionSynchronous receivers require a timing signal from the transmitter .A block of bits is transmitted in a steady stream without start and stop

codesthe block may be many characters in lengthto prevent timing drift between transmitter and receiver, their clocks

must somehow be synchronized in bit-levelone possibility is to provide a separate clock line between

transmitter and receiver (An additional channel may be used in the system to transmit the clock signal.)

one side pulses the line regularly with one short pulse per bitthe other side uses these regular pulses as a clockfor a long distance, clock pulses are subject to the same

impairments as data signalThis is wasteful of bandwidth,

Page 14: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

14

Synchronous transmissionIt is more customary to embed the timing signal within the

transmitted data stream by use of suitable encoding .One way of embedding the timing signal is to encode the

binary signal in such a way as to ensure a 1/0 transition with each bit .

Manchester encoding or Differential Manchester encoding

This transition is used to generate the clock signal used by the receiver. .

Page 15: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

15

Manchester encoding

Page 16: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

16

Block-level synchronizationTo allow the receiver to determine the

beginning and end of a block of dataeach block begins with a preamble bit pattern and

ends with a postamble bit patternwith some control information used in the data

link control procedures.the data plus these three are called a frame

Page 17: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

17

EfficiencyFor sizable blocks of data, synchronous transmission is far

more efficient than asynchronousasynchronous transmission requires 20% or more

overheadthe control information, preamble, and postamble in

synchronous transmission are typically less than 100 bitsone of the common schemes, HDLC (High-Level

Data Link Control), contains 48 bitsfor a 1000-character block of data = 1000 * 8 bitsthe overhead is 48/8048 = 0.6%

Page 18: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

18

ApplicationsFor applications involving low-speed

terminals or personal computersasynchronous transmission is the most common

techniqueFor large systems and computer networks

the efficiency of synchronous transmission is needed

Page 19: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

Analog encoding of analog information

Page 20: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

20

Analog encoding of analog information

Analog information can be converted directly into an analog signal that occupies the same bandwidth

voice-generated sound wave in the range of 300 to 3400 Hz can be represented by an electromagnetic signal with

the same frequency components

it is also possible to use an analog signal to modulate a carrier to produce a new analog signal that conveys the

same information but occupies a different frequency band

Page 21: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

21

Reasons of analog modulationThere are two principal reasons

a higher frequency may be needed for effective transmissionfor unguided media

it is impossible to transmit low-frequency signals because the required antennas would be many

kilometersfor guided media

also have constraints on frequency range (e.g., optical fiber requires that the frequency be on the order of

10^14 Hz)Analog-to-analog modulation permits frequency-division

multiplexing

Page 22: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

22

Three modulationsModulate one of the three principal characteristics of

a carrier signal

Amplitude-modulated wavePhase-modulated waveFrequency-modulated wave

Page 23: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

Communication Channels

Page 24: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

24

Fibre Optic CableA fibre optic cable propagate a signal as a pulse of light along

a transparent medium.A fibre optic cable is made from a glass or plastic core that

carries light surrounded by glass cladding that (due to its lower refractive index) reflects "escaping" light back into the

core, resulting in the light being guided along the fibre .The outside of the fibre is protected by cladding and may be

further protected by additional layers of treated paper, PVC or metal .

This required to protect the fibre from mechanical deformation and the ingress of water.

Page 25: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

25

Fibre Optic Cable

Fibre optic cable consisting of a core and cladding with different refractive indices in some cases fibre optic cables are strengthened by strengthening fibres or external protective wrapping.

Page 26: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

26

Fibre Optic Cable

Fibre optic cable used to transmit a serial bit stream using pulses of light

Page 27: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

27

Fibre Optic CableFor many years it has been appreciated that the use

of optical (light) waves as a carrier wave provides an enormous potential bandwidth .

Optical carriers are in the region of 10 to the power of 13 Hz to 10 to the power of 16 Hz .

In addition to the potential bandwidth, optical fibre communication offers a number of benefits :

Page 28: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

28

Fibre Optic Benefits :Size, weight, flexibility. Optical fibres have very small

diameters. A very large number of fibres can be carried in a cable the thickness of a coaxial cable .

Electrical isolation. Optical fibres are almost completely immune from external fields. They do not suffer from cross-

talk, radio interference, etc .Security. It is difficult to tap into an optical line. It is

extremely difficult to tap into an optical line unnoticed .Low transmission loss. Modern optical fibre now has better

loss characteristics than coaxial cable. Fibres have been fabricated with losses as low as .

Page 29: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

29

Fibre Optic Benefits:Fibre optic cables are increasingly replacing copper

conductors in WANs and MANs because of their unique properties:

Lower signal loss per unit distance (resulting in longer distances between repeaters)

Higher Capacity (allowing operation at higher data rates) Smaller physical size (allowing more fibres in a duct or

trunk)

Page 30: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

30

Fibre Optic disadvantagesThe primary disadvantage of optical fibre are the technical

difficulties associated with reliable and cheap connections.The development of an optical circuit technology that can

match the potential data-rates of the cables.The speed of these circuits, which are electronically

controlled, is usually the limiting factor on the bit-rate .it is largely restricted to point-to-point communications.The difficulty of connection and high-cost of associated

circuitry result in optical fibres being used only in very high bit-rate communication .

In addition, good phase control of an optical signal is extremely difficult

Page 31: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

31

Fibre Optic, ModesOptical fibre is a waveguide. In simple terms, the action of a

waveguide can be partially understood by considering the rays down the fibre .

A light-wave entering the fibre is either refracted into the cladding, and attenuated, or is totally internally reflected at the core/cladding boundary. In this manner it travels along

the length of the fibre .In fact, it is not possible for the wave to take any ray down

the guide. Only certain rays can be taken. These rays are called modes. For any particular frequency,

there is a different ray .

Page 32: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

32

Fibre Optic, ModesThe modal action of a waveguide is a consequence of the

wave nature of the radiation.

A mono-mode fibre is a fibre that only has one acceptable ray-path per frequency .

A multi-mode fibre has a number of possible rays that light of a particular frequency may take .

Page 33: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

33

Fibre Optic: AttenuationThe attenuation of light in the guide has a number of sources.

Absorption of light occurs in the glass and this decreases with frequency .

Scattering of light from internal imperfections within the glass -- Rayleigh scattering -- increases with frequency .

Bending the waveguide changes the local angle of total internal reflection and loss increases through the walls .

Page 34: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

34

Fibre Optic: dispersionIn addition to attenuation, optical waveguides also suffer

from dispersion. The dispersion has two sources. Due to the modal behaviour, a waveguide is an

intrinsically dispersive device .Put simply, rays of different frequency travel on

different paths having different lengths. Because the different frequencies travel different

lengths they take different times. In addition to the waveguide dispersion, however, is the

material dispersion. Glass is an intrinsically dispersive media.

In single mode fibres the material dispersion dominates the waveguide dispersion .

Page 35: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

35

Fibre optic cable is available in three basic forms:

.1Stepped-index fibre. In this type of fibre, the core has a uniform refractive index throughout. This

generally has a core diameter of 100 micrometer to 500 micrometer. This is a multi-mode fibre.

Page 36: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

36

Fibre optic cable is available in three basic forms:

.2Graded-index fibre. In this type of fibre, the core has a refractive index that gradually decreases as the distance from the centre of the fibre increases. This

generally has a core diameter of 50 micrometer. This is a multi-mode fibre.

Page 37: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

37

Fibre optic cable is available in three basic forms:

.3Mono-mode fibre. As the name suggests, the distinguishing characteristic of this fibre is that

allows only a single ray path. The radius of the core of this type of fibre is much less than that of the

other two, however it does have a uniform refractive index

Page 38: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

38

Fibre optic cable is available in three basic forms:

From, 1 to 3, we find that the cost of production increases, the

complexity of transmitter and receiver increases, while the

dispersion decreases. This latter property change means that the

mono-fibre also has the potential to provide greater bandwidth. As

it becomes cheaper to produce mono-mode fibre technology, an

increased use of this type of optical fibre is observed .

Page 39: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

39

The electromagnetic spectrum; propagation in free-space and the atmosphere

In this section we shall consider the physical properties of free-space electromagnetic waves, and how the atmosphere

influences the propagation of electromagnetic waves. In the following sections, we shall describe how these

properties have determined the selection of frequencies for communication .

The electromagnetic spectrum is divided up into a number of

bands

Page 40: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

40

The higher frequencies of the electro-magnetic spectrum

Page 41: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

41

The electromagnetic spectrum; propagation in free-space and the atmosphere

Propagation of waves in free-space is different from that in cable or waveguides.

The power of free-space waves obey an inverse square law. For each doubling of the distance

between the source and receiver, a 6dB loss is experienced .

For all frequencies up to millimetre-wave frequencies, this free-space loss is the most

important source of loss. Because of it, free-space systems usually require

much more power than cable or fibre systems .

Page 42: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

42

Propagation in free-space

When waves traveling in free-space are obstructed, new waves result from the interaction. There are four types of interaction :

.1Reflection. This occurs when a wave meets a plane object. The wave is reflected back without distortion .

.2Refraction. This occurs when a wave encounters a medium with a different wave speed. The direction and speed of the

wave is altered ..3Diffraction. This occurs when the wave encounters an edge.

The wave has the ability to turn the corner of the edge. This ability of waves to turn corners is called diffraction. It is

markedly dependent on frequency -- the higher the frequency, the less diffraction. Very high frequencies (light)

hardly diffract at all; "light travels in straight lines ".

Page 43: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

43

Reflection, refraction and diffraction

.4Scattering. Catch-all description of wave interactions that are too complex to be described as reflection, refraction or

diffraction. Typically the result of scattering is to remove radiation of the wave, and re-radiate it over a wide range

of directions. Scattering too is strongly frequency dependent. Usually it will increase with frequency .

Page 44: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

44

Propagation through the atmosphere

From the point of view of wave propagation, there are two layers .

The troposphere is the lowest layer of the atmosphere. It extends (typically) from the surface to a height of 50 Km. It contains all the Earth's weather, all the liquid water, most of the water vapour, most of the gaseous

atmosphere, and most of the pollution .The ionosphere extends from the top of the troposphere

into outer space. The ionosphere plays a crucial historical role in radio communication. It consists of oxygen molecules that are ionised by the action of the sun.

During the day, the quantity of ions rises. At night, the ions recombine to form uncharged oxygen molecules .

Page 45: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

45

Propagation through the atmosphere

The ionisation of the atmosphere converts the ionosphere into a plasma: an electrically neutral gas of positive and

negative charges .

A plasma has a wave-speed that is a strong function of frequency .

The consequence of this is that, to a low frequency wave, the ionosphere behaves as a mirror.

Waves are simply reflected. This permits a mode of propagation in which the wave bounces forwards and

backwards between the ionosphere and the Earth .

Page 46: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

46

Propagation through the atmosphere

It was this mode of propagation that permitted Marconi, against the experts' advice, to achieve cross-Atlantic radio

communication, and, in the process, discover the ionosphere.

The Earth itself also acts as a mirror for electromagnetic waves .

As the frequency increases to around 50MHz, the ionospheric effect reduces, and at higher frequencies

becomes invisible .

Page 47: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

47

Propagation through the atmosphere Using the ionosphere for radiowave propagation

Page 48: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

48

High Frequency (HF) propagationThe propagation of HF consists of two waves .

The sky-wave, that bounces from the ionosphere, and the ground-wave, that propagates along the ground.

Because of the long wavelengths, HF communications are not effected by the troposhpere, and can usually bend around

even large objects such as hills .The ionosphere permits communication over great distances.

Page 49: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

49

Very High Frequency (VHF) and Ultra High Frequency (UHF) propagation

These frequencies are not effected by the troposphere, but are too high to exploit the ionosphere .

In addition their decreased wavelength makes them increasingly less able to diffract around obstacles .

At UHF in particular, areas in deep radio shadow can experience very poor reception .

In urban areas, most reception is due to scattered arrivals .Experiments have shown that the free-space loss is increased

in urban areas, to the extent of following a fourth power law .VHF is used for FM radio stations and UHF for TV

transmissions .

Page 50: Data Communications Theory Lecture-6 Dr. Anwar Mousa University of Palestine Faculty of Information Technology

50

Very High Frequency (VHF) and Ultra High Frequency (UHF) propagation

When the received signal consists of a number of scattered arrivals, an effect called fading occurs .

According to the location, the many arrivals may interfere constructively or destructively .

The phase relationship between the arrivals changes as the location of receiver changes.

This causes a moving receiver to experience fluctuations between strong and weak signals .

This effect is known as fading .