Topic 2 - Data transmission Flashcards

1
Q

What’s data?

A

information that has been translated into a form that is efficient for
movement or processing

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

Movement/Transmission

A

From one device to another device

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

Processing

A

generate meaningful information

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

In what number system data is converted and transferred?

A

binary

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

Data packet (datagrams)

A

small segment of large data
It consists of a header + payload + trailer

It is when data(sent over long distances) is split into smaller groups of bytes (for transmission over a network)
usually small, typically 64KiB = 524,288 bits

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

Data packets advantage

A

Small packets are easier to control than a long continuous stream of data

  • Error checking: only the packet that has error is asked to be resent. (delay and unnecessary use of resources X)
    -Large messages would need more time to be sent over a channel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Process of data transmission simply

A

Original message -> converted to binary -> arranged and sent as packets

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

packet structure (3 main components)

A
  1. Header
  2. Payload
  3. Trailer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Header

A

consists of:
1. IP of source device (sender)
2. IP of destination device (receiver)
3. Sequence No. (allows reassembly in correct order)
4. Size of packet in bytes (to ensure all packets arrived intact)
- often also the value indicating total no. of packets

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

Payload

A

actual data in packet (about 64 KiB)

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

Trailer

A

consists of:
1. method of identifying end of the packet (so packets can be separated from each other)
2. error checking (so packet arrives error free)

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