Difference between revisions of "ARPANET"

From Computer History Wiki
Jump to: navigation, search
m (get rid of bogus red link)
(+VDH)
Line 1: Line 1:
 
The '''ARPANET''' was the first [[packet]]-based [[wide-area network]]; so named because it was initiated, and initially funded, by ARPA.
 
The '''ARPANET''' was the first [[packet]]-based [[wide-area network]]; so named because it was initiated, and initially funded, by ARPA.
  
It consisted of [[minicomputer]]s called [[Interface Message Processor]]s ('IMPs', for short) running specialized [[packet switch]]ing [[program|code]], joined together with [[synchronous serial line]]s; [[host]] computers were connected to the IMPs by special bit-serial [[1822 interface]]s.
+
It consisted of [[minicomputer]]s called [[Interface Message Processor]]s ('IMPs', for short) running specialized [[packet switch]]ing [[program|code]], joined together with [[synchronous serial line]]s; [[host]] computers were initially connected to the IMPs by special bit-serial [[1822 interface]]s.
 +
 
 +
(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 [[device controller|interface]]s were used.)
  
 
Later on, customized IMP variants called [[Terminal Interface Processor]]s ('TIPs', for short) were added to the ARPANET; these provided groups of [[asynchronous serial line]]s to which could be attached [[terminal]]s, which allowed users at the terminals access to the hosts attached to the ARPANET.
 
Later on, customized IMP variants called [[Terminal Interface Processor]]s ('TIPs', for short) were added to the ARPANET; these provided groups of [[asynchronous serial line]]s to which could be attached [[terminal]]s, which allowed users at the terminals access to the hosts attached to the ARPANET.
Line 9: Line 11:
 
The [[protocol suite]] used on the early ARPANET included:
 
The [[protocol suite]] used on the early ARPANET included:
  
* The [[Host-to-IMP Protocol]], the bottom layer; specified in [http://www.bitsavers.org/pdf/bbn/imp/BBN1822_Jan1976.pdf BBN Report #1822] (multiple editions over time)
+
* The [[Host-to-IMP Protocol]], the bottom layer; specified in BBN Report #1822 (below; multiple editions over time)
 
* [http://www.rfc-editor.org/rfc/rfc165.txt ICP], Initial connection protocol
 
* [http://www.rfc-editor.org/rfc/rfc165.txt ICP], Initial connection protocol
 
* [https://drive.google.com/file/d/1vBXEHEClcD9XLqueVyVf831LOlqn0hrJ/view Host-to-Host Protocol] (early version [http://www.rfc-editor.org/rfc/rfc714.txt here])
 
* [https://drive.google.com/file/d/1vBXEHEClcD9XLqueVyVf831LOlqn0hrJ/view Host-to-Host Protocol] (early version [http://www.rfc-editor.org/rfc/rfc714.txt here])
Line 35: Line 37:
 
==External links==
 
==External links==
  
 +
* BBN Report #1822, [http://www.bitsavers.org/pdf/bbn/imp/BBN1822_Jan1976.pdf Specification for the Interconnection of a Host and an IMP] - Appendix F contains the VDH specification
 
* [http://www.chiappa.net/~jnc/tech/arpanet.html ARPANET Technical Information]
 
* [http://www.chiappa.net/~jnc/tech/arpanet.html ARPANET Technical Information]
 
** [http://www.chiappa.net/~jnc/tech/arpageo.html ARPANET Technical Information: Geographic Maps]
 
** [http://www.chiappa.net/~jnc/tech/arpageo.html ARPANET Technical Information: Geographic Maps]

Revision as of 17:37, 15 October 2022

The ARPANET was the first packet-based wide-area network; so named because it was initiated, and initially funded, by ARPA.

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, which all the application protocols ran over.

Those included:

See also

Further reading

External links