Misplaced Pages

Interface Message Processor

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

The Interface Message Processor ( IMP ) was the packet switching node used to interconnect participant networks to the ARPANET from the late 1960s to 1989. It was the first generation of gateways , which are known today as routers . An IMP was a ruggedized Honeywell DDP-516 minicomputer with special-purpose interfaces and software. In later years the IMPs were made from the non-ruggedized Honeywell 316 which could handle two-thirds of the communication traffic at approximately one-half the cost. An IMP requires the connection to a host computer via a special bit- serial interface, defined in BBN Report 1822 . The IMP software and the ARPA network communications protocol running on the IMPs was discussed in RFC   1 , the first of a series of standardization documents published by what later became the Internet Engineering Task Force (IETF).

#437562

110-589: The concept of an interface computer for computer networking was first proposed in 1966 by Donald Davies for the NPL network in England and implemented there in 1968-9. The same idea was independently developed in early 1967 at a meeting of principal investigators for the Department of Defense's Advanced Research Projects Agency (ARPA) to discuss interconnecting machines across the country. Larry Roberts , who led

220-520: A "single network" for data and telephone communications. Davies proposed and studied a commercial national data network in the United Kingdom and designed and built the first implementation of packet switching in the local-area NPL network in 1966-69 to demonstrate the technology. Many of the wide-area packet-switched networks built in the late 1960s and 1970s were similar "in nearly all respects" to his original 1965 design. Davies' work influenced

330-612: A "single network" for data and telephone communications: Computer developments in the distant future might result in one type of network being able to carry speech and digital messages efficiently. Davies and his team were the first to write communication protocols in a modern data-commutation context in an April 1967 memorandum A Protocol for Use in the NPL Data Communications Network written by Roger Scantlebury and Keith Bartlett. His work on packet switching, presented by Scantlebury, initially caught

440-558: A 32-bit architecture with 16 general-purpose registers, but most of the System/360 implementations use hardware that implements a much simpler underlying microarchitecture; for example, the System/360 Model 30 has 8-bit data paths to the arithmetic logic unit (ALU) and main memory and implemented the general-purpose registers in a special unit of higher-speed core memory , and the System/360 Model 40 has 8-bit data paths to

550-491: A CPU) into a less complex programming challenge. To take advantage of this, a CPU is divided into several parts: There may also be a memory address register and a memory data register , used to access the main computer storage . Together, these elements form an " execution unit ". Most modern CPUs have several execution units. Even simple computers usually have one unit to read and write memory, and another to execute user code. These elements could often be brought together as

660-404: A CPU. Microcode can be characterized as horizontal or vertical , referring primarily to whether each microinstruction controls CPU elements with little or no decoding (horizontal microcode) or requires extensive decoding by combinatorial logic before doing so (vertical microcode). Consequently, each horizontal microinstruction is wider (contains more bits) and occupies more storage space than

770-570: A computer's software stack is traditionally raw machine code instructions for the processor. In microcoded processors, fetching and decoding those instructions, and executing them, may be done by microcode. To avoid confusion, each microprogram-related element is differentiated by the micro prefix: microinstruction, microassembler, microprogrammer, etc. Complex digital processors may also employ more than one (possibly microcode-based) control unit in order to delegate sub-tasks that must be performed essentially asynchronously in parallel. For example,

880-467: A computer, also known as its machine code . It consists of a set of hardware-level instructions that implement the higher-level machine code instructions or control internal finite-state machine sequencing in many digital processing components. While microcode is utilized in Intel and AMD general-purpose CPUs in contemporary desktops and laptops, it functions only as a fallback path for scenarios that

990-505: A concept akin to a conditional in computer software. His initial implementation consisted of a pair of matrices: the first one generated signals in the manner of the Whirlwind control store, while the second matrix selected which row of signals (the microprogram instruction word, so to speak) to invoke on the next cycle. Conditionals were implemented by providing a way that a single line in the control store could choose from alternatives in

1100-483: A contemporary working on analysing message delays using queueing theory , developed a mathematical model for the operation of message switching networks in his PhD thesis during 1961-2, published as a book in 1964. However, Kleinrock's later claim to have developed the theoretical basis of packet switching networks is disputed by other Internet pioneers , including by Robert Taylor , Baran and Davies. Donald Davies and Paul Baran are recognized by historians and

1210-507: A curious pattern: when the ISA presented multiple versions of an instruction, the compiler almost always used the simplest one, instead of the one most directly representing the code. They learned that this was because those instructions were always implemented in hardware, and thus run the fastest. Using the other instruction might offer higher performance on some machines, but there was no way to know what machine they were running on. This defeated

SECTION 10

#1732772561438

1320-425: A custom logic design, changes to the individual steps require the hardware to be redesigned. Using microcode, all that changes is the code stored in the memory containing the microcode. This makes it much easier to fix problems in a microcode system. It also means that there is no effective limit to the complexity of the instructions, it is only limited by the amount of memory one is willing to use. The lowest layer in

1430-501: A family, microcode only runs on the exact electronic circuitry for which it is designed, as it constitutes an inherent part of the particular processor design itself. Engineers normally write the microcode during the design phase of a processor, storing it in a read-only memory (ROM) or programmable logic array (PLA) structure, or in a combination of both. However, machines also exist that have some or all microcode stored in static random-access memory (SRAM) or flash memory . This

1540-412: A large section of the traffic... Business use of the telephone may be reduced by the growth of the kind of service we contemplate. Davies proposed dividing computer messages into very "short messages in fixed format" that are routed independently across a network, with differing routes allowed for related packets, which are reassembled at the destination. Davies used the word "packet" after consulting with

1650-661: A linguist because it was capable of being translated into languages other than English without compromise. The following year, he returned to work at the NPL, where he became Superintendent of the Computer Science Division and transformed its computing activity. He designed and proposed a commercial national data network based on packet switching in his 1966 Proposal for the Development of a National Communications Service for On-line Data Processing . This work

1760-538: A number of patents, including methods for providing secure communication to enable the use of smart cards . He retired from NPL in 1984, becoming a leading consultant on data security to the banking industry and publishing a book on the topic that year. Together with David O. Clayden, he designed the Message Authenticator Algorithm (MAA) in 1983, one of the first message authentication code algorithms to gain widespread acceptance. It

1870-499: A performance bottleneck if those instructions are stored in main memory . Reading those instructions one by one is taking up time that could be used to read and write the actual data. For this reason, it is common for non-RISC designs to have many different instructions that differ largely on where they store data. For instance, the MOS 6502 has eight variations of the addition instruction, ADC , which differ only in where they look to find

1980-419: A programmer to define the table of bits symbolically. Because of its close relationship to the underlying architecture, "microcode has several properties that make it difficult to generate using a compiler." A simulator program is intended to execute the bits in the same way as the electronics, and allows much more freedom to debug the microprogram. After the microprogram is finalized, and extensively tested, it

2090-464: A relatively straightforward method of ensuring software compatibility between different products within a processor family. Some hardware vendors, notably IBM and Lenovo , use the term microcode interchangeably with firmware . In this context, all code within a device is termed microcode, whether it is microcode or machine code. For instance, updates to a hard disk drive 's microcode often encompass updates to both its microcode and firmware. At

2200-452: A series of voltages on various control lines, the microcode engine is connected to these lines instead, and these are turned on and off as the engine reads the microcode instructions in sequence. The microcode instructions are often bit encoded to those lines, for instance, if bit 8 is true, that might mean that the ALU should be paused awaiting data. In this respect microcode is somewhat similar to

2310-433: A single chip. This chip comes in a fixed width that would form a "slice" through the execution unit. These are known as " bit slice " chips. The AMD Am2900 family is one of the best known examples of bit slice elements. The parts of the execution units and the whole execution units are interconnected by a bundle of wires called a bus . Programmers develop microprograms, using basic software tools. A microassembler allows

SECTION 20

#1732772561438

2420-425: A single instruction read from memory into the sequence of internal actions is the duty of the control unit , another unit within the processor. The basic idea behind microcode is to replace the custom hardware logic implementing the instruction sequencing with a series of simple instructions run in a "microcode engine" in the processor. Whereas a custom logic system might have a series of diodes and gates that output

2530-477: A single machine instruction, thus avoiding multiple instruction fetches. Architectures with instruction sets implemented by complex microprograms included the IBM System/360 and Digital Equipment Corporation VAX . The approach of increasingly complex microcode-implemented instruction sets was later called complex instruction set computer (CISC). An alternate approach, used in many microprocessors ,

2640-570: A slow destinations), he assumed that "all users of the network will provide themselves with some kind of error control", thus inventing what came to be known as the end-to-end principle . In Scantlebury's report following the conference, he noted "It would appear that the ideas in the NPL paper at the moment are more advanced than any proposed in the USA". Larry Roberts , of the Advanced Research Projects Agency (ARPA) of

2750-441: A slow microprogram would result in a slow machine instruction and degraded performance for related application programs that use such instructions. Microcode was originally developed as a simpler method of developing the control logic for a computer. Initially, CPU instruction sets were hardwired . Each step needed to fetch, decode, and execute the machine instructions (including any operand address calculations, reads, and writes)

2860-622: A slower CPU clock. Some vertical microcode is just the assembly language of a simple conventional computer that is emulating a more complex computer. Some processors, such as DEC Alpha processors and the CMOS microprocessors on later IBM mainframes System/390 and z/Architecture , use machine code, running in a special mode that gives it access to special instructions, special registers, and other hardware resources unavailable to regular machine code, to implement some instructions and other functions, such as page table walks on Alpha processors. This

2970-549: A total length of 8159 bits, of which the first 96 were reserved for the header ("leader"). While packets transmitted across the Internet are assumed to be unreliable, 1822 messages were guaranteed to be transmitted reliably to the addressed destination. If the message could not be delivered, the IMP sent to the originating host a message indicating that the delivery failed. In practice, however, there were (rare) conditions under which

3080-615: A two-dimensional lattice, where one dimension accepts "control time pulses" from the CPU's internal clock, and the other connects to control signals on gates and other circuits. A "pulse distributor" takes the pulses generated by the CPU clock and breaks them up into eight separate time pulses, each of which activates a different row of the lattice. When the row is activated, it activates the control signals connected to it. In 1951, Maurice Wilkes enhanced this concept by adding conditional execution ,

3190-426: A vertical microinstruction. "Horizontal microcode has several discrete micro-operations that are combined in a single microinstruction for simultaneous operation." Horizontal microcode is typically contained in a fairly wide control store; it is not uncommon for each word to be 108 bits or more. On each tick of a sequencer clock a microcode word is read, decoded, and used to control the functional elements that make up

3300-460: A wide range of cost and performance, while making them all architecturally compatible. This dramatically reduces the number of unique system software programs that must be written for each model. A similar approach was used by Digital Equipment Corporation (DEC) in their VAX family of computers. As a result, different VAX processors use different microarchitectures, yet the programmer-visible architecture does not change. Microprogramming also reduces

3410-480: Is common to find that only some portions of the CPU are used, with the remaining groups of bits in the microinstruction being no-ops. With careful design of hardware and microcode, this property can be exploited to parallelise operations that use different areas of the CPU; for example, in the case above, the ALU is not required during the first tick, so it could potentially be used to complete an earlier arithmetic instruction. In vertical microcode, each microinstruction

Interface Message Processor - Misplaced Pages Continue

3520-533: Is generally referred to as 1822 , the report number. The specification was written by Bob Kahn . To transmit data, the host constructs a message containing the numeric address of another host on the network (similar to an IP address on the Internet ) and a data field, and transmits the message across the 1822 interface to the IMP. The IMP routes the message to the destination host using protocols that were eventually adopted by Internet routers. Messages could store

3630-429: Is necessary because of different network packet size limits, Cerf and Kahn maintain that the only logical place to locate the reconstruction process is in the destination host (this is because the last network entered may have the least packet size limit, so that the last gateway has to fragment packets). This philosophy goes against the widely held view that packet networks should deliver a data stream exactly equivalent to

3740-534: Is reduced or eliminated completely, and those circuits instead dedicated to things like additional registers or a wider ALU, which increases the performance of every program. When complex sequences of instructions are needed, this is left to the compiler, which is the entire purpose of using a compiler in the first place. The basic concept was soon picked up by university researchers in California, where simulations suggested such designs would trivially outperform even

3850-509: Is significantly encoded, that is, the bit fields generally pass through intermediate combinatory logic that, in turn, generates the control and sequencing signals for internal CPU elements (ALU, registers, etc.). This is in contrast with horizontal microcode, in which the bit fields either directly produce the control and sequencing signals or are only minimally encoded. Consequently, vertical microcode requires smaller instruction lengths and less storage, but requires more time to decode, resulting in

3960-421: Is sometimes used as the input to a computer program that constructs logic to produce the same data. This program is similar to those used to optimize a programmable logic array . Even without fully optimal logic, heuristically optimized logic can vastly reduce the number of transistors from the number needed for a read-only memory (ROM) control store. This reduces the cost to produce, and the electricity used by,

4070-519: Is the high reliability and availability of the services. They cannot become an integral part of industry and commerce unless they can be utterly reliable in the way we have come to expect of the traditional telecommunication media. A third requirement is an overall system design which allows for adaptability to changes in the system as well as to new user requirements. Davies, along with Derek Barber, his deputy, and Roger Scantlebury, conducted research into protocols for internetworking . They participated in

4180-437: Is to use one or more programmable logic array (PLA) or read-only memory (ROM) (instead of combinational logic) mainly for instruction decoding, and let a simple state machine (without much, or any, microcode) do most of the sequencing. The MOS Technology 6502 is an example of a microprocessor using a PLA for instruction decode and sequencing. The PLA is visible in photomicrographs of the chip, and its operation can be seen in

4290-455: Is traditionally denoted as writable control store in the context of computers, which can be either read-only or read–write memory . In the latter case, the CPU initialization process loads microcode into the control store from another storage medium, with the possibility of altering the microcode to correct bugs in the instruction set, or to implement new machine instructions. Microprograms consist of series of microinstructions, which control

4400-709: The ARPANET in the United States and the CYCLADES project in France, and was key to the development of the data communications technology used in Internet , which is a network of networks. Davies' work was independent of the work of Paul Baran in the United States who had some similar ideas in the early 1960s, and who also provided input to the ARPANET project, after his work was highlighted by Davies' team. Davies

4510-399: The Intel 80486 uses hardwired circuitry to fetch and decode instructions, using microcode only to execute instructions; register-register move and arithmetic instructions required only one microinstruction, allowing them to be completed in one clock cycle. The Pentium Pro 's fetch and decode hardware fetches instructions and decodes them into series of micro-operations that are passed on to

Interface Message Processor - Misplaced Pages Continue

4620-592: The International Network Working Group from 1972, initially chaired by Vint Cerf and later by Barber. Davies and Scantlebury were acknowledged by Cerf and Bob Kahn in their seminal 1974 paper on internetworking, A Protocol for Packet Network Intercommunication . Davies and Barber published Communication networks for computers in 1973. They spoke at the Data Communications Symposium in 1975 about

4730-562: The NPL network and Paul Baran at RAND but the BBN team independently developed significant aspects of the network's internal operation, such as routing, flow control, software design, and network control. BBN designed the IMP simply as "a messenger" that would only "store-and-forward". BBN designed only the host-to-IMP specification, leaving host sites to build individual host-to-host interfaces. The IMP had an error-control mechanism that discarded packets with errors without acknowledging receipt;

4840-775: The United States Department of Defense (DoD), applied Davies' concepts of packet switching for the ARPANET, which went on to become a predecessor to the Internet . In July 1968, NPL put on a demonstration of real and simulated networks at an event organised by the Real Time Club at the Royal Festival Hall in London. Davies first presented his own ideas on packet switching at a conference in Edinburgh on 5 August 1968. In 1969, Davies

4950-464: The VAX 9000 has a hardwired IBox unit to fetch and decode instructions, which it hands to a microcoded EBox unit to be executed, and the VAX 8800 has both a microcoded IBox and a microcoded EBox. A high-level programmer, or even an assembly language programmer, does not normally see or change microcode. Unlike machine code, which often retains some backward compatibility among different processors in

5060-521: The Zilog Z80 had instruction sets that were simple enough to be implemented in dedicated logic. By this time, the control logic could be patterned into the same die as the CPU, making the difference in cost between ROM and logic less of an issue. However, it was not long before these companies were also facing the problem of introducing higher-performance designs but still wanting to offer backward compatibility . Among early examples of microcode in micros

5170-459: The compiler of the programming language they are using. So to add two numbers, for instance, the compiler may output instructions to load one of the values into one register, the second into another, call the addition function in the ALU, and then write the result back out to memory. As the sequence of instructions needed to complete this higher-level concept, "add these two numbers in memory", may require multiple instructions, this can represent

5280-403: The register file , is used to store temporary values, not just those needed by the current instruction. To properly perform an instruction, the various circuits have to be activated in order. For instance, it is not possible to add two numbers if they have not yet been loaded from memory. In RISC designs, the proper ordering of these instructions is largely up to the programmer, or at least to

5390-429: The transistor -level simulation. Microprogramming is still used in modern CPU designs. In some cases, after the microcode is debugged in simulation, logic functions are substituted for the control store. Logic functions are often faster and less expensive than the equivalent microprogram memory. A processor's microprograms operate on a more primitive, totally different, and much more hardware-oriented architecture than

5500-567: The "IMP Guys": BBN began programming work in February 1969 on modified Honeywell DDP-516s. The completed code was six thousand words long, and was written in the Honeywell 516 assembly language. The IMP software was produced primarily on a PDP-1, where the IMP code was written and edited, then run on the Honeywell. There was considerable technical interchange with the British team building

5610-513: The "battle for access standards" between datagrams and virtual circuits , with Barber saying the "lack of standard access interfaces for emerging public packet-switched communication networks is creating 'some kind of monster' for users". Internetworking experiments at NPL under Davies included connecting with the European Informatics Network (EIN) by translating between two different host protocols and connecting with

SECTION 50

#1732772561438

5720-402: The 1970s, CPU speeds grew more quickly than memory speeds and numerous techniques such as memory block transfer , memory pre-fetch and multi-level caches were used to alleviate this. High-level machine instructions, made possible by microcode, helped further, as fewer more complex machine instructions require less memory bandwidth. For example, an operation on a character string can be done as

5830-431: The 360 was a runaway success. By the end of the decade, the use of microcode was de rigueur across the mainframe industry. Early minicomputers were far too simple to require microcode, and were more similar to earlier mainframes in terms of their instruction sets and the way they were decoded. But it was not long before their designers began using more powerful integrated circuits that allowed for more complex ISAs. By

5940-589: The ALU and 16-bit data paths to main memory and also implemented the general-purpose registers in a special unit of higher-speed core memory. The Model 50 has full 32-bit data paths and implements the general-purpose registers in a special unit of higher-speed core memory. The Model 65 through the Model 195 have larger data paths and implement the general-purpose registers in faster transistor circuits. In this way, microprogramming enabled IBM to design many System/360 models with substantially different hardware and spanning

6050-486: The ARPANET implementation, initially proposed a network of host computers . Wes Clark suggested inserting "a small computer between each host computer and the network of transmission lines", i.e. making the IMP a separate computer. The IMPs were built by the Massachusetts-based company Bolt Beranek and Newman (BBN) in 1969. BBN was contracted to build four IMPs, the first being due at UCLA by Labor Day;

6160-586: The British computer industry. In 1965, Davies became interested in data communications following a seminar he gave at the Massachusetts Institute of Technology . He saw that a significant problem with the new time-sharing computer systems was the cost of keeping a phone connection open for each user. Davies' key insight came in the realisation that computer network traffic was inherently "bursty" in nature with periods of silence, compared with relatively constant telephone traffic. He applied

6270-420: The CPU at a very fundamental level of hardware circuitry. For example, a single typical horizontal microinstruction might specify the following operations: To simultaneously control all processor's features in one cycle, the microinstruction is often wider than 50 bits; e.g., 128 bits on a 360/85 with an emulator feature. Microprograms are carefully designed and optimized for the fastest possible execution, as

6380-560: The CPU itself ran. Proponents pointed out that simulations clearly showed the number of instructions was not much greater, especially when considering compiled code. The debate raged until the first commercial RISC designs emerged in the second half of the 1980s, which easily outperformed the most complex designs from other companies. By the late 1980s it was over; even DEC was abandoning microcode for their DEC Alpha designs, and CISC processors switched to using hardwired circuitry, rather than microcode, to perform many functions. For example,

6490-425: The CPU. In a typical implementation a horizontal microprogram word comprises fairly tightly defined groups of bits. For example, one simple arrangement might be: For this type of micromachine to implement a JUMP instruction with the address following the opcode, the microcode might require two clock ticks. The engineer designing it would write microassembler source code looking something like this: For each tick it

6600-463: The G4 processor, and z/Architecture CPUs use millicode to implement some instructions. Each microinstruction in a microprogram provides the bits that control the functional elements that internally compose a CPU. The advantage over a hard-wired CPU is that internal CPU control becomes a specialized form of a computer program. Microcode thus transforms a complex electronic design challenge (the control of

6710-512: The Honeywell machine. IMPs were at the heart of the ARPANET until DARPA decommissioned the ARPANET in 1989. Most IMPs were either taken apart, junked or transferred to MILNET . Some became artifacts in museums; Kleinrock placed IMP Number One on public view at UCLA. The last IMP on the ARPANET was the one at the University of Maryland. BBN Report 1822 specifies the method for connecting a host computer to an IMP. This connection and protocol

SECTION 60

#1732772561438

6820-538: The Internet" at The National Museum of Computing . A blue plaque commemorating Davies was unveiled in Treorchy in July 2013. Davies was survived by his wife Diane, a daughter, two sons and four grandchildren. Microcode In processor design , microcode serves as an intermediary layer situated between the central processing unit (CPU) hardware and the programmer-visible instruction set architecture of

6930-557: The Post Office Experimental Packet Switched Service (EPSS) using a common host protocol in both networks. Their research confirmed establishing a common host protocol would be more reliable and efficient than translating between different host protocols using a gateway. Davies published Computer networks and their protocols in 1979, in which he notes: The problems of routing in interconnected networks have received limited attention in

7040-428: 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. Larry Roberts said the computer networks built in the 1970s were similar "in nearly all respects" to Davies' original 1965 design. Davies' work on data communications and computer network design has been described as the "cornerstone" technology used in

7150-399: The assembly instructions visible to normal programmers. In coordination with the hardware, the microcode implements the programmer-visible architecture. The underlying hardware need not have a fixed relationship to the visible architecture. This makes it easier to implement a given instruction set architecture on a wide variety of underlying hardware micro-architectures. The IBM System/360 has

7260-547: The attention of the developers of the ARPANET , a U.S. Department of Defense (DoD) network, at the Symposium on Operating Systems Principles in October 1967. The proposed network design was based on a hierarchical structure, with "local networks" communicating with a "high level network". To deal with packet permutations (due to dynamically updated route preferences) and datagram losses (unavoidable when fast sources send to

7370-507: The bug was fixed and the login attempt was successfully completed. BBN developed a program to test the performance of the communication circuits. According to a report filed by Heart, a preliminary test in late 1969 based on a 27-hour period of activity on the UCSB-SRI line found "approximately one packet per 20,000 in error;" subsequent tests "uncovered a 100% variation in this number - apparently due to many unusually long periods of time (on

7480-412: The complex series of instructions needed for this task in low cost memory. But the real value in the 360 line was that one could build a series of machines that were completely different internally, yet run the same ISA. For a low-end machine, one might use an 8-bit ALU that requires multiple cycles to complete a single 32-bit addition, while a higher end machine might have a full 32-bit ALU that performs

7590-448: The concept of packet switching and Davies and his team referenced Baran's earlier published work. Baran was happy to acknowledge that Davies had come up with the same idea as him independently. In an email to Davies, he wrote: You and I share a common view of what packet switching is all about, since you and I independently came up with the same ingredients. ... and [you were] the first to reduce it to practice. Leonard Kleinrock ,

7700-512: The construction of complex multi-step instructions, while simultaneously reducing the complexity of computer circuits. The act of writing microcode is often referred to as microprogramming , and the microcode in a specific processor implementation is sometimes termed a microprogram . Through extensive microprogramming, microarchitectures of smaller scale and simplicity can emulate more robust architectures with wider word lengths, additional execution units , and so forth. This approach provides

7810-466: The cost of field changes to correct defects ( bugs ) in the processor; a bug can often be fixed by replacing a portion of the microprogram rather than by changes being made to hardware logic and wiring. In 1947, the design of the MIT Whirlwind introduced the concept of a control store as a way to simplify computer design and move beyond ad hoc methods. The control store is a diode matrix :

7920-828: The development of the Internet , which is a global system of connected computer networks (a network of networks). Davies was appointed a Distinguished Fellow of the British Computer Society (BCS) in 1975 and was made a CBE in 1983, and later a Fellow of the Royal Society in 1987. He received the John Player Award from the BCS in 1974. and was awarded a medal by the John von Neumann Computer Society in Hungary in 1985. In 2000, Davies shared

8030-454: The early 1960s with the introduction of mass-produced core memory and core rope , which was far less expensive than dedicated logic based on diode arrays or similar solutions. The first to take real advantage of this was IBM in their 1964 System/360 series. This allowed the machines to have a very complex instruction set, including operations that matched high-level language constructs like formatting binary values as decimal strings, storing

8140-432: The execution unit, which schedules and executes the micro-operations, possibly doing so out-of-order . Complex instructions are implemented by microcode that consists of predefined sequences of micro-operations. Some processor designs use machine code that runs in a special mode, with special instructions, available only in that mode, that have access to processor-dependent hardware, to implement some low-level features of

8250-404: The faster hardwired control unit is unable to manage. Housed in special high-speed memory, microcode translates machine instructions, state machine data, or other input into sequences of detailed circuit-level operations. It separates the machine instructions from the underlying electronics , thereby enabling greater flexibility in designing and altering instructions. Moreover, it facilitates

8360-614: The fastest conventional designs. It was one such project, at the University of California, Berkeley , that introduced the term RISC. The industry responded to the concept of RISC with both confusion and hostility, including a famous dismissive article by the VAX team at Digital. A major point of contention was that implementing the instructions outside of the processor meant it would spend much more time reading those instructions from memory, thereby slowing overall performance no matter how fast

8470-454: The hardware level, processors contain a number of separate areas of circuitry, or "units", that perform different tasks. Commonly found units include the arithmetic logic unit (ALU) which performs instructions such as addition or comparing two numbers, circuits for reading and writing data to external memory, and small areas of onboard memory to store these values while they are being processed. In most designs, additional high-performance memory,

8580-540: The host could miss a report of a message being lost, or under which the IMP could report a message as lost when it had in fact been received. The specification incorporated an alternating bit protocol , of the type proposed by Donald Davies' team for the NPL network in 1968. Later versions of the 1822 protocol, such as 1822L, are described in RFC   802 and its successors. Donald Davies Donald Watts Davies , CBE FRS (7 June 1924 – 28 May 2000)

8690-624: The inaugural IEEE Internet Award . In 2007, he was inducted into the National Inventors Hall of Fame , and in 2012 Davies was inducted into the Internet Hall of Fame by the Internet Society . Davies received a lifetime achievement award in 2001 for his research into secure communications for smart cards. NPL sponsors a gallery, opened in 2009, about the development of packet switching and "Technology of

8800-510: The insistence of researchers and students from the host sites, each IMP was ultimately designed to connect to multiple host computers. The first IMP was delivered to Leonard Kleinrock 's group at UCLA on August 30, 1969. It used an SDS Sigma 7 host computer. Douglas Engelbart 's group at the Stanford Research Institute (SRI) received the second IMP on October 1, 1969. It was attached to an SDS 940 host. The third IMP

8910-402: The instruction set. The DEC Alpha, a pure RISC design, used PALcode to implement features such as translation lookaside buffer (TLB) miss handling and interrupt handling, as well as providing, for Alpha-based systems running OpenVMS , instructions requiring interlocked memory access that are similar to instructions provided by the VAX architecture. CMOS IBM System/390 CPUs, starting with

9020-528: The job by allowing much of the processor's behaviour and programming model to be defined via microprogram routines rather than by dedicated circuitry. Even late in the design process, microcode could easily be changed, whereas hard-wired CPU designs were very cumbersome to change. Thus, this greatly facilitated CPU design. From the 1940s to the late 1970s, a large portion of programming was done in assembly language ; higher-level instructions mean greater programmer productivity, so an important advantage of microcode

9130-427: The literature; notable papers are those by Cerf and Kahn and, more recently, Sunshine. ... The gateway nodes must be provided with an adequate packet buffer pool to cater for the likely level of inter-network traffic. Cerf and Kahn suggest that message reassembly should not take place at gateways; this implies that packet ordering need not be maintained if adaptive routing disrupts packet order. If fragmentation of packets

9240-467: The mid-1970s, most new minicomputers and superminicomputers were using microcode as well, such as most models of the PDP-11 and, most notably, most models of the VAX , which included high-level instruction not unlike those found in the 360. The same basic evolution occurred with microprocessors as well. Early designs were extremely simple, and even the more powerful 8-bit designs of the mid-1970s like

9350-574: The nuclear weapons Tube Alloys project at Birmingham University. He then returned to Imperial taking a first class degree in mathematics (1947); he was also awarded the Lubbock memorial Prize as the outstanding mathematician of his year. In 1955, he married Diane Burton; they had a daughter and two sons. From 1947, he worked at the National Physical Laboratory (NPL) at Teddington , just outside London, where Alan Turing

9460-450: The order of hours) with no detected errors." A variant of the IMP existed, called the TIP (Terminal IMP), which connected terminals (i.e., teletypes ) as well as computers to the network; it was based on the Honeywell 316, a later version of the 516. Later, some Honeywell-based IMPs were replaced with multiprocessing BBN Pluribus IMPs, but ultimately BBN developed a microprogrammed clone of

9570-409: The paper rolls in a player piano , where the holes represent which key should be pressed. The distinction between custom logic and microcode may seem small, one uses a pattern of diodes and gates to decode the instruction and produce a sequence of signals, whereas the other encodes the signals as microinstructions that are read in sequence to produce the same results. The critical difference is that in

9680-411: The principle of time-sharing to the data communications line as well as the computer to invent the concept of what he called packet switching . Davies forecast today's "killer app" for his new communication service: The greatest traffic could only come if the public used this means for everyday purposes such as shopping... People sending enquiries and placing orders for goods of all kinds will make up

9790-476: The project and concentrated on delivering the less ambitious Pilot ACE computer, which first worked in May 1950. A commercial spin-off, DEUCE was manufactured by English Electric Computers and became one of the best-selling machines of the 1950s. Davies also worked on applications of traffic simulation and machine translation. In the early 1960s, he worked on government technology initiatives designed to stimulate

9900-452: The purpose of using microcode in the first place, which was to hide these distinctions. The team came to a radical conclusion: "Imposing microcode between a computer and its users imposes an expensive overhead in performing the most frequently executed instructions." The result of this discovery was what is today known as the RISC concept. The complex microcode engine and its associated ROM

10010-555: The received data stream. For a long period of time, the network engineering community was polarized over the implementation of competing protocol suites, a debate commonly called the Protocol Wars . It was unclear which type of protocol would result in the best and most robust computer networks. Davies relinquished his management responsibilities in 1979 to return to research. He became particularly interested in computer network security and his research on cryptography led to

10120-410: The remaining three were to be delivered in one-month intervals thereafter, completing the entire network in a total of twelve months. When Massachusetts Senator Edward Kennedy learned of BBN's accomplishment in signing this million-dollar agreement, he sent a telegram congratulating the company for being contracted to build the "Interfaith Message Processor". The team working on the IMP called themselves

10230-463: The same addition in a single cycle. These differences could be implemented in control logic, but the cost of implementing a completely different decoder for each machine would be prohibitive. Using microcode meant all that changed was the code in the ROM. For instance, one machine might include a floating point unit and thus its microcode for multiplying two numbers might be only a few lines line, whereas on

10340-454: The same machine without the FPU this would be a program that did the same using multiple additions, and all that changed was the ROM. The outcome of this design was that customers could use a low-end model of the family to develop their software, knowing that if more performance was ever needed, they could move to a faster version and nothing else would change. This lowered the barrier to entry and

10450-400: The second matrix. This made the control signals conditional on the detected internal signal. Wilkes coined the term microprogramming to describe this feature and distinguish it from a simple control store. Microcode remained relatively rare in computer design as the cost of the ROM needed to store the code was not significantly different than using a custom control store. This changed through

10560-436: The source IMP, upon not receiving an acknowledging receipt, would subsequently re-send a duplicate packet. Based on the requirements of ARPA's request for proposal , the IMP used a 24-bit checksum for error correction. BBN chose to make the IMP hardware calculate the checksum, because it was a faster option than using a software calculation. The IMP was initially conceived as being connected to one host computer per site, but at

10670-592: The systems 68,000 gates were part of the microcode system. While companies continued to compete on the complexity of their instruction sets, and the use of microcode to implement these was unquestioned, in the mid-1970s an internal project in IBM was raising serious questions about the entire concept. As part of a project to develop a high-performance all-digital telephone switch , a team led by John Cocke began examining huge volumes of performance data from their customer's 360 (and System/370 ) programs. This led them to notice

10780-428: The two operands. Using the variation of the instruction, or " opcode ", that most closely matches the ultimate operation can reduce the number of instructions to one, saving memory used by the program code and improving performance by leaving the data bus open for other operations. Internally, however, these instructions are not separate operations, but sequences of the operations the units actually perform. Converting

10890-643: The world, including Louis Pouzin's CYCLADES project in France. In a 1978 special edition of the Proceedings of the IEEE on packet switching, Bob Kahn , the guest editor, quoted Davies' reflections on ten years of experience with packet communication networks: ... there are three factors, above all, which critically affect the quality of the network. The most critical factor is our ability to design man-machine interfaces which are convenient and natural for most people to use. A second factor of some importance

11000-538: Was a Welsh computer scientist and Internet pioneer who was employed at the UK National Physical Laboratory (NPL). During 1965-67 he invented modern data communications , including packet switching , high-speed routers , layered communication protocols , hierarchical computer networks and the essence of the end-to-end principle , concepts that are used today in computer networks worldwide. He envisioned, in 1966, that there would be

11110-573: Was adopted as international standard ISO 8731-2 in 1987. In 1987, Davies became a visiting professor at Royal Holloway and Bedford New College . Unbeknown to Davies at first, Paul Baran of the RAND Corporation in the United States had also worked on a similar concept in the early 1960s, although designed for voice communication using low-cost electronics without communication protocols. When Davies became aware of Baran's work in 1966 he acknowledged that they both had equally discovered

11220-625: Was born in Treorchy in the Rhondda Valley, Wales . His father, a clerk at a coalmine, died a few months later, and his mother took Donald and his twin sister back to her home town of Portsmouth , where he went to school. He attended the Southern Grammar School for Boys . He received a BSc degree in physics (1943) at Imperial College London , and then joined the war effort working as an assistant to Klaus Fuchs on

11330-455: Was controlled directly by combinational logic and rather minimal sequential state machine circuitry. While such hard-wired processors were very efficient, the need for powerful instruction sets with multi-step addressing and complex operations ( see below ) made them difficult to design and debug; highly encoded and varied-length instructions can contribute to this as well, especially when very irregular encodings are used. Microcode simplified

11440-567: Was designing the Automatic Computing Engine (ACE) computer. It is said that Davies spotted mistakes in Turing's seminal 1936 paper On Computable Numbers , much to Turing's annoyance. These were perhaps some of the first "programming" bugs in existence, even if they were for a theoretical computer, the universal Turing machine . The ACE project was overambitious and floundered, leading to Turing's departure. Davies took over

11550-535: Was installed in University of California, Santa Barbara on November 1, 1969. The fourth IMP was installed in the University of Utah in December 1969. The first communication test between two systems (UCLA and SRI) took place on October 29, 1969, when a login to the SRI machine was attempted, but only the first two letters could be transmitted. The SRI machine crashed upon reception of the 'g' character. A few minutes later,

11660-475: Was invited to Japan to lecture on packet switching. He gave a series of nine three-hour lectures, concluding with an intense discussion with around 80 people. During 1968-9, Davies directed the construction of the network, elements of which went live in early 1969, the first implementation of packet switching in the world. The local-area Mark I NPL network , became fully operational in January 1970. It

11770-487: Was the Intel 8086 . Among the ultimate implementations of microcode in microprocessors is the Motorola 68000 . This offered a highly orthogonal instruction set with a wide variety of addressing modes , all implemented in microcode. This did not come without cost, according to early articles, about 20% of the chip's surface area (and thus cost) is the microcode system. and later estimates suggest approximately 23,000 of

11880-477: Was the first to describe the concept of high-speed "switching nodes", today known as routers as well as "interface computers". Davies applied queueing theory to show that "there is an ample margin between the estimated performance of the [packet-switched] system and the stated requirement" in terms of a satisfactory response time for a human user. This addressed a key question about the viability of computer networking. In this paper, he predicted there would be

11990-399: Was the relative ease by which powerful machine instructions can be defined. The ultimate extension of this are "Directly Executable High Level Language" designs, in which each statement of a high-level language such as PL/I is entirely and directly executed by microcode, without compilation. The IBM Future Systems project and Data General Fountainhead Processor are examples of this. During

12100-572: Was upgraded to the Mark II in 1973 with a layered protocol architecture, and remained in operation until 1986. The NPL team also carried out simulation work on packet networks, studying datagrams and network congestion in wide-area networks of a scale to facilitate data communications across the United Kingdom. These early years of computer resource sharing were documented in the 1972 film Computer Networks: The Heralds of Resource Sharing . Davies' original ideas influenced other research around

#437562