Lispm, PDP-10, PDP-11, VAX.
Chaosnet (1981)
11–16 of 16 posts
Re: Chaosnet (1981)
#12Re: Chaosnet (1981)
#13I only know of this because the CADR emulator supports an emulated version of it.
Re: Chaosnet (1981)
#14Re: Chaosnet (1981)
#15"The transmission medium of Chaosnet is called the ether. Physically it is a coaxial cable, of the semi-rigid 1/2 inch low-loss type used for cable TV, with 75-ohm termination at both ends. At each network node a cable transceiver is attached to the cable. A 10-meter flat cable connects the transceiver to an interface which is attached to a computer’s I/O bus." [...] "The transceiver receives a differential digital s…
In this design you need a way to make computers take turns. CSMA/CD is the stupidest: wait until nobody is transmitting before you transmit, and if two nodes start transmitting at the same moment, both abort.
Re: Chaosnet (1981)
#16It says it was inspired by Ethernet, and while modern Ethernet might have some significant differences of course, what were the differences between Chaosnet and the Ethernet of the time?
On top of the hardware protocol, Chaosnet also defined the higher-level transport and session layer protocol. Applications are addressed by a name string rather than a port number; e.g. "TELNET" instead of 23. This protocol was retained when the NIC hardware was replaced with stock Ethernet.