Difference between revisions of "Chaosnet"
From Computer History Wiki
m (→External links: +MIT plans) |
m (→External links: add a couple of files) |
||
Line 38: | Line 38: | ||
* [https://lm-3.github.io/amber.html AI memo 623] - Includes chapters on ITS, TOPS-20, Lisp Machine, and Unix implementations. | * [https://lm-3.github.io/amber.html AI memo 623] - Includes chapters on ITS, TOPS-20, Lisp Machine, and Unix implementations. | ||
+ | * [https://github.com/PDP-10/its-vault/blob/master/files/moon/chaord.57 MOON;CHAORD >] - Moon's initial design | ||
+ | * [https://github.com/PDP-10/its-vault/blob/master/files/moon/amber.66 MOON;AMBER >] - another Moon document | ||
* [https://tumbleweed.nu/r/lm-3/uv/amber.html Chaosnet] - Detailed descriptions of both the hardware system, and the protociol(s) | * [https://tumbleweed.nu/r/lm-3/uv/amber.html Chaosnet] - Detailed descriptions of both the hardware system, and the protociol(s) | ||
− | * [https://github.com/ | + | * [https://github.com/PDP-10/its-vault/tree/master/files/chaos CHAOS;] - hardware interface designs, etc. |
+ | ** [https://github.com/PDP-10/its-vault/blob/master/files/chaos/chaos.plans CHAOS;CHAOS PLANS] - interesting details of the physical installation at MIT | ||
{{semi-stub}} | {{semi-stub}} | ||
[[Category: Networking]] | [[Category: Networking]] |
Revision as of 20:03, 3 October 2021
CHAOSnet was the name for both an internetworking protocol family, and an early LAN technology, both invented at the MIT AI Laboratory; the latter was the LAN on which the protocol first ran.
The LAN was a CSMA-CD system modeled on the Xerox PARC 3 megabit/second Ethernet, running over cable TV cable. The protocol was later made to run over standard 10 megabit/second Ethernet, which largely supplanted the CHAOSnet hardware.
The protocol provided a reliable byte stream service, but also had a datagram mode.
History
CHAOSnet was initially called CAIOSnet.
Implementations
- Lisp machines
- ITS
- TOPS-20
- FOONEX
- VAX/VMS
- BSD Unix
- MINITS
- PDP-11 Unix V7
- Unix V8
- MagicSix
- Chaosnet Bridge
- Oswalds's Python and Lisp implementations.
- Linux.
Hardware, and simulations
External links
- AI memo 623 - Includes chapters on ITS, TOPS-20, Lisp Machine, and Unix implementations.
- MOON;CHAORD > - Moon's initial design
- MOON;AMBER > - another Moon document
- Chaosnet - Detailed descriptions of both the hardware system, and the protociol(s)
- CHAOS; - hardware interface designs, etc.
- CHAOS;CHAOS PLANS - interesting details of the physical installation at MIT