2.1 types and methods of data transmission Flashcards

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

how is data transmitted

A

broken down into packets

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

what is the structure of a packet

A

packet header, payload, trailer

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

what is in a packet header

A

destination address, packet number, originator’s address

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

what is in the payload of a packet

A

the actual data being transmitted

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

what is in the trailer of a packet

A

signals the end of the packet, error checking

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

what is the process of packet switching

A
  • data broken down into packets
  • each packet could take diff route
  • router controls route packet takes
  • packets may arrive out of order
  • once last packet arrives, packets reordered
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are diff methods of data transmission

A
  • serial
  • parallel
  • simplex
  • half-duplex
  • full-duplex
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is serial and parallel transmission

A

1 bit sent at a time, more than 1 bit sent at a time

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

what are advantages and disadvantages of serial

A

+ reliable over long distances (likelihood of bits being lost along the way is slim)
+ bits unlikely to be lost
+ bits arrive in order as transmitted one after another
- slower than parallel

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

what are advantages and disadvantages of parallel

A

+ faster than serial
- bits arrive out of order, must be rearranged
- expensive over long distances as require multiple wires

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

what is simplex

A

information is sent in one direction (unidirectional)

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

what is half-duplex

A

information is sent in both directions, however not at the same time

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

what is full-duplex

A

information sent in both directions at the same time

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

what are advantages and disadvantages of simplex

A

+ cost effective, only require one communication channel
+ easiest and most reliable
- only one way communication possible
- no way to verify is transmitted data has been received correctly

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

+/- of half-duplex

A

+ allow bidirectional communication
+ more efficient than simplex as channel can be used for both transmission and reception
+ less expensive than full duplex
- less reliable than full-duplex as both devices cannot transmit at same time

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

+/- of full duplex

A

+ simultaneous bidirectional communication, ideal for real-time applications
+ most efficient as transmit and receive data simultaneously
- most expensive as require 2 communication channels
- more complex than half and simplex
- require high level of bandwidth

17
Q

what is USB

A

common interface that enables communication between devices to their parent or host controllers. it is serial and half-duplex

18
Q

what are + of USB

A

+ fast rate of data transfer
+ little chance of data being skewed because it is serial
+ can charge/power device
+ universal/industry standard, very well supported
+ supports different data transmission speeds
+ devices connected via USB automatically detected and appropriate device drivers loaded

19
Q

what are - of USB

A
  • overheating
  • limited cable distance
  • slower data transfer compared to Ethernet
  • limitations of backward compatibility (older versions not supported)
20
Q
A