Communication Flashcards

1
Q

serial data transmission

A

Method of data transmission
each bit is sent one after another
over a single wire

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

parallel data transmission

A

Method of data transmission
Multiple bits (often 8 bits) sent at the same time
over multiple wires

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

advantages of serial transmission

A

more accurate/fewer errors over a longer distance
less expensive wiring (single wire)
less chance of data being skewed/out of synchronisation

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

disadvantages of serial transmission

A

slower- less data sent at once due to only one wire

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

advantages of parallel transmission

A

faster, more data sent at once due to more wires

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

disadvantages of parallel transmission

A

less accurate/more errors over a longer distance
more expensive wiring (multiple wires)
more chance of data being skewed/out of synchronisation

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

serial transmission use

A

Medium to long distances

Ethernet
Telephone Wire
USB (Universal Serial Bus)

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

parallel transmission use

A

Short distances

Fast internal data transfer within a computer system (buses)
IC’s (Integrated Circuits)
Older printers

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

synchronous transmission

A

A continuous stream of data
The data is accompanied by timing signals (generated by an internal clock)
The clock ensures the sender and receiver are in step with each other

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

asynchronous transmission

A

Data is transmitted in discrete packets (usually 1 byte)
Each packet of data is sent with control bits
The control bits allow the receiver to know when the data starts and ends
The control bits prevent the packets of data getting mixed up
Packets are sent intermittently (they have uneven time intervals between them

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

duplex data transmission

A

Direction of data transmission is both ways at the same time (simultaneously)

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

half-duplex data transmission

A

Direction of data transmission is both ways but not at the same time (not simultaneously)

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

simplex data transmission

A

Direction of data transmission is one way only (unidirectional)

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

duplex data transmission example

A

Telephone call

broadband connections video conferencing

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

half-duplex data transmission example

A

Walkie Talkie

Intercom

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

simplex data transmission example

A

radio/tv broadcast
microphone to computer
computer to speaker

17
Q

Integrated Circuits

A

self-contained circuits with many separate components (e.g. transistors, diodes) etched into a tiny silicon chip

Uses parallel transmission for sending data internally in computer systems

18
Q

Disadvantages of integrated circuits

A

Less flexible -components cannot be removed or replaced so whole IC must be
Limited power rating

19
Q

Advantages of integrated circuits

A

Small size – thousands times smaller than discrete circuits
Small weight due to miniaturised circuit
Low cost due to mass production
Low power consumption because of their smaller size

20
Q

USB

A

Universal Serial Bus

Uses asynchronous serial transmission for sending data externally to and from peripherals / between devices

21
Q

Advantages of USB

A

Devices plugged into the computer are automatically detected
The connectors can only fit one way- prevents incorrect connections being made
Industry standard-considerable support is available to users
Supported by many operating systems

22
Q

USB device is plugged into a computer

A

The computer automatically detects a device (due to a small change in the voltage level)
A known device is automatically recognised, and the appropriate device driver is loaded
If a new device is detected, the computer will look for and install the device driver
If this is not available, the user is prompted to download the device driver

23
Q

Disadvantages of USB

A

limited distance

current transmission rate is slower than ethernet