Difference between revisions of "Network Control Protocol"

From Computer History Wiki
Jump to: navigation, search
(Update to remove IMP attribution)
(Add some detail, links, etc)
Line 1: Line 1:
The '''Network Control Program''', canonically abbreviated to '''NCP''' (which people often, but incorectly think, stands for 'Network Control Protocol'), is the [[protocol]] run between [[host]]s connected to the [[ARPANET]] prior to the introduction of [[TCP/IP]].
+
The '''Network Control Program''', canonically abbreviated to '''NCP''' (which people often, but incorectly think, stands for 'Network Control Protocol'), is the [[transport protocol]] run between [[host]]s connected to the [[ARPANET]], prior to the introduction of [[TCP/IP]].
 +
 
 +
It runs over the [[Host-to-IMP Protocol]], and consists of two semi-separate protocols:
 +
 
 +
* Initial Connection Protocol (ICP)
 +
* ARPANET Host-to-Host Protocol (AHHP)
 +
 
 +
==Further reading==
 +
 
 +
* Jon Postel, "Official Initial Connection Protocol", June 1971, NIC #7101, UCLA-NMC (this does not seem to be online, but an early version, which is almost identical to the final version, can be found [http://www.rfc-editor.org/rfc/rfc165.pdf here])
 +
* Alex McKenzie; Jon Postel "[http://www.cbi.umn.edu/hostedpublications/pdf/McKenzieNCP1972.pdf Host-to-Host Protocol for the ARPANET]", October 1977, NIC #8246, Network Information Center
 +
 
 +
==External links==
 +
 
 +
* [http://www.chiappa.net/~jnc/tech/arpanet.html ARPANET Technical Information]
  
 
{{stub}}
 
{{stub}}

Revision as of 19:57, 15 March 2018

The Network Control Program, canonically abbreviated to NCP (which people often, but incorectly think, stands for 'Network Control Protocol'), is the transport protocol run between hosts connected to the ARPANET, prior to the introduction of TCP/IP.

It runs over the Host-to-IMP Protocol, and consists of two semi-separate protocols:

  • Initial Connection Protocol (ICP)
  • ARPANET Host-to-Host Protocol (AHHP)

Further reading

  • Jon Postel, "Official Initial Connection Protocol", June 1971, NIC #7101, UCLA-NMC (this does not seem to be online, but an early version, which is almost identical to the final version, can be found here)
  • Alex McKenzie; Jon Postel "Host-to-Host Protocol for the ARPANET", October 1977, NIC #8246, Network Information Center

External links