Byte-oriented protocol: Difference between revisions

Content deleted Content added
Unicode, i.e. UTF-8 can also be 3 bytes. Used to be up to 6 bytes, but now limited to 4.
mNo edit summary
 
Line 2:
'''Byte-oriented framing protocol''' is "a communications protocol in which full bytes are used as control codes. Also known as character-oriented protocol."<ref>{{cite web|last=The Free Dictionary|title=byte-oriented protocol|url=http://encyclopedia2.thefreedictionary.com/byte-oriented+protocol|work=McGraw-Hill Dictionary of Scientific & Technical Term|accessdate=September 4, 2012}}</ref> For example [[UART]] communication is byte-oriented.
 
The term "character-oriented" is deprecated, {{By whom|date=December 2017}} since the notion of character has changed. An ASCII character fits to one byte (octet) in terms of the amount of information. With the internationalization of computer software, wide characters became necessary, to handle texts in different languages. In particular, Unicode characters (or strictly speaking [[code point]]s) can be 1, 2, 3 or 4 bytes in [[UTF-8]], and other encodings of [[Unicode]] use two or four bytes per [[code point]].
 
==See also==