Transmission Flashcards

1
Q

What is serial transmission

A

Data is sent one bit at a time over a single wire/cable

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

What is parallel transmission

A

Multiple bits of data are sent simultaneously over multiple wires

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

Disadvantages of parallel

A
  • skewing means that bits arrive at different times so data can arrive in the wrong order
  • crosstalk occurs which can result in data corruption
  • skewing and crosstalk mean the data needs to be resent
  • So it’s more reliable over shorter distances
  • uses more wires so is more expensive than serial
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Example of where parallel transmission can be used

A

Between components in a computer system

-In integrated circuits and within RAM

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

What is synchronous data transmission?

A
  • A clock signal (shared by the sender and receiver) is used to time when signals are sent.
  • The signals, which are sent at regular intervals, will be
    received in the same order that they were sent.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is asynchronous data transmission?

A
  • Uses start and stop bits to indicate the duration of a transmission.
  • The start bit is either 0/1 and the stop bit is always the opposite of the start bit.
  • The sender and receiver must use the same Baud rate and need only synchronise their clocks for the duration of data transmission.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is latency?

A

The time delay that occurs during transmission

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

When is synchronous data transmission used?

A
  • Used within the busses during the fetch-decode-execute cycle.
  • Suitable for transmitting data in real-time systems as signals are sent at regular intervals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is baud rate?

and what is it measured in?

A

The number of signal changes that occur in a second

Measured in Bd

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

What is bit rate?

A

The number of bits that are transmitted over a channel in a second

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

How do you calculate bit rate?

A

bit rate = baud rate × number of bits per signal change

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

What does increasing the bit rate mean?

A

The higher the bit rate, the faster the data arrives.

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

What is bandwidth?

A

The range of frequencies that a communication channel can carry

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

What is the relationship between bandwidth and bit rate?

A

They are directly proportional, the higher than bandwidth the higher the bitrate

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

What is the advantage of using asynchronous transmission?

A
  • Usually used by PC’s

- Doesn’t require a method of sharing the clock signal

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