A209 - Communication Methods Flashcards

1
Q

What is Serial Data Transmission?

A

Data bits are sent in a sequence, one after the other, over a single line

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

What is Parallel Data transmission?

A

Several bits are sent at the same time over a set of parallel lines

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

What is a problem with Parallel Data transmission?

A

Crosstalk: electromagnetic interference between wires in close proximity results in transmitting corrupted data

Skew: bits transmitted across parallel links may travel at different speeds. In synchronous data transmission, this can result in data falling out of sync with the clock signal and therefore not being read correctly

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

What are the advantages of serial over parallel data transmission?

A
  • Operates more efficiently at higher bit rates
  • Not affected by skew
  • Fewer wires in close proximity which minimises crosstalk
  • Uses fewer wires and pins so are cheaper to implement
  • Core infrastructure occupies less space
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the bit rate?

A

The number of bits that are transmitted over a channel each second.
For broadband: bit rate = baud rate × number of bits encoded per symbol

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

What unit is bit rate measured in?

A

(SI prefix) bits per second / bps

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

What is the baud rate?

A

The number of times that a signal changes per second. Each signal is a symbol that can encode a certain number of bits

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

What unit is baud rate measured in?

A

(SI prefix) symbols per second / number signal changes per second

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

What is the relationship between bit rate and baud rate?

A

Symbol |-> 1 bit: bit rate = baud rate (baseband transmission)
Symbol |-> 2+ bits: bit rate > baud rate (broadband transmission)

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

What is bandwidth?

A

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
11
Q

What unit is bandwidth measured in?

A

(SI prefix) bits per second / bps

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

What is 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
13
Q

What is synchronous transmission?

A

Streams of bits are transferred over a communication channel at a constant rate. The transmitter and the receiver are synchronised using a common clock signal

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

What is asynchronous transmission?

A

No clock signal so start and stop bits are used to control the communication. Data is transmitted when it is available rather than at specific intervals

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

How are start and stop bits used in asynchronous transmission?

A
  • Start bit sent at beginning of transmission so receiver can prepare for incoming data.
  • Stop bit marks end of transmission.
  • Stop bit must be opposite of start bit so receiver can recognise the next set of bits.
  • Stop signal typically longer than one bit so receiver has time to get ready for arrival of the next set of data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why do you need both synchronous and asynchronous transmission?

A

Synchronous: faster and less data transferred because no transmission control bits
Asynchronous: more flexible and is able to transmit data as soon as it is available

17
Q

What is a parity bit?

A

A bit added to data being sent across networks, used to check for transmission errors.