What makes ethernet "Ethernet"? There's 10BASE-T Ethernet, which is what we all use and has been around since the late 80s. There's 10BASE5 and 10BASE2 Ethernet, which uses a shared coax cable between machines and was around from the early-80s to the mid-90s. And then there's the pre-standard coax Ethernet that the Alto used in the 1970s. Is there a common technological thread between these three things, other than t…
I think the common thread is multiple sender/receivers on a single shared conductor using csma/cd. https://en.wikipedia.org/wiki/Carrier-sense_multiple_access_...
[1] https://en.m.wikipedia.org/wiki/Token_ring
Edit: Also DecNet, SNA, Arcnet if you want some more view into competing ideas in the same time period.