11. Communications Flashcards

1
Q

Serial Data Transmission

A

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

This allows for very high data transfer rates ranging from 50Mbps to 1Gbps.

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

Parallel Data Transmission

A

Several bits are sent simultaneously over a number of parallel wires.

This method is used inside computers and for very short distances.

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

Problems with Parallel Data Transmission

A

More expensive as there are more cables involved especially at long distances.

Prone to skewing which means the bits need to wait for others to catch up.

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

Bit Rate vs Baud Rate

A

Bit Rate: The amount of bits transferred per second.

Baud Rate: The rate at which the signal changes.

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

Bandwidth

A

The range of signal frequencies that a medium (i.e. copper, optical fibre) can transmit.

The greater the bandwidth, the greater the potential bit rate.

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

Latency

A

A general term used to explain the time delay that occurs when any component within a computer system is responding to an instruction.

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

Parity Bit

A

A bit is added to a group of bits used for error checking.

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

Odd Parity

A

Set to a 1 or 0 to make the total number of ‘1’ bits including the parity bit equal to an odd value.

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

Even Parity

A

Set to a 1 or 0 to make the total number of ‘1’ bits including the parity bit equal to an even value.

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

Synchronous Transmission

A

Synchronous means occurring the same time/having the same speed.

Which means two devices which are communicating will synchronise their transmission signals by their internal clocks.

If not synchronised then data could be lost during transmission.

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

Asynchronous Transmission

A

It does not need permanent synchronisation with sender’s and receiver’s system clocks.

Instead it only synchronises for the duration of the transmission by sending additional bits of information called start and stop bits.

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