Difference between revisions of "ARPANET"

From Computer History Wiki
Jump to: navigation, search
m (Further reading: +Where Wizards Stay Up Late)
m (External links: +BBN pspers)
Line 40: Line 40:
  
 
* 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
 
* 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
 +
* [https://walden-family.com/bbn/arpanet-rfq.pdf ARPANET RFQ] - the acorn
 +
* [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/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 00:09, 16 January 2024

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