3.9.1.1 Communication methods. Flashcards

1
Q

Define serial transmission.

A

Data is sent one bit at a time over one communication line.

Could be fibre optic, metal wire or a wireless channel.

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

What is serial transmission frequently used for?

A

Transmitting data over medium to long
distances (computationally speaking), such as from wired peripherals like mice and keyboards to your computer.

KEY PART: MEDIUM TO LONG DISTANCES.

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

Define parallel data transmission.

A

Uses multiple communication lines and sends multiple bits at once.
The more lines the more data can be transferred simultaneously.

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

Define data skew.

A

Data skew occurs as tiny differences in the length of time it takes for bits to travel down each of the wires means data can arrive unsynchronised.

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

Define Crosstalk.

A

Crosstalk occurs between the wires causing data to become corrupt.

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

When is skew worst?

A

Over long distances.`

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

What can skew lead to?

A

can lead to bits from different pulses overlapping, causing corruption of data.

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

State any other disadvantages of parallel.

A

Multiple lines = expensive.

Causes parallel to be most often used over short distances, such as between parts of the processor and within RAM.

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

State the advantages of serial over parallel.

A

Serial doesn’t have crosstalk or skew - more reliable communication method, especially over long distances.
Serial - one line meaning cheaper to install.

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

Define synchronous transmission.

A

Clock signal is used to time when signals are sent, aka controlling the transmission rate; this is done to ensure that both communicating devices transmit and receive data at the same speed.

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

What happens if the devices are not synchronised?

A

Data could be lost/corrupted during transmission.

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

Outline asynchronous transmission.

A

The shared clock signal is discarded and it instead uses start and stop bits to indicate the duration of a transmission.

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

Outline the start and stop bits.

A

The start bit can either be a 0 or a 1 and the stop bit is always the opposite of the start bit.
Sender and receiver must use the same baud.
transmitter and receiver are not kept synchronised, they are only synchronised temporarily for the duration of each transmission e.g. when typing on a computer keyboard.

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

Outline the different transmission medias.

A

Copper cable e.g. twisted pair, coaxial.

Fibre Optics.

Satellite.

Terrestrial microwave.

Radio.

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