Difference between revisions of "ARPANET"

From Computer History Wiki
Jump to: navigation, search
(+VDH)
m (Host tables: Here for now)
Line 44: Line 44:
 
** [http://www.chiappa.net/~jnc/tech/arpaprot.html ARPANET Technical Information: ARPANET Protocol Handbook]
 
** [http://www.chiappa.net/~jnc/tech/arpaprot.html ARPANET Technical Information: ARPANET Protocol Handbook]
 
* [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]
 +
 +
===Host tables===
 +
 +
* [https://github.com/ttkzw/hosts.txt HOSTS.TXT] - a good collection
 +
** [https://github.com/ttkzw/hosts.txt/blob/master/pub/hosts/19850605/HOSTS.TXTDoD Internet Host Table] - June, 1985 (Version number 456)
 +
**[https://github.com/ttkzw/hosts.txt/blob/master/pub/hosts/19891130/HOSTS.TXT DoD Internet Host Table] - December, 1989 (Version number 1515)
 +
* [https://www.rfc-editor.org/rfc/rfc288.txt Network Host Status] - January, 1972
 +
* [https://www.rfc-editor.org/rfc/rfc597.txt Host Status] - December, 1973
 +
* [https://www.rfc-editor.org/rfc/rfc752.html A Universal Host Table] - January, 1979
  
 
[[Category: ARPANET]]
 
[[Category: ARPANET]]

Revision as of 20:03, 9 August 2023

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

Host tables