Difference between revisions of "1822 interface"

From Computer History Wiki
Jump to: navigation, search
(Picture of signals.)
(Explain 'ready/test' pairs now that we have the diagram; consistent tense)
 
Line 1: Line 1:
[[Image:BBN-1822-IMP-host-interface.jpg|thumb|right|400px|IMP-host interface signals]]
+
[[Image:BBN-1822-IMP-host-interface.jpg|thumb|right|400px|IMP-host interface signals; note the relays on the two 'ready/test' pairs]]
  
 
The '''1822 interface''' (named after the number of the [[Bolt, Beranek, and Newman|BBN]] report which specified it) was [[bit-serial]] data transfer interface used in [[data network]]ing. It was [[asynchronous]], with a handshake on every bit.
 
The '''1822 interface''' (named after the number of the [[Bolt, Beranek, and Newman|BBN]] report which specified it) was [[bit-serial]] data transfer interface used in [[data network]]ing. It was [[asynchronous]], with a handshake on every bit.
Line 5: Line 5:
 
It was originally specified for use in connecting a [[host]] to an [[Interface Message Processor|IMP]] on the [[ARPANET]], leading to the common naming of [[device controller]]s which produced an 1822 interface as [[IMP interface]]s; a number of different host 1822 interfaces were produced over the years. Somewhat later, the 1822 interface was adopted for the interface used to connect to the PRUs of the early [[Packet Radio Network‎‎]]; this was likely due in part because of the easy availability of a large range of host interfaces.
 
It was originally specified for use in connecting a [[host]] to an [[Interface Message Processor|IMP]] on the [[ARPANET]], leading to the common naming of [[device controller]]s which produced an 1822 interface as [[IMP interface]]s; a number of different host 1822 interfaces were produced over the years. Somewhat later, the 1822 interface was adopted for the interface used to connect to the PRUs of the early [[Packet Radio Network‎‎]]; this was likely due in part because of the easy availability of a large range of host interfaces.
  
At the very lowest layer, there are two different choices for the [[physical layer]]; 'Local Host' (LH), and 'Distant Host' (DH). (Technically, there is also a third, the 'Very Distant Host' (VDH), but it is an entirely different system from the other two; it is a [[synchronous serial line]] through a [[modem]], exactly the same as the system which the IMPs use to talk to each other, allowing a host to be many miles from the IMP it is attached to. It is not at all similar to the interface discussed here, so is not covered here.)
+
At the very lowest layer, there were two different choices for the [[physical layer]]; 'Local Host' (LH), and 'Distant Host' (DH). (Technically, there was also a third, the 'Very Distant Host' (VDH), but it was an entirely different system from the other two; it was a [[synchronous serial line]] through a [[modem]], exactly the same as the system which the IMPs used to talk to each other, allowing a host to be many miles from the IMP it was attached to. It was not at all similar to the interface discussed here, so is not covered here.)
  
The first two are operationally the same, and differ only in the lowest-level physical details: LH uses [[Single-ended signalling|single-sided]] [[transistor-transistor logic|TTL]] signals over [[twisted pair]]s, with a [[ground]] being the other [[conductor]] in the pair; DH uses [[differential pair]]s, with ground isolation on the IMP end.
+
The first two were operationally the same, and differ only in the lowest-level physical [[analog]] details: LH used [[single-ended signalling|single-sided]] [[transistor-transistor logic|TTL]] signals over [[twisted pair]]s, with a [[ground]] being the other [[conductor]] in the pair; DH used [[differential pair]]s, with ground isolation on the IMP end.
  
The 1822 interface also included two pairs of 'ready' lines (one pair from the IMP, and one from the Host); one conductor of each pair was connected to the other (which was usually connected to ground) via a [[relay]] when that entity wanted to signal that it is ready.
+
The 1822 interface also included two pairs of 'ready/test' lines (one pair from the IMP, and one from the Host); one conductor of each pair was connected to the other via a [[relay]] at the responsible machine's end when that machine wanted to signal that it was ready. (One of the pair was usually connected to ground at the source; the other line could then be tested to see is it too was at ground.)
  
 
There was no fixed [[word]] length, the IMP was prepared to talk to machines with different word lengths.
 
There was no fixed [[word]] length, the IMP was prepared to talk to machines with different word lengths.

Latest revision as of 13:39, 15 January 2025

IMP-host interface signals; note the relays on the two 'ready/test' pairs

The 1822 interface (named after the number of the BBN report which specified it) was bit-serial data transfer interface used in data networking. It was asynchronous, with a handshake on every bit.

It was originally specified for use in connecting a host to an IMP on the ARPANET, leading to the common naming of device controllers which produced an 1822 interface as IMP interfaces; a number of different host 1822 interfaces were produced over the years. Somewhat later, the 1822 interface was adopted for the interface used to connect to the PRUs of the early Packet Radio Network‎‎; this was likely due in part because of the easy availability of a large range of host interfaces.

At the very lowest layer, there were two different choices for the physical layer; 'Local Host' (LH), and 'Distant Host' (DH). (Technically, there was also a third, the 'Very Distant Host' (VDH), but it was an entirely different system from the other two; it was a synchronous serial line through a modem, exactly the same as the system which the IMPs used to talk to each other, allowing a host to be many miles from the IMP it was attached to. It was not at all similar to the interface discussed here, so is not covered here.)

The first two were operationally the same, and differ only in the lowest-level physical analog details: LH used single-sided TTL signals over twisted pairs, with a ground being the other conductor in the pair; DH used differential pairs, with ground isolation on the IMP end.

The 1822 interface also included two pairs of 'ready/test' lines (one pair from the IMP, and one from the Host); one conductor of each pair was connected to the other via a relay at the responsible machine's end when that machine wanted to signal that it was ready. (One of the pair was usually connected to ground at the source; the other line could then be tested to see is it too was at ground.)

There was no fixed word length, the IMP was prepared to talk to machines with different word lengths.

See also