Difference between revisions of "ARPANET"

From Computer History Wiki
Jump to: navigation, search
m (External links: +BBN pspers)
(Add a thumbnail description)
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 was intermediate between a [[circuit-switching|virtual circuit]] network and a [[datagram]] network, but closer to the former. There was no 'call setup'; but it had what amounted to [[connection]]s inside the network, data was delivered reliably and in order, and it had [[flow control]] in the network.
  
 
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.
 
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.
Line 43: Line 43:
 
* [https://walden-family.com/bbn/arpanet-prop-ocr.pdf ARPANET Proposal] - the seedling
 
* [https://walden-family.com/bbn/arpanet-prop-ocr.pdf ARPANET Proposal] - the seedling
 
* [https://walden-family.com/bbn/arpanet-completion-report.pdf A History of the ARPANET: The First Decade ] - the tree
 
* [https://walden-family.com/bbn/arpanet-completion-report.pdf A History of the ARPANET: The First Decade ] - the tree
* [https://walden-family.com/public/whole-paper.pdf The ARPA Network Design Decisions]
 
 
* [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 16:55, 20 January 2024

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

Those included:

See also

Further reading

External links