Network Control Protocol (ARPANET)The Network Control Protocol (NCP) was a communication protocol for a computer network in the 1970s and early 1980s. It provided the transport layer of the protocol stack running on host computers of the ARPANET, the predecessor to the modern Internet. NCP preceded the Transmission Control Protocol (TCP) as a transport layer protocol used during the early ARPANET. NCP was a simplex protocol that utilized two port numbers, establishing two connections for two-way communications. An odd and an even port were reserved for each application layer application or protocol. The standardization of TCP and UDP reduced the need for the use of two simplex ports per application to one duplex port.[1]: 15 There is some confusion over the name, even among the engineers who worked with the ARPANET.[2] Originally, there was no need for a name for the protocol stack as a whole, so none existed. When the development of TCP started, a name was required for its predecessor, and the pre-existing acronym 'NCP' (which originally referred to Network Control Program, the software that implemented this stack) was organically adopted for that use.[3][4] Eventually, it was realized that the original expansion of that acronym was inappropriate for its new meaning, so a new quasi-backronym was created, 'Network Control Protocol' — again, organically, not via a formal decision.[5][6] HistoryOn the ARPANET, the protocols in the physical layer, the data link layer, and the network layer used within the network were implemented on separate Interface Message Processors (IMPs). The host usually connected to an IMP using another kind of interface, with different physical, data link, and network layer specifications. The IMP's capabilities were specified by the Host/IMP Protocol in BBN Report 1822, which was written by Bob Kahn.[7][8] Under the auspices of Leonard Kleinrock at University of California Los Angeles (UCLA),[9] Stephen D. Crocker, then a graduate student in computer science at UCLA, formed and led the Network Working Group (NWG). Working with Jon Postel and others, they designed a host-to-host protocol, known as the Network Control Program, which was developed in the ARPANET's earliest RFC documents in 1969 after a series of meetings on the topic with engineers from UCLA, University of Utah, and SRI.[10][nb 1] Crocker said "While much of the development proceeded according to a grand plan, the design of the protocols and the creation of the RFCs was largely accidental."[nb 2] After approval by Barry Wessler at ARPA,[11] who had ordered certain more exotic elements to be dropped,[12] it was finalized in RFC 33 in early 1970,[13] and deployed to all nodes on the ARPANET in December 1970.[14][15] NCP codified the ARPANET network interface, making it easier to establish, and enabling more sites to join the network.[16][17] It provided connections and flow control between processes running on different ARPANET host computers. Application services, such as remote login and file transfer, would be built on top of NCP, using it to handle connections to other host computers. Other participants in the NWG developed these application-level protocols, TELNET and FTP.[nb 3][18][19] Since lower protocol layers were provided by the IMP-host interface, NCP essentially provided a transport layer consisting of the ARPANET Host-to-Host Protocol (AHHP) and the Initial Connection Protocol (ICP). AHHP defined procedures to transmit a unidirectional, flow-controlled data stream between two hosts. The ICP defined the procedure for establishing a bidirectional pair of such streams between a pair of host processes. Application protocols (e.g., FTP) accessed network services through an interface to the top layer of NCP — a forerunner to the Berkeley sockets interface. Network Control ProgramNetwork Control Program (usually given as NCP) was the name for the software on hosts which implemented the Network Control Protocol of the ARPANET.[20][5] It was almost universally referred to by the acronym, NCP. This was later taken over to refer to the protocol suite itself.[3][4] NCPs were written for many operating systems, including Multics, TENEX, UNIX and TOPS-10, and many of those NCPs survive (although of course they are now used by only vintage computer enthusiasts). Transition to TCP/IPOn January 1, 1983, in what is known as a flag day, NCP was officially rendered obsolete when the ARPANET changed its core networking protocols from NCP to the more flexible and powerful TCP/IP protocol suite, marking the start of the modern Internet.[21][22][23][24] See alsoNotes
References
Sources
Further reading
External links
|