Data transmission - Topic 2 Flashcards

1
Q

What is the structure of a data packet? [3]

A

Header
Payload
Trailer

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

What is the structure of a header? [4]

A

IP address of source device
IP address of destination device
Sequence number of the packet (reasembly instructions)
size of the packet in bytes

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

What is the structue of a payload?

A

Actual data 64KiB

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

What is the structure of a trailer? [3]

A

Method of identifying the end of the packet
error checking method (CRC)

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

what is CRC

A

method of error checking

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

How is CRC done? [4]

A

-sender adds up all the 1 bits in the payload and stores it as hex in the trailer
-receiver recalculatesd the number of 1 bits in the payload
-computer checks this value against the one sent
-if good, no error, if bad, packet is resent

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

Explain packet switching [3]

A

each packet is sent independently
nodes containing routers determine the route of the packet (repeated until destination is reached)
-takes in consideration of busy ness of the route

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

benefits of packet switching [4]

A

-don’t need to tie up a single communication line
-can re-route
-easy to expand package usage
-high data transmission rate

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

drawbacks of packet switching [3]

A

-packets lost
-prone to erros for streaming
-delay of packets

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

What is serial data transmission [2]

A

data is sent one bit at a time
over a single wire/channel

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

What is parallel data transmission [2]

A

several bits of data are sent
over several channels/wires at the same time

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

benefits of serial data transmission [3]

A

-less risk of external interference
-more reliable transmission over long distance
-less expensive

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

benefits and drawbacks of parallel data transmission [2]

A

-faster rate of data transmission
-data can arrive unsynchronised

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

What are the 3 methods of data transmission?

A

simplex, half-duplex, full-duplex

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