Data Transmission

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

1/25

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.

26 Terms

1
New cards

Q: What are the two main transmission modes in data communication, and how do they differ?

A: Asynchronous (slower, cheap, used for low-speed like keyboards) and Synchronous (faster, for high-speed applications).


2
New cards

Q: Give an example of asynchronous transmission.

A: Keyboard input, where characters are sent one at a time with unpredictable gaps.

3
New cards

Q: What is line coding?

A: The process of converting binary data into a digital signal for transmission.


4
New cards

Q: Name the three main categories of line coding schemes.

A: Unipolar, Polar, and Bipolar.


5
New cards

Q: What is the key disadvantage of unipolar line coding?

A: It has a DC component and lacks synchronization due to using only one voltage level.


6
New cards

Q: How does NRZ-L differ from NRZ-I?

A: NRZ-L uses fixed voltages for 0/1 (+ve/-ve), while NRZ-I inverts voltage for a 1 bit (transition).


7
New cards

Q: Why does RZ encoding require more bandwidth?

A: It uses three values (+ve, -ve, zero) and two signal changes per bit.


8
New cards

Q: What is the synchronization advantage of Manchester encoding?

A: It inverts at the middle of each bit interval, embedding clocking information.


9
New cards

Q: How does Differential Manchester identify a 0 bit?

A: A transition at the start of the bit interval indicates 0; no transition means 1.


10
New cards

Q: What is the key feature of Bipolar AMI encoding?

A: Alternates +ve/-ve voltages for 1s (0s remain at zero).


11
New cards

Q: What problem does BnZS solve in bipolar encoding?

A: Synchronization for long sequences of 0s by substituting some bits with +ve/-ve pulses.

12
New cards

Q: What is the purpose of block coding?

A: To improve line coding by adding redundancy for synchronization and error detection.


13
New cards

Q: Describe the steps in block coding transformation.

A: 1) Divide bits into groups (m bits), 2) Substitute with n-bit code (e.g., 4B/5B), 3) Apply line coding.


14
New cards

Q: How does 4B/5B encoding work?

A: It replaces 4-bit data groups with 5-bit codes to ensure sufficient transitions for synchronization.


15
New cards

Q: What is the advantage of 8B/10B over 4B/5B?

A: Higher error detection capability due to more redundant bits.

16
New cards

Q: What is the Nyquist theorem for sampling rate?

A: Sampling rate must be at least twice the highest frequency of the signal.


17
New cards

Q: How is bit rate calculated in PCM?

A: Bit rate = Sampling rate × Number of bits per sample.


18
New cards

Q: What are the two steps in Pulse Code Modulation (PCM)?

A: 1) PAM (sampling analog signal), 2) Quantization (assigning digital values to samples).

19
New cards

Q: What is the main drawback of ASK?

A: Susceptibility to noise interference due to amplitude changes.


20
New cards

Q: Why is FSK less affected by noise than ASK?

A: It detects frequency changes rather than amplitude variations.


21
New cards

Q: How does PSK represent binary data?

A: By shifting the phase of the carrier signal (e.g., 0° for 0, 180° for 1).


22
New cards

Q: What is a "dibit" in QPSK?

A: Two bits represented by one phase shift (e.g., 00 = 0°, 01 = 90°).


23
New cards

Q: How does QAM combine ASK and PSK?

A: It modulates two carriers (90° phase-shifted) with different amplitudes/phases for higher efficiency.


24
New cards

Q: Why does QAM use fewer amplitude shifts than phase shifts?

A: Amplitude changes are more noise-sensitive and require larger differences.

25
New cards

Q: What is the relationship between bit rate and baud rate?

A: Baud rate = Bit rate ÷ Number of bits per signal unit.


26
New cards

Q: If a signal has a bit rate of 3000 bps and 6 bits per unit, what is the baud rate?

A: 500 baud/s (3000 ÷ 6).