Coloured Book protocols

Last updated

The Coloured Book protocols were a set of communication protocols for computer networks developed in the United Kingdom in the 1970s. These protocols were designed to enable communication and data exchange between different computer systems and networks. The name originated with each protocol being identified by the colour of the cover of its specification document. The protocols were in use until the 1990s when the Internet protocol suite came into widespread use.

Contents

History

In the mid-1970s, the British Post Office Telecommunications division (BPO-T) worked with the academic community in the United Kingdom and the computer industry to develop a set of standards to enable interoperability among different computer systems based on the X.25 protocol suite for packet-switched wide area network (WAN) communication. First defined in 1975, [1] the standards evolved through experience developing protocols for the NPL network in the late 1960s and the Experimental Packet Switched Service in the early 1970s. [2] [3] [4] [5] [6]

The Coloured Book protocols were used on SERCnet from 1980, [7] and SWUCN from 1982, [8] both of which became part of the JANET academic network from 1984. [9] [10] The protocols were influential in the development of computer networks, particularly in the UK, gained some acceptance internationally as the first complete X.25 standard, [1] [11] and gave the UK "several years lead over other countries". [12]

From late 1991, Internet protocols were adopted on the Janet network instead; they were operated simultaneously for a while, until X.25 support was phased out entirely in August 1997. [13] [14]

Protocols

The standards were defined in several documents, each addressing different aspects of computer network communication. They were identified by the colour of the cover: [1] [11]

Pink Book

The Pink Book defined protocols for transport over Ethernet. The protocol was basically X.25 level 3 running over LLC2.

Orange Book

The Orange Book defined protocols for transport over local networks using the Cambridge Ring (computer network).

Yellow Book

The Yellow Book defined the Yellow Book Transport Service (YBTS) protocol, also known as Network Independent Transport Service (NITS), which was mainly run over X.25. It was developed by the Data Communications Protocols Unit of the Department of Industry in the late 1970s. It could also run over TCP. [15] The Simple Mail Transfer Protocol was extended to allow running over NITS. [16]

The Yellow Book Transport Service was somewhat misnamed, as it does not fulfill the Transport role in the OSI 7-layer model. It really occupies the top of the Network layer, making up for X.25's lack of NSAP addressing at the time, which did not appear until the X.25 (1980) revision, and was nopt available in implementations for some years afterward. YBTS used source routing addressing between YBTS nodes—there was no global addressing scheme at that time.

Green Book

The Green Book defined two protocols to connect terminals across a network: an early version of what became Triple-X PAD running over X.25, and the TS29 protocol modelled on Triple-X PAD, but running over YBTS. It was developed by Post Office Telecommunications. These protocols are similar in functionality to TELNET.

Fawn Book

The Fawn Book defined the Simple Screen Management Protocol (SSMP)

Blue Book

The Blue Book defined the Network-Independent File Transfer Protocol (NIFTP), analogous to Internet FTP, running over YBTS. Unlike Internet FTP, NIFTP was intended for batch mode rather than interactive usage.

Grey Book

The Grey Book defined protocols for e-mail transfer (not file transfer as is sometimes claimed), running over Blue Book FTP.

Red Book

The Red Book defined the Job Transfer and Manipulation Protocol (JTMP), a mechanism for jobs to be transferred from one computer to another, and for the output to be returned to the originating (or another) computer, running over Blue Book FTP.

Legacy

Over time, as technology evolved, many of the concepts and principles from the Coloured Book Protocols were integrated into broader international standards. They remain an important part of the history and evolution of computer networking, showcasing an early effort to establish standards and protocols for efficient and reliable communication between computers. One famous quirk of Coloured Book was that components of hostnames used reverse domain name notation as compared to the Internet standard. For example, an address might be user@UK.AC.HATFIELD.STAR instead of user@star.hatfield.ac.uk. [7] [17] [18] [19]

See also

Related Research Articles

<span class="mw-page-title-main">History of the Internet</span>

The history of the Internet has its origin in the efforts of scientists and engineers to build and interconnect computer networks. The Internet Protocol Suite, the set of rules used to communicate between networks and devices on the Internet, arose from research and development in the United States and involved international collaboration, particularly with researchers in the United Kingdom and France.

Internetworking is the practice of interconnecting multiple computer networks, such that any pair of hosts in the connected networks can exchange messages irrespective of their hardware-level networking technology. The resulting system of interconnected networks are called an internetwork, or simply an internet.

The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the set of communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suite are the Transmission Control Protocol (TCP), the User Datagram Protocol (UDP), and the Internet Protocol (IP). Early versions of this networking model were known as the Department of Defense (DoD) model because the research and development were funded by the United States Department of Defense through DARPA.

<span class="mw-page-title-main">JANET</span> Academic computer network in the United Kingdom

Janet is a high-speed network for the UK research and education community provided by Jisc, a not-for-profit company set up to provide computing support for education. It serves 18 million users and is the busiest National Research and Education Network in Europe by volume of data carried. Previously, Janet was a private, UK-government funded organisation, which provided the JANET computer network and related collaborative services to UK research and education.

<span class="mw-page-title-main">OSI model</span> Model of communication of seven abstraction layers

The Open Systems Interconnection model is a reference model from the International Organization for Standardization (ISO) that "provides a common basis for the coordination of standards development for the purpose of systems interconnection." In the OSI reference model, the communications between systems are split into seven different abstraction layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

In computer networking, the User Datagram Protocol (UDP) is one of the core communication protocols of the Internet protocol suite used to send messages to other hosts on an Internet Protocol (IP) network. Within an IP network, UDP does not require prior communication to set up communication channels or data paths.

<span class="mw-page-title-main">X.25</span> Standard protocol suite for packet switched wide area network (WAN) communication

X.25 is an ITU-T standard protocol suite for packet-switched data communication in wide area networks (WAN). It was originally defined by the International Telegraph and Telephone Consultative Committee in a series of drafts and finalized in a publication known as The Orange Book in 1976.

In telecommunications, packet switching is a method of grouping data into packets that are transmitted over a digital network. Packets are made of a header and a payload. Data in the header is used by networking hardware to direct the packet to its destination, where the payload is extracted and used by an operating system, application software, or higher layer protocols. Packet switching is the primary basis for data communications in computer networks worldwide.

<span class="mw-page-title-main">Network address translation</span> Protocol facilitating connection of one IP address space to another

Network address translation (NAT) is a method of mapping an IP address space into another by modifying network address information in the IP header of packets while they are in transit across a traffic routing device. The technique was originally used to bypass the need to assign a new address to every host when a network was moved, or when the upstream Internet service provider was replaced, but could not route the network's address space. It has become a popular and essential tool in conserving global address space in the face of IPv4 address exhaustion. One Internet-routable IP address of a NAT gateway can be used for an entire private network.

<span class="mw-page-title-main">Transport layer</span> Layer in the OSI and TCP/IP models providing host-to-host communication services for applications

In computer networking, the transport layer is a conceptual division of methods in the layered architecture of protocols in the network stack in the Internet protocol suite and the OSI model. The protocols of this layer provide end-to-end communication services for applications. It provides services such as connection-oriented communication, reliability, flow control, and multiplexing.

This page provides an index of articles thought to be Internet or Web related topics.

<span class="mw-page-title-main">ARPANET</span> Early packet switching network (1969–1990), one of the first to implement TCP/IP

The Advanced Research Projects Agency Network (ARPANET) was the first wide-area packet-switched network with distributed control and one of the first computer networks to implement the TCP/IP protocol suite. Both technologies became the technical foundation of the Internet. The ARPANET was established by the Advanced Research Projects Agency (ARPA) of the United States Department of Defense.

The JANET NRS was a pseudo-hierarchical naming scheme used on British academic and research networks in the 1980s. Its purpose was to organise and manage domain names within the JANET network, contributing to the establishment of computer networking familiarities at universities in the United Kingdom and other academic and research institutions. It used a reverse domain name notation.

<span class="mw-page-title-main">Computer network</span> Network that allows computers to share resources and communicate with each other

A computer network is a set of computers sharing resources located on or provided by network nodes. Computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are made up of telecommunication network technologies based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network topologies.

The following outline is provided as an overview of and topical guide to the Internet.

<span class="mw-page-title-main">Internet in the United Kingdom</span> Overview of the Internet in the United Kingdom

The United Kingdom has been involved with the Internet throughout its origins and development. The telecommunications infrastructure in the United Kingdom provides Internet access to homes and businesses mainly through fibre, cable, mobile and fixed wireless networks, with the UK's 140-year-old copper network, maintained by Openreach, set to be withdrawn by December 2025.

In computing, a firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules. A firewall typically establishes a barrier between a trusted network and an untrusted network, such as the Internet.

A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information via any variation of a physical quantity. The protocol defines the rules, syntax, semantics, and synchronization of communication and possible error recovery methods. Protocols may be implemented by hardware, software, or a combination of both.

<span class="mw-page-title-main">NPL network</span> Historical network in England pioneering packet switching

The NPL network, or NPL Data Communications Network, was a local area computer network operated by a team from the National Physical Laboratory (NPL) in London that pioneered the concept of packet switching.

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.

References

  1. 1 2 3 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.
  2. Naughton, John (2015). A Brief History of the Future. Orion. ISBN   978-1-4746-0277-8.
  3. Cambell-Kelly, Martin (1987). "Data Communications at the National Physical Laboratory (1965-1975)". Annals of the History of Computing. 9 (3/4): 221-247.
  4. Smith, Ed; Miller, Chris; Norton, Jim (2017). "Packet Switching: The first steps on the road to the information society". National Physical Laboratory.
  5. 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.
  6. 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.
  7. 1 2 "6th UK Network Operators' Forum Meeting Agenda". www.uknof.org.uk. Archived from the original on 2007-06-21. Retrieved 2020-02-12. See "15:00 Starting the Commercial Internet in the UK (Peter Houlder)"
  8. "Computing Service History - BUCS - History and Archive - University Wiki". wiki.bath.ac.uk. Retrieved 2022-12-21.
  9. Rutter, Dorian (2005). From Diversity to Convergence: British Computer Networks and the Internet, 1970-1995 (PDF) (Computer Science thesis). The University of Warwick.
  10. Powell, Kit (1980-07-01). "Evolution of networks using standard protocols". Computer Communications. 3 (3): 117–122. doi:10.1016/0140-3664(80)90069-9. ISSN   0140-3664.
  11. 1 2 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.
  12. "FLAGSHIP". Central Computing Department Newsletter (12). January 1991. Archived from the original on 2020-02-13. Retrieved 2020-02-13.
  13. "FLAGSHIP". Central Computing Department Newsletter (16). September 1991. Archived from the original on 2020-02-13. Retrieved 2020-02-13.
  14. "Janet(UK) Quarterly Report to the Janet Community: July 1997 to September 1997". Janet webarchive. 1997. Archived from the original on February 16, 2012.
  15. C. J. Bennett (12 August 1980). "The Yellow Book Transport Service: Principles and Status". rfc-editor.org.
  16. Jon Postel (August 1982). Simple Mail Transfer Protocol. IETF. sec. C. doi: 10.17487/RFC0821 . RFC 821.
  17. Mansell, Robin; Mansell, Dixons Chair in New Media and the Internet Interdepartmental Programme in Media and Communications Robin (2002). Inside the Communication Revolution: Evolving Patterns of Social and Technical Interaction. Oxford University Press. p. 208. ISBN   978-0-19-829656-0.
  18. Reid, Jim (2007-04-03). "The Good Old Days: Networking in UK Academia ~25 Years Ago" (PDF). UKNOF7. Manchester. Archived from the original (PDF) on 2008-05-28. Retrieved 2008-04-16.
  19. The "Hidden" Prehistory of European Research Networking. Trafford Publishing. ISBN   978-1-4669-3935-6.

Sources

  • A Dictionary of Computing. Oxford University Press, 2004, s.v. "coloured book"