Difference between revisions of "TCP and IP bake offs"

From Computer History Wiki
Jump to: navigation, search
m (External links: typo)
m (Typo.)
 
Line 8: Line 8:
 
* [[UNIX Sixth Edition]] for the [[PDP-11]] from [[Bolt, Beranek, and Newman|BBN]] in [[C programming language|C]]
 
* [[UNIX Sixth Edition]] for the [[PDP-11]] from [[Bolt, Beranek, and Newman|BBN]] in [[C programming language|C]]
 
* [[OS/360|OS/MVT]] for the [[IBM System/360|IBM 360]] from [[UCLA]]
 
* [[OS/360|OS/MVT]] for the [[IBM System/360|IBM 360]] from [[UCLA]]
* [[Multics]] for the [[Honeywell 6000 series|Heneywell 68/80]] from the [[MIT Laboratory for Computer Science|LCS]]
+
* [[Multics]] for the [[Honeywell 6000 series|Honeywell 68/80]] from the [[MIT Laboratory for Computer Science|LCS]]
  
 
==ISI bake off==
 
==ISI bake off==

Latest revision as of 12:05, 23 January 2025

The so-called TCP and IP bake offs were a series of early interoperability tests of initial implementations of the TCP and IP protocols.

Implementation demonstration

Four prototype implementations of TCP/IP were tested for mutual interoperability at an 'implementation demonstration' held as part of a internet meeting held at ARPA (the testing, in the afternoon, was actually performed at DCEC) on 4 December, 1978. This was likely the very earliest attempt to get different TCP implementations to connect to each other. They were:

ISI bake off

6 prototype implementations of TCP/IP were tested at a 'TCP Bake Off' held at ISI on 27-28 January, 1979. They were the four above, and:

  • UNIX Sixth Edition from BBN in Macro-11 (itself a port of the TIU implementation, above)
  • TENEX for the PDP-10 from BBN

External links