9.1 Communication Flashcards

1
Q

What is a symbol in relation to communication?

A

A particular pattern of bits represented by a signal.

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

Define baud rate?

A

the number of signal changes in the medium per second.

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

Define bit rate?

A

The numbers of bits that are transmitted over the medium per second. (Bps)

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

how do you calculate bit rate?

A

Bit rate = baud rate * number of bits per signal

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

Define bandwidth?

A

The range of frequencies that a communication medium is capable of transmitting (hz)

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

Define latency?

A

The difference in time between an action being initialised and its effect being noticed (ms)

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

Define protocol?

A

Set of rules relating to communication between devices allowing devices made by different manufacturers in opposite ends of the world to communicate.

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

What are the two different ways that computers can transmit data between their different components?

A

Serially or parallel

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

How does serial data transmission work?

A

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

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

How does parallel data transmission work?

A

Numerous parallel communication lines send multiple bits between components simultaneously.

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

What is bad about parallel data transmission?

A

Over long distances and extreme cases skews can lead to bits from different pulses overlapping causing the corruption of data. They are also more expensive than serial wires.

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

What are the advantages of serial data transmission?

A

Doesn’t suffer from skew or crosstalk meaning it’s a more reliable communication method especially over long distances. they are also cheaper than parallel.

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

How does synchronous transmission work?

A

A clock signal shared by both the sender and the receiver, times when the signals are sent. The signals sent at regular intervals, will be received in the same order they were sent.

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

How asynchronous transmission work?

A

Start and stop bits are used to indicate the duration of transmission. The start and stop bits are opposites. Both the sender and receiver must use the same Baud rate. The sender and receiver must synchronise their clocks for the duration of data transmission.

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

what does the start bit do?

A

sent at the beginning of the transmission so that the receiver can prepare for the incoming data

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

what does a stop bit do?

A

Marks the end of the transmission