Data Transmission Methods Flashcards

1
Q

What is serial transmission?

A

Where data is sent 1 bit after another, in sequence.

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

What is parallel transmission?

A

Multiple data bits are sent at the same time, along side each other.

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

What’s a downside of parallel transmission?

A

Skew and Crosstalk

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

Define Skew.

A

Data from a each wire within a bus arrives at slightly different times and may not necessarily be synchronised with the clock.

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

Define Crosstalk.

A

Electromagnetic interference from adjacent wires causes the wrong data to be interpreted.

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

What’s advantageous about serial transmission?

A
  • Larger distance
  • Less wires => cheaper
  • faster bit rates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define Bit Rate

A

The number of bits transmitted over a channel each second

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

Units of Bit Rate

A

Bits per Second

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

Define Baud Rate

A

The number of times a signal can change per second
Each signal is a Symbol that a number of bits can encode

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

How does bit rate differ from baud rate?

A

Some transmission mediums such as RF will use frequency bands to encode different values which implies that a change in the signal doesn’t necessarily imply a single bit change.

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

What equation links Bit rate, Baud rate and Bits per symbol

A

Bit rate = Baud Rate * Bits per Symbol

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

Define Bandwidth

A

Bandwidth is the maximum rate of data transfer of a communication channel.

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

What is the relationship between bandwidth and bit rate?
Hence or otherwise, what is bandwidth measured in?

A

Directly proportional ; The greater the bandwidth, The greater the maximum bit rate.
Measured in Bits per second.

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

Define Latency.

A

The delay from the time that a signal is sent, to the time that it is received.

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

What is synchronous data transmission?

A

Bits of data sent at a constant rate with a common clock signal. E.g. I2C

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

What is asynchronous data transmission?

A

Data is transmitted when it is available, rather than at specific intervals with the addition of start and stop bits. E.g. RS232
Channels may be idle when data isn’t being sent.

17
Q

How does asynchronous data transmission work?

A
  • Transmission channel is idle HIGH
  • Start bit pulls channel LOW to indicate an incoming byte / packet
  • Data bits of byte / packet are sent in series
  • Receiver samples channel at regularly timed intervals and will stop recording after the predetermined number of characters is sent
  • End bit resets channel idle HIGH
18
Q

Why are start AND stop bits required?

A

Start bit is used to indicate incoming data
End bit is used to return channel to idle HIGH so the next start bit can be recognised

19
Q

What is a parity bit?

A

An additional error checking bit that sets the number of ones in a transmission either odd or even, used to detect bit flipping. Parity is established between devices beforehand.