Why do we use binary computing systems instead of terniary systems?

In summary, the ternary computer offers some advantages over binary logic, but it is more complex to implement and slower to execute.
  • #1
elcaro
128
28
TL;DR Summary
In the past there have been computers built that used a ternary (= three valued, like -1, 0, 1) storage system instead of the (now) common binary (= two valued, 0 and 1) system. Both systems have their pro's and con's, but why is computing hardware now dominated by binary hardware systems almost exclusively?
See for example Ternary computer
 
Computer science news on Phys.org
  • #2
What have you found with your Google searching so far for the tradeoffs? I can think of several reasons (mostly hardware related), but I'd be interested to see some links to other analyses...
 
  • Like
Likes elcaro
  • #3
berkeman said:
What have you found with your Google searching so far for the tradeoffs? I can think of several reasons (mostly hardware related), but I'd be interested to see some links to other analyses...
In 1958 a ternary computer system was built in the Soviet union, the Setun. Some 50 computers were built. They were later replaced with binary computers. They performed equally well, but the binary computer was 2,5 times the cost. See Setun

Advantages of ternary computers are for example branching on comparison instructions (greater then, equal as, less then) which are more simple to implement using ternary logic.

Also I found this: Why not ternary computers and Building the first ternary computer
 
Last edited:
  • #4
Because on-off, i.e. a switch, is much easier to implement efficiently and at high-speed than a 3-state system.
What would the ternary computer equivalent of MOSFET be?
I am sure you could implement a ternary system using MOSFET-based switching, but presumably that would defeat the point.

Btw, a modern equivalent of this discussion is the qutrit (3-level system) vs qubit (2-level system). Since it is hard to make qubits one could argue that it would make more sense to use (at least) 3 levels for computations. Right now, this looks like an interesting idea; but one that is hard to implement. The "gain" from using fewer qubits is typically more than offset by the increased control complexity and the reduction is stability.
That is, it is not dissimilar to the old ternary vs binary discussion.
 
  • Like
Likes FactChecker, berkeman, PeroK and 1 other person
  • #5
elcaro said:
In 1958 a ternary computer system was built in the Soviet union
Be careful putting much stock in what was done many years ago. We've come a long way since then in computing hardware.
elcaro said:
These are newer efforts, but not very good articles, IMO. Very popular-press-type articles with little substance.

A fruitful search on this probably should include you searching for how the state of the art in cell density and operational speed have made such huge advances over the past couple of decades. You will find that the super-dense and very fast computer and memory ICs have evolved because of the ability to simplify and shrink the circuit features so much (related to Moore's Law). As IC feature sizes have shrunk, the power supply voltages have also gone down (because otherwise you get too much leakage and risk arc-over and punch-through), which really limits you to storing and detecting just two states per cell/gate. To store and detect 3 states, you need analog detectors with wider voltages which keeps you at larger feature sizes and lower IC densities (more expensive and much slower).

Especially if you've seen some of the state-of-the-art design rules for the smalles geometries that we are using now, it's amazing how close we are cutting voltage margins, etc., in order to maximize the performance and minimize the cost of high-density ICs.
 
  • Like
Likes elcaro, NTL2009 and DaveE
  • #6
It's following that old rule that it takes 2 to tango!

If you recall the earliest computing machine were mechanical and used base 10. (Babbage) Then came the electromechanical relay ones and base 2 (Zuse).

https://en.wikipedia.org/wiki/Z3_(computer)

Finally electronics replaced the mechanical relays with tube logic then transistor logic and base 2 was here to stay.

One could argue that its simpler to implement base 2 logic in hardware over base 3.
 
  • Like
Likes FactChecker and sysprog
  • #7
Why not more levels than ternary (if we're discussing a move)?

This question is mirrored in the selection of Long Instructions and Reduced Instruction sets for computer microcode. The shorter the list of possible instructions (logic levels), the simpler the implementation but the slower the execution times can be.
These days, long winded calculations tend to be done with dedicated processors (image and video processing are examples) and we have hybrid structures. I guess the same could be said about logic levels. You can more or less assume distributed processing so different processors could use different logic; the more logic levels, the more specialised the processes.
 

1. Why do we use binary computing systems instead of ternary systems?

Binary computing systems have been the dominant method of data storage and manipulation for decades, and there are a few key reasons for this. First, binary systems are simpler and easier to implement than ternary systems. Second, binary systems have proven to be more reliable and stable over time. Additionally, the vast majority of hardware and software is designed to work with binary systems, making it the most practical choice for most applications.

2. What is the difference between binary and ternary computing?

Binary computing is based on the use of two symbols, typically 0 and 1, to represent all data. Ternary computing, on the other hand, uses three symbols, typically 0, 1, and 2, to represent data. This may seem like a small difference, but it has significant implications for the complexity and practicality of the systems.

3. Are there any advantages to using ternary computing over binary computing?

In theory, ternary computing could offer advantages such as higher data storage capacity and faster processing speeds. However, in practice, these advantages have not been significant enough to outweigh the challenges and complexities involved in implementing ternary systems. As a result, binary computing remains the preferred method in most cases.

4. Can binary and ternary systems coexist?

Yes, it is possible for binary and ternary systems to coexist. In fact, some computing systems use a combination of both binary and ternary components. However, for the reasons mentioned above, binary systems are still the dominant choice for most computing applications.

5. Will ternary computing ever replace binary computing?

It is highly unlikely that ternary computing will completely replace binary computing in the near future. While there may be some niche applications where ternary systems could be beneficial, the widespread use and reliability of binary systems make it a difficult technology to replace. Additionally, the cost and effort involved in transitioning to ternary computing would likely be prohibitive for most organizations.

Similar threads

Replies
4
Views
5K
Replies
9
Views
2K
Replies
4
Views
785
  • Computing and Technology
2
Replies
35
Views
4K
  • Computing and Technology
Replies
13
Views
2K
Replies
26
Views
1K
  • Computing and Technology
Replies
1
Views
1K
  • Computing and Technology
Replies
3
Views
2K
Replies
17
Views
585
Replies
14
Views
2K
Back
Top