Protocol Wars

A long-running debate in computer science known as the Protocol Wars occurred from the 1970s to the 1990s when engineers, organizations and nations became polarized over the issue of which protocol would result in the best and most robust computer networks. This culminated in the Internet–OSI Standards War in the late 1980s and early 1990s.

The pioneers of packet switching technology built computer networks to research data communications in the early 1970s. As public data networks emerged in the mid to late 1970s, the debate about interface standards was described as a "battle for access standards". Several proprietary standards emerged and European postal, telegraph and telephone services (PTTs) developed the X.25 standard in 1976, which was adopted for public networks in Europe and North America.

The United States Department of Defense (DoD) developed and tested TCP/IP during the 1970s in collaboration with universities and researchers in the United States, United Kingdom and France. IPv4 was released in 1981 and the DoD made it standard for all military computer networking. By 1984, an international reference model known as the OSI model had been agreed on, with which TCP/IP was not compatible. Many governments in Europe – particularly France, Germany, the United Kingdom and the European Economic Community – and also the United States Department of Commerce mandated compliance with the OSI model and the US Department of Defense planned to transition away 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

Pioneers vs PTTs

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 1960s, Paul Baran in the United States and Donald Davies in the United Kingdom found it hard to convince incumbent telephone companies of the merits of their ideas for the design of computer data networks. AT&T in the United States and the postal, telegraph and telephone service (PTT) in the United Kingdom, the General Post Office (GPO), had a monopoly on communications infrastructure. They believed speech traffic would continue to dominate data traffic and believed in traditional telegraphic techniques.[1][2][3] Baran published a series of briefings and papers about dividing information into "message blocks" and sending it over distributed networks between 1960 and 1964.[4] Davies conceived of and named the concept of packet switching in data communication networks in 1965. He proposed a national network in the UK and built the local-area NPL network to demonstrate and research his ideas.[5][6]

Larry Roberts met Roger Scantlebury, a member of Donald Davies' team, at the 1967 Symposium on Operating Systems Principles. Roberts incorporated Davies' ideas about packet switching into the ARPANET design,[7][8] a project established by the Advanced Research Projects Agency (ARPA) of the United States Department of Defense (DoD) to enable resource sharing between computers. Roberts approached AT&T in the early 1970s about taking over the ARPANET to offer a public packet switched service but they declined.[9] Louis Pouzin faced opposition from France's PTT, but his ideas to facilitate internetworking caught the attention of the ARPANET developers in the early 1970s.[10][11]

PTTs were operating on the basis of circuit switching, the alternatives to which are message switching or packet switching.[12]

Datagrams vs virtual circuits

Coverage in the October 1975 Computerworld magazine of the "Battle for Access Standards" between datagrams and virtual circuits.[13]

Packet switching can be based on either a connectionless or connection-oriented mode, which are completely different approaches to data communications. A connectionless datagram service transports packets independently of other packets whereas a connection-oriented virtual circuit transports packets between terminals in sequence.[12]

One of the first uses of the term 'protocol' in a data-communication context occurs in a memorandum entitled A Protocol for Use in the NPL Data Communications Network written by Roger Scantlebury and Keith Bartlett in April 1967.[14][15] Building on Donald Davies’ simulation of datagram networks, Louis Pouzin built CYCLADES to research internetworking concepts. He first demonstrated the network, which used unreliable datagrams in the packet-switched network and virtual circuits for the transport layer, in 1973.[10][16][17] Under the heading "Datagrams versus VC's", Larry Roberts wrote "As part of the continuing evolution of packet switching, controversial issues are sure to arise."[9]

NCP and TCP vs X.25

On the ARPANET, the starting point for host-to-host communication in 1969 was the 1822 protocol which provided a reliable packet delivery procedure via an Interface Message Processor.[18] The Network Control Program (NCP) for the ARPANET was first implemented in 1970.[19] The designers of the NCP envisioned a hierarchy of protocols to enable Telnet and File Transfer Protocol (FTP) functions across the ARPANET.[nb 1][20]

Networking research in the early 1970s by Bob Kahn and Vint Cerf led to the formulation of the first version of the Transmission Control Program (TCP) in 1974.[21] Its RFC 675 specification was written by Cerf with Yogen Dalal and Carl Sunshine in December as a monolithic (single layer) design, but it was not installed on the ARPANET at this time.

A protocol for internetworking was also being pursued by the International Networking Working Group, consisting of ARPANET researchers, members of the French CYCLADES project and the British team working on the NPL network and European Informatics Network.[22][23] They agreed an end-to-end protocol that was presented to the CCITT in 1975 but was not adopted by the CCITT or by the ARPANET.[24] The fourth biennial Data Communications Symposium that year included talks from Donald Davies, Louis Pouzin, Derek Barber, and Ira Cotten about the current state of packet-switched networking.[nb 2] 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 on "missing access interface standards". At the conference, Louis Pouzin said pressure from European PTTs forced the Canadian DATAPAC network to change from a datagram to virtual circuit approach.[13]

After leaving ARPA in 1973, Larry Roberts joined the international effort to standardize a protocol for packet switching based on virtual circuits shortly before it was finalized. European research, particularly the work of Rémi Després, contributed to the development of this standard, X.25, which was agreed by the CCITT in 1976.[25][26] It was subsequently adopted by several PTTs for their public data networks in Europe and North America, including Telenet.[9][27] Roberts promoted this approach over the ARPANET model which he described as "oversold" in 1978.[9] 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.[28]

Common host protocol vs translating between protocols

At the National Physical Laboratory in the United Kingdom, internetworking research considered the "basic dilemma" involved in connecting networks; that is, a common host protocol would require restructuring the existing networks. The NPL network connected with the European Informatics Network (EIN) by translating between two different host protocols, that is, using a gateway. Concurrently, the NPL connection to the UK Experimental Packet Switched Service used a common host protocol in both networks. NPL research confirmed establishing a common host protocol would be more reliable and efficient.[29]

DoD model vs X.25 and proprietary standards

The UK Coloured Book protocols 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.[30][31][32][33]

The design of the Transmission Control Program incorporated both connection-oriented links and datagram services between hosts. In version 3 of TCP, written in 1978, the Transmission Control Program was split into two distinct protocols, the Internet Protocol (IP) as connectionless layer and the Transmission Control Protocol (TCP) as a reliable connection-oriented service.[34] Originally referred to as IP/TCP, version 4 was installed in the ARPANET for production use in January 1983 after the DoD made it standard for all military computer networking.[35] This resulted in a networking model that became known informally as TCP/IP. It was also referred to as the Department of Defense (DoD) model, DARPA model, or ARPANET model.[36]

Computer manufacturers developed proprietary protocol suites such as IBM's Systems Network Architecture (SNA), Digital Equipment Corporation's DECnet, and Xerox's Xerox Network Systems (XNS). During the late 1970s and most of the 1980s, there remained a lack of open networking options. Therefore, proprietary standards, particularly SNA and DECnet, were commonly used on private networks, becoming somewhat "de facto" industry standards with emulation software available on most platforms.[31]

Adoption of X.25 became commonplace for European and North American PTT public networks,[37][38] and the standard gained political support in European countries and from the European Economic Community (EEC). For example, the European Informatics Network, which was based on datagrams was replaced with Euronet based on X.25.[39] 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 3] 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 most expert, and partly to try to ensure that the British activities, such as the JANET NRS, did not diverge too far from the US.[40]

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.

OSI Reference Model

The Experimental Packet Switched System in the UK in the mid-late 1970s identified the need for defining higher-level protocols.[30] The UK National Computing Centre publication 'Why Distributed Computing', which was based on extensive research into future potential configurations for computer systems,[41] 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.[42]

Hubert Zimmerman, and Charles Bachman as chairman, played a key role in the development of the Open Systems Interconnections reference model. Beginning in 1978, this international work led to a draft proposal in 1980 and the final OSI model was published in 1984.[42][43] The drafters of the reference model had to contend with many competing priorities and interests. The rate of technological change made it necessary to define standards that new systems could converge to rather than standardizing procedures after the fact; the reverse of the traditional approach to developing standards.[44] Although not a standard itself, it was a framework in which future standards could be defined.[45]

Internet protocol suite

Until NSF took over in the 1980s, TCP/IP was not even a candidate for universal adoption.[46] The development of a complete protocol suite by 1989, as outlined in RFC 1122 and RFC 1123, laid the foundation for growth of TCP/IP as a comprehensive protocol suite, which became known as the Internet protocol suite.[47] ARPANET was shut down in 1990 and responsibilities for governance shifted away from the DoD.[48]

Internet–OSI Standards War

Cartoon drawn by François Flückiger in 1988. He later captioned it by saying "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."[49]

The early research and development of standards for data networks and protocols culminated in the Internet–OSI Standards War in the late 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.[50][51] Both standards are open and non-proprietary in addition to being incompatible,[52] although "openness" may have worked against OSI while being successfully employed by Internet advocates.[42][53][49][54]

Philosophical and cultural aspects

Image similar to one used on the cover of Boardwatch magazine in 1994 recreating the T-shirt Vint Cerf wore at a 1992 IETF meeting.[55]

Historian Andrew Russell writes 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, and viewed OSI committees as overly bureaucratic and out of touch with existing networks and computers. This alienated the Internet community from the OSI model. During a dispute within the Internet community, Vint Cerf performed a striptease in a three-piece suit at 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 Internet Architecture Board was to run IP on every underlying transmission medium.[55] Cerf 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.[53]

François Flückiger writes 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."[49]

Technical aspects

Russell notes that Cohen, Postel and others were frustrated with the technical aspects of OSI.[55] 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, Postel 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."[56][57]

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.[50]

Practical and commercial aspects

Beginning in the early 1980s, ARPA pursued commercial partnerships with the telecommunication and computer industry which drove the adoption of TCP/IP. CERN purchased UNIX machines with TCP/IP for their intranet between 1984 and 1988.[1][58][59] In 1988, EUnet, the European UNIX Network, announced its conversion to Internet technology.[49] Nonetheless, Paul Bryant, the UK representative on the EARN Board of Directors,[60] said "By the time JNT [the UK research and 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 ARPA 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."[28]

Furthermore, the ARPA Internet was still a research project that did not allow commercial traffic or for-profit services. The US Department of Commerce mandated compliance with the OSI standard and the Department of Defense planned to transition away from TCP/IP to OSI. Some European countries and the European Economic Community endorsed OSI,[nb 4] founded RARE to promote OSI protocols, and restricted funding for non-OSI compliant protocols. By 1989, however, the OSI advocate Brian Carpenter made a speech at a technical conference entitled "Is OSI Too Late?" which received a standing ovation.[42][61][62] OSI was formally defined, but vendor products from computer manufactures and network services from PTTs were still to be developed.[63][64] 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.[50][54]

In 1990, CERN established a transatlantic TCP/IP link with Cornell University in the United States and academic institutions and organizations in some European countries had adopted or signaled their acceptance of TCP/IP.[nb 5][65][49] 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". In the Central Computing Department Newsletter, 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 co-ordinate 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."[32] Similar views were shared by others at the time, including Louis Pouzin.[42] At CERN, François 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."[49]

Beginning in March 1991 the JANET IP Service (JIPS) was set up as a pilot project to host IP traffic on the existing network.[66] 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.[67][68] The European Academic and Research Network (EARN) and RARE adopted IP around the same time,[nb 6] and the European Internet backbone EBONE became operational in 1992.[49] There was some talk of moving JANET to OSI protocols in the 1990s, but this never happened. The X.25 service was closed in August 1997.[69]

The invention of the World Wide Web in 1989 by Tim Berners-Lee at CERN, as an application on the Internet,[70] brought many social and commercial uses to what was previously a network of networks for academic institutions.[71][72] The Web began to enter everyday use in 1993-4.[73] NSFNET altered its policies to allow commercial traffic in 1991,[74] 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.[75][76]

Legacy

As the Internet evolved and expanded exponentially, an enhanced protocol was developed, IPv6, to address IPv4 address exhaustion.[77] 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".[78]

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

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

See also

Notes

  1. An early example of the protocol layering concept incorporated in the OSI model.
  2. Derek Barber was Donald Davies' deputy at the National Physical Laboratory in the United Kingdom and director of the European Informatics Network. Ira Cotten represented the computer network section at the National Bureau of Standards of the United States Department of Commerce.
  3. Although X.25 predates the OSI model, the three X.25 levels correspond to OSI layers 1 to 3.
  4. France, Germany, and the United Kingdom were leading advocates of the OSI model through the Government Open Systems Interconnection Profile (GOSIP).
  5. The Scandinavian countries (NORDUnet); the Netherlands (CWI); Spain; Ireland; Switzerland, and Austria. At a European level, RARE "without putting into question its OSI policy, recognizes the TCP/IP family of protocols as an open multivendor suite, well adapted to scientific and technical applications."
  6. EARN and RARE merged in 1994 to form TERENA.

References

  1. Abbate, Janet (2000). Inventing the Internet. MIT Press. ISBN 978-0-262-26133-3.
  2. Abell, John C. (2011-03-28). "Internet Architect Paul Baran Dies at 84". Wired. ISSN 1059-1028. Retrieved 2020-02-18.
  3. 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. ISSN 1558-1896.
  4. "Paul Baran and the Origins of the Internet". RAND Corporation. Retrieved 2020-02-15.
  5. Roberts, Dr. Lawrence G. (November 1978). "The Evolution of Packet Switching" (PDF). IEEE Invited Paper. Retrieved September 10, 2017. Almost immediately after the 1965 meeting, Donald 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.
  6. Roberts, Dr. 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.
  7. Abbate, Jane (2000). Inventing the Internet. MIT Press. p. 38. ISBN 0262261332. 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.
  8. 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.
  9. Roberts, Dr. Lawrence G. (November 1978). "The Evolution of Packet Switching" (PDF). IEEE Invited Paper. Retrieved September 10, 2017.
  10. Abbate, Janet (2000). Inventing the Internet. MIT Press. p. 125. ISBN 978-0-262-51115-5.
  11. "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.
  12. Davies, Donald Watts (1979). Computer networks and their protocols. Internet Archive. Chichester, [Eng.] ; New York : Wiley. pp. 456-477.
  13. Frank, Ronald A. (1975-10-22). "Battle for Access Standards Has Two Sides". Computerworld. IDG Enterprise: 17–18.
  14. Naughton, John (2015-09-24). A Brief History of the Future. Orion. ISBN 978-1-4746-0277-8.
  15. Cambell-Kelly, Martin (1987). "Data Communications at the National Physical Laboratory (1965-1975)". Annals of the History of Computing. 9 (3/4): 221-247.
  16. Pelkey, James. "6.3 CYCLADES Network and Louis Pouzin 1971–1972". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988.
  17. C. Hempstead; W. Worthington (2005). Encyclopedia of 20th-Century Technology. Routledge. ISBN 9781135455514.
  18. Interface Message Processor: Specifications for the Interconnection of a Host and an IMP, Report No. 1822, Bolt Beranek and Newman, Inc. (BBN)
  19. UGC NET/JRF/SET PTP & Guide Teaching and Research Aptitude: UGC -NET By HD. High Definition Books.
  20. "NCP – Network Control Program", Living Internet
  21. Cerf, V.; Kahn, R. (1974). "A Protocol for Packet Network Intercommunication" (PDF). IEEE Transactions on Communications. 22 (5): 637–648. doi:10.1109/TCOM.1974.1092259. ISSN 1558-0857. 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.
  22. The "Hidden" Prehistory of European Research Networking. Trafford Publishing. ISBN 978-1-4669-3935-6.
  23. Hardy, Daniel; Malleus, Guy (2002). Networks: Internet, Telephony, Multimedia: Convergences and Complementarities. Springer Science & Business Media. p. 505. ISBN 978-3-540-00559-9.
  24. McKenzie, Alexander (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. ISSN 1934-1547.
  25. Schwartz, Mischa (2010). "X.25 Virtual Circuits – TRANSPAC In France – Pre-Internet Data Networking". IEEE Communications Magazine. 48 (11): 40–46. doi:10.1109/MCOM.2010.5621965. ISSN 1558-1896.
  26. Rybczynski, Tony (2009). "Commercialization of packet switching (1975-1985): A Canadian perspective". IEEE Communications Magazine. 47 (12): 26–31. doi:10.1109/MCOM.2009.5350364. ISSN 1558-1896.
  27. 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. ISSN 1558-1896.
  28. The "Hidden" Prehistory of European Research Networking. Trafford Publishing. ISBN 978-1-4669-3935-6.
  29. Abbate, Janet (2000). Inventing the Internet. MIT Press. p. 125. ISBN 978-0-262-51115-5.
  30. Davies, Howard; Bressan, Beatrice (2010-04-26). A History of International Research Networking: The People who Made it Happen. John Wiley & Sons. pp. 2–3. ISBN 978-3-527-32710-2.
  31. The "Hidden" Prehistory of European Research Networking. Trafford Publishing. ISBN 978-1-4669-3935-6.
  32. Bryant, Paul (January 1991). "IP". FLAGSHIP - Central Computing Department Newsletter. Rutherford Appleton Laboratory Central Computing Division (12). Archived from the original on 2020-02-13. Retrieved 2020-02-13.
  33. Earnshaw, Rae; Vince, John (2007-09-20). Digital Convergence – Libraries of the Future. Springer Science & Business Media. p. 42. ISBN 978-1-84628-903-3.
  34. "The TCP/IP Guide – TCP/IP Overview and History". www.tcpipguide.com. Retrieved 2020-02-11.
  35. "TCP/IP Internet Protocol". www.livinginternet.com. Retrieved 2020-02-20.
  36. "The TCP/IP Guide – TCP/IP Architecture and the TCP/IP Model". www.tcpipguide.com. Retrieved 2020-02-11.
  37. Rybczynski, Tony (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. ISSN 1558-1896.
  38. 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. ISSN 1558-1896.
  39. 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 Science & Business Media. p. 55. ISBN 978-94-009-9431-7.
  40. 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. ISSN 1934-1547. S2CID 1558618. 7.3 Standards
  41. Down, Peter John; Taylor, Frank Edward (1976). Why distributed computing?: An NCC review of potential and experience in the UK. NCC Publications.
  42. Russell, Andrew L. (2013). "OSI: The Internet That Wasn't". IEEE Spectrum. Vol. 50 no. 8.
  43. Pelkey, James. "9.5 ISO/OSI (Open Systems Interconnection): 1979 - 1980". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. Retrieved 2020-02-16.
  44. Sunshine, Carl A. (1989). Computer Network Architectures and Protocols. Springer Science & Business Media. p. 35. ISBN 978-1-4613-0809-6.
  45. 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.
  46. "The Adoption of TCP/IP". clivemabey.me.uk. Retrieved 2020-02-11.
  47. "TCP/IP Internet Protocol", Living Internet
  48. "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.
  49. Fluckiger, Francois (2000). "The European Researchers' Network" (PDF). La Recherche (328). Archived (PDF) from the original on 2018-09-29. Retrieved 2020-02-14.
  50. Davies, Howard; Bressan, Beatrice (2010-04-26). A History of International Research Networking: The People who Made it Happen. John Wiley & Sons. pp. 106–9. ISBN 978-3-527-32710-2.
  51. Pelkey, James. "12.13 Interop (TCP/IP) Trade Show – September". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. Retrieved 2020-02-05.
  52. "Standards Wars" (PDF). Student Project at Department of Computer Science and Engineering, University of Washington. 2006.
  53. "Internet founders say flexible framework was key to explosive growth". Princeton University. March 18, 2014. Retrieved 2020-02-14.
  54. "Untold Internet: Anyone Can Help Establish Standards". Internet Hall of Fame. December 21, 2015. Retrieved April 3, 2020.
  55. Russell, Andrew L. (2006). "Rough Consensus and Running Code' and the Internet-OSI Standards War" (PDF). IEEE Annals of the History of Computing.
  56. Miller, Philip M. (2010). TCP/IP: Complete 2 Volume Set. Universal-Publishers. ISBN 978-1-59942-543-6.
  57. "NCP, Network Control Program". www.livinginternet.com. Retrieved 2020-02-20.
  58. "The Adoption of TCP/IP". clivemabey.me.uk. Retrieved 2019-02-12.
  59. Pelkey, James. "6.1 Commercializing Arpanet 1972–1975". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968–1988. Retrieved 2020-02-06.
  60. "Networking". Central Computing Department. Retrieved 2020-02-16.
  61. John S. Quarterman (1990). The matrix: Computer networks and conferencing systems worldwide. Digital Press. pp. 192–195. ISBN 978-1-55558-033-9.
  62. "Untold Internet: The Internet-OSI Standards Wars". Internet Hall of Fame. November 12, 2015. Retrieved April 3, 2020.
  63. Korzeniowski, Paul (1988-02-15). "'OSI-based' tools may trip up users". Network World. IDG Network World Inc. 5 (7).
  64. Papageorgiou, Chuck (1988-10-10). "Users cultivating hybrid methods to manage nets". Network World. IDG Network World Inc. 5 (41).
  65. 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.
  66. Day, Bob (September 1991). "Project shoestring: pilot for a JANET IP Service". FLAGSHIP - Central Computing Department Newsletter. Rutherford Appleton Laboratory Central Computing Division (16). Archived from the original on 2020-02-13. Retrieved 2020-02-13.
  67. "Dai Davies". Internet Hall of Fame. Retrieved 2020-01-23.
  68. "Protocol Wars". Internet Hall of Fame. Retrieved 2020-02-05.
  69. "Janet(UK) Quarterly Report to the Janet Community: July 1997 to September 1997". Janet webarchive. 1997. Archived from the original on February 16, 2012.
  70. 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.
  71. 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.
  72. 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.
  73. Couldry, Nick (2012). Media, Society, World: Social Theory and Digital Media Practice. London: Polity Press. p. 2. ISBN 9780745639208.
  74. Outreach: The Internet, US National Science Foundation, "In March 1991, the NSFNET acceptable use policy was altered to allow commercial traffic."
  75. Schuster, Jenna (June 10, 2016). "A brief history of internet service providers". Archived from the original on 2019-04-28. Retrieved January 15, 2020.
  76. 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.
  77. Cerf, Vint (7 Dec 2007). Tracking the Internet into the 21st Century with Vint Cerf. 28:30 minutes in.
  78. Burgess, Matt (2018-02-16). "What is the Internet of Things? WIRED explains". Wired UK. ISSN 1357-0978. Retrieved 2020-05-16.
  79. Shaw, Keith (2018-10-22). "The OSI model explained: How to understand (and remember) the 7 layer network model". Network World. Retrieved 2020-05-16.
  80. "An OSI Model for Cloud". Cisco Blogs. 2017-02-24. Retrieved 2020-05-16.
  81. Taylor, Steve; Metzler, Jim (2008-09-23). "Why it's time to let the OSI model die". Network World. Retrieved 2020-05-16.
  82. 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.


Further reading

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.