Multiplexing and Compression Techniques

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Multiplexing

is a technique used to divide a medium's bandwidth to allow multiple signals to share it.

2
New cards

Frequency Division Multiplexing (FDM)

This technique assigns non-overlapping frequency ranges to each user or signal, allowing them to be transmitted simultaneously. It is the oldest multiplexing technique and is commonly used in broadcast radio, television, and cable television.

3
New cards

Time Division Multiplexing (TDM)

divides the available transmission time on a medium among users and exclusively uses digital signaling.

4
New cards

Synchronous TDM

The multiplexor accepts input from devices in a round-robin fashion and transmits the data in a continuous pattern. If a device has nothing to send, the multiplexor still inserts something into the stream to maintain synchronization. Examples include T-1 and SONET/SDH telephone systems.

5
New cards

Statistical TDM

This method transmits data only from active workstations, making it more efficient as no space is wasted in the multiplexed stream for inactive devices. An address is included to identify each piece of data.

6
New cards

Wavelength Division Multiplexing (WDM)

Used for fiber-optic lines, ______multiplexes multiple data streams using different wavelength lasers, known as lambdas. Dense WDM (DWDM) combines many signals, while Coarse WDM (CWDM) combines only a few.

7
New cards

Dense WDM (DWDM)

Combines many signals.

8
New cards

Coarse WDM (CWDM)

Combines only a few.

9
New cards

Discrete Multitone (DMT)

Commonly found in DSL (Digital Subscriber Line) systems, DMT combines hundreds of subchannels into one stream for a single user.

10
New cards

Code Division Multiplexing (CDM)

Also known as Code Division Multiple Access (CDMA), this advanced technique allows multiple devices to transmit on the same frequencies at the same time by assigning a unique code to each device.

11
New cards

Compression

is used to reduce the size of a data file so it can be transferred in less time.

12
New cards

Lossless Compression

When the data is uncompressed, the original data is completely restored. This is essential for files where no data loss is acceptable, such as financial files. An example is run-length encoding, which replaces runs of identical data (like zeros) with a count.

13
New cards

Lossy Compression

When the data is uncompressed, you do not get the original data back. This is acceptable for audio and video files where some data loss is not perceptible to the human ear or eye.

14
New cards

Audio Compression

Techniques like MP3 work by taking advantage of psychoacoustic principles, such as a louder sound masking a softer one.

15
New cards

Video Compression

For moving video, techniques like MPEG (Motion Picture Experts Group) send only the differences between frames, since they are often very small.

16
New cards

run-length encoding

Replaces runs of identical data (like zeros) with a count.

17
New cards

MP3

Techniques like MP3 work by taking advantage of psychoacoustic principles, such as a louder sound masking a softer one.

18
New cards

MPEG (Motion Picture Experts Group)

Sends only the differences between frames, since they are often very small.

19
New cards

JPEG (Joint Photographic Experts Group)

_______ uses a three-phase process involving Discrete Cosine Transformations (DCT), Quantization (reducing the precision of the data), and run-length encoding.