cis 325 - data communications1 cis-325 data communication dr. l. g. williams, instructor

20
CIS 325 - Data Communicat ions 1 CIS-325 Data Communication Dr. L. G. Williams, Instructor

Upload: buck-caldwell

Post on 13-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

CIS 325 - Data Communications 1

CIS-325Data Communication

Dr. L. G. Williams, Instructor

CIS 325 - Data Communications 2

Chapter Six

Transmission Efficiency

CIS 325 - Data Communications 3

Why Efficiency?

Transmission Service (the phone bill) is most expensive part of data communications

To reduce these costs– put more info on at one time (multiplexing)– make shorter calls (compression)

CIS 325 - Data Communications 4

Transmission Efficiency: MultiplexingSeveral data sources share a common

transmission medium, with each source having its own channel

Line sharing saves transmission costsHigher data rates mean more cost-effective

transmissionsMost individual data sources require

relatively low data rates (p. 142)

CIS 325 - Data Communications 5

Transmission Efficiency: Data compressionReduces the size of data files to move more

information with fewer bitsUsed for transmission and for storage

– ZIP– Stuffit

Often combined with multiplexing to increase efficiency

CIS 325 - Data Communications 6

Alternate Approaches to Terminal SupportDirect point-to-point links Multidrop lineMultiplexer Integrated MUX function in host

CIS 325 - Data Communications 7

Direct Point-to-Point

CIS 325 - Data Communications 8

Multidrop Line

CIS 325 - Data Communications 9

Multiplexer

CIS 325 - Data Communications 10

Integrated MUX in Host

CIS 325 - Data Communications 11

Frequency Division Multiplexing

Requires analog signaling & transmissionBandwidth = sum of inputs + guardbandsModulates signals so that each occupies a

different frequency bandStandard for radio broadcasting, analog

telephone network, and television (broadcast, cable, & satellite)

CIS 325 - Data Communications 12

Synchronous Time-Division Multiplexing (TDM)Used in digital transmissionRequires data rate of the medium to exceed

total data rate of signals to be transmittedSignals “take turns” over mediumSlices of data are organized into frames

CIS 325 - Data Communications 13

Synchronous TDM

Used in the modern digital telephone system– US, Canada, Japan: DS-0, DS-1 (T-1), DS-3

(T-3), ...– Europe, elsewhere: E-1, E3, ...

Data rate of 1.544MbpsUses PCM to digitize voice transmission at

8K/sec, frame length of 193bits

CIS 325 - Data Communications 14

SONET: Synchronous Optical Network

Specification for high-speed digital transfer via optical fiber

Rates from 51.84Mbps to 13.2GbpsUses Synchronous TDM

CIS 325 - Data Communications 15

Statistical Time Division Multiplexing dynamic allocation of slots data rate capacity required is well below the sum

of connected capacity same concepts as synchronous TDM uses memory buffers to avoid loss of data widely used for host-to-terminal communications

CIS 325 - Data Communications 16

Data Compression

Works on the principle of eliminating redundancy

Codes are substituted for compressed portions of data

Lossless: reconstituted data is identical to original (GIF, ZIP)

Lossy: reconsituted data is only “perceptually equivalent” (JPEG, MPEG)

CIS 325 - Data Communications 17

Run Length Encoding

Replace string of anything with flag, character, and count

e.g. aaaaaa becomes Sca6

CIS 325 - Data Communications 18

Lempel-Ziv Encoding

Used in V.42 bis, ZIPUses a dictionary of existing stringsreplace strings with a specific code know to

both xmtr and rcvr dictionaryxmtr plugs in code, rcvr replaces code with

original stringAlgorithm is adaptable - codes change as

needed

CIS 325 - Data Communications 19

Video Compression

Full motion videoRequires tremendous data capacityhigh redundancy of ‘frame’ makes

compression work well

CIS 325 - Data Communications 20

Video Compression Standards

3 popular standards– M-JPEG - intraframe compression– ITU-T H.261 - intra- and interframe– MPEG - intra- and interframe

These are ‘lossy’ algorithms– not exactly the same as original

Fractal Compression– 100:1 compression ratio