Section 6 Chapter 31 - Communication Methods Flashcards

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

Where data communication is used

A

Between computers

Between computer components

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

Serial Transmission

A

Bits are sent one at time over a single wire (or other communication media)

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

Parallel Transmission

A

Several bits are sent simultaneously over a number of wires

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

Skew

A

When bits travel at different speeds along parallel wires

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

Crosstalk

A

Interference between parallel wires

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

Where serial is used vs parallel

A

Serial used for long distance, parallel for short (e.g. in computer components)

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

Advantages of serial over parallel (4)

A
  • Cheaper due to lower size and complexity
  • Crosstalk
  • Reliable over longer distances
  • Can use higher frequencies due to no inteference
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Bit rate

A

The rate at which data is serially transmitted

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

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
10
Q

Baseband

A

When only one bit is encoded per signal

baud rate = bit rate

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

Bandwidth

A

The amount of data that can be transmitted in a fixed amount of time (essentially the maximum bit rate)

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

Latency

A

The time delay between when a packet of communication is sent and when it is recieved

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

Parity bit

A

A bit that is set to 1 or 0 to make the total number of 1s and 0s either even or odd. Used to check if data has been correctly transmitted

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

Synchronous transmission

A

Data is transferred at regular intervals

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

Where synchronous transmission is commonly used

A

With parallel communication, a cpu clock is an example of synchronising transmission

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

Asynchronous transmission

A

One byte is sent at a time, with each byte encased with a stop and start bit

17
Q

Property of the stop and start bits of asynchronous transmission

A

They are always opposite, either start=1 and stop=0 or start=0 and stop=1

18
Q

Protocol

A

A set of rules relating to communication between devices which specifies how they should communicate and allows them to exchange details such as data format, speed, mode of transmission

19
Q

When does crosstalk get more pronounced

A

Higher frequencies

20
Q

Maximum length of parallel transmission

A

Around 2m

21
Q

Makeup of an asynchronously sent packet

A

stop-parity-data(7)-start

22
Q

Where asynchronous transmission is commonly used

A

Low speed connections such as a keyboard and mouse

23
Q

Things that a protocol needs to define (5)

A
  • Standards for physical connections
  • Rate of transmission
  • Data format
  • Synchronous or asynchronous
  • Error checking procedures
24
Q

Broadband

A

More than one bit encoded onto each signal

25
Q

Purpose of the start and the stop bit

A

Start bit alerts the receiver and synchronises the clock inside the receiver so it is ready to receive the packet.
Stop bit tells the receiver that it has received the whole packet

26
Q

How bit rate is related to baud rate

A

Bit rate = Baud rate * bits per signal