Section 6 - Communication Methods Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does data communication involve?

A

Sending and receiving data from one device to another

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

Where does data communication occur?

A

Within the CPU and between the CPU and it’s peripheral devices

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

What are the 2 methods of data communication?

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

How does serial data transmission work?

A

Bits are sent via an interface one bit at a time over a single wire from the source to the destination

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

How does parallel data transmission work?

A

Several bits are sent simultaneously over a number of parallel wires

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

Where is parallel data transmission used in?

A
  • Integrated circuits
  • RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is skew?

A

An issue that occurs due to each individual wire in parallel data transmission having slightly different properties, meaning bits may travel at slightly different speeds

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

What are the advantages of serial transmission?

A
  • Connectors are much smaller and simpler, reducing the associated costs
  • “Crosstalk” can create interference between parallel lines, resulting in corrupted data that must be retransmitted
  • Serial links are more reliable over long distances
  • Because of the lack of interference, serial transmission can operate at a much higher frequency and therefore result in a higher net data transfer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is bit rate?

A

The speed at which data is transmitted serially

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

What is bit rate measured in?

A

Bits per second

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

What is baud rate?

A

The rate at which the signal changes

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

What is the bit rate of channel?

A

baud rate * number of bits per signal

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

What is baseband mode?

A

Only 2 voltage levels are used, representing 0 and 1. In this case the baud and bit rate are the same

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

What is bandwidth?

A

The range of frequencies that a transmission medium can carry. The large the range, the greater the amount of data that can be transmitted in a fixed amount of time

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

What is bandwidth expressed in?

A

Bits per second

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

What is latency?

A

The time delay between the moment that the first byte or packet is transmitted, and when it is received at its destination

17
Q

What is parity?

A
18
Q

What is a protocol?

A

A set of rules relating to communication between 2 devices

19
Q

What is a symbol?

A

A particular pattern of bits that is represented by a signal

20
Q

What is synchronous transmission?

A

Where a clock is used to time when signals are sent. It is used within the busses of a computer’s processor in the fetch-execute cycle

21
Q

How can synchronous transmission be used?

A

For transmitting information in real-time systems

22
Q

What is asynchronous transmission?

A

Where one byte at a time is sent, with each character being preceded by a start bit and followed by a stop bit. The start bit alerts the receiving device and synchronises the clock inside the receiver ready to receive the character

23
Q
A