Difference between revisions of "Network Control Protocol"

From Computer History Wiki
Jump to: navigation, search
(Add some detail, links, etc)
(Retrieve some text)
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 [[transport 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 incorrectly, 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:
+
Since then, many other networking software systems were also called NCP; the modern equivalent would be [[protocol stack|network stack]].
 +
 
 +
==Details==
 +
 
 +
NCP runs over the [[Host-to-IMP Protocol]], and consists of two semi-separate protocols:
  
 
* Initial Connection Protocol (ICP)
 
* Initial Connection Protocol (ICP)

Revision as of 00:54, 16 March 2018

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

Since then, many other networking software systems were also called NCP; the modern equivalent would be network stack.

Details

NCP 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