Talk:Octet (computing)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Octal[edit]

I have always been under the impression that an octet was three bits representing an octal number. I guess this because I grew up in a Varian 501 which is an octal machine. —Preceding unsigned comment added by 210.213.254.182 (talkcontribs) 07:41, 16 August 2006

This can be the case, but only generally specifying an IP number, because three digits from the IP number are specified using eight bits. I don't think the three digits should be called an octet itself, only the eight bits that make up that particular three digits, if that makes sense! There's some good info on it here: http://www.webopedia.com/DidYouKnow/Internet/2002/IPaddressing.asp

Matt512 15:24, 21 January 2007 (UTC)

I think you are talking about two different things. What 210 was saying was that the three bits that make up an octal digit (for example, the binary number 101, which represents the octal digit 5) could be referred to as an octet. I believe this is another acceptable usage of the term "octet", but not one that is typically used in networking, since there is little call to express an IP address in octal as opposed to either decimal or hexadecimal. --ΨΦorg 21:58, 21 January 2007 (UTC)[reply]
It is possibly be a contraction of octal digit analogous to bit for binary digit with the i changed to e to make it less funny. Unless it refers to the set of permutations possible with 3 bits, octet it isn't really a valid use. --217.87.126.198 (talk) 04:44, 23 November 2007 (UTC)[reply]

Octet != Octal[edit]

An octet is a group of eight. Three bits representing an octal digit are just that: an octal number, not an octet. Likewise, a number in base 6 is not a "sextet", but six numbers in base 2 can be described as a sextet (of binary numbers). UNIX file system permissions are typically expressed as a triplet or quartet of octal numbers (corresponding to 9 or 12 binary flags).

Unless someone can provide official examples and / or a strong rationale behind using "octet" to describe a set of three numbers, I think this "exception" makes no sense and should be removed. —Preceding unsigned comment added by 89.180.13.10 (talk) 02:05, 25 October 2007 (UTC)[reply]

It's sad but [1]. Seems to be rarely used though and the earliest mention online of this term I could find is 2001. Some confuse Iran and Iraq, too, so it might not really be noteworthy after all. --217.87.126.198 (talk) 02:41, 23 November 2007 (UTC)[reply]

"Byte" and "Bit" are not homophones in French[edit]

As a native speaker from France, I have to disagree with the statement that Byte and Bit are homophones in the french language (at least in France). Everybody I know in the Computer Science and Telecomm community has been trained to pronouce those words the english way. As a consequence, no misunderstanding is possible. D. Barthel (Jan 2008)

I disagree too ! Byte and Bit are pronounced with an english accent, so they aren't homophones. But I understand that's can be a source of misunderstanding for youngers who doesn't speak english but that's all. But the use of "Octet" is easier to remember the difference between the two. --Max81 (talk) 21:14, 29 January 2008 (UTC)[reply]
I'm French canadian and I also disagreee —Preceding unsigned comment added by 141.119.184.10 (talk) 18:20, 13 March 2008 (UTC)[reply]

Grammatically bit and byte ARE homophones in the french language no matter what common practice is. So, if this is an encyclopedia, it would be correct to include this bit ;-) of information in the article. Maybe with a hint that certain cultural practices have evolved beyond importance to the grammatical fact. 134.2.188.3 (talk) 11:36, 13 September 2010 (UTC)[reply]

'Bite' in French[edit]

I've read that another reason the francophone world may prefer 'octet' is that 'byte' sounds like 'bite' which has a distracting meaning in French. Several online sources confirm 'bite' means 'prick'/'cock' (as in 'penis' used as a vulgar insult) in French. So the use of 'octet' doesn't just clear up 8-bit ambiguities... it avoids a possibly snicker-inducing/distracting secondary meaning, especially when spoken. Gojomo (talk) 04:08, 25 July 2012 (UTC)[reply]

My interpretation[edit]

From what I understand the term octet came about from base 8, which was a commonly used base in computing until base 16 came into place (this needs historical details).

If I am not mistaken, previous language developers used the CPU register size to determine what is what, and from there compilers became ambiguous.

Irregardless, the base used was commonly representative of the CPU register size, which appears to be no longer true (confirm, and put details e.g. Murphy law and power of 2).

If I also recall, there was a nibble, which is half an octet, which may correspond to the previous 3/4-bit questions, which preceded.

That being, I think there was a fuss between the compilers and the CPU engineers. That is, what is a word, and what is a half word (not confirmed).

After many years I think it was somehow set in dirt that a word will be the size of a CPU register, and a half word will be half the size of a CPU register. Not too great for the programmer because confusion still goes on today... Moreover, to add to the complexity, you must take into account the floating point instructions (a long time ago, these used to be almost always software, but I guess the CPU engineers decided to integrate circuits to do it).

In conclusion, if your building software, define an octet to be 8-bits, which is identical to a 'C' char type. Also, make use of signed and unsigned. Today it is probably okay to rely on 'limits.h.' However, if you want to be truly CPU architectural independent (damn CPU engineers) go it your own! Otherwise, for now, always go with a power of 2.

Thought we were finished? Sorry no. There is signed and unsigned. No worries, a signed word is always a power of 2, and an unsigned will always be 1 less than the unsigned number...

Happy programming, Mark J. Olesen —Preceding unsigned comment added by Markjolesen (talkcontribs) 22:30, 20 September 2008 (UTC)[reply]

An octet is by definition a word comprising of 8 bits. No connection with octal notation. End of story! Letdorf (talk) 09:43, 21 September 2008 (UTC).[reply]
"define an octet to be 8-bits, which is identical to a 'C' char type" that false, C define char as "at least 8 bits" 2001:41D0:FC14:1400:B90A:4AB1:F08B:3B7A (talk) 01:22, 19 August 2022 (UTC)[reply]

Note 3[edit]

Looking at the article markup Note 3 seems to point to a dead link. The correct URL for this link has been placed in the article.Nicodemus (talk) 15:26, 16 May 2017 (UTC)[reply]

"Octade" has also meant three bits - not eight[edit]

Example: "OCTADE" on logical page 2-5 (physical page 35) of the 1964 Burroughs B5500 Reference Manual:

Octal to Decimal Conversion

2-14. OCTADE. In octal to decimal or decimal to octal conversions, if the powers of 8 are known, then the procedure is much the same as the corresponding subtraction method of binary. The difference is the digital multiplier (N) which will have a value of from 0 through 7 in octal. Each octal digit will be referred to as an octade. ...

(Underscoring mine).

Also, the 2000 edition of Vittorio Ferretti's "Dictionary of Electronics, Computing and Telecommunications: Part 1: German-English" equates:

Oktade [Gruppe von drei Bits]
COMP.SC

with

octad n [group of three bits]
= octade

AHMartin (talk) 23:19, 27 October 2022 (UTC)[reply]