Topic 9.1 - Communication Flashcards

1
Q

Define the serial transmission method

A

Data is sent over one bit at a time across one communication wire

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

Define the parallel trasmission method

A

Multiple bits sent between components of a computer (RAM TO CPU) across multiple communication lines.
The more communication lines, the more bits can be transferred simultaneously

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

When is Serial Transmission used

A

Usually for peripherals communicating with a computer (mouse and keyboard)

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

When is Parallel Transmission used

A

Short range, high speed connections
Inside a computer
e.g. RAM comunicating with CPU

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

Advantages of Serial over Parallel transmission

A

Much Cheaper -
communication lines are expensive and serial transmission only uses one

Travels longer distances -
Parallel can only travel between very small distances

Little data corruption (reliability) -
No risk of SKEW as there is only one bit of data being sent at a time.

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

Advantages of Parallel over Serial transmission

A

Simpler hardware
Much higher speed of transmission

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

What is SKEW

A

Occurs when all the bits are sent simultaneously but are not all received at the same time causing data corruption.
Only happens in Parallel transmission

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

What are the 2 different types of Serial Transmission

A

Synchronous
Asynchronous

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

Define synchronous transmission

A

Data is transferred at regular intervals
These are synchronised by a clock
Used within the busses of the processor during the fetch-execute cycle.

Users are in sync with each other so all data is received in the correct order, no need for start and stop bits
Useful for real time data
Enables whole blocks of data to be sent in timed sequences
Much faster

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

What is Asynchronous transmission

A

Data is transferred one character at time
A start bit, stop bit and parity bit sent with each character in the packet
Generally for lower speed transmission (internet)
No need for users to be in sync with each other

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

Advantages of Synchronous Transmission over Asynchronous

A
  • Can send more bits since there is no need for stop, start and parity bits
  • Reader and sender stay in sync over long periods, so all data is read at correct intervals, reducing chance of errors
  • More suitable for long distance as there are more stable timings
  • Lower latency or time-lags
  • Can handle larger data volumes

Overall more efficient & reliable

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

Advantages of Asynchronous transmission over Synchronous

A

Simpler & Cheaper - no need for synchronised clocks

Efficient for low data volumes being transmitted

Used in computer peripherals & the internet

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

What are the purposes of the Start & Stop bits in Asynchronous Data Transmission

A

They indicate to the receiving device when a character that is being transmitted begins or ends.
No need for synchronised clocks.
Ensures accuracy when transmitting data.
The start bit is either a 0 or 1 and the stop bit is always the opposite.

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

Define bandwidth

A

Range of frequencies that can be transmitted across a network connection

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

Define bit rate

A

The number of bits that are transferred between devices per second

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

Define baseband

A

The simplest form of data transmission, at each signal change just one bit is transmitted

17
Q

Define baud rate

A

Number of times a signal in a communications channel changes state in a second
1 Baud (Bd) = 1 symbol change per second.

18
Q

Equation for calculating bit rate

A

Bit rate =
baud rate * number of bits per signal

19
Q

Define Latency

A

The delay between an action being started and its effect being noticed
Increase with distance

20
Q

Define protocol

A

A strict set of rules for data transmission.
It covers common principles for physical connections.
Examples of protocols:
FTP - File transfer
HTTP/HTTPS - Website/ Secure website

21
Q

Define handshaking

A

When 2 devices exchange signals in order to set up a communication link.
For example Ready to send & Clear to send.

22
Q

What is the relationship between bit rate and bandwidth

A

As bandwidth increases, so does bit rate, since there are more channels that bits can be sent across.

23
Q

What is the difference between bit rate and baud rate

A

Bit rate is the total number of bits being transmitted in one second.

Baud rate is the number of times a signal changes (0 to 1)

Bit rate CAN be higher than baud rate if there is more than one bit per signal change
(001 to (010)