@audio-b-dog
"What's this new 802.3 thing. I need to use it to communicate with another base." I'm sure you know that was the beginning of the internet
Ah, if it was only that simple!
Alas, you are conflating Ethernet with the Internet, but Ethernet is a Local Area Network technology while the Internet has evolved to connect a network of different networks
802.3 represents the international standardisation of Ethernet in 1982. Ethernet was co-invented by Xerox, Intel and Digital. At the time, Ethernet competed in the local-area-network space with IBM's token ring and another technology called token bus.
The first implementation of Ethernet used a thick, shielded, solid core coaxial cable of 50-Ohms impedance, which could be up to 500-m long and was usually bright orange or yellow. I actually sold one! So that frozen yellow garden hose with a maximum length of 500-m put a strict limit on local for Ethernet!
Up to 100 devices could connect to the backbone cable using physical "vampire taps" drilled into the cable to reach the solid core. The cable was marked at 2.5-m intervals, which is where taps could be drilled. The distance was carefully calculated to avoid signal reflections at the tap points. The ends of the cable were terminated using 50-Ohm resistors to avoid reflections. To distinguish from later generations of Ethernet, it was known as 10BASE5 where 10 is for the bit rate in Mbps and 5 is the maximum length in 100-m units.
Like S/PDIF, Ethernet fits into the physical and data link layers of the Open System Interconnection model, and was retrofitted into OSI.
OSI itself is an international standard very closely based on Digital Network Architecture (DNA) which is a seven-layer networking model introduced by Digital Equipment Corporation around 1975, implemented as DECnet.
The idea behind multiple network layers is simple, Each layer wraps an additional data envelope around a packet of data. The envelope at each layer includes address information and other metadata relevant to that layer.
For example, every Ethernet device ever made includes a unique address number known as the MAC. Every Ethernet packet includes the MAC of the destination and of the sender. Unlike an IPv4 32-bit address, the MAC is 48-bits long so there are enough unique addresses to uniquely identify every Ethernet device in the world. (This is a severe problem for the internet as it struggles to get IPv6 implemented!)
If you wanted to extend 10BASE5 to say 1000-m, you could add a simple signal repeater feeding another length of frozen yellow garden hose, albeit with a time delay.
To make a bigger network, you could add a bridge between two segments. A bridge builds a list of Ethernet addresses on each segment and only forwards packets when required. Put multiple bridges in one box, and you have a switch.
Up the level, and you have routers which connect over Wide Area communications links. Up again, and gateways convert from one network protocol to another.
Each level peeks deeper into the data envelopes, requiring more overhead,
Digital Network Architecture is a brilliantly designed structure imposing an engineering discipline on how networks should be built.
The Internet, on the other hand, is just evolving like topsy ...