11. Communications Flashcards Preview

Computer Science A Level > 11. Communications > Flashcards

Flashcards in 11. Communications Deck (11)
Loading 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.

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.

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.

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.

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.

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.

7
Q

Parity Bit

A

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

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.

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.

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.

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.