31. Communication methods Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what is data communication?

A

Sending and or receiving data from one device to another.

Takes place internally within the device also, the CPU and its peripheral devices via busses

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

What are the 2 main types of data transmission?

A

Serial data transmission

Parallel data transmission

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

What is serial data transmission?

A

Bits of data are sent 1 at a time over a single wire

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

How can high data transfer speeds be achieved during serial data transmission?

A

Use of fibre optic cables

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

`What is parallel data transmission?

A

Bits of data are sent simultaneously over a number of parallel wires

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

When is parallel data transmission most often used?

A

Integrated circuits and within RAM

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

What are the disadvantages of serial data transmission?

A

Slower rate of transmission because data flows through a single line.
Half duplex, Data can travel in both directions but never at the same time.

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

What are the advantages of serial data transmission?

A

Less errors and noise during transmission compared to parallel transmission
Reliable and straightforward.
Reliable over long distances due to singular wire

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

What are the disadvantages of parallel data transmission?

A

Only reliable over very short distances as each wire has its own properties and so the speed of transmissions is very dependant on the wire it is travelling.
More errors and noise during transmission. - skew can occur if bits travel at slightly different speeds across the wires
Unreliable and complicated compared to serial transmission

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

What are the advantages of parallel data transmission?

A

Faster because data flows through multiple lines.
Full duplex, data is able to travel in both directions at the same time.
Cables are thinner, longer and more economical

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

What is speed of data transmission measured in?

A

BIT rate (bits per second)

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

Define BAUD rate.

A

The rate at which a signal changes

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

Define bandwidth

A

Range of frequencies that a transmission medium can carry.

usually expressed in bits per second (bps)

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

What does a larger bandwidth equate to?

A

More data can be transmitted at a singular time

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

define bit rate

A

the speed at which data is transmitted serially, measured in bits per second

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

how do you calculate the bit rate of a channel?

A

baud rate x number of bits per signal

17
Q

define latency

A

latency is the time delay between the moment that transmission of the first byte or packet of a communication starts and when its received at its destination
primarily a function of how long it takes information to travel from source to destination

18
Q

define protocol

A

a set of rules relating to the communication between devices

19
Q

how is asynchronous transmission used?

A

one byte at a time is sent, with each character being preceded by a start bit and followed by a stop bit
the start bit alerts the receiving device and synchronises the clock inside the receiver ready to receive the character
the baud rate at the receiving end has to be set up the same as the senders baud rate or the signal will not be received correctly
the stop bit allows the the receiver the time to identify the next start bit and gives the receiver time to process the data before the next value is transmitted
a parity bit is usually also included as a check against incorrect transmission, thus for each character being sent a total of 10 bits is transmitted

20
Q

how is asynchronous transmission used?

A

one byte at a time is sent, with each character being preceded by a start bit and followed by a stop bit
the start bit alerts the receiving device and synchronises the clock inside the receiver ready to receive the character
the baud rate at the receiving end has to be set up the same as the senders baud rate or the signal will not be received correctly
the stop bit allows the the receiver the time to identify the next start bit and gives the receiver time to process the data before the next value is transmitted
a parity bit is usually also included as a check against incorrect transmission, thus for each character being sent a total of 10 bits is transmitted

21
Q

when is asynchronous transmission used and what is its main advantage?

A

Usually used by PC’s , is economical for relatively small amounts of data.
the main advantage is that there does not need to be a way of sharing the clock signal between the two devices

22
Q

why do we need protocols to be set up to allow communication

A

a standardised set of rules has been devised covering standard for physical connections, cabling, mode of transmission, speed, data format, error detection and correction
any pieces of equipments which use the same communication protocol can be linked together.