Networks - Communication Basics Flashcards

1
Q

Asynchronous Transmission (What it is, how it works, requirements)

A
  • The transmission of data intermittently (at irregular intervals) between devices without the use of an external clock signal.
  • The way of transmitting data that utilises start and stop bits to indicate the duration of a transmission.
  • Start bit is either a 1 or 0, and the end bit is the opposite.
  • Sender and receiver must use the same baud rate, and only need to synchronise their clocks for the duration of data transmission.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Start Bit?

A
  • The bit used to indicate the beginning of a unit of data in asynchronous transmission.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Stop Bit

A
  • The bit used to indicate the end of a unit of data in asynchronous transmission.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Synchronous Transmission + Example Of Usage

A
  • The transmission of data which relies on a common clock signal (shared between the sender and recipient) to synchronise the time at which signals are sent.
  • The signals are sent at regular intervals, and received in the same order they’re sent in.
  • Hence, making this suitable for transmitting information in real-time systems.
  • Used by the buses of the fetch-execute cycle.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bandwidth

A
  • The amount of data that can a communication medium is capable of transmitting along a communication channel, measured in hertz.
  • It relates to the range of frequencies available on the carrier wave that carries the data.
  • There is a direct relationship between bandwidth and bit rate.
  • Higher bandwidth = high bit rate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Baud Rate

A
  • The number of symbol changes, waveform changes, or signalling events across a channel per unit time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Bit Rate

A
  • The speed of a particular transmission, which is the number of bits that are transmitted over a medium per second, often measured in bits per seconds (bps)
  • A communication system’s bit rate = baud rate x no of bits per signal.
  • Bit rate should > baud rate if more than one bit is sent per signal.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Latency

A
  • The time delay between an action being initiated and its effect being observed, often measured in milliseconds (ms).
  • Usually increases with distance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Protocol

A
  • A common set of rules relating to communication between devices which allow different computers to communicate with each other.
  • These rules are followed during data transmission over a network to minimise inconsistencies.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Symbol

A
  • A symbol is a particular pattern of bits represented by a signal. For example, a symbol of four bits might be 1101.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Serial Data Transmission

A
  • In serial data transmission, data is sent one bit at a time over one communication line.
  • Uses over medium to long distances (computationally speaking), such as for wired peripherals like keyboards connecting to a computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Parallel Data Transmission

A
  • Parallel data transmission uses numerous parallel communication lines at once in order to send multiple bits between components in a computer simultaneously.
  • The more lines that a parallel communication medium uses, the more data that can be transferred simultaneously.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain skewing in parallel tranmission

A
  • Each of the communication lines that form part of a parallel communication medium have slightly different electrical properties, meaning that the time taken for one bit to be transferred will be slightly differ from line to line.
  • This means bit sent together may not be received together, this is known as data skewing.
  • It is worse over long distances, and can lead to bits from different pulses overlapping, causing data corruption.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where is parallel communication most commonly uses?

A
  • Between internal components on a computer, such as parts of the CPU and RAM.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Crosstalk

A
  • Tightly packed communication lines can lead to signals leaking from one line into another, causing data corruption.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Advantages of serial over parallel data transmission

A
  • Serial data transmission doesn’t suffer from skew or crosstalk, making it more reliable.
  • Hence, serial data transmission can be used over longer distances.
  • Serial communication mediums use just one line, therefore making them cheaper to install than parallel mediums, which use more than one line.
17
Q

Difference between bandwidth and bit rate

A
  • Bandwidth is the frequencies available on a carrier wave and therefore the capacity that is available, whereas bit rate is the actual speed of transfer.
18
Q

Describe how a start bit works with stop bits

A
  • The start bit causes the receiver to synchronise its clock to the same rate as the sender.
  • Both devices would have agreed beforehand on how many bits of data will follow, and whether a parity bit is used.
  • The stop bit will then indicate that all data has arrived, so the processor can then begin handling the bits, ending the cycle.
  • If another start bit is sent more data can be handles and the cycle continuous.
19
Q
A