Difference between revisions of "Interface Message Processor"

From Computer History Wiki
Jump to: navigation, search
(Mention ARPANET.)
m (External links: +Initial Design for Interface Message Processors for the ARPA Computer Network)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
BBN Interface Message Processor.
+
The '''Interface Message Processor''' (or '''IMP''', as they were universally known) was the [[packet switch]] which the [[ARPANET]] was made out of; the IMPs were connected to each other via high-speed dedicated point-point telephone links, connected to the IMPs via a [[modem]]. All ARPANET [[host]]s connected to an IMP; connection of a host to an IMP required a special [[network interface]], an [[IMP interface]], which used the asynchronous bit-serial [[1822 interface]] standard, which was especially created for the ARPANET.
  
Used to route messages between [[ARPANET]] hosts.
+
A message from one Host to another was sent via the source Host's IMP, then routed through some number (possibly zero) intermediate IMPs, then through the destination Host's IMP (possibly the same IMP as the first one, in which case the message never went over a telephone line), on to the destination Host. The [[protocol]] which controlled both the channel between the host and IMP, and inter-host communication, was the [[Host-to-IMP Protocol]].
  
{{stub}}
+
The IMPs were Honeywell DDP-516 'ruggedized' [[minicomputer]]s, with added special high-speed modem interfaces, and 1822 host interfaces. Later, other variant minicomputers were also used; the Honeywell DDP-316 (the non-ruggedized version of the 516), the Pluribus, and the [[BBN]] C/30 (which first had [[microcode]] which emulated the Honeywell machines, later an updated "native mode" microcode exposing the full 20-bit hardware).
 +
 
 +
{{semi-stub}}
 +
 
 +
==External links==
 +
 
 +
* [http://www.bitsavers.org/pdf/bbn/imp/BBN1763_IMP_InitialDesign_Jan69.pdf Initial Design for Interface Message Processors for the ARPA Computer Network]
 +
* [http://walden-family.com/impcode/ Resurrection of the 1973 IMP code] - While focused on the retrieval, and running under a simulator, of the original IMP code, this site contains much other IMP-related material too (manuals, etc)
 +
** F.E. Heart, R.E. Kahn, S.M. Ornstein, W.R. Crowther, and D.C. Walden, [http://www.walden-family.com/public/1970-imp-afips.pdf The interface message processor for the ARPA computer network], Proceedings AFIPS, 1970 SJCC, Vol. 36, pp. 551-567.
 +
** [https://walden-family.com/impcode/imp-hardware.pdf Intermodem Processor System] - Honeywell manual covering much of the custom IMP hardware
 +
**  [https://walden-family.com/impcode/imp-code.pdf The Arpanet IMP Program: Retrospective and Resurrection]
 +
* [http://bitsavers.org/pdf/computerControlCompany/series16/ Honeywell Series 16]
 +
** [http://bitsavers.org/pdf/computerControlCompany/series16/h316/70130072156_316_516_PgmrRef_Nov70.pdf  Models 316 and 516 Programmers' Reference Manual]
 +
** [http://bitsavers.org/pdf/computerControlCompany/series16/h316/70130072180L_DMC_Option_Jun75.pdf H316-20 Data Multiplex Control Option] - DMA controller heavily used by the IMP modem and host interface hardware
 +
* [http://www.chiappa.net/~jnc/tech/arpanet.html ARPANET Technical Information]
 +
 
 +
[[Category: ARPANET]]

Latest revision as of 19:49, 17 December 2023

The Interface Message Processor (or IMP, as they were universally known) was the packet switch which the ARPANET was made out of; the IMPs were connected to each other via high-speed dedicated point-point telephone links, connected to the IMPs via a modem. All ARPANET hosts connected to an IMP; connection of a host to an IMP required a special network interface, an IMP interface, which used the asynchronous bit-serial 1822 interface standard, which was especially created for the ARPANET.

A message from one Host to another was sent via the source Host's IMP, then routed through some number (possibly zero) intermediate IMPs, then through the destination Host's IMP (possibly the same IMP as the first one, in which case the message never went over a telephone line), on to the destination Host. The protocol which controlled both the channel between the host and IMP, and inter-host communication, was the Host-to-IMP Protocol.

The IMPs were Honeywell DDP-516 'ruggedized' minicomputers, with added special high-speed modem interfaces, and 1822 host interfaces. Later, other variant minicomputers were also used; the Honeywell DDP-316 (the non-ruggedized version of the 516), the Pluribus, and the BBN C/30 (which first had microcode which emulated the Honeywell machines, later an updated "native mode" microcode exposing the full 20-bit hardware).

External links