19
Computer and Data Networks, 2. Physical layer and data transmission 1 ©Dr.Z.Sun 2. Physical Layer and Data Transmission

2. Physical Layer and Data Transmission

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Computer and Data Networks, 2. Physical layer and data transmission 1 ©Dr.Z.Sun

2. Physical Layer and Data Transmission

Computer and Data Networks, 2. Physical layer and data transmission 2 ©Dr.Z.Sun

Outline

n Data transmission basics and theory, n Transmission median Telephone systems for computer connectionsn Circuit, message and packet switchingn Multiplexingn Virtual circuits versus circuit switching

Computer and Data Networks, 2. Physical layer and data transmission 3 ©Dr.Z.Sun

Theoretical basis for data communication

n Fourier analysis (19th Century): any periodic function can be constructed by summing a number of sines and cosines

n T is period, f=1/T, root-mean-square amplitude

n All transmission facilities diminish different Fourier components by different amount, thus introducing distortion

Computer and Data Networks, 2. Physical layer and data transmission 4 ©Dr.Z.Sun

The maximum data rate of a channel

n The Nyquist theorem noiseless channel is:Max. data rate = 2Hlog2V bit/s

where H is bandwidth, V discrete signal levels.Example: 3 kH, binary signal can be transmitted up to 2 x 3000 log2 (2) = 6,000 bit/s = 6 Kbit/s

n The Shannon theorem for noise channel:Max. rate = Hlog2 (1+S/N) bit/s

where S/N is signal-to-noise ratio.Example: S/N=30 & 3 kH -> 3000 log2 (1+103) = 30,000 Kbit/s

Computer and Data Networks, 2. Physical layer and data transmission 5 ©Dr.Z.Sun

Transmission Media

n Magnetic media (tape, floppy, CD): computer data and music

n Twisted pair: Telephone and computer connectionsn Coaxial cables: LAN and cable TVn Fibre optics: high speed networking for LAN and WANn Wireless transmission: mobile phone, wireless LAN,

satellite

Computer and Data Networks, 2. Physical layer and data transmission 6 ©Dr.Z.Sun

Wireless transmission

n Fundamental relation between f, λ and c is

λ f = c=> df/dλ = -c/λ2

∆f = c∆λ/λ2

Wheref - Frequency in Hzλ - Wavelength c - Speed of light (3x108 m/s)n Example:

λ = 1.3 x 10-6,∆λ = 0.17 x 10 -6 , => ∆f = 30 THz

Computer and Data Networks, 2. Physical layer and data transmission 7 ©Dr.Z.Sun

Telephone system

Three major partsn Local loops (twist

pair, analogsignalling)

n Trunks (fibre optics or microwave, mostly digital

n Switching office

Computer and Data Networks, 2. Physical layer and data transmission 8 ©Dr.Z.Sun

Connecting computer using telephone line

n Local loops are still analogue

n Transmission impairments due to attenuation, delay distortion and noise

n Square waves (in digital) have a wide spectrum

n Modem is the solution

Computer and Data Networks, 2. Physical layer and data transmission 9 ©Dr.Z.Sun

Digital Subscriber Lines (2)

Operation of ADSL using discrete multitone modulation.

Computer and Data Networks, 2. Physical layer and data transmission 10 ©Dr.Z.Sun

Digital Subscriber Lines (3)

A typical ADSL equipment configuration.

Computer and Data Networks, 2. Physical layer and data transmission 11 ©Dr.Z.Sun

Modemsn Get around the problems associated

with DC signal, especially on telephone lines, AC signalling is used

n Amplitude, frequency, frequency shift and phase shift modulation

n Example: transmit multiple bit per baud 9600 bit/s over a 2400 band line

Computer and Data Networks, 2. Physical layer and data transmission 12 ©Dr.Z.Sun

Multiplexing: FDM

Computer and Data Networks, 2. Physical layer and data transmission 13 ©Dr.Z.Sun

PCM and TDM

Computer and Data Networks, 2. Physical layer and data transmission 14 ©Dr.Z.Sun

Switching - circuit, packet and message

Computer and Data Networks, 2. Physical layer and data transmission 15 ©Dr.Z.Sun

Packet Switching

A comparison of circuit switched and packet-switched networks.

Computer and Data Networks, 2. Physical layer and data transmission 16 ©Dr.Z.Sun

Space switch and Time switch

Computer and Data Networks, 2. Physical layer and data transmission 17 ©Dr.Z.Sun

N-ISDN

n ISDN services - voice and datan Reference points: R, S, T, Un Interface: basic rate, Primary

rate, Hybrid

Computer and Data Networks, 2. Physical layer and data transmission 18 ©Dr.Z.Sun

Virtual circuit versus circuit switching n In a circuit switching network, a

connection means a physical path from source to destination

n In a virtual circuit switching network, a connection means a logical path sharing the same physical path with the others.

Computer and Data Networks, 2. Physical layer and data transmission 19 ©Dr.Z.Sun

Summary

n Basics and theory: Nyquist and Shannon theoremsn Transmission media: Twist pair, cable, optical and

wirelessn Telephone systems for computer connection using

modemn Multiplexing: FDM and TDMn Switching: circuit, message and packetn Space and time switchesn Virtual circuit and circuit switching