What is used to transfer data packets between two networks?

System Administration Guide, Volume 3

Setting up network software is an involved task. Therefore, it helps to understand how the network software you are about to set up will transfer information.

Figure 2-2 shows the basic elements involved in network communication.

Figure 2-2 How Information Is Transferred on a Network

What is used to transfer data packets between two networks?

In this figure, a computer sends a packet over the network media to another computer attached to the same media.

How Information Is Transferred: The Packet

The basic unit of information to be transferred over the network is referred to as a packet. A packet is organized much like a conventional letter.

Each packet has a header, which corresponds to the envelope. The header contains the addresses of the recipient and the sender, plus information on how to handle the packet as it travels through each layer of the protocol suite.

The message part of the packet corresponds to the letter itself. Packets can only contain a finite number of bytes of data, depending on the network media in use. Therefore, typical communications such as email messages are sometimes split into packet fragments.

Who Sends and Receives Information: The Host

If you are an experienced Solaris user, you are no doubt familiar with the term "host," a word often used as a synonym for "computer" or "machine." From a TCP/IP perspective, only two types of entities exist on a network: routers and hosts.

A router is a machine that forwards packets from one network to another. To do this, the router must have at least two network interfaces. A machine with only one network interface cannot forward packets; it is considered a host. Most of the machines you set up on a network will be hosts.

It is possible for a machine to have more than one network interface but not function as a router. This type of machine is called a multihomed host. A multihomed host is directly connected to multiple networks through its network interfaces. However, it does not route packets from one network to another.

When a host initiates communication, it is called a sending host, or the sender. For example, a host initiates communications when its user types rlogin or sends an email message to another user. The host that is the target of the communication is called the receiving host, or recipient. For example, the remote host specified as the argument to rlogin is the recipient of the request to log in.

Each host has three characteristics that help identify it to its peers on the network. These characteristics include:

  • Internet address, or IP address, the form used in this book

Host Name

The host name is the name of the local machine, combined with the name of your organization. Many organizations let users choose the host names for their machines. Programs such as sendmail and rlogin use host names to specify remote machines on a network. System Administration Guide, Volume 1 contains more information about host names.

The host name of the machine also becomes the name of the primary network interface. This concept becomes important when you set up the network databases or configure routers.

When setting up a network, you must obtain the host names of all machines to be involved. You will use this information when setting up network databases, as described in "Naming Entities on Your Network".

IP Address

The IP address is one of the two types of addresses each machine has on a TCP/IP network that identifies the machine to its peers on the network. This address also gives peer hosts a notion of where a particular host is located on the network. If you have installed the Solaris operating environment on a machine on a network, you might recall specifying the IP address during the installation process. IP addressing is a significant aspect of TCP/IP and is explained fully in "Designing Your IPv4 Addressing Scheme".

Hardware Address

Each host on a network has a unique hardware address, which also identifies it to its peers. This address is physically assigned to the machine's CPU or network interface by the manufacturer. Each hardware address is unique.

This book uses the term Ethernet address to correspond to the hardware address. Because Ethernet is the most commonly used network media on Solaris-based networks, the text assumes that the hardware address of your Solaris host is an Ethernet address. If you are using other network media, such as FDDI, refer to the documentation that came with your media for hardware addressing information.

A network router plays a crucial role in how data packets travel to and from a computer to host across the Internet. Routers serve as the junction point between the computers in a network and an Internet connection source. Computers transmit data to each other over network connections in data packets, and the router's job is to make sure those data packets get where they are supposed to go.

Packets

  1. A packet is a small data unit that's sent from one device to another over a network. Packets break up larger files into small pieces to reduce the amount of work needed if any information gets lost on its way from one system to another. Packets include a checksum that is used to determine if the packet has been corrupted and contains bad data, meaning that it needs to be sent again until it's correct. If files were sent whole, any errors would break the entire file. Additionally, packets are helpful for when a network becomes overloaded and the router has to turn down packets for transfer at a later time.

Routers

  1. A router is the traffic-control center device that handles the packet transfer process between networks. Essentially, routers determine where to send a data packet and then forward it to the next network point. According to Cisco, routers connect networks and are often confused with other hardware called switches that create networks. The routers commonly found in home and small office networks are actually hybrid devices that combine the functionality of a router, network switch and Wi-Fi adapter into a single unit. The router just handles the data path selection and the data transmission.

Router Path

  1. An incoming data packet has to get to the computer that requested it -- that's one of the router's jobs. The router discovers all of the computers and devices connected to the network and acts as the gatekeeper. If the packet is coming from an outside host, the router directs the packet from the modem to the computer that's supposed to receive the data. Additionally, the router also handles sending the outgoing packet requests to the modem.

Router Transmission

  1. The router's next job after determining the path it's going to send a data packet is to transmit the packet to its next stop on its destination. When dealing with a host across the Internet, the router transmits the incoming data that it receives from the modem to the computer or from the computer to the modem, which sends the information across the Internet to the host.

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.

In the early 1960s, American computer scientist Paul Baran developed the concept that he called "distributed adaptive message block switching", with the goal of providing a fault-tolerant, efficient routing method for telecommunication messages as part of a research program at the RAND Corporation, funded by the United States Department of Defense.[1] His ideas contradicted then-established principles of pre-allocation of network bandwidth, exemplified by the development of telecommunications in the Bell System. The new concept found little resonance among network implementers until the independent work of British computer scientist Donald Davies at the National Physical Laboratory (United Kingdom) in 1965. Davies is credited with coining the modern term packet switching and inspiring numerous packet switching networks in the decade following, including the incorporation of the concept into the design of the ARPANET in the United States.[2][3]

 

An animation demonstrating datagram type of packet switching across a network

A simple definition of packet switching is:

The routing and transferring of data by means of addressed packets so that a channel is occupied during the transmission of the packet only, and upon completion of the transmission the channel is made available for the transfer of other traffic.[4][5]

Packet switching allows delivery of variable bit rate data streams, realized as sequences of packets, over a computer network which allocates transmission resources as needed using statistical multiplexing or dynamic bandwidth allocation techniques. As they traverse networking hardware, such as switches and routers, packets are received, buffered, queued, and retransmitted (stored and forwarded), resulting in variable latency and throughput depending on the link capacity and the traffic load on the network. Packets are normally forwarded by intermediate network nodes asynchronously using first-in, first-out buffering, but may be forwarded according to some scheduling discipline for fair queuing, traffic shaping, or for differentiated or guaranteed quality of service, such as weighted fair queuing or leaky bucket. Packet-based communication may be implemented with or without intermediate forwarding nodes (switches and routers). In case of a shared physical medium (such as radio or 10BASE5), the packets may be delivered according to a multiple access scheme.

Packet switching contrasts with another principal networking paradigm, circuit switching, a method which pre-allocates dedicated network bandwidth specifically for each communication session, each having a constant bit rate and latency between nodes. In cases of billable services, such as cellular communication services, circuit switching is characterized by a fee per unit of connection time, even when no data is transferred, while packet switching may be characterized by a fee per unit of information transmitted, such as characters, packets, or messages.

A packet switch has four components: input ports, output ports, routing processor, and switching fabric.[6]

The concept of switching small blocks of data was first explored independently by Paul Baran at the RAND Corporation in the early 1960s in the US and Donald Davies at the National Physical Laboratory (NPL) in the UK in 1965.[7][8]

In the late 1950s, the US Air Force established a wide area network for the Semi-Automatic Ground Environment (SAGE) radar defense system. Recognizing vulnerabilities in this network, the Air Force sought a system that might survive a nuclear attack to enable a response, thus diminishing the attractiveness of the first strike advantage by enemies (see Mutual assured destruction).[9] Baran developed the concept of distributed adaptive message block switching in support of the Air Force initiative.[10] The concept was first presented to the Air Force in the summer of 1961 as briefing B-265,[9] later published as RAND report P-2626 in 1962,[11] and finally in report RM 3420 in 1964.[12] Report P-2626 described a general architecture for a large-scale, distributed, survivable communications network. The work focuses on three key ideas: use of a decentralized network with multiple paths between any two points, dividing user messages into message blocks, and delivery of these messages by store and forward switching.[13][14]

Davies independently developed a similar message routing concept in 1965. He coined the term packet switching, and proposed building a commercial nationwide data network in the UK.[15] He gave a talk on the proposal in 1966, after which a person from the Ministry of Defence (MoD) told him about Baran's work. Roger Scantlebury, a member of Davies' team met Lawrence Roberts at the 1967 Symposium on Operating Systems Principles and suggested it for use in the ARPANET.[16] Davies had chosen some of the same parameters for his original network design as did Baran, such as a packet size of 1024 bits. In 1966, Davies proposed that a network should be built at the laboratory to serve the needs of NPL and prove the feasibility of packet switching. To deal with packet permutations (due to dynamically updated route preferences) and to datagram losses (unavoidable when fast sources send to a slow destinations), he assumed that "all users of the network will provide themselves with some kind of error control",[17] thus inventing what came to be known the end-to-end principle. After a pilot experiment in 1969, the NPL Data Communications Network entered service in 1970.[18]

Leonard Kleinrock conducted research into queueing theory for his doctoral dissertation at MIT in 1961-2 and published it as a book in 1964 in the field of message switching.[19] In 1968, Lawrence Roberts contracted with Kleinrock to carry out theoretical work at UCLA to model the performance of the ARPANET, which underpinned the development of the network in the early 1970s.[7] The NPL team also carried out simulation work on packet networks, including datagram networks.[18][20]

The French CYCLADES network, designed by Louis Pouzin in the early 1970s, was the first to implement the end-to-end principle of Davies, and make the hosts responsible for the reliable delivery of data on a packet-switched network, rather than this being a service of the network itself. His team was thus first to tackle the highly complex problem of providing user applications with a reliable virtual circuit service while using a best-effort service, an early contribution to what will be Transmission Control Protocol (TCP).

In May 1974, Vint Cerf and Bob Kahn described the Transmission Control Program, an internetworking protocol for sharing resources using packet-switching among the nodes.[21] The specifications of the TCP were then published in RFC 675 (Specification of Internet Transmission Control Program), written by Vint Cerf, Yogen Dalal and Carl Sunshine in December 1974.[22] This monolithic protocol was later layered as the Transmission Control Protocol, TCP, atop the Internet Protocol, IP.

Complementary metal–oxide–semiconductor (CMOS) VLSI (very-large-scale integration) technology led to the development of high-speed broadband packet switching during the 1980s–1990s.[23][24][25]

Beginning in the mid-1990s, Leonard Kleinrock sought to be recognized as the "father of modern data networking".[26] However, Kleinrock's claims that his work in the early 1960s originated the concept of packet switching and that this work was the source of the packet switching concepts used in the ARPANET are disputed,[26][27][28] including by Robert Taylor,[29] Paul Baran,[30] and Donald Davies.[31][32] Baran and Davies are recognized by historians and the U.S. National Inventors Hall of Fame for independently inventing the concept of digital packet switching used in modern computer networking including the Internet.[33][34]

Packet switching may be classified into connectionless packet switching, also known as datagram switching, and connection-oriented packet switching, also known as virtual circuit switching. Examples of connectionless systems are Ethernet, Internet Protocol (IP), and the User Datagram Protocol (UDP). Connection-oriented systems include X.25, Frame Relay, Multiprotocol Label Switching (MPLS), and the Transmission Control Protocol (TCP).

In connectionless mode each packet is labeled with a destination address, source address, and port numbers. It may also be labeled with the sequence number of the packet. This information eliminates the need for a pre-established path to help the packet find its way to its destination, but means that more information is needed in the packet header, which is therefore larger. The packets are routed individually, sometimes taking different paths resulting in out-of-order delivery. At the destination, the original message may be reassembled in the correct order, based on the packet sequence numbers. Thus a virtual circuit carrying a byte stream is provided to the application by a transport layer protocol, although the network only provides a connectionless network layer service.

Connection-oriented transmission requires a setup phase to establish the parameters of communication before any packet is transferred. The signaling protocols used for setup allow the application to specify its requirements and discover link parameters. Acceptable values for service parameters may be negotiated. The packets transferred may include a connection identifier rather than address information and the packet header can be smaller, as it only needs to contain this code and any information, such as length, timestamp, or sequence number, which is different for different packets. In this case, address information is only transferred to each node during the connection setup phase, when the route to the destination is discovered and an entry is added to the switching table in each network node through which the connection passes. When a connection identifier is used, routing a packet requires the node to look up the connection identifier in a table.[citation needed]

Connection-oriented transport layer protocols such as TCP provide a connection-oriented service by using an underlying connectionless network. In this case, the end-to-end principle dictates that the end nodes, not the network itself, are responsible for the connection-oriented behavior.

Packet switching is used to optimize the use of the channel capacity available in digital telecommunication networks, such as computer networks, and minimize the transmission latency (the time it takes for data to pass across the network), and to increase robustness of communication.

Packet switching is used in the Internet and most local area networks. The Internet is implemented by the Internet Protocol Suite using a variety of link layer technologies. For example, Ethernet and Frame Relay are common. Newer mobile phone technologies (e.g., GSM, LTE) also use packet switching. Packet switching is associated with connectionless networking because, in these systems, no connection agreement needs to be established between communicating parties prior to exchanging data.

X.25 is a notable use of packet switching in that, despite being based on packet switching methods, it provides virtual circuits to the user. These virtual circuits carry variable-length packets. In 1978, X.25 provided the first international and commercial packet switching network, the International Packet Switched Service (IPSS). Asynchronous Transfer Mode (ATM) also is a virtual circuit technology, which uses fixed-length cell relay connection oriented packet switching.

Technologies such as Multiprotocol Label Switching (MPLS) and the Resource Reservation Protocol (RSVP) create virtual circuits on top of datagram networks. MPLS and its predecessors, as well as ATM, have been called "fast packet" technologies. MPLS, indeed, has been called "ATM without cells".[35] Virtual circuits are especially useful in building robust failover mechanisms and allocating bandwidth for delay-sensitive applications.

The history of packet-switched networks can be divided into three overlapping eras: early networks before the introduction of X.25 and the OSI model; the X.25 era when many postal, telephone, and telegraph (PTT) companies provided public data networks with X.25 interfaces; and the Internet era.[36][37][38]

Early networks

Research into packet switching at the National Physical Laboratory (NPL) began with a proposal for a wide-area network in 1965,[2] and a local-area network in 1966.[39] ARPANET funding was secured in 1966 by Bob Taylor, and planning began in 1967 when he hired Larry Roberts. The NPL network, ARPANET, and SITA HLN became operational in 1969. Before the introduction of X.25 in 1973,[40] about twenty different network technologies had been developed. Two fundamental differences involved the division of functions and tasks between the hosts at the edge of the network and the network core. In the datagram system, operating according to the end-to-end principle, the hosts have the responsibility to ensure orderly delivery of packets. In the virtual call system, the network guarantees sequenced delivery of data to the host. This results in a simpler host interface but complicates the network. The X.25 protocol suite uses this network type.

AppleTalk

AppleTalk is a proprietary suite of networking protocols developed by Apple in 1985 for Apple Macintosh computers. It was the primary protocol used by Apple devices through the 1980s and 1990s. AppleTalk included features that allowed local area networks to be established ad hoc without the requirement for a centralized router or server. The AppleTalk system automatically assigned addresses, updated the distributed namespace, and configured any required inter-network routing. It was a plug-n-play system.[41][42]

AppleTalk implementations were also released for the IBM PC and compatibles, and the Apple IIGS. AppleTalk support was available in most networked printers, especially laser printers, some file servers and routers. AppleTalk support was terminated in 2009, replaced by TCP/IP protocols.[41]

ARPANET

The ARPANET was a progenitor network of the Internet and one of the first networks, along with ARPA's SATNET, to run the TCP/IP suite using packet switching technologies.

BNRNET

BNRNET was a network which Bell-Northern Research developed for internal use. It initially had only one host but was designed to support many hosts. BNR later made major contributions to the CCITT X.25 project.[43]

CYCLADES

The CYCLADES packet switching network was a French research network designed and directed by Louis Pouzin. First demonstrated in 1973, it was developed to explore alternatives to the early ARPANET design and to support network research generally. It was the first network to use the end-to-end principle and make the hosts responsible for reliable delivery of data, rather than the network itself. Concepts of this network influenced later ARPANET architecture.[44][45]

DECnet

DECnet is a suite of network protocols created by Digital Equipment Corporation, originally released in 1975 in order to connect two PDP-11 minicomputers.[46] It evolved into one of the first peer-to-peer network architectures, thus transforming DEC into a networking powerhouse in the 1980s. Initially built with three layers, it later (1982) evolved into a seven-layer OSI-compliant networking protocol. The DECnet protocols were designed entirely by Digital Equipment Corporation. However, DECnet Phase II (and later) were open standards with published specifications, and several implementations were developed outside DEC, including one for Linux.

DDX-1

DDX-1 was an experimental network from Nippon PTT. It mixed circuit switching and packet switching. It was succeeded by DDX-2.[47]

EIN

The European Informatics Network (EIN), originally called COST 11, was a project beginning in 1971 to link networks in Britain, France, Italy, Switzerland and Euratom. Six other European countries also participated in the research on network protocols. Derek Barber directed the project and Roger Scantlebury led the UK technical contribution; both were from NPL.[48][49][50] Work began in 1973 and it became operational in 1976 including nodes linking the NPL network and CYCLADES.[51] The transport protocol of the EIN was the basis of the one adopted by the International Networking Working Group.[52][53] EIN was replaced by Euronet in 1979.[54]

EPSS

The Experimental Packet Switched Service (EPSS) was an experiment of the UK Post Office Telecommunications, based on the Coloured Book protocols defined by the UK academic community in 1975. It was the first public data network in the UK when it began operating in 1977.[55] Ferranti supplied the hardware and software. The handling of link control messages (acknowledgements and flow control) was different from that of most other networks.[56][57][58]

GEIS

As General Electric Information Services (GEIS), General Electric was a major international provider of information services. The company originally designed a telephone network to serve as its internal (albeit continent-wide) voice telephone network.

In 1965, at the instigation of Warner Sinback, a data network based on this voice-phone network was designed to connect GE's four computer sales and service centers (Schenectady, New York, Chicago, and Phoenix) to facilitate a computer time-sharing service.

After going international some years later, GEIS created a network data center near Cleveland, Ohio. Very little has been published about the internal details of their network. The design was hierarchical with redundant communication links.[59][60]

IPSANET

IPSANET was a semi-private network constructed by I. P. Sharp Associates to serve their time-sharing customers. It became operational in May 1976.[61]

IPX/SPX

The Internetwork Packet Exchange (IPX) and Sequenced Packet Exchange (SPX) are Novell networking protocols from the 1980s derived from Xerox Network Systems' IDP and SPP protocols, respectively which date back to the 1970s. IPX/SPX was used primarily on networks using the Novell NetWare operating systems.[62]

Merit Network

Merit Network, an independent nonprofit organization governed by Michigan's public universities,[63] was formed in 1966 as the Michigan Educational Research Information Triad to explore computer networking between three of Michigan's public universities as a means to help the state's educational and economic development.[64] With initial support from the State of Michigan and the National Science Foundation (NSF), the packet-switched network was first demonstrated in December 1971 when an interactive host-to-host connection was made between the IBM mainframe systems at the University of Michigan in Ann Arbor and Wayne State University in Detroit.[65] In October 1972, connections to the CDC mainframe at Michigan State University in East Lansing completed the triad. Over the next several years, in addition to host-to-host interactive connections, the network was enhanced to support terminal-to-host connections, host-to-host batch connections (remote job submission, remote printing, batch file transfer), interactive file transfer, gateways to the Tymnet and Telenet public data networks, X.25 host attachments, gateways to X.25 data networks, Ethernet attached hosts, and eventually TCP/IP; additionally, public universities in Michigan joined the network.[65][66] All of this set the stage for Merit's role in the NSFNET project starting in the mid-1980s.

NPL

In 1965, Donald Davies of the National Physical Laboratory (United Kingdom) designed and proposed a national commercial data network based on packet switching. The proposal was not taken up nationally but, in 1966, he designed a local network using "interface computers", today known as routers, to serve the needs of NPL and prove the feasibility of packet switching.[67][68][69]

By 1968 Davies had begun building the NPL network to meet the needs of the multidisciplinary laboratory and prove the technology under operational conditions.[70][18][71] In 1976, 12 computers and 75 terminal devices were attached,[72] and more were added until the network was replaced in 1986. NPL and the ARPANET were the first two networks to use packet switching, and were interconnected in the early 1970s.[73][74][75]

Octopus

Octopus was a local network at Lawrence Livermore National Laboratory. It connected sundry hosts at the lab to interactive terminals and various computer peripherals including a bulk storage system.[76][77][78]

Philips Research

Philips Research Laboratories in Redhill, Surrey developed a packet switching network for internal use. It was a datagram network with a single switching node.[79]

PUP

PARC Universal Packet (PUP or Pup) was one of the two earliest internetworking protocol suites; it was created by researchers at Xerox PARC in the mid-1970s. The entire suite provided routing and packet delivery, as well as higher level functions such as a reliable byte stream, along with numerous applications. Further developments led to Xerox Network Systems (XNS).[80]

RCP

RCP was an experimental network created by the French PTT. It was used to gain experience with packet switching technology before the specification of TRANSPAC was frozen.[81] RCP was a virtual-circuit network in contrast to CYCLADES which was based on datagrams. RCP emphasised terminal-to-host and terminal-to-terminal connection; CYCLADES was concerned with host-to-host communication. TRANSPAC was introduced as an X.25 network. RCP influenced the X.25 specification.[82][83][84]

RETD

Red Especial de Transmisión de Datos (RETD) was a network developed by Compañía Telefónica Nacional de España. It became operational in 1972 and thus was the first public network.[85][86][87]

SCANNET

"The experimental packet-switched Nordic telecommunication network SCANNET was implemented in Nordic technical libraries in the 1970s, and it included first Nordic electronic journal Extemplo. Libraries were also among first ones in universities to accommodate microcomputers for public use in the early 1980s."[88]

SITA HLN

SITA is a consortium of airlines. Its High Level Network (HLN) became operational in 1969 at about the same time as ARPANET. It carried interactive traffic and message-switching traffic. As with many non-academic networks, very little has been published about it.[89]

Systems Network Architecture

Systems Network Architecture (SNA) is IBM's proprietary networking architecture created in 1974. An IBM customer could acquire hardware and software from IBM and lease private lines from a common carrier to construct a private network.[90]

Telenet

Telenet was the first FCC-licensed public data network in the United States. Telenet was incorporated in 1973 and started operations in 1975. It was founded by Bolt Beranek & Newman with Larry Roberts as CEO as a means of making packet switching technology public. Telenet initially used a proprietary virtual connection host interface, but changed the host interface to X.25 and the terminal interface to X.29.[91] It went public in 1979 and was then sold to GTE.[92][93]

Tymnet

Tymnet was an international data communications network headquartered in San Jose, CA that utilized virtual call packet switched technology and used X.25, SNA/SDLC, BSC and ASCII interfaces to connect host computers (servers) at thousands of large companies, educational institutions, and government agencies. Users typically connected via dial-up connections or dedicated asynchronous serial connections. The business consisted of a large public network that supported dial-up users and a private network business that allowed government agencies and large companies (mostly banks and airlines) to build their own dedicated networks. The private networks were often connected via gateways to the public network to reach locations not on the private network. Tymnet was also connected to dozens of other public networks in the U.S. and internationally via X.25/X.75 gateways.[94][95]

XNS

Xerox Network Systems (XNS) was a protocol suite promulgated by Xerox, which provided routing and packet delivery, as well as higher level functions such as a reliable stream, and remote procedure calls. It was developed from PARC Universal Packet (PUP).[96][97]

X.25 era

There were two kinds of X.25 networks. Some such as DATAPAC and TRANSPAC were initially implemented with an X.25 external interface. Some older networks such as TELENET and TYMNET were modified to provide a X.25 host interface in addition to older host connection schemes. DATAPAC was developed by Bell-Northern Research which was a joint venture of Bell Canada (a common carrier) and Northern Telecom (a telecommunications equipment supplier). Northern Telecom sold several DATAPAC clones to foreign PTTs including the Deutsche Bundespost. X.75 and X.121 allowed the interconnection of national X.25 networks. A user or host could call a host on a foreign network by including the DNIC of the remote network as part of the destination address.[citation needed]

AUSTPAC

AUSTPAC was an Australian public X.25 network operated by Telstra. Started by Telecom Australia in the early 1980s, AUSTPAC was Australia's first public packet-switched data network and supported applications such as on-line betting, financial applications—the Australian Tax Office made use of AUSTPAC—and remote terminal access to academic institutions, who maintained their connections to AUSTPAC up until the mid-late 1990s in some cases. Access was via a dial-up terminal to a PAD, or, by linking a permanent X.25 node to the network.[98]

ConnNet

ConnNet was a network operated by the Southern New England Telephone Company serving the state of Connecticut.[99][100] Launched on March 11, 1985, it was the first local public packet-switched network in the United States.[101]

Datanet 1

Datanet 1 was the public switched data network operated by the Dutch PTT Telecom (now known as KPN). Strictly speaking Datanet 1 only referred to the network and the connected users via leased lines (using the X.121 DNIC 2041), the name also referred to the public PAD service Telepad (using the DNIC 2049). And because the main Videotex service used the network and modified PAD devices as infrastructure the name Datanet 1 was used for these services as well. Although this use of the name was incorrect all these services were managed by the same people within one department of KPN contributed to the confusion.[102]

Datapac

DATAPAC was the first operational X.25 network (1976).[103] It covered major Canadian cities and was eventually extended to smaller centres.[citation needed]

Datex-P

Deutsche Bundespost operated this national network in Germany. The technology was acquired from Northern Telecom.[104]

Eirpac

Eirpac is the Irish public switched data network supporting X.25 and X.28. It was launched in 1984, replacing Euronet. Eirpac is run by Eircom.[105][106][107]

Euronet

Nine member states of the European Economic Community contracted with Logica and the French company SESA to set up a joint venture in 1975 to undertake the Euronet development, using X.25 protocols to form virtual circuits. It was to replace EIN and established a network in 1979 linking a number of European countries until 1984 when the network was handed over to national PTTs.[108][109]

HIPA-NET

Hitachi designed a private network system for sale as a turnkey package to multi-national organizations. In addition to providing X.25 packet switching, message switching software was also included. Messages were buffered at the nodes adjacent to the sending and receiving terminals. Switched virtual calls were not supported, but through the use of "logical ports" an originating terminal could have a menu of pre-defined destination terminals. [110]

Iberpac

Iberpac is the Spanish public packet-switched network, providing X.25 services. Iberpac is run by Telefonica.[111]

IPSS

In 1978, X.25 provided the first international and commercial packet switching network, the International Packet Switched Service (IPSS).

JANET

JANET was the UK academic and research network, linking all universities, higher education establishments, publicly funded research laboratories.[112] The X.25 network, which used the Coloured Book protocols, was based mainly on GEC 4000 series switches, and run X.25 links at up to 8 Mbit/s in its final phase before being converted to an IP based network. The JANET network grew out of the 1970s SRCnet, later called SERCnet.[113]

PSS

Packet Switch Stream (PSS) was the UK Post Office (later to become British Telecom) national X.25 network with a DNIC of 2342. British Telecom renamed PSS under its GNS (Global Network Service) name, but the PSS name has remained better known. PSS also included public dial-up PAD access, and various InterStream gateways to other services such as Telex.[citation needed]

TRANSPAC

TRANSPAC was the national X.25 network in France.[114] It was developed locally at about the same time as DATAPAC in Canada. The development was done by the French PTT and influenced by the experimental RCP network.[81] It began operation in 1978, and served both commercial users and, after Minitel began, consumers.[115]

VENUS-P

VENUS-P was an international X.25 network that operated from April 1982 through March 2006. At its subscription peak in 1999, VENUS-P connected 207 networks in 87 countries.[116]

Venepaq

Venepaq is the national X.25 public network in Venezuela. It is run by Cantv and allow direct connection and dial up connections. Provides nationalwide access at very low cost. It provides national and international access. Venepaq allow connection from 19.2 kbit/s to 64 kbit/s in direct connections, and 1200, 2400 and 9600 bit/s in dial up connections.

Internet era

When Internet connectivity was made available to anyone who could pay for an ISP subscription, the distinctions between national networks blurred. The user no longer saw network identifiers such as the DNIC. Some older technologies such as circuit switching have resurfaced with new names such as fast packet switching. Researchers have created some experimental networks to complement the existing Internet.[117]

CSNET

The Computer Science Network (CSNET) was a computer network funded by the U.S. National Science Foundation (NSF) that began operation in 1981. Its purpose was to extend networking benefits, for computer science departments at academic and research institutions that could not be directly connected to ARPANET, due to funding or authorization limitations. It played a significant role in spreading awareness of, and access to, national networking and was a major milestone on the path to development of the global Internet.[118][119]

Internet2

Internet2 is a not-for-profit United States computer networking consortium led by members from the research and education communities, industry, and government.[120] The Internet2 community, in partnership with Qwest, built the first Internet2 Network, called Abilene, in 1998 and was a prime investor in the National LambdaRail (NLR) project.[121] In 2006, Internet2 announced a partnership with Level 3 Communications to launch a brand new nationwide network, boosting its capacity from 10 Gbit/s to 100 Gbit/s.[122] In October, 2007, Internet2 officially retired Abilene and now refers to its new, higher capacity network as the Internet2 Network.

NSFNET

 

NSFNET Traffic 1991, NSFNET backbone nodes are shown at the top, regional networks below, traffic volume is depicted from purple (zero bytes) to white (100 billion bytes), visualization by NCSA using traffic data provided by the Merit Network.

The National Science Foundation Network (NSFNET) was a program of coordinated, evolving projects sponsored by the National Science Foundation (NSF) beginning in 1985 to promote advanced research and education networking in the United States.[123] NSFNET was also the name given to several nationwide backbone networks operating at speeds of 56 kbit/s, 1.5 Mbit/s (T1), and 45 Mbit/s (T3) that were constructed to support NSF's networking initiatives from 1985-1995. Initially created to link researchers to the nation's NSF-funded supercomputing centers, through further public funding and private industry partnerships it developed into a major part of the Internet backbone.

NSFNET regional networks

In addition to the five NSF supercomputer centers, NSFNET provided connectivity to eleven regional networks and through these networks to many smaller regional and campus networks in the United States. The NSFNET regional networks were:[124][125]

  • BARRNet, the Bay Area Regional Research Network in Palo Alto, California;
  • CERFNET, California Education and Research Federation Network in San Diego, California, serving California and Nevada;
  • CICNet, the Committee on Institutional Cooperation Network via the Merit Network in Ann Arbor, Michigan and later as part of the T3 upgrade via Argonne National Laboratory outside of Chicago, serving the Big Ten Universities and the University of Chicago in Illinois, Indiana, Michigan, Minnesota, Ohio, and Wisconsin;
  • Merit/MichNet in Ann Arbor, Michigan serving Michigan, formed in 1966, still in operation as of 2016;[126]
  • MIDnet in Lincoln, Nebraska serving Arkansas, Iowa, Kansas, Missouri, Nebraska, Oklahoma, and South Dakota;
  • NEARNET, the New England Academic and Research Network in Cambridge, Massachusetts, added as part of the upgrade to T3, serving Connecticut, Maine, Massachusetts, New Hampshire, Rhode Island, and Vermont, established in late 1988, operated by BBN under contract to MIT, BBN assumed responsibility for NEARNET on 1 July 1993;[127]
  • NorthWestNet in Seattle, Washington, serving Alaska, Idaho, Montana, North Dakota, Oregon, and Washington, founded in 1987;[128]
  • NYSERNet, New York State Education and Research Network in Ithaca, New York;
  • JVNCNet, the John von Neumann National Supercomputer Center Network in Princeton, New Jersey, serving Delaware and New Jersey;
  • SESQUINET, the Sesquicentennial Network in Houston, Texas, founded during the 150th anniversary of the State of Texas;
  • SURAnet, the Southeastern Universities Research Association network in College Park, Maryland and later as part of the T3 upgrade in Atlanta, Georgia serving Alabama, Florida, Georgia, Kentucky, Louisiana, Maryland, Mississippi, North Carolina, South Carolina, Tennessee, Virginia, and West Virginia, sold to BBN in 1994; and
  • Westnet in Salt Lake City, Utah and Boulder, Colorado, serving Arizona, Colorado, New Mexico, Utah, and Wyoming.

National LambdaRail

The National LambdaRail was launched in September 2003. It is a 12,000-mile high-speed national computer network owned and operated by the U.S. research and education community that runs over fiber-optic lines. It was the first transcontinental 10 Gigabit Ethernet network. It operates with high aggregate capacity of up to 1.6 Tbit/s and a high 40 Gbit/s bitrate, with plans for 100 Gbit/s.[129][130] The upgrade never took place and NLR ceased operations in March 2014.

TransPAC, TransPAC2, and TransPAC3

TransPAC2 and TransPAC3, continuations of the TransPAC project, a high-speed international Internet service connecting research and education networks in the Asia-Pacific region to those in the US.[131][132] TransPAC is part of the NSF's International Research Network Connections (IRNC) program.[133]

Very high-speed Backbone Network Service (vBNS)

The Very high-speed Backbone Network Service (vBNS) came on line in April 1995 as part of a National Science Foundation (NSF) sponsored project to provide high-speed interconnection between NSF-sponsored supercomputing centers and select access points in the United States.[134] The network was engineered and operated by MCI Telecommunications under a cooperative agreement with the NSF. By 1998, the vBNS had grown to connect more than 100 universities and research and engineering institutions via 12 national points of presence with DS-3 (45 Mbit/s), OC-3c (155 Mbit/s), and OC-12c (622 Mbit/s) links on an all OC-12c backbone, a substantial engineering feat for that time. The vBNS installed one of the first ever production OC-48c (2.5 Gbit/s) IP links in February 1999 and went on to upgrade the entire backbone to OC-48c.[135]

In June 1999 MCI WorldCom introduced vBNS+ which allowed attachments to the vBNS network by organizations that were not approved by or receiving support from NSF.[136] After the expiration of the NSF agreement, the vBNS largely transitioned to providing service to the government. Most universities and research centers migrated to the Internet2 educational backbone. In January 2006, when MCI and Verizon merged,[137] vBNS+ became a service of Verizon Business.[138]

  • CompuServe
  • Multi-bearer network
  • Optical burst switching
  • Packet radio
  • Public switched data network
  • Time-Driven Switching - a bufferless approach to packet switching
  • Transmission delay
  • Virtual private network

  1. ^ Baran, Paul (August 1964). On Distributed Communications. Vol. I–XI. Rand Corporation Research Report.
  2. ^ a b Roberts, Dr. Lawrence G. (November 1978). "The Evolution of Packet Switching". Archived from the original on 24 March 2016. Retrieved 5 September 2017. Almost immediately after the 1965 meeting, Donald Davies conceived of the details of a store-and-forward packet switching system
  3. ^ 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
  4. ^ Weik, Martin (6 Dec 2012). Fiber Optics Standard Dictionary. Springer Science & Business Media. ISBN 978-1461560234.
  5. ^ National Telecommunication Information Administration (1 April 1997). Telecommunications: Glossary of Telecommunications Terms. Vol. 1037, Part 3 of Federal Standard. Government Institutes. ISBN 1461732328.
  6. ^ Forouzan, Behrouz A.; Fegan, Sophia Chung (2007). Data Communications and Networking. Huga Media. ISBN 978-0-07-296775-3.
  7. ^ a b Abbate, Jane (2000). Inventing the Internet. MIT Press. pp. 37–8, 58–9. ISBN 978-0262261333.
  8. ^ "Inductee Details - Donald Watts Davies". National Inventors Hall of Fame. Retrieved 6 September 2017; "Inductee Details - Paul Baran". National Inventors Hall of Fame. Retrieved 2020-05-09.
  9. ^ a b Stewart, Bill (2000-01-07). "Paul Baran Invents Packet Switching". Living Internet. Retrieved 2008-05-08.
  10. ^ Baran, Paul (May 27, 1960). "Reliable Digital Communications Using Unreliable Network Repeater Nodes" (PDF). The RAND Corporation: 1. Retrieved July 7, 2016. {{cite journal}}: Cite journal requires |journal= (help)
  11. ^ Baran, Paul (1962). "RAND Paper P-2626". {{cite journal}}: Cite journal requires |journal= (help)
  12. ^ Baran, Paul (January 1964). "On Distributed Communications". {{cite journal}}: Cite journal requires |journal= (help)
  13. ^ Baran, Paul (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. Essentially all the work was defined by 1961, and fleshed out and put into formal written form in 1962. The idea of hot potato routing dates from late 1960.
  14. ^ Monica, 1776 Main Street Santa; California 90401-3208. "Paul Baran and the Origins of the Internet". www.rand.org. Retrieved 2020-02-15.
  15. ^ Davies, D. W. (17 March 1986), Oral History 189: D. W. Davies interviewed by Martin Campbell-Kelly at the National Physical Laboratory, Charles Babbage Institute University of Minnesota, Minneapolis, archived from the original on 29 July 2014, retrieved 21 July 2014
  16. ^ 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.
  17. ^ "A Digital Communication Network for Computers Giving Rapid Response at remote Terminals" (PDF). 1967. Retrieved 2020-09-15.
  18. ^ a b c C. Hempstead; W. Worthington (2005). Encyclopedia of 20th-Century Technology. Routledge. ISBN 9781135455514.
  19. ^ Isaacson, Walter (2014). The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution. Simon and Schuster. p. 246. ISBN 9781476708690.
  20. ^ Pelkey, James. "6.3 CYCLADES Network and Louis Pouzin 1971-1972". Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968-1988.
  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. ^ Cerf, Vinton; Dalal, Yogen; Sunshine, Carl (December 1974). Specification of Internet Transmission Control Protocol. IETF. doi:10.17487/RFC0675. RFC 675.
  23. ^ Hayward, G.; Gottlieb, A.; Jain, S.; Mahoney, D. (October 1987). "CMOS VLSI Applications in Broadband Circuit Switching". IEEE Journal on Selected Areas in Communications. 5 (8): 1231–1241. doi:10.1109/JSAC.1987.1146652. ISSN 1558-0008.
  24. ^ Hui, J.; Arthurs, E. (October 1987). "A Broadband Packet Switch for Integrated Transport". IEEE Journal on Selected Areas in Communications. 5 (8): 1264–1273. doi:10.1109/JSAC.1987.1146650. ISSN 1558-0008.
  25. ^ Gibson, Jerry D. (2018). The Communications Handbook. CRC Press. ISBN 9781420041163.
  26. ^ a b Isaacson, Walter (2014). The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution. Simon & Schuster. pp. 244–5. ISBN 9781476708690. This led to an outcry among many of the other Internet pioneers, who publicly attacked Kleinrock and said that his brief mention of breaking messages into smaller pieces did not come close to being a proposal for packet switching
  27. ^ Alex McKenzie (2009), Comments on Dr. Leonard Kleinrock's claim to be "the Father of Modern Data Networking", retrieved April 23, 2015 "... there is nothing in the entire 1964 book that suggests, analyzes, or alludes to the idea of packetization."
  28. ^ Trevor Harris, University of Wales (2009). "Who is the Father of the Internet?". Variety in Mass Communication Research. Dr Willis H. Ware, Senior Computer Scientist and Research at the RAND Corporation, notes that Davies (and others) were troubled by what they regarded as in appropriate claims on the invention of packet switching
  29. ^ Robert Taylor (November 22, 2001), "Birthing the Internet: Letters From the Delivery Room; Disputing a Claim", New York Times, Authors who have interviewed dozens of Arpanet pioneers know very well that the Kleinrock-Roberts claims are not believed.
  30. ^ Katie Hefner (November 8, 2001), "A Paternity Dispute Divides Net Pioneers", New York Times, The Internet is really the work of a thousand people," Mr. Baran said. "And of all the stories about what different people have done, all the pieces fit together. It's just this one little case that seems to be an aberration.
  31. ^ Donald Davies (2001), "A Historical Study of the Beginnings of Packet Switching", Computer Journal, British Computer Society, 44 (3): 152–162, doi:10.1093/comjnl/44.3.152, I can find no evidence that he understood the principles of packet switching.[dead link]
  32. ^ Scantlebury, Roger (25 June 2013). "Internet pioneers airbrushed from history". The Guardian. Retrieved 10 September 2017.
  33. ^ "The real story of how the Internet became so vulnerable". Washington Post. Archived from the original on 2015-05-30. Retrieved 2020-02-18. Historians credit seminal insights to Welsh scientist Donald W. Davies and American engineer Paul Baran
  34. ^ "Inductee Details - Paul Baran". National Inventors Hall of Fame. Archived from the original on 6 September 2017. Retrieved 6 September 2017; "Inductee Details - Donald Watts Davies". National Inventors Hall of Fame. Archived from the original on 6 September 2017. Retrieved 6 September 2017.
  35. ^ Pildush, G. "Interview with the author (of an MPLS-based VPN article)". Archived from the original on 2007-09-29.
  36. ^ Moore, Roger D. (August 2006). "This is a temporary index for a collection of papers about packet-switching in the 1970s". Archived from the original on 24 July 2017. Retrieved 5 September 2017.
  37. ^ Kirstein, Peter T. (1973). "A SURVEY OF PRESENT AMD PLANNED GENERAL PURPOSE EUROPEAN DATA AND COMPUTER NETWORKS". Archived from the original on 2 March 2017. Retrieved 5 September 2017.
  38. ^ National Research Council (U.S.). National Research Network Review Committee, Leonard Kleinrock; et al. (1988). Toward a National Research Network. National Academies. p. 40. ISBN 9780309581257.
  39. ^ "A SURVEY OF THE CAPABILITIES OF 8 PACKET SWITCHING NETWORKS". 1975. Archived from the original on 26 April 2017. Retrieved 5 September 2017. Research in packet switching networks at the British National Physical Laboratory (NPL) predates ARPANET, having commenced in 1966.
  40. ^ Taylor, Steve; Jim Metzler (2008). "Vint Cerf on why TCP/IP was so long in coming".
  41. ^ a b Oppenheimer, Alan (January 2004). "A History of Macintosh Networking". MacWorld Expo. Archived from the original on 2006-10-16.
  42. ^ Sidhu, Gursharan; Andrews, Richard; Oppenheiner, Alan (1989). Inside AppleTalk (2 ed.). Addison-Wesley. ISBN 0-201-55021-0.
  43. ^ Martel, C. C.; J. M. Cunningham; M. S. Grushcow. "THE BNR NETWORK: A CANADIAN EXPERIENCE WITH PACKET SWITCHING TECHNOLOGY". IFIP Congress 1974. pp. 10–14. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  44. ^ "A Technical History of CYCLADES". Technical Histories of the Internet & other Network Protocols. Computer Science Department, University of Texas Austin. Archived from the original on 2013-09-01.
  45. ^ Zimmermann, Hubert (August 1977). "The Cyclades Experience-Results and Impacts". IFIP Congress 1977. Toronto: 465–469.
  46. ^ Digital Equipment Corporation, Nineteen Fifty-Seven to the Present (PDF), Digital Equipment Corporation, 1978, p. 53, archived from the original (PDF) on 2017-06-30
  47. ^ Wood, David C. (1975). "A Survey of the Capabilities of 8 Packet Switching Networks". Proceedings of Symposium on Computer Networks. Archived from the original on 2020-08-06. Retrieved 2020-03-13.
  48. ^ Barber, D L. (1975). "Cost project 11". ACM SIGCOMM Computer Communication Review. 5 (3): 12–15. doi:10.1145/1015667.1015669. S2CID 28994436.
  49. ^ Scantlebury, Roger (1986). "X.25 - past, present and future". In Stokes, A. V. (ed.). Communications Standards: State of the Art Report. Pergamon. pp. 203–216. ISBN 978-1-4831-6093-1.
  50. ^ "EIN (European Informatics Network)". Computer History Museum. Retrieved 2020-02-05.
  51. ^ Abbate, Janet (2000). Inventing the Internet. MIT Press. p. 125. ISBN 978-0-262-51115-5.
  52. ^ Davies, Donald Watts (1979). Computer networks and their protocols. John Wiley & Sons. pp. 464. ISBN 9780471997504.
  53. ^ Hardy, Daniel; Malleus, Guy (2002). Networks: Internet, Telephony, Multimedia: Convergences and Complementarities. Springer Science & Business Media. p. 505. ISBN 978-3-540-00559-9.
  54. ^ 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.
  55. ^ Davies, Howard; Bressan, Beatrice, eds. (2010). A history of international research networking: the people who made it happen. John Wiley & Sons. p. 2. ISBN 978-3527327102.
  56. ^ Smith, Ed; Miller, Chris; Norton, Jim. "Packet Switching: The first steps on the road to the information society". {{cite journal}}: Cite journal requires |journal= (help)
  57. ^ Bright, Roy D.; Smith, Michael A. (1973). "EXPERIMENTAL PACKET SWITCHING PROJECT OF THE UK POST OFFICE". Proceedings of the NATO Advanced Study Institute on Computer Communication Networks. Sussex, United Kingdom: Noordhoff International Publishing. pp. 435–44. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  58. ^ Pearson, DJ; Wilkin, D (1974). "Some Design Aspects of a public packet switching network". Proceedings of the 2nd ICCC 74. pp. 199–213. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  59. ^ Schwartz, Mischa; Boorstyn, Rober R.; Pickholtz, Raymond L. (November 1972). "Terminal-Oriented Computer-Communication Networks". Proceedings of the IEEE. 60 (11): 1408–23. doi:10.1109/proc.1972.8912. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  60. ^ Kirstein, Peter T. (1973). "A SURVEY OF PRESENT AND PLANNED GENERAL PURPOSE EUROPEAN DATA AND COMPUTER NETWORKS". Proceedings of the NATO Advanced Study Institute on Computer Communication Networks. Sussex, United Kingdom: Noordhoff International Publishing. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  61. ^ "IPSANET Documents". Archived from the original on 2021-02-25. Retrieved 2020-10-22.
  62. ^ Lee, Rich (1 March 1998). "Maintaining IPX Compatibility During a Migration to TCP/IP on a NetWare Network". Novell. Retrieved 3 September 2013.
  63. ^ Merit receives administrative services under an agreement with the University of Michigan.
  64. ^ John Mulcahy (1989), A Chronicle of Merit's Early History, Ann Arbor, Michigan: Merit Network, archived from the original on 2009-02-07
  65. ^ a b Merit Network Timeline: 1970–1979, Ann Arbor, Michigan: Merit Network, archived from the original on 2016-01-01
  66. ^ Merit Network Timeline: 1980–1989, Ann Arbor, Michigan: Merit Network, archived from the original on 2016-01-01
  67. ^ Pelkey, James (2007), "NPL Network and Donald Davies 1966 - 1971", Entrepreneurial Capitalism and Innovation: A History of Computer Communications 1968-1988, retrieved 13 April 2016
  68. ^ K.G. Coffman; A.M. Odlyzco (22 May 2002). "Optics and Photonics". In I. Kaminow; T. Li (eds.). Optical Fiber Telecommunications IV-B: Systems and Impairments. Academic Press. ISBN 978-0080513195. Retrieved 2015-08-15.
  69. ^ B. Steil; David G. Victor; Richard R. Nelson, eds. (1 Jan 2002). Technological Innovation and Economic Performance. Princeton University Press. ISBN 978-0691090917. Retrieved 2015-08-15.
  70. ^ Scantlebury, R. A.; Wilkinson, P.T. (1974). "The National Physical Laboratory Data Communications Network". Proceedings of the 2nd ICCC 74. pp. 223–228. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  71. ^ Ward, Mark (October 29, 2009). "Celebrating 40 years of the net". BBC News.
  72. ^ "The National Physical Laboratory Data Communications Netowrk". 1974. Archived from the original on 1 August 2020. Retrieved 5 September 2017.
  73. ^ 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 United Kingdom. It was quickly followed by the ARPANET in 1969.
  74. ^ "Donald Davies". thocp.net. Archived from the original on 2020-11-05. Retrieved 2017-08-28.
  75. ^ "Donald Davies". internethalloffame.org.
  76. ^ Mendicino, Samuel F. (1972). "1970 OCTOPUS: THE LAWRENCE RADIATION LABORATORY NETWORK". Computer Networks. Englewood Cliffs, N.J.: Prentice-Hall Inc.: 95–100. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  77. ^ Pehrson, David L. (1970). "AN ENGINEERING VIEW OF THE LRL OCTOPUS COMPUTER NETWORK".
  78. ^ Fletcher, John G. (1975). "Principles of Design in the Octopus Computer network".
  79. ^ Burnett, D.J.; Sethi, H.R. (1977). "Packet Switching at Philips Research Laboratories". Computer Networks. 1 (6): 341–348. doi:10.1016/0376-5075(77)90010-1. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  80. ^ David R. Boggs; John F. Shoch; Edward A. Taft; Robert M. Metcalfe (April 1980). "Pup: An Internetwork Architecture". IEEE Transactions on Communications. 28 (4): 612–624. doi:10.1109/TCOM.1980.1094684. S2CID 62684407.
  81. ^ a b "Discussion of Technical Choices made for Transpac" (PDF).
  82. ^ Després, R. (1974). "RCP, THE EXPERIMENTAL PACKET-SWITCHED DATA TRANSMISSION SERVICE OF THE FRENCH PTT". Proceedings of ICCC 74. pp. 171–85. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  83. ^ Bache, A.; Matras, Y. (1976). "Fundamental Choices in the Development of RCP, the Experimental Packet-Switching Data Transmission Service of the French PTT". Proceedings of ICCC 76. pp. 311–16. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  84. ^ Bache, A.; L. Guillou; H. Layec; B. Long; Y. Matras (1976). "RCP, the Experimental Packet-Switched Data Transmission Service of the French PTT: History, Connections, Control". Proceedings of ICCC 76. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  85. ^ Alarcia, G.; Herrera, S. (1974). "C.T.N.E.'s PACKET SWITCHING NETWORK. ITS APPLICATIONS". Proceedings of 2nd ICCC 74. pp. 163–170. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  86. ^ Cuenca, L. (1980). "A Public Packet Switching Data Communications Network: Eight Years of Operating Experience". Conference Record of ICC 80. IEEE. pp. 39.3.1–39.3.5. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  87. ^ Lavandera, Luis (1980). "Architecture, Protocols and Performance of RETD". Conference Record of ICC 80. IEEE. pp. 28.4.1–28.4.5. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  88. ^ Haarala, Arja-Riitta (2001). "The Role of Libraries in Information Management in Finnish University Setting". Proceedings of the 7th International Conference of European University Information Systems. doi:10.18452/1040.
  89. ^ Chretien, G.J.; Konig, W.M.; Rech, J.H. (1973). "The SITA Network". Proceedings of the NATO Advanced Study Institute on Computer Communication Networks. Sussex, United Kingdom: Noordhoff International Publishing. pp. 373–396. Archived from the original on 2013-10-20.
  90. ^ Sundstrom, R.J.; G.D. Schultz (1980). "1980 SNA'S First Six Years: 1974-1980". Proceedings of 5th ICCC 80. pp. 578–585. Archived from the original on 2013-10-20.
  91. ^ Roberts, Dr. Lawrence G. (November 1978). "The Evolution of Packet Switching" (PDF). IEEE Invited Paper. Archived from the original (PDF) on December 31, 2018. Retrieved September 10, 2017.
  92. ^ Johnson, Timothy (May 13, 1976). "Electronic post for switching data". New Scientist.
  93. ^ Mathison, S.L.; Roberts, L.G.; Walker, P.M. (May 2012). "The history of telenet and the commercialization of packet switching in the U.S." IEEE Communications Magazine. 50 (5): 28–45. doi:10.1109/MCOM.2012.6194380. S2CID 206453987.
  94. ^ TYMES, LA ROY W. "TYMNET — A terminal oriented communication network". Proceedings of the SJCC 1971. Vol. 38. pp. 211–16. Archived from the original on 2013-05-09. Retrieved 2013-08-30.
  95. ^ TYMES, LA ROY W. (April 1981). "Routing and Flow Control in TYMNET". IEEE Transactions on Communications. COM-29 (4): 392–98. doi:10.1109/tcom.1981.1095020. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  96. ^ "Xerox System Integration Standard - Internet Transport Protocols". Xerox. Stamford. 1981.
  97. ^ "Chapter 12: Xerox Network Systems". AIX Version 4.3 Communications Programming Concepts. International Business Machines. October 1997.
  98. ^ Andrew Colley (28 January 2004). "Telstra drops Austpac; reaches for finance market". ZDNet. Retrieved 21 December 2018.
  99. ^ Maidasani, Dinesh (June 2009). Straight To The Point - Networking. Laxmi Publications Pvt Limited. ISBN 9788131805299.
  100. ^ Smith, Christopher A. (1985). Technology for Disabled Persons: Conference Papers, Discovery '84, October 1-3, 1984, Chicago, Illinois. Materials Development Center, Stout Vocational Rehabilitation Institute, University of Wisconsin-Stout. p. 195. ISBN 978-0-916671-61-7. Retrieved 12 January 2022.
  101. ^ Rucker, Chauncy N.; And Others (1985). Establishing a Computer Network for Connecticut.
  102. ^ Steneker, H.J. (16 May 1991). "Graduation Report on X.25 data services in GSM network" (PDF). Electrical Engineering - TUE. p. 20. Retrieved 15 June 2011.
  103. ^ Rybczynski, Tony (11 December 2009). "Commercialization of packet switching (1975-1985): A Canadian perspective [History of Communications]". IEEE Communications Magazine. Vol. 47, no. 12. doi:10.1109/MCOM.2009.5350364. Retrieved 12 January 2022.
  104. ^ Parodi, Roberto (1992). Towards a New World in Computer Communication: Eleventh International Conference on Computer Communication, Genova, Italy, 1992 : Proceedings of the Conference. IOS Press. ISBN 978-90-5199-110-9.
  105. ^ Telecommunications Directory. Gale Research. 2000. p. 593. ISBN 978-0-7876-3352-3.
  106. ^ Gareth Locksley (1990). The Single European Market and the Information and Communication Technologies. Belhaven Press. p. 194. ISBN 978-1-85293-101-8.
  107. ^ "Eircom Plc and the Department of Agriculture and Food; Mr Mark Henry and the Department of Agriculture and Food; Eircom Plc and the Department of Finance and Eircom Plc and Office of the Revenue Commissioners. - Office of the Information Commissioner". Retrieved 23 May 2017.[permanent dead link]
  108. ^ Dunning, A.J. (1977-12-31). "Origins, development and future of the Euronet". Program. Emeraldinsight.com. 11 (4): 145–155. doi:10.1108/eb046759.
  109. ^ Kerssens, Niels (2020). "Rethinking legacies in internet history: Euronet, lost (inter)networks, EU politics". Internet Histories. 4: 32–48. doi:10.1080/24701475.2019.1701919. ISSN 2470-1475.
  110. ^ Tomaru, K.; T. Kato; S.I. Yamaguchi (1980). "A Private Packet Network and Its Application in A Worldwide Integrated Communication Network". Proceedings of ICCC '80. pp. 517–22. Archived from the original on 2013-10-20. Retrieved 2013-08-30.
  111. ^ Infante, Jorge, El Desarrollo de la Red Publica de Datos en Espana (1971-1991): Un Caso de Avance Technologico en Condiciones Adversas (PDF), archived from the original (PDF) on 2010-04-05
  112. ^ "1984-2014: 30 years of the Janet network" (PDF). Disc. Retrieved 23 September 2017.
  113. ^ Wells, Mike (1988-11-01). "JANET-the United Kingdom Joint Academic Network". Serials. 1 (3): 28–36. doi:10.1629/010328. ISSN 1475-3308.
  114. ^ "X.25 Virtual Circuits - Transpac in France - Pre-Internet Data Networking". doi:10.1109/MCOM.2010.5621965. S2CID 23639680. {{cite journal}}: Cite journal requires |journal= (help)
  115. ^ Epstein, Nadine (1986-03-09). "Et Voila! Le Minitel". The New York Times.
  116. ^ "KDDI to Close VENUS-P International Public Data Communications Service". KDDI. 9 November 2005. Archived from the original on 2013-09-04. Retrieved 3 September 2013.
  117. ^ Mike C. Smith (7 September 2017). "What is Dedicated Internet Access?". Retrieved 21 December 2018.
  118. ^ "The Internet—From Modest Beginnings". NSF website. Archived from the original on August 28, 2011. Retrieved September 30, 2011.
  119. ^ Douglas Comer (October 1983). "History and overview of CSNET". Communications. 26 (10): 747–753. doi:10.1145/358413.358423. S2CID 11943330.
  120. ^ "About Internet2". Retrieved 2009-06-26.
  121. ^ Reardon, Marguerite (October 11, 2004). "Optical networking: The next generation". CNET. Archived from the original on 10 July 2012.
  122. ^ Jesdanun, Anick (October 11, 2007). "Speedy Internet2 gets 10x boost". USA Today. Retrieved 26 June 2009.
  123. ^ "NSFNET: The Partnership That Changed The World". November 2007.
  124. ^ Harris, Susan R.; Gerich, Elise (April 1996). "Retiring the NSFNET Backbone Service: Chronicling the End of an Era". ConneXions. Archived from the original on 2013-08-17.
  125. ^ Gale, Doug (29 November 2007). "NSFNET: The Community" (PDF). NSFNET: The Partnership That Changed The World.
  126. ^ Aupperle, Eric M. (1998). "Merit–Who, What, and Why, Part One: The Early Years, 1964-1983" (PDF). Merit Network, Inc., in Library Hi Tech. Archived (PDF) from the original on 2013-04-23.
  127. ^ "BBN to operate NEARnet". MIT News. 14 July 1993.
  128. ^ "About NorthWestNet". NorthWestNet User Services Internet Resource Guide, NorthWestNet Academic Computing Consortium, Inc. 24 March 1992. Retrieved 3 July 2012.
  129. ^ Michael Feldman (October 28, 2008). "National LambdaRail Opens for Business". HPCwire. Retrieved June 6, 2013.
  130. ^ "About NLR". National LambdaRail. 3 September 2013. Archived from the original on 2013-09-04.
  131. ^ "International TransPAC2 Inaugurated". Archived from the original on 20 June 2013., HPC Wire, 8 April 2005.
  132. ^ "TransPAC website". Archived from the original on 17 July 2013. Retrieved 3 September 2013.
  133. ^ "TransPAC3 - Asia-US High Performance International Networking". International Research Network Connections Program (IRNC), U.S. National Science Foundation, October 2011. Retrieved 3 September 2013.
  134. ^ "NSF Solicitation 93-52-Network Access Point Manager, Routing Arbiter, Regional Network Providers, and Very High Speed Backbone Network Services Provider for NSFNET and the NREN(SM) Program". May 6, 1993. Archived from the original on 2016-03-05.
  135. ^ Jamison, John; Nicklas, Randy; Miller, Greg; Thompson, Kevin; Wilder, Rick; Cunningham, Laura; Song, Chuck (July 1998). "vBNS: not your father's Internet". IEEE Spectrum. 35 (7): 38–46. doi:10.1109/6.694354.
  136. ^ "MCI WorldCom Introduces Next Generation vBNS+ For All Higher Education And Research Organizations". Verizon Business News. June 23, 1999.
  137. ^ "Verizon and MCI Close Merger, Creating a Stronger Competitor for Advanced Communications Services". Verizon Business News. January 6, 2006.
  138. ^ "vBNS+". Verizon Business.

  • Paul Baran et al., On Distributed Communications, Volumes I-XI (RAND Corporation Research Documents, August, 1964)
    • Paul Baran, On Distributed Communications: I Introduction to Distributed Communications Network (RAND Memorandum RM-3420-PR. August 1964)
  • Paul Baran, On Distributed Communications Networks, (IEEE Transactions on Communications Systems, Vol. CS-12 No. 1, pp. 1–9, March 1964)
  • D. W. Davies, K. A. Bartlett, R. A. Scantlebury, and P. T. Wilkinson, A digital communications network for computers giving rapid response at remote terminals (ACM Symposium on Operating Systems Principles. October 1967)
  • R. A. Scantlebury, P. T. Wilkinson, and K. A. Bartlett, The design of a message switching Centre for a digital communication network (IFIP 1968)
  • Lawrence Roberts, The Evolution of Packet Switching (Proceedings of the IEEE, November, 1978)
  • Abbate, Janet (2000), Inventing the Internet, MIT Press, ISBN 9780262511155
  • Hafner, Katie Where Wizards Stay Up Late (Simon and Schuster, 1996) pp 52–67
  • Norberg, Arthur; O'Neill, Judy E. Transforming Computer Technology: Information Processing for the Pentagon, 1962-1982 (Johns Hopkins University, 1996)
  • Wilkinson, Peter (Summer 2020), "Packet Switching and the NPL Network", Computer Resurrection: The Journal of the Computer Conservation Society (90), ISSN 0958-7403
  • Oral history interview with Paul Baran. Charles Babbage Institute University of Minnesota, Minneapolis. Baran describes his working environment at RAND, as well as his initial interest in survivable communications, and the evolution, writing and distribution of his eleven-volume work, "On Distributed Communications". Baran discusses his interaction with the group at ARPA who were responsible for the later development of the ARPANET.
  • NPL Data Communications Network NPL video, 1970s
  • Packet Switching History and Design, site reviewed by Baran, Roberts, and Kleinrock
  • Paul Baran and the Origins of the Internet
  • 20+ articles on packet switching in the 1970s Archived 2009-08-01 at the Wayback Machine
  • "An Introduction to Packet Switched Networks", Phrack, 05/3/88

Retrieved from "https://en.wikipedia.org/w/index.php?title=Packet_switching&oldid=1081736096"