Chapter 4 Flashcards

1
Q

What is packet

A

Packet is a generic term that refers to small block of data.

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

What are 2 reasons for packet

A
  1. Resource sharing

2. To detect the errors

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

What is frame

A

A frame is a digital data transmission unit in computer networking and telecommunication. A frame typically includes frame synchronization features consisting of a sequence of bits and symbols that indicate to the receiver, the beginning, and end of the payload data

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

What are frame delimiters

A

The characters at the start and end of frame

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

What is SOH character

A

Start of header

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

What is EOT character

A

End of transmission

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

What are disadvantages of frame

A

Incurs extra overhead. EOT and SOH take time but carry no data

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

What are advantages of frame

A

Missing EOT or SOH will be identified and system will know something is wrong.

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

What is data stuffing

A

Sometimes the special character (i.e. soh or eot) used as part of data. Data stuffing is its solution. We replace special character eot/soh with some one else in it.

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

What is byte stuffing and bit stuffing

A

Byte stuffing is done on character oriented hardware and bit stuffing is done on bit oriented hardware.

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