Communication Objectives Flashcards

(14 cards)

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

Is only reliable over short distances

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

Crosstalk occurs when electromagnetic interference between wires that are in proximity (such as parallel links) results in transmitting corrupted data that will need to be re-sent
Skew happens when the bits that are transmitted across parallel links travel at different speeds
Serial interfaces have fewer pins, so they are cheaper and easier to produce

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

What is the bit rate? What unit is it measured in?

A

The number of bits that are transmitted over a channel each second.
Bits per second, or bps

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

What is the baud rate? What unit is it measured in?

A

The baud rate is the number of times that a signal changes per second.
Bits per second, or bps

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

What is the relationship between bit rate and baud rate?

A

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

What is bandwidth? What unit is it measured in?

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

What is latency?

A

Latency is 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
10
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
11
Q

What is asynchronous transmission?

A

There is no clock signal, so additional data (start and stop bits) is used to control the communication

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

How are start and stop bits used in asynchronous transmission?

A

A start bit is sent at the beginning of the transmission so that the receiver can prepare for the incoming data, and a stop bit marks the end of the transmission. The stop bit needs to be opposite to the start bit so that the receiver can recognise the next set of bits.

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

Why do you need both synchronous and asynchronous?

A

Synchronous transmission is ideal for high-speed, continuous data transfer, such as video streaming, while asynchronous transmission is better for sporadic data transfer, like keyboard inputs.

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

What is a parity bit?

A

An extra bit added to a string of binary code to ensure that the total number of 1-bits in the string is even

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