Chapter 4 Flashcards
What is packet
Packet is a generic term that refers to small block of data.
What are 2 reasons for packet
- Resource sharing
2. To detect the errors
What is frame
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
What are frame delimiters
The characters at the start and end of frame
What is SOH character
Start of header
What is EOT character
End of transmission
What are disadvantages of frame
Incurs extra overhead. EOT and SOH take time but carry no data
What are advantages of frame
Missing EOT or SOH will be identified and system will know something is wrong.
What is data stuffing
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.
What is byte stuffing and bit stuffing
Byte stuffing is done on character oriented hardware and bit stuffing is done on bit oriented hardware.