Chapter 3 Flashcards

(49 cards)

1
Q

What is the difference between a point-to-point and a multipoint circuit?

A

Point-to-point connects two devices directly; multipoint connects multiple devices on one shared circuit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three types of data flows?

A

Simplex (one-way), half-duplex (two-way, one at a time), full-duplex (two-way, simultaneous).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name three types of guided media.

A

Twisted pair wire, coaxial cable, and fiber optic cable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe how twisted pair wire works.

A

Consists of pairs of wires twisted together to reduce electromagnetic interference.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is coaxial cable?

A

Cable with a copper core and shielded outer layer; low error rates and less interference.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is fiber optic cable?

A

Transmits data using light through strands of glass or plastic; high speed and low interference.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name four types of wireless media.

A

Radio, infrared, microwave, satellite.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is analog data?

A

Continuously varying data like sound waves.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is digital data?

A

Data represented in binary form (0s and 1s).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the difference between analog and digital transmission?

A

Analog transmission sends continuous signals; digital transmission sends binary data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why are telephone circuits now mostly digital?

A

Digital transmission has fewer errors, higher speeds, better security, and is more efficient and cheaper.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is coding in data communication?

A

Representing symbols (letters, numbers) using binary patterns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are three major coding schemes?

A

ASCII, EBCDIC, Unicode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How does parallel data transmission work?

A

All bits in a data unit are sent simultaneously over multiple wires.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does serial data transmission work?

A

Bits are sent one at a time sequentially over a single wire.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the difference between unipolar and bipolar signaling?

A

Unipolar uses one voltage level; bipolar alternates voltages for binary values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is Manchester encoding?

A

A signal transition occurs in the middle of each bit; improves error detection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Name three characteristics of sound waves.

A

Amplitude (volume), frequency (pitch), and phase (wave start point).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is bandwidth?

A

The range of frequencies a circuit can carry; measured in Hz.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the usable bandwidth of a traditional telephone line?

A

300 to 3300 Hz (3000 Hz total).

21
Q

What is amplitude modulation (AM)?

A

Changing wave height to represent binary data.

22
Q

What is frequency modulation (FM)?

A

Changing wave frequency to represent binary data.

23
Q

What is phase modulation (PM)?

A

Changing wave starting point (phase) to represent binary data.

24
Q

Can modulation techniques be combined?

A

Yes, combining amplitude, frequency, and phase allows more bits per symbol.

25
Is bit rate the same as symbol rate?
Only when one bit per symbol is used; otherwise, bit rate = symbol rate × bits per symbol.
26
What is a modem?
A device that modulates and demodulates digital and analog signals.
27
What is QAM (Quadrature Amplitude Modulation)?
Combines amplitude and phase variations to represent multiple bits per symbol.
28
What is 64-QAM?
A QAM variant that sends 6 bits per symbol.
29
What affects transmission speed?
Bits per sample and samples per second.
30
What is oversampling?
Sampling more than twice the highest frequency to improve signal quality.
31
Why is data compression important?
It increases data throughput by reducing the size of transmitted data.
32
What standard uses Lempel-Ziv compression?
V.42bis; it builds a dictionary of repeating patterns to compress data.
33
How does Pulse Code Modulation (PCM) work?
Samples analog voice 8000 times/sec and converts it to 8-bit binary numbers.
34
What is quantizing error?
Difference between original analog signal and digitized version; causes distortion.
35
What is multiplexing?
Combining multiple signals to transmit over one circuit.
36
Why is multiplexing used?
It maximizes circuit usage by allowing simultaneous transmissions.
37
How does DSL work?
Uses existing telephone lines with devices at both ends to support high-speed data.
38
What is Frequency Division Multiplexing (FDM)?
Divides circuit into separate frequency bands; each channel uses a different frequency.
39
What is Time Division Multiplexing (TDM)?
Divides circuit by time; each device takes turns to send data.
40
What is Statistical TDM (STDM)?
Similar to TDM, but dynamically assigns time slots based on usage.
41
What is Wavelength Division Multiplexing (WDM)?
Uses multiple light wavelengths (colors) over fiber optics to carry multiple signals.
42
What is inverse multiplexing (IMUX)?
Combines several low-speed links into one high-speed connection.
43
Why choose TDM over FDM when buying a multiplexer?
TDM is faster, more efficient, and easier to maintain.
44
Are traditional modems obsolete?
Mostly, but they’re still useful for low-bandwidth needs or specific legacy systems.
45
What is the maximum data rate of a 4000 Hz analog circuit using QAM?
16,000 bps (4 bits × 4000 symbols).
46
What is the max data rate of a 10 MHz circuit using 64-QAM and V.44?
Up to 360 Mbps with compression.
47
What is the capacity of a 10 MHz circuit using Manchester encoding?
10 Mbps (1 bit per symbol).
48
What is the symbol rate of a 100 Mbps circuit using bipolar NRZ?
100 MHz (1 bit per symbol).
49
What is VoIP?
Voice over IP transmits voice as digital packets using codecs over the Internet.