Difference between revisions of "ARPANET"

From Computer History Wiki
Jump to: navigation, search
m (Move host tables to separate article)
m (Further reading: +Where Wizards Stay Up Late)
Line 35: Line 35:
 
* 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.
 +
* Katie Hafner, "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==

Revision as of 01:17, 26 December 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