11 Communication Flashcards

(20 cards)

1
Q

What is serial transmission?

A

The data packets are sent one after the other

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

What is parallel transmission?

A

All data packets are sent at once along different wires

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

List 4 advantages of serial transmission

A
  1. Requires fewer wires therefore cheaper
  2. Easy to set up as cable is flexible and thin
  3. Not much interference
  4. Doesn’t suffer from skew
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List 2 advantages of parallel transmission

A
  1. Fast over short distances
  2. Data doesn’t need to be ordered before sending
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where is parallel transmission used?

A

Used in short range high speed applications e.g. data buses (used to be in printers)

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

Where is serial data transmission used?

A

Used over long distances e.g. the internet

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

What is synchronous transmission?

A

Data is transferred at regular intervals
The data is synchronized by a clock pulse
It allows large block of data to be sent continuously

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

Where is synchronous transmission used and why?

A

Used in real time applications e.g. video chat
Because it is extremely fast

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

What is asynchronous transmission?

A

One packet (8 bits) is sent at a time with a start and stop and parity bit
The computer starts reading at the start bit and stops at the stop bit

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

What is asynchronous transmission used for

A

Lower speed transmissions e.g. WAN

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

What are idling bits?

A

They are bits that fill in space until the next set of data arrives when no data is being sent in asynchronous transmission

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

What is the difference between asynchronous and synchronous transmission

A

Asynchronous - data is sent in small packets at intervals
Synchronous - data is constantly being sent & changing this synchronized with a clock pulse

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

What is bandwidth?

A

Bandwidth is a measure of how much information a channel is capable of carrying per second (bits per second)
(The maximum capacity)

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

What is a channels baud rate?

A

The number of signal changes it is capable of per second

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

What is baseband?

A

When a channel can only represent one bit per signal change

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

How do you calculate bit rate?

A

Bit rate = Baud rate * bits per signal

17
Q

What is latency?

A

Latency is the delay between an action being started and the computer responding

18
Q

What is a protocol?

A

A strict set of rules for data transmission

19
Q

What is a handshake?

A

When two computers exchange signal in order to create a communication link

20
Q

How does handshaking work?

A

A - requests to transmit data
B - sends back acknowledgement
A - sends data to B
If no acknowledgement is received A will resend request