Difference between revisions of "ARPANET"

From Computer History Wiki
Jump to: navigation, search
m (External links: +Alexander McKenzie oral history)
m (External links: +Resurrection of the 1973 IMP code)
 
(One intermediate revision by the same user not shown)
Line 36: Line 36:
 
==Further reading==
 
==Further reading==
  
* 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.
+
* 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.
* J.M. McQuillan, W.R. Crowther, B.P. Cosell, D.C. Walden, and F.E. Heart, "[http://walden-family.com/impcode/1972-improvements-paper.pdf Improvements in the Design and Performance of the ARPA Network]", Proceedings AFIPS, 1972 FJCC, Vol. 40, pp. 741-754.
+
* J.M. McQuillan, W.R. Crowther, B.P. Cosell, D.C. Walden, and F.E. Heart, [http://walden-family.com/impcode/1972-improvements-paper.pdf ''Improvements in the Design and Performance of the ARPA Network''], Proceedings AFIPS, 1972 FJCC, Vol. 40, pp. 741-754.
* John M. McQuillan, David C. Walden, "[http://www.walden-family.com/public/whole-paper.pdf The ARPA Network Design Decisions]", in "Computer Networks", Vol. 1, No. 5, August 1977, pp. 243-289.
+
* John M. McQuillan, David C. Walden, [http://www.walden-family.com/public/whole-paper.pdf ''The ARPA Network Design Decisions''], in "Computer Networks", Vol. 1, No. 5, August 1977, pp. 243-289.
* David Walden, 'IMP Software Guys', [https://walden-family.com/bbn/imp-code.pdf The ARPANET IMP Program: Retrospective and Resurrection], [[Annals of the History of Computing]], Vol. 36, No. 2, April-June 2014, pp. 28-39
+
* David Walden, 'IMP Software Guys', [https://walden-family.com/bbn/imp-code.pdf ''The ARPANET IMP Program: Retrospective and Resurrection''], [[Annals of the History of Computing]], Vol. 36, No. 2, April-June 2014, pp. 28-39 <!-- https://www.scribd.com/document/865776956/The-Arpanet-IMP-Program-imp-code - as-published version -->
* Katie Hafner, "Where Wizards Stay Up Late: The Origins Of The Internet", Simon & Schuster, New York, 1996 - well researched, and accessibly told, history
+
* Katie Hafner, [https://monoskop.org/images/e/ee/Hafner_Katie_Lyon_Matthew_Where_Wizards_Stay_Up_Late_The_Origins_Of_The_Internet.pdf ''Where Wizards Stay Up Late: The Origins Of The Internet''], Simon & Schuster, New York, 1996 - well researched, and accessibly told, history
  
 
==External links==
 
==External links==
Line 58: Line 58:
 
* [https://ban.ai/multics/doc/kirstein-arpanet.pdf Early Experiences with the ARPANET and INTERNET in the UK]
 
* [https://ban.ai/multics/doc/kirstein-arpanet.pdf Early Experiences with the ARPANET and INTERNET in the UK]
 
* [https://www.rfc-editor.org/in-notes/museum/tcp-ip-digest/ TCP-IP-Digest] - this mailing list recorded the work to convert the ARPANET to TCP/IP
 
* [https://www.rfc-editor.org/in-notes/museum/tcp-ip-digest/ TCP-IP-Digest] - this mailing list recorded the work to convert the ARPANET to TCP/IP
 +
* [https://www.walden-family.com/impcode/ Resurrection of the 1973 IMP code]- also links to a wealth of online material
  
 
[[Category: ARPANET]]
 
[[Category: ARPANET]]

Latest revision as of 14:11, 16 July 2025

The ARPANET (the word 'ARPANET' IS always used with the definite article ('the') - using naked 'ARPANET' will reveal that you are a clueless, un-educated 'noob') was the first packet-based wide-area network; so named because it was initiated, and initially funded, by ARPA.

It was intermediate between a virtual circuit network and a datagram network, but closer to the former. There was no 'call setup'; but it had what amounted to connections inside the network, data was delivered reliably and in order, and it had flow control in the network.

It consisted of minicomputers called Interface Message Processors ('IMPs', for short) running specialized packet switching code, joined together with synchronous serial lines; host computers were initially connected to the IMPs by special bit-serial 1822 interfaces.

(The 1822 'Local Host' and 'Distant Host' interface variants had maximum lengths of about 100 feet and 2,000 feet respectively; to allow connection of hosts at much greater distances, a wholly new interface, the 'Very Distant Host', was eventually added. It used a synchronous seral line, at the hardware level; on the IMP end, the existing serial line interfaces were used.)

Later on, customized IMP variants called Terminal Interface Processors ('TIPs', for short) were added to the ARPANET; these provided groups of asynchronous serial lines to which could be attached terminals, which allowed users at the terminals access to the hosts attached to the ARPANET.

Protocols

The protocol suite used on the early ARPANET included:

These protocols formed the Network Control Protocol (NCP), which all the application protocols ran over.

Those included:

The ARPANET later converted to using the TCP/IP protocol family, and NCP was disabled.

See also

Further reading

External links