Protocol Wars

Computer science debate

The Protocol Wars were a long-running debate in computer science that occurred from the 1970s to the 1990s, when engineers, organizations and nations became polarized over the issue of which communication protocol would result in the best and most robust networks. This culminated in the Internet–OSI Standards War in the 1980s and early 1990s, which was ultimately "won" by the Internet protocol suite (TCP/IP) by the mid-1990s when it became the dominant protocol through rapid adoption of the Internet.

In the late 1960s and early 1970s, the pioneers of packet switching technology built computer networks providing data communication, that is the ability to transfer data between points or nodes. As more of these networks emerged in the mid to late 1970s, the debate about communication protocols became a "battle for access standards". An international collaboration between several national postal, telegraph and telephone (PTT) providers and commercial operators led to the X.25 standard in 1976, which was adopted on public data networks providing global coverage. Separately, proprietary data communication protocols emerged, most notably IBM's Systems Network Architecture in 1974 and Digital Equipment Corporation's DECnet in 1975.

The United States Department of Defense (DoD) developed TCP/IP during the 1970s in collaboration with universities and researchers in the US, UK and France. IPv4 was released in 1981 and was made the standard for all DoD computer networking. By 1984, the international reference model OSI model had been agreed upon, with which TCP/IP was not compatible. Many European governments (particularly France, West Germany and the UK) and the United States Department of Commerce mandated compliance with the OSI model, while the US Department of Defense planned to transition from TCP/IP to OSI.

Meanwhile, the development of a complete Internet protocol suite by 1989, and partnerships with the telecommunication and computer industry to incorporate TCP/IP software into various operating systems laid the foundation for the widespread adoption of TCP/IP as a comprehensive protocol suite. While OSI developed its networking standards in the late 1980s, TCP/IP came into widespread use on multi-vendor networks for internetworking and as the core component of the emerging Internet.

Early computer networking

Packet switching vs circuit switching

Donald Davies and Bob Kahn designed the first two packet switching networks for computer-to-computer communication: the NPL Network (a datagram service); and the ARPANET network (a virtual circuit service).[1][2]

Computer science was an emerging discipline in the late 1950s that began to consider time-sharing between computer users and, later, the possibility of achieving this over wide area networks. In the early 1960s, J. C. R. Licklider proposed the idea of a universal computer network while working at Bolt Beranek & Newman (BBN) and, later, leading the Information Processing Techniques Office (IPTO) at the Advanced Research Projects Agency (ARPA, later, DARPA) of the U.S. Department of Defense (DoD). Independently, Paul Baran at RAND in the U.S. and Donald Davies at the National Physical Laboratory (NPL) in the U.K. invented new approaches to the design of computer networks.[3][4]

Baran published a series of papers between 1960 and 1964 about dividing information into "message blocks" and dynamically routing them over distributed networks.[5][6][7] Davies conceived of and named the concept of packet switching using interface computers for data communication in 1965–1966.[8][9] He proposed a national commercial data network in the UK, and designed the local-area NPL network to demonstrate and research his ideas. The first use of the term protocol in a modern data-communication context occurs in an April 1967 memorandum A Protocol for Use in the NPL Data Communications Network written by two members of Davies' team, Roger Scantlebury and Keith Bartlett.[10][11][12]

Licklider, Baran and Davies all found it hard to convince incumbent telephone companies of the merits of their ideas. AT&T held a monopoly on communications infrastructure in the United States, as did the General Post Office (GPO) in the United Kingdom, which was the national postal, telegraph and telephone service (PTT). They both believed speech traffic would continue to dominate and continued to invest in traditional telegraphic techniques.[13][14][15][16][17] Telephone companies were operating on the basis of circuit switching, alternatives to which are message switching or packet switching.[18][19]

Bob Taylor became the director of the IPTO in 1966 and set out to achieve Licklider's vision to enable resource sharing between remote computers.[20] Taylor hired Larry Roberts to manage the programme.[21] Roberts brought Leonard Kleinrock into the project; Kleinrock had applied mathematical methods to study communication networks in his doctoral thesis.[22] At the October 1967 Symposium on Operating Systems Principles, Roberts presented the early "ARPA Net" proposal, based on Wesley Clark's idea for a message switching network using Interface Message Processors (IMPs).[23] Roger Scantlebury presented Davies' work on a digital communication network and mentioned the work of Paul Baran.[24] At this seminal meeting, the NPL paper articulated how the data communications for such a resource-sharing network could be implemented.[25][26][27]

Larry Roberts incorporated Davies' and Baran's ideas on packet switching into the proposal for the ARPANET.[28][29] The network was built by BBN. Designed principally by Bob Kahn,[30][31] it departed from the NPL's connectionless network model in an attempt to avoid the problem of network congestion.[32] The service offered to hosts by the network was connection oriented. It enforced flow control and error control (although this was not end-to-end).[33][34][35] With the constraint that, for each connection, only one message may be in transit in the network, the sequential order of messages is preserved end-to-end.[33] This made the ARPANET what would come to be called a virtual circuit network.[2]

Datagrams vs virtual circuits

Computerworld magazine covered the "Battle for Access Standards" between datagrams and virtual circuits in its October 1975 edition.[36]

Packet switching can be based on either a connectionless or connection-oriented mode, which are different approaches to data communications. A connectionless datagram service transports data packets between two hosts independently of any other packet. Its service is best effort (meaning out-of-order packet delivery and data losses are possible). With a virtual circuit service, data can be exchanged between two host applications only after a virtual circuit has been established between them in the network. After that, flow control is imposed to sources, as much as needed by destinations and intermediate network nodes. Data are delivered to destinations in their original sequential order.[37][38]

Both concepts have advantages and disadvantages depending on their application domain. Where a best effort service is acceptable, an important advantage of datagrams is that a subnetwork may be kept very simple. A counterpart is that, under heavy traffic, no subnetwork is per se protected against congestion collapse. In addition, for users of the best effort service, use of network resources does not enforce any definition of "fairness"; that is, relative delay among user classes.[39][40][41]

Datagram services include the information needed for looking up the next link in the network in every packet. In these systems, routers examine each arriving packet, look at their routing information, and decide where to route it. This approach has the advantage that there is no inherent overhead in setting up the circuit, meaning that a single packet can be transmitted as efficiently as a long stream. Generally, this makes routing around problems simpler as only the single routing table needs to be updated, not the information for every virtual circuit. It also requires less memory, as only one route needs to be stored for any destination, not one per virtual circuit. On the downside, there is a need to examine every datagram, which makes them (theoretically) slower.[38]

On the ARPANET, the starting point in 1969 for connecting a host computer (i.e., a user) to an IMP (i.e., a packet switch) was the 1822 protocol, which was written by Bob Kahn.[30][42] Steve Crocker, a graduate student at the University of California Los Angeles (UCLA) formed a Network Working Group (NWG) that year. He 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 1] Under the supervision of Leonard Kleinrock at UCLA,[43] Crocker led other graduate students, including Jon Postel and Vint Cerf, in designing a host-host protocol known as the Network Control Program (NCP).[nb 2] They planned to use separate protocols, Telnet and the File Transfer Protocol (FTP), to run functions across the ARPANET.[nb 3][44][45] After approval by Barry Wessler at ARPA,[46] the NCP was finalized and deployed in December 1970 by the NWG. NCP codified the ARPANET network interface, making it easier to establish, and enabling more sites to join the network.[47][48]

Roger Scantlebury was seconded from the NPL to the British Post Office Telecommunications division (BPO-T) in 1969. There, engineers developed a packet-switching protocol from basic principles for an Experimental Packet Switched Service (EPSS) based on a virtual call capability. However, the protocols were complex and limited; Davies described them as "esoteric".[49][50]

Rémi Després started work in 1971, at the CNET (the research center of the French PTT), on the development of an experimental packet switching network, later known as RCP. Its purpose was to put into operation a prototype packet switching service to be offered on a future public data network.[51][52] Després simplified and improved on the virtual call approach, introducing the concept of "graceful saturated operation" in 1972.[53] He coined the term "virtual circuit" and validated the concepts on the RCP network.[54] Once set up, the data packets do not have to contain any routing information, which can simplify the packet structure and improve channel efficiency. The routers are also faster as the route setup is only done once; from then on, packets are simply forwarded down the existing link. One downside is that the equipment has to be more complex as the routing information has to be stored for the length of the connection. Another disadvantage is that the virtual connection may take some time to set up end-to-end, and for small messages, this time may be significant.[37][38][55]

TCP vs CYCLADES and INWG vs X.25

Key contributors to X.25, just after its approval in March 1976, including engineers from three PTTs (France, Japan, UK) and two private companies (Canada, USA)[nb 4]

Davies had conceived and described datagram networks, done simulation work on them, and built a single packet switch with local lines.[27][56] Louis Pouzin thought it looked technically feasible to employ a simpler approach to wide-area networking than that of the ARPANET.[56] In 1972, Pouzin launched the CYCLADES project, with cooperation provided by the French PTT, including free lines and modems.[57] He began to research what would later be called internetworking;[58][57] at the time, he coined the term "catenet" for concatenated network.[59] The name "datagram" was coined by Halvor Bothner-By.[60] Hubert Zimmermann was one of Pouzin's principal researchers and the team included Gérard Le Lann, among others. While building the network, they were advised by BBN as consultants.[58][61] Le Lann proposed the sliding window scheme for achieving reliable error and flow control on end-to-end connections.[62][63][64] Pouzin's team was the first to tackle the highly-complex problem of providing user applications with a reliable virtual circuit while using a best-effort service.[65] The network used unreliable, standard-sized, datagrams in the packet-switched network and virtual circuits for the transport layer.[58][66] First demonstrated in 1973, it pioneered the use of the pure datagram model, functional layering, and the end-to-end principle.[67] However, the sliding window scheme was never implemented on the CYCLADES network and it was never interconnected with other networks (except for limited demonstrations using traditional telegraphic techniques).[68][69]

Louis Pouzin's ideas to facilitate large-scale internetworking caught the attention of ARPA researchers through the International Network Working Group (INWG), an informal group established by Steve Crocker, Louis Pouzin, Davies, and Peter Kirstein in June 1972 in Paris, a few months before the International Conference on Computer Communication (ICCC) in Washington demonstrated the ARPANET.[56][70] At the ICCC, Pouzin first presented his ideas on internetworking, and Vint Cerf was approved as INWG's Chair on Steve Crocker's recommendation. INWG grew to include other American researchers, members of the French CYCLADES and RCP projects, and the British teams working on the NPL network, EPSS and the proposed European Informatics Network (EIN), a datagram network.[68][71] Like Baran in the mid-1960s, when Roberts approached AT&T about taking over the ARPANET to offer a public packet switched service, they declined.[72][73]

Bob Kahn joined the IPTO in late 1972. Although initially expecting to work in another field, he began work on satellite packet networks and ground-based radio packet networks, and recognized the value of being able to communicate across both. In Spring 1973, Vint Cerf moved to Stanford University. With funding from DARPA, he began collaborating with Kahn on a new protocol to replace NCP and enable internetworking. Cerf built a research team at Stanford studying the use of fragmentable datagrams. Gérard Le Lann joined the team during the period 1973-4 and Cerf incorporated his sliding windows scheme into the research work.[61]

Also in the United States, Bob Metcalfe and others at Xerox PARC outlined the idea of Ethernet and the PARC Universal Packet (PUP) for internetworking.[74] INWG met in Stanford in June 1973 and there was a follow-up meeting in July. Zimmermann and Metcalfe dominated the discussions.[75] Notes from the meetings were recorded by Cerf and Alex McKenzie, from BBN, and published as numbered INWG Notes (some of which were also RfCs). Kahn and Cerf presented their ideas at a networking conference at the University of Sussex in England in September 1973. Their ideas were refined further in long discussions with Davies, Scantlebury, Pouzin and Zimmerman.[76][68] Most of the work was done by Kahn and Cerf working as a duet.[77]

Peter Kirstein put internetworking into practice at University College London (UCL) in June 1973, connecting the ARPANET to British academic networks, the first international heterogeneous computer network. By 1975, there were 40 British academic and research groups using the link.[78]

The seminal paper, A Protocol for Packet Network Intercommunication, published by Cerf and Kahn in 1974 addressed the fundamental challenges involved in interworking across datagram networks with different characteristics, including routing in interconnected networks, and packet fragmentation and reassembly.[79][80] The paper drew upon and extended their prior research, developed in collaboration and competition with other American, British and French researchers.[81][82][68] DARPA sponsored work to formulate the first version of the Transmission Control Program (TCP) later that year. At Stanford, its specification, RFC 675, was written in December by Cerf with Yogen Dalal and Carl Sunshine as a monolithic (single layer) design.[68] The following year, testing began through concurrent implementations at Stanford, BBN and University College London,[83] but it was not installed on the ARPANET at this time.

A protocol for internetworking was also being pursued by INWG.[84][85] There were two competing proposals, one based on the early Transmission Control Program proposed by Cerf and Kahn (using fragmentable datagrams), and the other based on the CYCLADES transport protocol proposed by Pouzin and Zimmermann (using standard-sized datagrams).[68][86] A compromise was agreed and Vint Cerf, Alex McKenzie, Roger Scantlebury and Hubert Zimmermann authored an "international" end-to-end protocol based on standard-sized datagrams.[87][88] It was presented to the CCITT by Derek Barber in 1975 but was not adopted by the CCITT nor by the ARPANET.[71][61][nb 5]

The fourth biennial Data Communications Symposium later that year included presentations from Davies, Louis Pouzin, Derek Barber, and Ira Cotten about the current state of packet-switched networking.[nb 6] The conference was covered by Computerworld magazine which ran a story on the "battle for access standards" between datagrams and virtual circuits, as well as a piece describing the "lack of standard access interfaces for emerging public packet-switched communication networks is creating 'some kind of monster' for users". At the conference, Louis Pouzin said pressure from European PTTs forced the Canadian DATAPAC network to change from a datagram to virtual circuit approach,[36] although historians attribute this to IBM's rejection of their request for modification to their proprietary protocol.[89] Pouzin was outspoken in his advocacy for datagrams and attacks on virtual circuits and monopolies. He spoke about the "political significance of the [datagram versus virtual circuit] controversy," which he saw as "initial ambushes in a power struggle between carriers and the computer industry. Everyone knows in the end, it means IBM vs. Telecommunications, through mercenaries."[61]

After Larry Roberts and Barry Wessler left ARPA in 1973 to found Telenet, a commercial packet-switched network in the U.S., they joined the international effort to standardize a protocol for packet switching based on virtual circuits shortly before it was finalized.[90] With contributions from the French, British, and Japanese PTTs, particularly the work of Rémi Després on RCP and TRANSPAC, along with concepts from DATAPAC in Canada, and Telenet in the U.S., the X.25 standard was agreed by the CCITT in 1976.[nb 7][60][91] X.25 virtual circuits were easily marketed because they permit simple host protocol support.[92] They also satisfy the INWG expectation of 1972 that each subnetwork can exercise its own protection against congestion (a feature missing with datagrams).[93][94]

Larry Roberts adopted X.25 on Telenet and found that "datagram packets are now more expensive than VC packets" in 1978.[73] Vint Cerf said Roberts turned down his suggestion to use TCP when he built Telenet, saying that people would only buy virtual circuits and he could not sell datagrams.[56][84] Roberts predicted that "As part of the continuing evolution of packet switching, controversial issues are sure to arise."[73] Louis Pouzin remarked that "the PTT's are just trying to drum up more business for themselves by forcing you to take more service than you need."[95] The CYCLADES project, however, was shut down in the late 1970s for budgetary, political and industrial reasons and Pouzin was "banished from the field he had inspired and helped to create".[61]

Common host protocol vs translating between protocols

Internetworking protocols were still in their infancy.[96] Various groups were researching the issues involved, including the use of gateways to connected between two networks.[97] At the National Physical Laboratory in the UK, Davies' team studied the "basic dilemma" involved in interconnecting networks: a common host protocol requires restructuring existing networks that use different protocols. To explore this dilemma, the NPL network connected with the EIN by translating between two different host protocols, that is, using a gateway. Concurrently, the NPL connection to the EPSS used a common host protocol in both networks. NPL research confirmed establishing a common host protocol would be more reliable and efficient.[58]

DoD model vs X.25/X.75 vs proprietary standards

The first demonstration of the Internet, linking DARPA's three networks (the ARPANET, SATNET, and PRNET), which took place in July 1977[98]

The design of the Transmission Control Program incorporated both connection-oriented links and datagram services between hosts. Bob Kahn's efforts led to the absorption of MIT's proposal for a Data Stream Protocol (DSP) into the TCP Working Group.[99] A DARPA internetworking experiment in July 1977 linking the ARPANET, SATNET and PRNET demonstrated its viability.[98][100] Subsequently, DARPA and collaborating researchers began work on an Internet, publishing a series of Internet Experiment Notes.[101] Following discussions with Yogen Dalal and Bob Metcalfe at Xerox PARC,[102][103] in version 3 of TCP, written in 1978, Vint Cerf, now at DARPA, along with Danny Cohen and Jon Postel, at the Information Sciences Institute of the University of Southern California (USC), split the Transmission Control Program into two distinct protocols, the Transmission Control Protocol (TCP) as a reliable connection-oriented service and the Internet Protocol (IP) as connectionless layer.[104][105] For applications that did not want the services of TCP, an alternative called the User Datagram Protocol (UDP) was added in order to provide direct access to the basic service of IP.[106] Referred to as TCP/IP from 1980,[107] Version 4 was made standard for all military computer networking in March 1982.[108][109] It was installed on SATNET and adopted by NORSAR/NDRE in March and Peter Kirstein's group at UCL in November.[44] On January 1, 1983, known as "flag day", TCP/IP was installed on the ARPANET.[108][110] This resulted in a networking model that became known as the DoD internet architecture model (DoD model for short) or DARPA model.[111][112][113] Leonard Kleinrock's theoretical work published in the mid-1970s on the performance of the ARPANET underpinned the development of the protocol.[114][115]

The Coloured Book protocols, developed by British Post Office Telecommunications and the academic community at UK universities, gained some acceptance internationally as the first complete X.25 standard. First defined in 1975, they gave the UK "several years lead over other countries" but were intended as "interim standards" until international agreement was reached.[116][117][118][119] The X.25 standard gained political support in European countries and from the European Economic Community (EEC). The EIN, which was based on datagrams, was replaced with Euronet, which used X.25.[120][121] Peter Kirstein wrote that European networks tended to be short-term projects with smaller numbers of computers and users. As a result, the European networking activities did not lead to any strong standards except X.25,[nb 8] which became the main European data protocol for fifteen to twenty years. Kirstein said his group at University College London was widely involved, partly because they were one of the groups with the most expertise, and partly to try to ensure that the British activities, such as the JANET NRS, did not diverge too far from the US.[78] The construction of public data networks based on the X.25 protocol suite continued through the 1980s; international examples included the International Packet Switched Service (IPSS) and the SITA network.[91][122] Complemented by the X.75 standard, which enabled internetworking across national PTT networks in Europe and commercial networks in North America, this led to a global infrastructure for commercial data transport.[123][124][125]

Computer manufacturers developed proprietary protocol suites such as IBM's Systems Network Architecture (SNA), Digital Equipment Corporation's DECnet, Xerox's Xerox Network Systems (XNS, based on PUP) and Burroughs' BNA.[nb 9] By the end of the 1970s, IBM's networking activities were, by some measures, two orders of magnitude larger in scale than the ARPANET.[126] During the late 1970s and most of the 1980s, there remained a lack of open networking options. Therefore, proprietary standards, particularly SNA and DECnet, as well as some variants of XNS (e.g., Novell NetWare and Banyan VINES), were commonly used on private networks, becoming somewhat "de facto" industry standards.[117][127] Ethernet, promoted by DEC, Intel, and Xerox, outcompeted MAN/TOP, promoted by General Motors and Boeing.[128]

In the US, the National Science Foundation (NSF), NASA, and the United States Department of Energy (DoE) all built networks variously based on the DoD model, DECnet, and IP over X.25.

Internet–OSI Standards War

A cartoon sketched in 1988 by François Flückiger illustrated that "some people foresaw a division between world technologies: Internet in the United States, OSI in Europe. In this model, the two sides would have communicated via gateways."[129]

The early research and development of standards for data networks and protocols culminated in the Internet–OSI Standards War in the 1980s and early 1990s. Engineers, organizations and nations became polarized over the issue of which standard would result in the best and most robust computer networks.[130][131] Both standards are open and non-proprietary in addition to being incompatible,[132] although "openness" may have worked against OSI while being successfully employed by Internet advocates.[133][134][135][129][136]

OSI reference model

Researchers in the UK and elsewhere identified the need for defining higher-level protocols.[137] The UK National Computing Centre publication 'Why Distributed Computing', which was based on extensive research into future potential configurations for computer systems,[138] resulted in the UK presenting the case for an international standards committee to cover this area at the ISO meeting in Sydney in March 1977.[139][134]

Hubert Zimmermann, and Charles Bachman as chairman, played a key role in the development of the Open Systems Interconnections reference model. They considered it too early to define a set of binding standards while technology was still developing since irreversible commitment to a particular standard might prove sub-optimal or constraining in the long run.[140] They had to contend with many competing priorities and interests. The rate of technological change made it necessary to define a model that new systems could converge to rather than standardizing procedures after the fact; the reverse of the traditional approach to developing standards.[141] Although not a standard itself, it was an architectural framework that could accommodate existing and future standards.[142]

The most fundamental idea of the OSI model was that of a "layered" architecture. The layering concept was simple in principle but very complex in practice. The OSI model redefined how engineers thought about network architectures.[140]

Beginning in 1978, international work led to a draft proposal in 1980 and the final OSI model was published in 1984 by the International Organization for Standardization (ISO) and the International Telecommunication Union Telecommunication Standardization Sector (ITU-T).[134][143]

Internet protocol suite

The DoD model and other existing protocols, such as X.25 and SNA, all quickly adopted a layered approach in the late 1970s.[140][144] Although the OSI model shifted power away from the PTTs and IBM towards smaller manufacturer and users,[140] the "strategic battle" remained the competition between the ITU's X.25 and proprietary standards, particularly SNA.[145] Neither were fully OSI compliant. Proprietary protocols were based on closed standards and struggled to adopt layering while X.25 was limited in terms of speed and higher-level functionality that would become important for applications.[55] As early as 1982, RFC 874 criticised "zealous" advocates of the OSI reference model and criticised the functionality of the X.25 protocol and its use as an ""end-to-end" protocol in the sense of a Transport or Host-to-Host protocol".

Vint Cerf formed the Internet Configuration Control Board (ICCB) in 1979 to oversee the network's architectural evolution and field technical questions.[146] However, DARPA was still in control and, outside the nascent Internet community, TCP/IP was not even a candidate for universal adoption.[147][148][145][149] The implementation in 1985 of the Domain Name System proposed by Paul Mockapetris at USC, which enabled network growth by facilitating cross-network access,[150] and the development of TCP congestion control by Van Jacobson in 1986-88, led to a complete protocol suite, as outlined in RFC 1122 and RFC 1123 in 1989. This laid the foundation for the growth of TCP/IP as a comprehensive protocol suite, which became known as the Internet protocol suite.[151] ARPANET was shut down in 1990 and by then responsibilities for governance had shifted to the National Science Foundation.[152][139][153]

DARPA studied and implemented gateways,[97][55] which helped to neutralise X.25 as a rival networking paradigm. The computer science historian Janet Abbate explained: "by running TCP/IP over X.25, [D]ARPA reduced the role of X.25 to providing a data conduit, while TCP took over responsibility for end-to-end control. X.25, which had been intended to provide a complete networking service, would now be merely a subsidiary component of [D]ARPA's own networking scheme. The OSI model reinforced this reinterpretation of X.25's role. Once the concept of a hierarchy of protocols had been accepted, and once TCP, IP, and X.25 had been assigned to different layers in this hierarchy, it became easier to think of them as complementary parts of a single system, and more difficult to view X.25 and the Internet protocols as distinct and competing systems."[154]

Philosophical and cultural aspects

Vint Cerf emphasized the goal of running "IP on everything", notably with a T-shirt he wore while presenting to the 1992 IETF meeting.[155]

Historian Andrew L. Russell wrote that Internet engineers such as Danny Cohen and Jon Postel were accustomed to continual experimentation in a fluid organizational setting through which they developed TCP/IP. They viewed OSI committees as overly bureaucratic and out of touch with existing networks and computers. This alienated the Internet community from the OSI model. A dispute broke out within the Internet community after the Internet Architecture Board (IAB) proposed replacing the Internet Protocol in the Internet with the OSI Connectionless Network Protocol (CLNP). In response, Vint Cerf performed a striptease in a three-piece suit while presenting to the 1992 Internet Engineering Task Force (IETF) meeting, revealing a T-shirt emblazoned with "IP on Everything". According to Cerf, his intention was to reiterate that a goal of the IAB was to run IP on every underlying transmission medium.[155] At the same meeting, David Clark summarised the IETF approach with the famous saying "We reject: kings, presidents, and voting. We believe in: rough consensus and running code."[155] The Internet Society (ISOC) was chartered that year.[156]

Cerf later said the social culture (group dynamics) that first evolved during the work on the ARPANET was as important as the technical developments in enabling the governance of the Internet to adapt to the scale and challenges involved as it grew.[135][146]

François Flückiger wrote that "firms that win the Internet market, like Cisco, are small. Simply, they possess the Internet culture, are interested in it and, notably, participate in IETF."[129]

Furthermore, the Internet community was opposed to a homogenous approach to networking, such as one based on a proprietary standard such as SNA. They advocated for a pluralistic model of internetworking where many different network architectures could be joined into a network of networks.[157]

Technical aspects

Russell notes that Cohen, Postel and others were frustrated with technical aspects of OSI.[155] The model defined seven layers of computer communications, from physical media in layer 1 to applications in layer 7, which was more layers than the network engineering community had anticipated. In 1987, Steve Crocker said that although they envisaged a hierarchy of protocols in the early 1970s, "If we had only consulted the ancient mystics, we would have seen immediately that seven layers were required."[45] Although some sources say this was an acknowledgement that the four layers of the Internet Protocol Suite were inadequate.[158]

Strict layering in OSI was viewed by Internet advocates as inefficient and did not allow trade-offs ("layer violation") to improve performance. The OSI model allowed what some saw as too many transport protocols (five compared with two for TCP/IP). Furthermore, OSI allowed for both the datagram and the virtual circuit approach at the network layer, which are non-interoperable options.[130]

Richard des Jardins, an early contributor to the OSI reference model, captured the intensity of the rivalry in a 1992 article by saying "Let's continue to get the people of good will from both communities to work together to find the best solutions, whether they are two-letter words or three-letter words, and let's just line up the bigots against a wall and shoot them."[155]

In 1996, RFC 1958 described the "Architectural Principles of the Internet" by saying "in very general terms, the community believes that the goal is connectivity, the tool is the Internet Protocol, and the intelligence is end to end rather than hidden in the net work."

Practical and commercial aspects

Beginning in the early 1980s, DARPA pursued commercial partnerships with the telecommunication and computer industry which enabled the adoption of TCP/IP.[99] In Europe, CERN purchased UNIX machines with TCP/IP for their intranet between 1984 and 1988.[13][159] Nonetheless, Paul Bryant, the UK representative on the EARN Board of Directors,[160] said "By the time JNT [the UK academic network JANET] came along [in 1984] we could demonstrate X25 ... and we firmly believed that BT [British Telecom] would provide us with the network infrastructure and we could do away with leased lines and experimental work. If we had gone with DARPA then we would not have expected to be able to use a public service. In retrospect the flaws in that argument are clear but not at the time. Although we were fairly proud of what we were doing, I don't think it was national pride or anti USA that drove us, it was a belief that we were doing the right thing. It was the latter that translated to religious dogma."[84] JANET was a free X.25-based network for academic use, not research; experiments and other protocols were forbidden.[161]

The DARPA Internet was still a research project that did not allow commercial traffic or for-profit services. The NSFNET initiated operations in 1986 using TCP/IP but, two years later, the US Department of Commerce mandated compliance with the OSI model and the Department of Defense planned to transition away from TCP/IP to OSI.[162] The major European countries and the EEC endorsed OSI.[nb 10] They founded RARE and associated national network operators (such as DFN, SURFnet, SWITCH) to promote OSI protocols, and restricted funding for non-OSI compliant protocols.[nb 11] However, by 1988, the Internet community had defined the Simple Network Management Protocol (SNMP) to enable management of network devices (such as routers) on multi-vendor networks and the Interop '88 trade show showcased new products for implementing networks based on TCP/IP.[163][106] The same year, EUnet, the European UNIX Network, announced its conversion to Internet technology.[129] By 1989, the OSI advocate Brian Carpenter made a speech at a technical conference entitled "Is OSI Too Late?" which received a standing ovation.[134][164][165] OSI was formally defined, but vendor products from computer manufactures and network services from PTTs were still to be developed.[166][167] TCP/IP by comparison was not an official standard (it was defined in unofficial RFCs) but UNIX workstations with both Ethernet and TCP/IP included had been available since 1983.[130][136]

By the beginning of the 1990s, some smaller European countries had adopted TCP/IP.[nb 12] In February 1990, RARE stated "without putting into question its OSI policy, [RARE] recognizes the TCP/IP family of protocols as an open multivendor suite, well adapted to scientific and technical applications." In the same month, CERN established a transatlantic TCP/IP link with Cornell University in the United States.[129][168] Conversely, starting in August 1990, the NSFNET backbone supported the OSI CLNP in addition to TCP/IP. CLNP was demonstrated in production on NSFNET in April 1991, and OSI demonstrations, including interconnections between U.S. and European sites, were planned at the Interop '91 conference in October that year.[169]

At the Rutherford Appleton Laboratory (RAL) in the United Kingdom in January 1991, DECnet represented 75% of traffic, attributed to Ethernet between VAXs. IP was the second most popular set of protocols with 20% of traffic, attributed to UNIX machines for which "IP is the natural choice". Paul Bryant, Head of Communications and Small Systems at RAL, wrote "Experience has shown that IP systems are very easy to mount and use, in contrast to such systems as SNA and to a lesser extent X.25 and Coloured Books where the systems are rather more complex." The author continued "The principal network within the USA for academic traffic is now based on IP. IP has recently become popular within Europe for inter-site traffic and there are moves to try and coordinate this activity. With the emergence of such a large combined USA/Europe network there are great attractions for UK users to have good access to it. This can be achieved by gatewaying Coloured Book protocols to IP or by allowing IP to penetrate the UK. Gateways are well known to be a cause of loss of quality and frustration. Allowing IP to penetrate may well upset the networking strategy of the UK."[118] Similar views were shared by others at the time, including Louis Pouzin.[134] At CERN, Flückiger reflected "The technology is simple, efficient, is integrated into UNIX-type operating systems and costs nothing for the users' computers. The first companies that commercialise routers, such as Cisco, seem healthy and supply good products. Above all, the technology used for local campus networks and research centres can also be used to interconnect remote centers in a simple way."[129]

Beginning in March 1991, the JANET IP Service (JIPS) was set up as a pilot project to host IP traffic on the existing network.[170] Within eight months, the IP traffic had exceeded the levels of X.25 traffic, and the IP support became official in November. Also in 1991, Dai Davies introduced Internet technology over X.25 into the pan-European NREN, EuropaNet, although he experienced personal opposition to this approach.[171][172] The EARN and RARE adopted IP around the same time,[nb 13] and the European Internet backbone EBONE became operational in 1992.[129] OSI usage on the NSFNET remained low when compared to TCP/IP. In the UK, the JANET community talked about a transition to OSI protocols, which was to begin with moving to X.400 mail as the first step, but this never happened. The X.25 service was closed in August 1997.[173][174]

Mail was commonly delivered via Unix to Unix Copy Program (UUCP) in the 1980s, which was well suited for handling message transfers between machines that were intermittently connected. The Government Open Systems Interconnection Profile (GOSIP), developed in the late 1980s and early 1990s, would have led to X.400 adoption. Proprietary commercial systems offered an alternative. In practice, use of the Internet suite of email protocols (SMTP, POP and IMAP) grew rapidly.[175]

The invention of the World Wide Web in 1989 by Tim Berners-Lee at CERN, as an application on the Internet,[176] brought many social and commercial uses to what was previously a network of networks for academic and research institutions.[177][178] The Web began to enter everyday use in 1993–4.[179] The U.S. National Institute for Standards and Technology proposed in 1994 that GOSIP should incorporate TCP/IP and drop the requirement for compliance with OSI,[162] which was adopted into Federal Information Processing Standards the following year.[nb 14][180] NSFNET had altered its policies to allow commercial traffic in 1991,[181] and was shut down in 1995, removing the last restrictions on the use of the Internet to carry commercial traffic. Subsequently, the Internet backbone was provided by commercial Internet service providers and Internet connectivity became ubiquitous.[182][183]

Legacy

As the Internet evolved and expanded exponentially, an enhanced protocol was developed, IPv6, to address IPv4 address exhaustion.[184][nb 15] In the 21st century, the Internet of things is leading to the connection of new types of devices to the Internet, bringing reality to Cerf's vision of "IP on Everything".[186] Nonetheless, shortcomings exist with today's Internet; for example, insufficient support for multihoming.[187][188] Alternatives have been proposed, such as Recursive Network Architecture,[189] and Recursive InterNetwork Architecture.[190]

The seven-layer OSI model is still used as a reference for teaching and documentation;[191] however, the OSI protocols conceived for the model did not gain popularity. Some engineers argue the OSI reference model is still relevant to cloud computing.[192] Others say the original OSI model doesn't fit today's networking protocols and have suggested instead a simplified approach.[193]

Other standards such as X.25 and SNA remain niche players.[194]

Historiography

Katie Hafner and Matthew Lyon published one of the earliest in-depth and comprehensive histories of the ARPANET and how it led to the Internet. Where Wizards Stay Up Late: The Origins of the Internet (1996) explores the "human dimension" of the development of the ARPANET covering the "theorists, computer programmers, electronic engineers, and computer gurus who had the foresight and determination to pursue their ideas and affect the future of technology and society".[195][196]

Roy Rosenzweig has suggested that no one single account of the history of the Internet is sufficient and there will need to be a more adequate history written which will include aspects of many books.[44]

Janet Abbate's 1999 book Inventing the Internet was widely reviewed as an important work on the history of computing and networking, particularly in highlighting the role of social dynamics and of non-American participation in early networking development.[197][198] The book was also praised for its use of archival resources to tell the history.[199] She has since written about the need for historians to be aware of the perspectives they take in writing about the history of the Internet and explored the implications of defining the Internet in terms of "technology, use and local experience" rather than through the lens of the spread of technologies from the United States.[200][201]

In his many publications on the "histories of networking", Andrew L. Russell argues scholars could and should look differently at the history of the Internet. His work shifts scholarly and popular understanding about the origins of the Internet and contemporary work in Europe that both competed and cooperated with the push for TCP/IP.[202][203][204] James Pelkey conducted interviews with Internet pioneers in the late 1980s and completed his book with Andrew Russell in 2022.[3]

Martin Campbell-Kelly and Valérie Schafer have focused on British and French contributions as well as global and international considerations in the development of packet switching, internetworking and the Internet.[205][126][61][201]

See also

Notes

  1. ^ RFCs began as informal technical notes, "requests for comments", of the Networking Working Group (NWG).
  2. ^ Crocker said "NCP" later came to be used as the name for the protocol [see Network Control Protocol], but it originally meant the program within the operating system that managed connections. The protocol itself was known blandly only as the host-host protocol.'
  3. ^ The NPL team also envisaged the need for levels of data transmission in 1968. Both were early examples of the protocol layering concept incorporated in the OSI model.
  4. ^ Left to right: Bernard Jamet (France), Masao Kato (Japan), Paul Guinaudeau (France), Claude Martel (Canada), Vern MacDonald (Canada), Rémi Després (France), Halvor Bothner-by (Norway), Philip Kelly (United Kingdom), Mr. Ishino (Japan), Anton Rybczynski (Canada), Larry Roberts (United States).
  5. ^ Alex McKenzie was employed at BBN and worked on the ARPANET project. Hubert Zimmerman was Louis Pouzin's deputy on the CYCLADES project. Derek Barber became chairman of INWG shortly before the submission. He took over from Vint Cerf, who was chair from its inception. Barber was Davies' deputy at the National Physical Laboratory in the United Kingdom and director of the European Informatics Network.
  6. ^ Ira Cotten represented the computer network section at the National Bureau of Standards of the United States Department of Commerce.
  7. ^ Participants in the design of X.25 included engineers from Canada (DATAPAC), France (the PTT), Japan (NTT), the UK (the Post Office), and the USA (Telenet).
  8. ^ Although X.25 predates the OSI model, the three X.25 levels correspond to OSI layers 1 to 3.
  9. ^ Burroughs also built the SWIFT network.
  10. ^ France, West Germany, and the United Kingdom were leading advocates of the OSI model through the Government Open Systems Interconnection Profile (GOSIP).
  11. ^ According to one source, Vint Cerf, as program manager for the ARPANET, also denied funding for ARPA contractors to participate in ISO meetings.[104]
  12. ^ The Scandinavian countries (NORDUnet); the Netherlands (CWI); Spain; Ireland; Switzerland, and Austria had adopted TCP/IP by the beginning of the decade.
  13. ^ EARN and RARE merged in 1994 to form TERENA.
  14. ^ FIPS 146-2 allowed "...other specifications based on open, voluntary standards such as those cited in paragraph 3 ("...such as those developed by the Internet Engineering Task Force (IETF)... and the International Telecommunications Union, Telecommunication Standardization Sector (ITU–T))"
  15. ^ IP version number 5 was used by the Internet Stream Protocol, an experimental streaming protocol that was not adopted.[185]

References

  1. ^ John S, Quarterman; Josiah C, Hoskins (1986). "Notable computer networks". Communications of the ACM. 29 (10): 932–971. doi:10.1145/6617.6618. S2CID 25341056. The first packet-switching network was implemented at the National Physical Laboratories in the U.K. It was quickly followed by the ARPANET in 1969.
  2. ^ a b "An Interview with LOUIS POUZIN Conducted by Andrew L. Russell" (PDF). April 2012. Arpanet was virtual circuit." "essentially a virtual circuit service using internal datagram
  3. ^ a b Pelkey, Russell & Robbins 2022, p. 4 "Paul Baran, an engineer celebrated as the co-inventor (along with Davies) of the packet switching technology that is the foundation of digital networks"
  4. ^ "Inductee Details - Donald Davies". National Inventors Hall of Fame. Retrieved 6 September 2017; "Inductee Details - Paul Baran". National Inventors Hall of Fame. Retrieved 2020-05-09.
  5. ^ Yoo, Christopher S. (2018–2019). "Paul Baran, Network Theory, and the Past, Present, and Future of the Internet" (PDF). Colorado Technology Law Journal. 17: 161. Paul Baran's seminal 1964 article
  6. ^ Baran, P. (2002). "The beginnings of packet switching: some underlying concepts" (PDF). IEEE Communications Magazine. 40 (7): 42–48. doi:10.1109/MCOM.2002.1018006. ISSN 0163-6804.
  7. ^ "Paul Baran and the Origins of the Internet". RAND Corporation. Retrieved 2020-02-15.
  8. ^ Roberts, Lawrence G. (November 1978). "The evolution of packet switching" (PDF). Proceedings of the IEEE. 66 (11): 1307–13. doi:10.1109/PROC.1978.11141. S2CID 26876676. Almost immediately after the 1965 meeting, Davies conceived of the details of a store-and-forward packet switching system. ... In nearly all respects, Davies' original proposal, developed in late 1965, was similar to the actual networks being built today.
  9. ^ Roberts, Lawrence G. (May 1995). "The ARPANET & Computer Networks". Archived from the original on March 24, 2016. Retrieved 13 April 2016. Then in June 1966, Davies wrote a second internal paper, "Proposal for a Digital Communication Network" In which he coined the word packet,- a small sub part of the message the user wants to send, and also introduced the concept of an "Interface computer" to sit between the user equipment and the packet network.
  10. ^ Naughton, John (2000) [1999]. A Brief History of the Future. Phoenix. p. 292. ISBN 9780753810934.
  11. ^ Pelkey, James L. "6.1 The Communications Subnet: BBN 1969". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. As Kahn recalls: ... Paul Baran's contributions ... I also think Paul was motivated almost entirely by voice considerations. If you look at what he wrote, he was talking about switches that were low-cost electronics. The idea of putting powerful computers in these locations hadn't quite occurred to him as being cost effective. So the idea of computer switches was missing. The whole notion of protocols didn't exist at that time. And the idea of computer-to-computer communications was really a secondary concern.
  12. ^ Barber, Derek (Spring 1993). "The Origins of Packet Switching". The Bulletin of the Computer Conservation Society (5). ISSN 0958-7403. Retrieved 6 September 2017. There had been a paper written by [Paul Baran] from the Rand Corporation which, in a sense, foreshadowed packet switching in a way for speech networks and voice networks
  13. ^ a b Abbate 2000
  14. ^ Kirstein, Peter T. (2009). "The early history of packet switching in the UK". IEEE Communications Magazine. 47 (2): 18–26. doi:10.1109/MCOM.2009.4785372. S2CID 34735326.
  15. ^ Pelkey, James L. "The Intergalactic Network: 1962-1964". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  16. ^ Pelkey, James L. "4.4 Paul Baran - 1959-1965". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  17. ^ Pelkey, James L. "4.5 Donald Davies - 1965-1966". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  18. ^ Davies 1979, p. 460
  19. ^ Clarke, Peter (1982). Packet and circuit-switched data networks (PDF) (PhD thesis). Department of Electrical Engineering, Imperial College of Science and Technology, University of London.
  20. ^ "An Internet Pioneer Ponders the Next Revolution". The New York Times. December 20, 1999. Retrieved 2020-02-20. Mr. Taylor wrote a white paper in 1968, a year before the network was created, with another ARPA research director, J. C. R. Licklider. The paper, "The Computer as a Communications Device," was one of the first clear statements about the potential of a computer network.
  21. ^ Hafner, Katie (2018-12-30). "Lawrence Roberts, Who Helped Design Internet's Precursor, Dies at 81". The New York Times. ISSN 0362-4331. Retrieved 2020-02-20. He decided to use packet switching as the underlying technology of the Arpanet; it remains central to the function of the internet. And it was Dr. Roberts's decision to build a network that distributed control of the network across multiple computers. Distributed networking remains another foundation of today's internet.
  22. ^ Kleinrock, Leonard (December 1962). Message Delay in Communication Nets with Storage (PDF) (Thesis). Cambridge: Massachusetts Institute of Technology.
  23. ^ Roberts, Lawrence (October 1967). Multiple Computer Networks and Intercomputer Communications (PDF). ACM Symposium on Operating Systems Principles. pp. 3.1–3.6. doi:10.1145/800001.811680. S2CID 17409102. Thus the set of IMP's, plus the telephone lines and data sets would constitute a message switching network
  24. ^ Davies, Donald; Bartlett, Keith; Scantlebury, Roger; Wilkinson, Peter (October 1967). A digital communications network for computers giving rapid response at remote terminals. ACM Symposium on Operating Systems Principles.
  25. ^ Post, The Washington (2015-11-10). The Threatened Net: How the Web Became a Perilous Place. Diversion Books. ISBN 978-1-68230-136-4. Historians credit seminal insights to Welsh scientist Donald W. Davies and American engineer Paul Baran
  26. ^ Moschovitis 1999, p. 58-9
  27. ^ a b Hempstead, C.; Worthington, W., eds. (2005). Encyclopedia of 20th-Century Technology. Vol. 1, A–L. Routledge. p. 574. ISBN 9781135455514. It was a seminal meeting
  28. ^ Abbate 2000, p. 38 The NPL group influenced a number of American computer scientists in favor of the new technique, and they adopted Davies's term "packet switching" to refer to this type of network. Roberts also adopted some specific aspects of the NPL design.
  29. ^ Gillies, James; Cailliau, Robert (2000). How the Web was Born: The Story of the World Wide Web. Oxford University Press. p. 25. ISBN 978-0192862075. Roberts was quick to latch on to a good idea. 'Suddenly I learned how to route packets,' he later said of the Gatlinburg conference.
  30. ^ a b Hafner & Lyon 1996, pp. 116, 149
  31. ^ Pelkey, James L. "6.1 The Communications Subnet: BBN 1969". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. Kahn, the principal architect
  32. ^ Magoun, Alexander (2014). Connecting Computers With Robert E. Kahn. pp. 80–87. ISBN 9781450373845. I actually wrote the technical part of the proposal." "One of the problems Kahn faced in building the IMPs was others' confidence that message packet congestion would not be a problem.
  33. ^ a b "INTERFACE MESSAGE PROCESSOR Specifications for the Innterconnection of a Host" (PDF). January 2014. three parameters uniquely specify a connection between source and destination Hosts." "The destination IMP returns a positive acknowledgment for receipt of the message to the source IMP, which in turn passes this acknowledgment to the source Host." "Each link is unidirectional and is controlled by the network so that no more than one message at a time may be sent over it.
  34. ^ Pelkey, James. "8.4 Transmission Control Protocol (TCP) 1973-1976". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. Arpanet had its deficiencies, however, for it was neither a true datagram network nor did it provide end-to-end error correction.
  35. ^ Pouzin 1975"Arpanet ... provides only for basic services allowing the transfer of up to 1000 octet messages, with flow control but not error control."
  36. ^ a b Frank, Ronald A. (1975-10-22). "Battle for Access Standards Has Two Sides". Computerworld. IDG Enterprise: 17–18.
  37. ^ a b Cole, Robert (1982). "An introduction to packet switched computer networks". Science Progress (1933- ). 68 (269): 140. ISSN 0036-8504. JSTOR 43420557.
  38. ^ a b c "Virtual circuit switching".
  39. ^ Józefowski, Łukasz; Józefowska, Joanna; Kubiak, Wiesław (2009). "Fairness of schedules in the control of packet-switched networks". IFAC Proceedings Volumes. 42 (13): 220–223. doi:10.3182/20090819-3-PL-3002.00038. Fairness is one of the most important issues found in many resource allocation problems.
  40. ^ Wong, J.; Sauve, J.; Field, J. (1982). "A Study of Fairness in Packet-Switching Networks". IEEE Transactions on Communications. 30 (2): 346–353. doi:10.1109/TCOM.1982.1095465. ISSN 0096-2244. This fairness measure is based on mean end-to-end delays derived from Kleinrock's classical model.
  41. ^ Floyd, Sally; Allman, Mark (July 2008). Comments on the Usefulness of Simple Best-Effort Traffic. doi:10.17487/RFC5290. RFC 5290. Simple best-effort traffic, as implemented in the current Internet, makes minimal technical demands on the infrastructure." "there are well-known problems with the enforcement of fairness and the avoidance of congestion collapse [RFC2914] with simple best-effort traffic
  42. ^ Interface Message Processor: Specifications for the Interconnection of a Host and an IMP (PDF) (Report). Bolt Beranek and Newman (BBN). Report No. 1822.
  43. ^ Meeting of the ARPA Computer Network Working Group at UCLA, November 16, 1967
  44. ^ a b c Hauben, Ronda (2004). "The Internet: On its International Origins and Collaborative Vision". Amateur Computerist. 12 (2). Retrieved May 29, 2009.
  45. ^ a b Reynolds, J.; Postel, J. (1987). The Request For Comments Reference Guide. doi:10.17487/RFC1000. RFC 1000.
  46. ^ RFC 53
  47. ^ "NCP, Network Control Program". LivingInternet. Retrieved 2022-12-26.
  48. ^ UGC -NET/JRF/SET PTP & Guide Teaching and Research Aptitude. High Definition Books. p. 319.
  49. ^ Smith, Ed; Miller, Chris; Norton, Jim (2017). "Packet Switching: The first steps on the road to the information society". National Physical Laboratory.
  50. ^ Pelkey, James L. (May 27, 1988). "Interview of Donald Davies" (PDF). Computer History Museum.
  51. ^ Davies, Donald (January 1973). "Packet Switching in a New Data Transmission Network (March 1972)". umedia.lib.umn.edu. INWG. The attached is a translation of a paper by Remi Despres. The translation has been supplied by Don Davies of NPL" "Under the title HERMES project, the French PTT Administration undertook the realization of' a new telecommunications network especially for data transmission. It is intended to offer on this network not only conventional circuit switching with improved performance but also a "packet" switching service.
  52. ^ Bache; Guillou; Layec; Lorig; Matras (August 1976). RCP, the Experimental Packet-Switched Data Transmission Service of the French PTT: History, Connections, Control. ICCC '76. Toronto, Canada. pp. 37–43.
  53. ^ Després, Rémi (October 1972). A packet switching network with graceful saturated operation (PDF). ICCC '72. Retrieved 2023-10-19.
  54. ^ Després, R. (1974). "RCP, the Experimental Packet-Switched Data Transmission Service of the French PTT". Proceedings of ICCC 74. pp. 171–185. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  55. ^ a b c Postel, Jon (August 29, 1979). "Comparison of X.25 and TCP Version 4 as Cable-bus Network Protocols" (PDF).
  56. ^ a b c d Pelkey, James. "8.3 CYCLADES Network and Louis Pouzin 1971–1972". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  57. ^ a b Pouzin, Louis (1973). "Presentation and major design aspects of the CYCLADES computer network". DATACOMM '73: Proceedings of the third ACM symposium on Data communications and Data networks. ACM Press. pp. 80–87. doi:10.1145/800280.811034.
  58. ^ a b c d Abbate 2000, p. 125
  59. ^ Vint Cerf (July 1978). "IEN 48: The Catenet Model for Internetworking". IETF. The term "catenet" was introduced by L. Pouzin in 1974.
  60. ^ a b Després, Rémi (2010). Schwartz, Mischa (ed.). "X.25 Virtual Circuits – TRANSPAC In France – Pre-Internet Data Networking". IEEE Communications Magazine. 48 (11): 40–46. doi:10.1109/MCOM.2010.5621965. S2CID 23639680.
  61. ^ a b c d e f Russell, Andrew L.; Schafer, Valérie (2014). "In the Shadow of ARPANET and Internet: Louis Pouzin and the Cyclades Network in the 1970s". Technology and Culture. 55 (4): 880–907. doi:10.1353/tech.2014.0096. ISSN 0040-165X. JSTOR 24468474. S2CID 143582561.
  62. ^ "Between Stanford and Cyclades, a transatlantic perspective on the creation of Internet". Inria. 9 November 2020. Retrieved 2023-09-04.
  63. ^ Brügger, Niels; Goggin, Gerard (2022-10-25). Oral Histories of the Internet and the Web. Taylor & Francis. ISBN 978-1-000-79781-7.
  64. ^ Le Lann, Gérard; Le Goff, Hervé (1978-02-01). "Verification and evaluation of communication protocols". Computer Networks (1976). 2 (1): 50–69. doi:10.1016/0376-5075(78)90039-9. ISSN 0376-5075.
  65. ^ "The internet's fifth man". Economist. 13 December 2013. Retrieved 11 September 2017. In the early 1970s Mr Pouzin created an innovative data network that linked locations in France, Italy and Britain. Its simplicity and efficiency pointed the way to a network that could connect not just dozens of machines, but millions of them. It captured the imagination of Dr Cerf and Dr Kahn, who included aspects of its design in the protocols that now power the internet.
  66. ^ Hempstead, C.; Worthington, W. (2005). Encyclopedia of 20th-Century Technology. Routledge. ISBN 9781135455514.
  67. ^ Bennett, Richard (September 2009). "Designed for Change: End-to-End Arguments, Internet Innovation, and the Net Neutrality Debate" (PDF). Information Technology and Innovation Foundation. pp. 7, 11. Retrieved 11 September 2017.
  68. ^ a b c d e f Pelkey, James. "8.4 Transmission Control Protocol (TCP) 1973-1976". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  69. ^ Le Lann, Gérard (May 24, 2023). Genese d'Internet. Armorhistel. pp. 19, 40. Retrieved 6 January 2024. jamais connecté en packet-switching a aucun autre réseau ... (intégration du sliding window scheme) / jamais implémenté
  70. ^ Hafner & Lyon 1996, p. 222
  71. ^ a b McKenzie, Alexander (January 2011). "INWG and the Conception of the Internet: An Eyewitness Account". IEEE Annals of the History of Computing. 33 (1): 66–71. doi:10.1109/MAHC.2011.9. S2CID 206443072.
  72. ^ Abbate 2000, p. 135
  73. ^ a b c Roberts 1978
  74. ^ Moschovitis 1999, p. 78-9
  75. ^ Taylor, Bob (October 11, 2008), "Oral History of Robert (Bob) W. Taylor" (PDF), Computer History Museum Archive, CHM Reference number: X5059.2009: 28
  76. ^ Hafner & Lyon 1996, pp. 225-6
  77. ^ Isaacson, Walter (2014). The innovators : how a group of hackers, geniuses, and geeks created the digital revolution. Internet Archive. New York : Simon & Schuster. ISBN 978-1-4767-0869-0.
  78. ^ a b Kirstein, P.T. (1999). "Early experiences with the Arpanet and Internet in the United Kingdom". IEEE Annals of the History of Computing. 21 (1): 38–44. doi:10.1109/85.759368. S2CID 1558618.
  79. ^ Cerf & Kahn 1974
  80. ^ RFC 793 "TCP is based on concepts first described by Cerf and Kahn in ... A Protocol for Packet Network Intercommunication ... May 1974."
  81. ^ Cerf & Kahn 1974 "The authors wish to thank a number of colleagues for helpful comments during early discussions of international network protocols, especially R. Metcalfe, R. Scantlebury, D. Walden, and H. Zimmerman; D. Davies and L. Pouzin who constructively commented on the fragmentation and accounting issues; and S. Crocker who commented on the creation and destruction of associations."
  82. ^ "The Computer History Museum, SRI International, and BBN Celebrate the 40th Anniversary of First ARPANET Transmission, Precursor to Today's Internet". SRI International. 27 October 2009. Archived from the original on March 29, 2019. Retrieved 25 September 2017. But the ARPANET itself had now become an island, with no links to the other networks that had sprung up. By the early 1970s, researchers in France, the UK, and the U.S. began developing ways of connecting networks to each other, a process known as internetworking.
  83. ^ by Vinton Cerf, as told to Bernard Aboba (1993). "How the Internet Came to Be". Retrieved 27 November 2022. We began doing concurrent implementations at Stanford, BBN, and University College London. So effort at developing the Internet protocols was international from the beginning.
  84. ^ a b c Martin 2012, p. 337
  85. ^ Hardy, Daniel; Malleus, Guy (2002). Networks: Internet, Telephony, Multimedia: Convergences and Complementarities. Springer. p. 505. ISBN 978-3-540-00559-9.
  86. ^ Russell, Andrew L. (2014). Open standards and the digital age: history, ideology, and networks. New York: Cambridge Univ Press. p. 196. ISBN 978-1107039193.
  87. ^ Russell, Andrew Lawrence (21 February 2008). 'Industrial Legislatures': Consensus Standardization in the Second and Third Industrial Revolutions (Thesis). p. 217.
  88. ^ Cerf, V.; McKenzie, A.; Scantlebury, R.; Zimmermann, H. (January 1976). "Proposal for an international end to end protocol". ACM SIGCOMM Computer Communication Review. 6 (1): 63–89. doi:10.1145/1015828.1015832. S2CID 36954091.
  89. ^ Abbate (2000), p.153
  90. ^ Mathison, Stuart L.; Roberts, Lawrence G.; Walker, Philip M. (2012). "The history of telenet and the commercialization of packet switching in the US". IEEE Communications Magazine. 50 (5): 28–45. doi:10.1109/MCOM.2012.6194380. S2CID 206453987.
  91. ^ a b Rybczynski, Tony (December 2009). "Commercialization of packet switching (1975-1985): A Canadian perspective [History of Communications]". IEEE Communications Magazine. 47 (12): 26–31. doi:10.1109/MCOM.2009.5350364. S2CID 23243636.
  92. ^ Roberts, Lawrence G. "The evolution of packet switching" (PDF). Proceedings of the IEEE. a virtual circuit service is more directly marketable, not requiring substantial modifications to customers' host computer.
  93. ^ "Report of Subgroup 1 on Communication System requirements". International Packet Network Working Group. October 1972. A network must be able to protect itself against congestion without depending completely on the correct operation of other networks with which it is interconnected
  94. ^ "D. W. DAVIES interviewed by M. CAMPBELL-KELLY" (PDF). US Archive. March 1986. the existing packet-switch networks, based on virtual circuit-switching, of course don't have this kind of type of congestion problem in quite the same way. The congestion problem is solved, in my view, in a rather cruder way.
  95. ^ "A Critique of X.25". IETF Datatracker. 1982-09-01. doi:10.17487/RFC0874. RFC 874. Retrieved 2022-12-11.
  96. ^ Pouzin 1975
  97. ^ a b Jon, Postel (August 18, 1977). "1.4.1 INTERNET Meeting Notes".
  98. ^ a b Moschovitis 1999, p. 90-1
  99. ^ a b Pelkey, James L. "8.11 TCP to TCP/IP 1976-1979". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  100. ^ M. Ziewitz & I. Brown (2013). Research Handbook on Governance of the Internet. Edward Elgar Publishing. p. 7. ISBN 978-1-84980-504-9.
  101. ^ "Internet Experiment Note Index". www.rfc-editor.org. Retrieved 2024-01-21.
  102. ^ Panzaris, Georgios (2008). Machines and romances: the technical and narrative construction of networked computing as a general-purpose platform, 1960–1995. Stanford University. p. 128. Despite the misgivings of Xerox Corporation (which intended to make PUP the basis of a proprietary commercial networking product), researchers at Xerox PARC, including ARPANET pioneers Robert Metcalfe and Yogen Dalal, shared the basic contours of their research with colleagues at TCP and Internet working group meetings in 1976 and 1977, suggesting the possible benefits of separating TCPs routing and transmission control functions into two discrete layers.
  103. ^ Pelkey, James L. "Yogen Dalal". Entrepreneurial Capitalism and Innovation: A History of Computer Communications, 1968–1988. Retrieved 30 January 2024.
  104. ^ a b Russell, Andrew Lawrence (2008). 'Industrial Legislatures': Consensus Standardization in the Second and Third Industrial Revolutions (Thesis). "See Abbate, Inventing the Internet, 129–30; Vinton G. Cerf (October 1980). "Protocols for Interconnected Packet Networks". ACM SIGCOMM Computer Communication Review. 10 (4): 10–11.; and RFC 760. doi:10.17487/RFC0760."
  105. ^ Postel, Jon (15 August 1977), 2.3.3.2 Comments on Internet Protocol and TCP, IEN 2, archived from the original on May 16, 2019, retrieved June 11, 2016, We are screwing up in our design of internet protocols by violating the principle of layering. Specifically we are trying to use TCP to do two things: serve as a host level end to end protocol, and to serve as an internet packaging and routing protocol. These two things should be provided in a layered and modular way.
  106. ^ a b "Brief History of the Internet" (PDF). Internet Society. 1997. pp. 7, 15–16.
  107. ^ Cerf, Vint (1 July 1980). "DoD Protocol Standardization".
  108. ^ a b Ronda Hauben. "From the ARPANET to the Internet". TCP Digest (UUCP). Retrieved 2007-07-05.
  109. ^ "MEMORANDUM FOR SECRETARIES OF THE MILITARY DEPARTMENTS CHAIRMAN OF THE JOINT CHIEFS OF STAFF DIRECTORS OF THE DEFENSE AGENCIES". March 1982.
  110. ^ "TCP/IP Internet Protocol". Archived from the original on 1 January 2018. Retrieved 2017-12-31.
  111. ^ Cerf, Vinton G. (1 April 1980). "Final Report of the Stanford University TCP Project".
  112. ^ Cerf, Vinton G; Cain, Edward (October 1983). "The DoD internet architecture model". Computer Networks. 7 (5): 307–318. doi:10.1016/0376-5075(83)90042-9.
  113. ^ "The TCP/IP Guide – TCP/IP Architecture and the TCP/IP Model". www.tcpipguide.com. Retrieved 2020-02-11.
  114. ^ Cerf, Vinton G.; Postel, Jon (August 18, 1977). "Specification of Internetwork Transmission Program: TCP Verison 3" (PDF). p. 81.
  115. ^ Postel, Jon (September 1978). "Specification of Internetwork Transmission Control Protocol: TCP Version 4" (PDF). pp. 91–2.
  116. ^ Davies & Bressan 2010, pp. 2
  117. ^ a b Martin 2012, p. 14
  118. ^ a b Bryant, Paul (January 1991). "IP". FLAGSHIP - Central Computing Department Newsletter (12). Rutherford Appleton Laboratory Central Computing Division. Archived from the original on 2020-02-13. Retrieved 2020-02-13.
  119. ^ Earnshaw, Rae; Vince, John (2007-09-20). Digital Convergence – Libraries of the Future. Springer. p. 42. ISBN 978-1-84628-903-3.
  120. ^ Beauchamp, K. G. (2012-12-06). Interlinking of Computer Networks: Proceedings of the NATO Advanced Study Institute held at Bonas, France, August 28 – September 8, 1978. Springer. p. 55. ISBN 978-94-009-9431-7.
  121. ^ Joanna (2009-11-25). "L'Europe des réseaux dans les années 1970, entre coopérations et rivalités". Interstices (in French). Retrieved 2023-09-04.
  122. ^ Council, National Research; Sciences, Division on Engineering and Physical; Board, Computer Science and Telecommunications; Applications, Commission on Physical Sciences, Mathematics, and; Committee, NII 2000 Steering (1998-02-05). The Unpredictable Certainty: White Papers. National Academies Press. ISBN 978-0-309-17414-5.{{cite book}}: CS1 maint: numeric names: authors list (link)
  123. ^ Davies & Bressan 2010, pp. 2, 9
  124. ^ Ikram, Nadeem (1985). Internet Protocols and a Partial Implementation of CCITT X.75 (Thesis). p. 2. OCLC 663449435, 1091194379. Two main approaches to internetworking have come into existence based upon the virtual circuit and the datagram services. The vast majority of the work on interconnecting networks falls into one of these two approaches: The CCITT X.75 Recommendation; The DoD Internet Protocol (IP).
  125. ^ Unsoy, Mehmet S.; Shanahan, Theresa A. (1981). "X.75 internetworking of Datapac and Telenet". ACM SIGCOMM Computer Communication Review. 11 (4): 232–239. doi:10.1145/1013879.802679.
  126. ^ a b Campbell-Kelly (2013), p. 24
  127. ^ Newcombe, Tod (1997-01-31). "Network O/S: Which to Use?". Government Technology. Archived from the original on 2018-10-15. Retrieved 2021-05-29.
  128. ^ M. A. Laughton and D. J. Warne Electrical Engineers Reference Book 16th Edition, Newnes,London 2003 ISBN 0-7506-4637-3 , Chapter 16 "Programmable Controllers" page 44
  129. ^ a b c d e f g Fluckiger 2000
  130. ^ a b c Davies & Bressan 2010, pp. 106–9
  131. ^ Pelkey, James. "14.11 Interop (TCP/IP) Trade Show - September". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. Retrieved 2024-01-30.
  132. ^ "Standards Wars" (PDF). Student Project at Department of Computer Science and Engineering, University of Washington. 2006.
  133. ^ Abbate 2000, p. 176-180
  134. ^ a b c d e Russell 2013
  135. ^ a b "Internet founders say flexible framework was key to explosive growth". Princeton University. March 18, 2014. Retrieved 2020-02-14.
  136. ^ a b "Untold Internet: Anyone Can Help Establish Standards". Internet Hall of Fame. December 21, 2015. Retrieved April 3, 2020.
  137. ^ Davies & Bressan 2010, pp. 2–3
  138. ^ Down, Peter John; Taylor, Frank Edward (1976). Why Distributed Computing?: An NCC Review of Potential and Experience in the UK. NCC Publications. ISBN 978-0-85012-170-4.[page needed]
  139. ^ a b Radu, Roxana (2019). "Revisiting the Origins: The Internet and its Early Governance". Negotiating Internet Governance. pp. 43–C3.N23. doi:10.1093/oso/9780198833079.003.0003. ISBN 978-0-19-883307-9.
  140. ^ a b c d Campbell-Kelly (2013), p. 27
  141. ^ Sunshine, Carl A. (1989). Computer Network Architectures and Protocols. Springer. p. 35. ISBN 978-1-4613-0809-6.
  142. ^ Hasman, A. (1995). Education and Training in Health Informatics in Europe: State of the Art, Guidelines, Applications. IOS Press. p. 251. ISBN 978-90-5199-234-2.
  143. ^ Pelkey, James. "11.5 ISO/OSI (Open Systems Interconnection): 1979 - 1980". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. Retrieved 2024-01-16.
  144. ^ Brügger, Niels; Goggin, Gerard (2022-10-25). Oral Histories of the Internet and the Web. Taylor & Francis. ISBN 978-1-000-79781-7.
  145. ^ a b Russell (2012), p.6
  146. ^ a b Moschovitis 1999, p. 104
  147. ^ Abbate 2000, p. 211
  148. ^ "The Adoption of TCP/IP". clivemabey.me.uk. Retrieved 2020-02-11. until Internet (initially ARPANET + TCP/IP) was "demobbed" it was not even a candidate (Abbate 1999, 211)
  149. ^ Campbell-Kelly (2013), p. 28
  150. ^ Moschovitis 1999, p. 78-9
  151. ^ "TCP/IP Internet Protocol". Living Internet.
  152. ^ Abbate 2000, p. 3
  153. ^ "A Flaw In The Design". The Washington Post. May 30, 2015. Though the Pentagon oversaw the ARPANET during the years when it was footing the bill for deployment, its power gradually dwindled.
  154. ^ Abbate 2000, p. 175-6
  155. ^ a b c d e Russell 2006
  156. ^ Moschovitis 1999, p. 167
  157. ^ Campbell-Kelly (2013), p. 26
  158. ^ Miller, Philip M. (2010). TCP/IP: Complete 2 Volume Set. Universal-Publishers. ISBN 978-1-59942-543-6.
  159. ^ "The Adoption of TCP/IP". clivemabey.me.uk. Retrieved 2019-02-12.
  160. ^ "Networking". Central Computing Department. Retrieved 2020-02-16.
  161. ^ Reid, Jim (April 3, 2007). "Networking in UK Academia ~25 Years Ago" (PDF). 7th UK Network Operators' Forum. Archived from the original (PDF) on 2007-08-20. Retrieved 2020-02-12.
  162. ^ a b Zakon, Robert (November 1997). Hobbes' Internet Timeline. IETF. p. 12. doi:10.17487/RFC2235. RFC 2235. Retrieved 2 Dec 2020.
  163. ^ Pelkey, James L. "14.11 Interop (TCP/IP) Trade Show - September". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  164. ^ Quarterman, John S. (1990). The matrix: Computer networks and conferencing systems worldwide. Digital Press. pp. 192–195. ISBN 978-1-55558-033-9.
  165. ^ "Untold Internet: The Internet-OSI Standards Wars". Internet Hall of Fame. November 12, 2015. Retrieved April 3, 2020.
  166. ^ Korzeniowski, Paul (1988-02-15). "'OSI-based' tools may trip up users". Network World. 5 (7). IDG Network World Inc.
  167. ^ Papageorgiou, Chuck (1988-10-10). "Users cultivating hybrid methods to manage nets". Network World. 5 (41). IDG Network World Inc.
  168. ^ Lehtisalo, Kaarina (2005). The history of NORDUnet: twenty-five years of networking cooperation in the noridic countries (PDF). NORDUnet. ISBN 978-87-990712-0-3.
  169. ^ Horning, Ken (1991). "OSI Demonstrations Planned for Interop '91". Link Letter. 4 (3): 1, 4. hdl:2027/mdp.39015035356347.
  170. ^ Day, Bob (September 1991). "Project shoestring: pilot for a JANET IP Service". FLAGSHIP - Central Computing Department Newsletter (16). Rutherford Appleton Laboratory Central Computing Division. Archived from the original on 2020-02-13. Retrieved 2020-02-13.
  171. ^ "Dai Davies". Internet Hall of Fame. Retrieved 2020-01-23.
  172. ^ "Protocol Wars". Internet Hall of Fame. 16 January 2015. Retrieved 2020-02-05.
  173. ^ "Janet(UK) Quarterly Report to the Janet Community: July 1997 to September 1997". Janet webarchive. 1997. Archived from the original on February 16, 2012.
  174. ^ Davies & Bressan 2010, pp. 9
  175. ^ Rutter 2005
  176. ^ Tobin, James (2012-06-12). Great Projects: The Epic Story of the Building of America, from the Taming of the Mississippi to the Invention of the Internet. Simon and Schuster. ISBN 978-0-7432-1476-6.
  177. ^ In, Lee (2012-06-30). Electronic Commerce Management for Business Activities and Global Enterprises: Competitive Advantages: Competitive Advantages. IGI Global. ISBN 978-1-4666-1801-5.
  178. ^ Misiroglu, Gina (2015-03-26). American Countercultures: An Encyclopedia of Nonconformists, Alternative Lifestyles, and Radical Ideas in US History: An Encyclopedia of Nonconformists, Alternative Lifestyles, and Radical Ideas in US History. Routledge. ISBN 978-1-317-47729-7.
  179. ^ Couldry, Nick (2012). Media, Society, World: Social Theory and Digital Media Practice. London: Polity Press. p. 2. ISBN 9780745639208.
  180. ^ "60 FR 25888 - APPROVAL OF FEDERAL INFORMATION PROCESSING STANDARDS PUBLICATIONS (FIPS) 146-2, PROFILES FOR OPEN SYSTEMS INTERNETWORKING TECHNOLOGIES, AND 179-1, GOVERNMENT NETWORK MANAGEMENT PROFILE". United States Government Publishing Office.
  181. ^ "Outreach: The Internet". US National Science Foundation. In March 1991, the NSFNET acceptable use policy was altered to allow commercial traffic.
  182. ^ Schuster, Jenna (June 10, 2016). "A brief history of internet service providers". Archived from the original on 2019-04-28. Retrieved January 15, 2020.
  183. ^ Deo, Prakash Vidyarthi (2012). Technologies and Protocols for the Future of Internet Design: Reinventing the Web: Reinventing the Web. IGI Global. p. 3. ISBN 978-1-4666-0204-5.
  184. ^ Cerf, Vint (7 Dec 2007). Tracking the Internet into the 21st Century with Vint Cerf. 28:30 minutes in.
  185. ^ Stephen Coty (2011-02-11). "Where is IPv1, 2, 3,and 5?". Archived from the original on 2020-08-02. Retrieved 2020-07-21.
  186. ^ "What is the Internet of Things? WIRED explains". Wired UK. 16 February 2018.
  187. ^ Feldmann, Anja; Cittadini, Luca; Mühlbauer, Wolfgang; Bush, Randy; Maennel, Olaf (2009). "HAIR: Hierarchical architecture for internet routing" (PDF). Proceedings of the 2009 workshop on Re-architecting the internet. ReArch '09. New York, NY, USA: Association for Computing Machinery. pp. 43–48. doi:10.1145/1658978.1658990. ISBN 978-1-60558-749-3. S2CID 2930578. Super-linear routing table growth, high update churn, lack of mobility and security, insufficient support for multi-homing and traffic engineering are some of the significant deficiencies of today's Internet.
  188. ^ Mühlbauer, Wolfgang (2009). "HAIR:HierarchicalArchitectureforInternetRouting" (PDF). Re-ArchitectingtheInternet–ReArch'09.
  189. ^ Touch, Joseph D.; Wang, Yu-Shun; Pingali, Venkata (October 20, 2006). "A Recursive Network Architecture" (PDF). USC/ISI Technical Report ISI-TR-2006-626.
  190. ^ Day, J. (2011). How in the Heck Do You Lose a Layer!?. 2nd IFIP International Conference of the Network of the Future. Paris, France. doi:10.1109/NOF.2011.6126673.
  191. ^ Shaw, Keith (2022-03-14). "The OSI model explained and how to easily remember its 7 layers". Network World. Retrieved 2022-11-27.
  192. ^ "An OSI Model for Cloud". Cisco Blogs. 2017-02-24. Retrieved 2020-05-16.
  193. ^ Taylor, Steve; Metzler, Jim (2008-09-23). "Why it's time to let the OSI model die". Network World. Retrieved 2020-05-16.
  194. ^ Holenstein, Bruce; Highleyman, Bill; Holenstein, Paul J. (2007). Breaking the Availability Barrier II: Achieving Century Uptimes with Active/Active Systems. AuthorHouse. ISBN 978-1-4343-1603-5. The protocol wars that were waged into the late 20th century are over, and the winner for now is IP (Internet Protocol). Though not relegated to the dustbin, contenders such as X.25 and SNA have become niche players.
  195. ^ McAlister, Brian (1997). "Under Review - Where Wizards Stay Up Late". Journal of Industrial Teacher Education. 35 (1). ISSN 1938-1603.
  196. ^ Edwards, P. N. (1998). "Virtual Machines, Virtual Infrastructures: The New Historiography of Information Technology" (PDF). Isis essay review. p. 5.
  197. ^ Trinkle, Dennis A. (2000). "Inventing the Internet (Janet Abbate)". Journal of the Association for History and Computing. 3 (3).
  198. ^ Alger, Jeff (1999). "Book Reviews: Inventing the Internet". Issues in Science and Technology Librarianship (24). doi:10.5062/F4222RR4.
  199. ^ "General Communication". Communication Booknotes Quarterly. 31 (1): 55–59. 2000. doi:10.1207/S15326896CBQ3101_11. S2CID 218576599.
  200. ^ Abbate, Janet (2017). "What and where is the Internet? (Re)defining Internet histories". Internet Histories. 1 (1–2): 8–14. doi:10.1080/24701475.2017.1305836. S2CID 64975758.
  201. ^ a b Schafer, Valérie (2020). "Global technologies, glocal approach: a false paradox". Esboços: Histórias em contextos globais. 27 (45): 300. doi:10.5007/2175-7976.2020.e70598. ISSN 2175-7976.
  202. ^ "Lecture: Andrew L. Russell, The Open Internet: An Exploration in Network Archaeology". Penn State Digital Culture + Media Initiative of the Department of English. 2015. Retrieved 2022-12-14.
  203. ^ Russell, Andrew (2012). Histories of Networking vs. the History of the Internet (PDF). 2012 SIGCIS Workshop.
  204. ^ Russell, Andrew L. (2017). "Hagiography, revisionism & blasphemy in Internet histories". Internet Histories. 1 (1–2): 15–25. doi:10.1080/24701475.2017.1298229. S2CID 193825139.
  205. ^ Campbell-Kelly 1987, p. 231

Sources

  • Abbate, Janet (2000). Inventing the Internet. MIT Press. ISBN 978-0-262-26133-3.
  • Campbell-Kelly, Martin (1987). "Data Communications at the National Physical Laboratory (1965-1975)". Annals of the History of Computing. 9 (3/4).
  • Campbell-Kelly, Martin; Garcia-Swartz, Daniel D (2013). "The History of the Internet: The Missing Narratives". Journal of Information Technology. 28 (1): 18–33. doi:10.1057/jit.2013.4. S2CID 41013. SSRN 867087.
  • Davies, Donald (1979). Computer networks and their protocols. Internet Archive. Wiley. ISBN 0-471-99750-1.
  • Davies, Howard; Bressan, Beatrice (2010). A History of International Research Networking. doi:10.1002/9783527629336.ch4. ISBN 978-3-527-32710-2.
  • Fluckiger, François (2000). "The European Researchers' Network" (PDF).
  • Hafner, Katie; Lyon, Matthew (1996). Where wizards stay up late: the origins of the Internet. New York : Simon & Schuster. ISBN 978-0-684-81201-4.
  • Martin, Olivier (2012). The "Hidden" Prehistory of European Research Networking. Trafford Publishing. ISBN 978-1-4669-3935-6.
  • Moschovitis, Christos J. P. (1999). History of the Internet: A Chronology, 1843 to the Present. ABC-CLIO. ISBN 978-1-57607-118-2.
  • Pelkey, James L.; Russell, Andrew L.; Robbins, Loring G. (2022). Circuits, Packets, and Protocols: Entrepreneurs and Computer Communications, 1968-1988. Morgan & Claypool. ISBN 978-1-4503-9729-2.
  • Russell, Andrew L. (2006). "'Rough Consensus and Running Code' and the Internet-OSI Standards War" (PDF). IEEE Annals of the History of Computing. 28 (3): 48–61. doi:10.1109/MAHC.2006.42. S2CID 206442834.
  • Russell, Andrew L. (2012). "Standards, Networks, and Critique". IEEE Annals of the History of Computing. 34 (3): 80. doi:10.1109/MAHC.2012.46. S2CID 37931615.
  • Russell, Andrew L. (2013). "The internet that wasn't". IEEE Spectrum. 50 (8): 39–43. doi:10.1109/MSPEC.2013.6565559. S2CID 11259224.
  • Rutter, Dorian James (2005). From diversity to convergence: British computer networks and the Internet, 1970-1995 (Thesis).

Primary sources

  • Cerf, Vinton; Kahn, Robert (May 1974). "A Protocol for Packet Network Intercommunication". IEEE Transactions on Communications. 22 (5): 637–648. doi:10.1109/TCOM.1974.1092259.
  • Cerf, Vinton; McKenzie, Alex; Scantlebury, Roger; Zimmermann, Hubert (January 1976). "Proposal for an international end to end protocol". ACM SIGCOMM Computer Communication Review. 6: 63–89. doi:10.1145/1015828.1015832. S2CID 36954091.
  • Pouzin, Louis (May 1974), A Proposal for Interconnecting Packet Switching Networks, Proceedings of EUROCOMP, Brunel University, pp. 1023-36.
  • Pouzin, Louis (May 1975). "An integrated approach to network protocols". Proceedings of the May 19-22, 1975, national computer conference and exposition on - AFIPS '75. Association for Computing Machinery. pp. 701–707. doi:10.1145/1499949.1500100. ISBN 978-1-4503-7919-9.
  • Scantlebury, Roger; Bartlett, Keith (April 1967), A Protocol for Use in the NPL Data Communications Network

Further reading

  • Kerssens, Niels (2020). "Rethinking legacies in internet history: Euronet, lost (inter)networks, EU politics". Internet Histories. 4 (1): 32–48. doi:10.1080/24701475.2019.1701919. S2CID 213678397.
  • Kim, Byung-Keun (2005). Internationalizing the Internet: The Co-evolution of Influence and Technology. Edward Elgar Publishing. ISBN 978-1-84542-675-0.
  • Rosenzweig, Roy (1998). "Wizards, Bureaucrats, Warriors, and Hackers: Writing the History of the Internet". The American Historical Review. 103 (5): 1530–1552. doi:10.2307/2649970. JSTOR 2649970.
  • Russell, Andrew L. (2014). Open Standards and the Digital Age: History, Ideology, and Networks. Cambridge University Press. ISBN 978-1-139-91661-5.
  • Stokes, A. V. (2014) [1986]. Communications Standards: State of the Art Report 14:3. Elsevier. ISBN 978-1-4831-6093-1.

External links

  • Roger Scantlebury: Intro to the Protocol Wars, Computer History Museum
  • Computer Freaks Podcasts, Inc. magazine
  • Internet Histories: Digital Technology, Culture and Society, Routledge