octet

octet

octet,一種計算機語言,意思是網際網路標準使用八位組。

基本介紹


在傳統的二進位數字概念中,1 byte(位元組)=8 bit(位)。大多數網際網路標準使用八位組(octet)這個術語而不是使用位元組來表示8位的量。該術語起始於TCP/IP發展的早期,當時許多早期的工作是在諸如DEC-10這樣的系統上進行的,然而這些系統的結構使用的位元組(byte)長度是10位(bit),因此出現了octet的單位,即準確定義 1 octet = 8 bit。
以下常見詞語中包含這個單詞
Universal Multiple-Octet Coded Character Set (UCS)
===============M=S=D=N==============================================================
Octet is a string that represents an array of bytes. This syntax is used to store binary data.
for example:
Each IP address is 32 bits long and composed of four octets, or 8-bit fields. An octet is a decimal number in the range from 0 through 255. Each octet is separated by a period.