6.1 - Communication Methods Flashcards

(20 cards)

1
Q

What is serial data transmission?

A

Data is sent one bit at a time over one communication line (usually a metal wire but could be an optical fibre or wireless channel)
One line is required for data transmitted in one direction, two line needed for two way communication

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

What is parallel data transmission?

A

Multiple bits are sent simultaneously along numerous parallel communication lines
More lines = more data transferred simultaneously

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

What is an example of a serial data cable?

A

USB (universal serial bus)

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

What are parallel cables used for?

A

Primarily used for connecting internal components

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

What is skew?

A

Problem with parallel data transmission data where bits travel at slightly different speeds along each wire as each individual wire has slightly different electrical properties
Worse over long distances (corruption in extreme cases from overlapping of bits)

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

What is crosstalk?

A

Occurs in parallel dat transmission when communication lines are tightly packed, signals can leak into another which can cause data corruption

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

What are the differences between serial and parallel transmission?

A

Parallel can only be used only over very short distances (up to 2m), quick transmission
Serial is very reliable over very long distances at high frequencies, slower and cheaper

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

What is synchronous data transmission?

A

When a clock signal shared by both the sender and receiver is used to time when signals are sent
The signals are sent at regular intervals and received in the same order they are sent

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

What is asynchronous transmission?

A

Uses start (either 0 or 1) and stop bits (opposite of start bit) instead of a shared clock signal to indicate duration of a transmission
Sender and receiver must use the same baud rate and need on,y for their clock signals to synchronise during transmission

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

What is the parity bit used for?

A

Added as the 8th bit as a form of error detection

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

What are the pros and cons of asynchronous transmission?

A

Pros:
- cheap
- effective form of serial transmission
- well suited to low speed connections (keyboard, mouse)
Cons:
- relatively slow flowing from increased number of bits sent

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

What is latency?

A

Time delay between an action being initiated and there being an observable effect

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

What is a protocol?

A

Set of agreed rules relating to communication between devices (computer systems)

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

What does the protocol need to define?

A
  • standards for physical connections and cabling
  • the rate of transmission (bit rate, baud rate)
  • data format
  • whether transmission is synchronous or asynchronous
  • error checking procedures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is bit rate?

A

Number of bits transmitted over the medium per second

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

What is baud rate?

A

Number of signs, changes in the medium per second (1 baud = 1 symbol change per second)

17
Q

What is the formula for bit rate?

A

Bit rate (bps) = baud rate x number of bits per signal

18
Q

What is the bandwidth?

A

Range of frequencies a communication medium is capable of transmitting
Higher bandwidth (Hz) = higher bit rate (directly proportional)

19
Q

How can bit rate be higher than baud rate?

A

If more than one bit is encoded in each signal change

20
Q

What is synchronous transmission used in/for?

A

Within busses of a computers processor (fetch-execute cycle)
Suitable for transmitting information in real-time systems