Difference between revisions of "Computer Interconnect"

From Computer History Wiki
Jump to: navigation, search
(A reasonable start)
 
(First element implemented)
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''Computer Interconnect''' (usually given as the acronym, '''CI''') is high-speed [[packet]]ized [[data network]]ing system from [[Digital Equipment Corporation|DEC]]; basically a fairly short-range [[local area network|LAN]].
+
The '''Computer Interconnect''' (usually given as the acronym, '''CI''') is a high-speed [[packet]]ized [[data network]]ing system from [[Digital Equipment Corporation|DEC]]; basically a fairly short-range [[local area network|LAN]]; it was the first element of DEC's [[System Communication Architecture]] to be implemented.
  
It consists of uni-directional point-point links, all running between an interface on each [[host]] (called 'nodes' in the CI system) and a 'coupler'. The network's physical topology is thus a star (an approach pioneered by [[MIT Laboratory for Computer Science|LCS]]'s [[Version 1 ring]]), but electrically and logically, it is a linear bus, like the [[ethernet]]. It too uses [[CSMA]] for access control to the shared transmission medium, but different in detail from that of the Ethernet.
+
It consists of uni-directional point-point links, all running between an interface on each [[host]] (called 'nodes' in the CI system) and a 'coupler'. The network's physical topology is thus a star (an approach pioneered by [[MIT Laboratory for Computer Science|LCS]]'s [[Version 1 ring]]), but electrically and logically, it is a linear bus, like the [[Ethernet]]. It too uses [[Carrier-Sense Multiple Access with Collision Detection|CSMA]] for access control to the shared transmission medium, but different in detail from that of the Ethernet.
  
In addition to processors (mostly [[VAX]]en, although there was a CI interface for the [[KL10]]), intelligent [[mass storage]] [[device controller|controllers]] (such as the [[HSC50]]) could be connected to a CI network; this was a key role in the widely-deployed [[VAXcluster]]. [[Acknowledgement]]s are provided by the [[hardware]]; if one is not received, a [[retransmission]] can be performed.
+
In addition to processors (mostly [[VAX]]en, although there was the [[CI20 Computer Interconnect]] for the [[KL10]]), intelligent [[mass storage]] [[device controller|controllers]] (such as the [[HSC50 Hierarchical Storage Controller|HSC50]]) could be connected to a CI network; this was a key role in the widely-deployed [[VAXcluster]]. [[Acknowledgement]]s are provided by the [[hardware]]; if one is not received, a [[retransmission]] can be performed.
  
Node [[address]]es are 8 bits; so the [[address space]] could hold up to 256 nodes. The initial coupler (a passive one) supported up to 16 links. All CI links are duplicated, for robustness. (Later versions used them separately, to double the capacity.) Thus, each host has 4 links to it; two transmit, and two receive.
+
Node [[address]]es are 8 bits; so the [[address space]] could hold up to 256 nodes. The initial coupler (the [[SC008 Star Coupler]]) - a passive one - supported up to 16 links. All CI links are duplicated, for robustness. (Later versions used them separately, to double the capacity.) Thus, each host has 4 links to it; two transmit, and two receive.
  
 
The links are [[coaxial cable]]s. Data speeds were 70 megabits per second; link lengths could be up to 45 meters. At the [[analog]] level, it used [[Manchester encoding]], on [[baseband]] signaling.
 
The links are [[coaxial cable]]s. Data speeds were 70 megabits per second; link lengths could be up to 45 meters. At the [[analog]] level, it used [[Manchester encoding]], on [[baseband]] signaling.
Line 11: Line 11:
 
==See also==
 
==See also==
  
* [[SC008 Star Coupler]]
+
* [[SC004 Star Coupler]] 4 Nodes max.
* [[CI20 Computer Interconnect]]
+
* [[SC008 Star Coupler]] 8 Nodes max.
* [[CI780 Computer Interconnect Interface]]
+
* [[CISCE CI Star Coupler Extension]] 16 Nodes max.
* [[CI750 Computer Interconnect Interface]]
+
* [[CI20 Computer Interconnect|CI20 KL10 CI Interface]]
* [[CIBCA]]
+
* [[CI780 Computer Interconnect Interface|CI780 VAX-11/780 CI Interface]]
* [[CIXCD]]
+
* [[CI750 Computer Interconnect Interface|CI750 VAX-11/750 CI Interface]]
 +
* [[CIBCI]] - [[VAX Bus Interconnect|VAXBI]] CI Interface, 1st generation
 +
* [[CIBCA-A]] - VAXBI CI Interface, 2nd generation
 +
* [[CIBCA-B]] - VAXBI CI Interface, 3rd generation
 +
* [[CIXCD]] - [[Extended Memory Interconnect|XMI]] CI Interface
 +
* [[CITCA]] - [[TURBOchannel]] CI Interface
 +
* [[CIQBA]] - [[QBUS]] CI Interface
 +
* [[CIPCA]] - [[Peripheral Component Interconnect|PCI]] CI Interface
 +
* [[DEC CI Hierarchical Storage Controllers]]
  
 
==External links==
 
==External links==
  
 +
* [http://bitsavers.org/pdf/dec/dsa/ci/ CI] - CI documentation at Bitsavers
 +
** [http://bitsavers.org/pdf/dec/dsa/ci/Computer_Interconnect_Specification_198111.txt Computer Interconnect Specification]
 
* [https://research.cs.wisc.edu/areas/os/Qual/papers/vaxclusters.pdf VAXclusters: A Closely-Coupled Distributed System] - paper on VAXclusters which describes the CI in some detail
 
* [https://research.cs.wisc.edu/areas/os/Qual/papers/vaxclusters.pdf VAXclusters: A Closely-Coupled Distributed System] - paper on VAXclusters which describes the CI in some detail
  
[[Category: Digital Equipment Corporation]]
+
[[Category: DEC Networking]]
[[Category: Networking]]
+
[[Category: Computer Interconnect]]
 +
[[Category: DEC Interface Standards]]

Latest revision as of 14:50, 1 May 2024

The Computer Interconnect (usually given as the acronym, CI) is a high-speed packetized data networking system from DEC; basically a fairly short-range LAN; it was the first element of DEC's System Communication Architecture to be implemented.

It consists of uni-directional point-point links, all running between an interface on each host (called 'nodes' in the CI system) and a 'coupler'. The network's physical topology is thus a star (an approach pioneered by LCS's Version 1 ring), but electrically and logically, it is a linear bus, like the Ethernet. It too uses CSMA for access control to the shared transmission medium, but different in detail from that of the Ethernet.

In addition to processors (mostly VAXen, although there was the CI20 Computer Interconnect for the KL10), intelligent mass storage controllers (such as the HSC50) could be connected to a CI network; this was a key role in the widely-deployed VAXcluster. Acknowledgements are provided by the hardware; if one is not received, a retransmission can be performed.

Node addresses are 8 bits; so the address space could hold up to 256 nodes. The initial coupler (the SC008 Star Coupler) - a passive one - supported up to 16 links. All CI links are duplicated, for robustness. (Later versions used them separately, to double the capacity.) Thus, each host has 4 links to it; two transmit, and two receive.

The links are coaxial cables. Data speeds were 70 megabits per second; link lengths could be up to 45 meters. At the analog level, it used Manchester encoding, on baseband signaling.

See also

External links