2.1 Data Transmission Flashcards

1
Q

Data transmission

A

The movement of data via a transmission medium between the sender and the receiver

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

Simplex data transmission

A

Data travels in one direction only

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

Half-duplex data transmission

A

Data can travel in both directions along a single cable, but not simultaneously

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

Full-duplex data transmission

A

Data can travel in both directions simultaneously using 2 cables

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

3 types of cable & their uses

A
  1. Twisted pair cable (eg. Ethernet cable)
  2. Coaxial cable (eg. television, electrical equipment)
  3. Fibre-optic cable (eg. Internet cables)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Serial data transmission

Application

A

Data is sent 1 bit at a time over a single wire

Application: connect computer to a modem

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

Parallel data transmission

2 applications

A

1 byte of data is sent down 8 wires at the same time
Applications:
- sending data from a computer to a printer
- internal data transfer (buses)

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

4 advantages of serial data transmission

A
  1. SINGLE WIRE means there is less chance of interference/data corruption
  2. SINGLE WIRE reduces costs
  3. MORE reliable over greater distances
  4. bits will still be synchronised after transmission
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Disadvantage of serial data transmission

A

Slower rate of data transmission

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

Advantage of parallel data transmission

A

Faster rate of data transmission

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

2 disadvantages of parallel data transmission

A
  1. More expensive
  2. Less reliable over long distances (bits can become ‘skewed’ where signals travel at different speeds due to differences in wires and may not all arrive at the same time)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

5 advantages of asynchronous transmission

A
  1. Cheaper
  2. If character is corrupted during transmission, successor & predecessor characters are not affected
  3. Possible to transmit signals from sources with different bit rates
  4. Transmission can start as soon as data byte is available
  5. Easy to implement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

2 disadvantages of asynchronous transmission

A
  1. Slower, less efficient

2. Successful transmission depends on recognition of start bits, which can be missed/corrupted

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

Advantage of synchronous transmission

A

Faster

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

2 disadvantages of synchronous transmission

A
  1. Costly (needs local buffer storage to assemble blocks; needs accurately synchronised clocks at both ends)
  2. Complicated (sender & receiver have to operate at same clock frequency)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

6 pros of using USB

A
  1. Devices plugged into computer are automatically detected
  2. USB connectors are shaped so that it is impossible to install devices incorrectly
  3. Has become the industry standard; considerable support available to users
  4. Supports multiple data transmission speeds
  5. Latest USB standards are backward compatible with older standards
  6. Faster transmission compared to wireless
17
Q

3 cons of using USB

A
  1. Cable length is limited to 5m
  2. Transmission speed limited to 480Mbps
  3. Older USB standard may not be supported in the near future
18
Q

Integrated Circuit (IC)

A

An IC is a collection of microscopic electronic circuits, sealed into a plastic/ceramic package
*uses parallel data transmission

19
Q

When might a parity check not identify that a bit has been transmitted incorrectly?

A
  • Even number of digits are changed

- A transposition error has occurred

20
Q

Explain how Automatic Repeat reQuests (ARQ) are used in data transmission and storage.

A
  • It’s an error detection method
  • Uses acknowledgement and timeout
  • Request is sent (with data) requiring acknowledgement
  • If no acknowledgment within certain time frame data package is resent
  • When data received contains an error a request is sent (automatically) to resend the data
  • The resend request is repeatedly sent until packet is received error free