Byte-Oriented Protocols
Sentinel approach
- look for special control codes in data stream
- Examples: SYN (synchronize), SOH (start of header), STX (start of text), ETX (end of text)
- Problem: have to escape occurrences of sentinels (byte stuffing)
- Frame size is data dependent!
Byte-count approach (cnt field errors!?)