6.1 - Communication Methods Flashcards

1
Q

What is serial data transmission?

A

Bits are sent one after another along the same data line
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

Several bits are sent simultaneously along separate lines or channels
8 bit block of data will require 8 data channels plus some extra for control information

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 as a ribbon of several smaller cables

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 properties

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

What is crosstalk?

A

EM interference between two adjacent channels or parallel wires
Becomes more pronounced as the frequency (speed of transmission) increases
Risk of 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 aces (up to 2m), quick transmission
Serial is very reliable over very long dispatches 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

All data transfers are timed to coincide with an internal clock pulse
Data is sent as one long stream or block of data, with no gaps in transmission
Receiver counts the bits and reconstructs bytes

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

What is asynchronous transmission?

A

Each byte is sent separately the moment it is available instead of waiting for a clock signal
Each byte is preceded with a start bit and ends with a stop bit - a short time gap between each set of bits

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 the moment the first byte or packet of communication starts and when it is received at its destination

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

What is a protocol?

A

Set of rules relating to communication between devises

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 in one second over a wired or wireless data link
Using baseband at each signal change one bit is transmitted
Faster signal change = greater number of bits per second

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

What is baud rate?

A

Rate at which the signal in a communications channel changes state (megabits per second Mbit/s)

17
Q

What is baseband?

A

Carries one signal at a time
A bit is represented by either high or low voltage in the cable
In baseband, bit rate = baud rate

18
Q

What is broadband?

A

Carries multiple signals on a fixed carrier wave
Bits are sent as variations on the wave

19
Q

What is the formula for bit rate?

A

Bit rate = baud rate x number of bits per signal

20
Q

What is the bandwidth?

A

Measure of the maximum capacity of a communications channel
Synonym of data transfer rate
Bps, Mbps or Gbps

21
Q

What is the relationship between bandwidth and bit rate?

A

Direct relationship