Influence of IBM on the development of Soviet IT. The story of a deal that changed the computing world IBM's impact on computing and software development

What is MOM

The state in which many domestic enterprises are located can be called the transition from "island" automation to the creation of unified information systems covering several different areas of activity, and often interacting with information systems of other enterprises (business partners, suppliers of certain resources, etc.). .d.). This process is unlikely to be painless - often it will be accompanied by additional organizational processes associated with the introduction of new technologies, such as the emergence or disappearance of jobs, changes in job responsibilities of employees, the need for their training, etc. One should not ignore such an important fact as the rapid development and change in technology, as well as the change in the business of the enterprises themselves. This often leads to the fact that the enterprise is forced to constantly upgrade one or another part of the operating information system.

In this situation, solving the problem of integrating existing applications, including those operating under various operating systems, becomes especially relevant. According to research by the analytical agency Forrester Research, projects related to the integration of applications consume up to 30% of the cost of enterprises for the development of information technology.

There are many different ways to create distributed applications that run on different platforms, such as using COM or CORBA technologies, creating Web applications, and creating and using Web services to get the results of application execution. The advancement of modern technologies involves, in most cases, the replacement of existing systems with new ones. At the same time, a Messaging Oriented Middleware (MOM) application integration approach means preserving and integrating existing systems, and therefore significant savings and savings on existing investments. Many computer industry analysts note the rapid growth in the number of solutions using the MOM due to the flexibility of this architecture. This kind of integration is implemented in the IBM MQSeries product family.

Message queuing tools are designed to store messages sent by applications and then deliver them to another application using a special server application - a queue manager. The queue manager writes the message to a local queue and then sends it over the network to another queue manager that contains the so-called destination queue for the destination application. The destination application accesses the destination queue and accesses the message. Thus, the message queue system provides an asynchronous method of interaction between programs that does not require the establishment of a direct connection between them. This ensures that the transmitted message is neither lost nor received twice.

The tasks of data exchange between different applications arise quite often, and ten or twenty years ago, developers created their own data export and import modules to solve them. It was these modules that essentially were the predecessors of MOM. With the development of applied information systems, the need arose to create a universal infrastructure that provides such an exchange. This need was the reason for the creation of MOM.

In 1992, the Message Queue Interface (MQI) programming interface specification was published by IBM, and since that year there has been a family of products called the MQSeries. During the existence of these products, versions of queue managers have appeared for all popular server platforms, including OS/390, MVS, VSE/ESA, OS/400, OS/2, OpenVMS, Digital Unix, AIX, HP-UX, SunOS, Sun Solaris, SCO UNIX, UnixWare, AT&T GIS UNIX, DC/OSx, Windows 2000, Windows NT, Windows 95/98, and MQSeries client versions for even more platforms. Recently, tools have appeared for integrating MQSeries with relational DBMS, combining queue managers into clusters, and various programming interfaces that simplify the development of applications using MQSeries.

Currently, the IBM MQSeries product family (Figure 1) contains:

  • MQSeries - a means of queuing messages and processing them;
  • MQSeries Integrator - application integration tool;
  • MQSeries Workflow - business process management tool;
  • MQSeries Adapter - a tool for creating adapters, that is, transitional software between application systems and MQSeries;
  • MQSeries.EveryPlace is a message queuing service for mobile devices and mobile users.

Below we will consider the purpose and main features of each of these products.

IBM MQ Series

IBM MQSeries, one of IBM's flagship products, is a tool for queuing and processing messages in a heterogeneous distributed environment that is independent of either the hardware platform or the operating system. The simplest scheme of IBM MQSeries operation is shown in fig. 2.

When a user sends a request to send a message to Application 1, MQSeries writes the message to a local queue for transmission to remote systems, and then sends it over the network to the remote destination queue. The destination program (application 2) reads the destination queue and accesses the message. Thus, user applications do not have to deal with the internal structure of queues and the means of communication between queue managers.

MQSeries messages are a data structure consisting of a message header, which contains information about the characteristics of the message intended for message managers (information about the sender and recipient, about the route of the message, about the queue to which the response should be delivered), and the transmitted data (when they can be converted from one format to another if necessary).

A message queue is a means of storing and processing messages. In order to increase the reliability of their transmission, messages can be logged.

Applications using MQSeries do not access them directly - message queues can only be accessed through several alternative application programming interfaces: MQI (Message Queue Interface), AMI (Application Message Interface), JMS (Java Message Service), CMI (Common Message interface). This interface can be used with C, C++, Java, Smalltalk, Cobol, PL/1, Lotus LSX, Basic, as well as with the most popular development tools VisualAge, Delphi, PowerBuilder, Visual Basic.

Queue managers send messages using channels and a special MCP (Message Channel Protocol) that runs on top of lower-level transport protocols. The use of this protocol fully ensures the transmission of a message, including in the event of a system or network failure, since the message is removed from the queue only after confirmation of its receipt by the addressee.

Note that MQSeries allows you to combine a group of operations for sending and receiving messages into a single transaction. In this case, until the completion of the transaction, the sent messages are invisible to other applications, and the received messages are not removed from the queues. If the transaction is rolled back, the queues are returned to the state corresponding to the moment it started. Therefore, MQSeries queue managers can play the role of distributed transaction monitors and participate in distributed transactions under the control of other transaction monitors.

MQSeries includes: a utility for administering and configuring queues, message channels, security - MQSeries Explorer, a component for testing application programming interfaces - MQSeries API Exerciser, as well as interfaces designed to be embedded in other applications in order to add MQSeries administration capabilities. There are also third-party MQSeries administration utilities on the market.

In addition, MQSeries can be supplemented with message encryption tools, as well as other external modules, for example: MQSeries Link for SAP R/3 - for integrating R/3 with other applications or remote R/3 systems; MQ Enterprise Integrator, MQSeries LSX, MQSeries Link, MQSeries Extra Link - for messaging between Lotus Notes and other systems using MQSeries; MQSeries Internet Gateway - for converting HTTP requests to MQSeries messages and vice versa.

However, it should be noted that in addition to delivering a message, the task of recognizing and processing its content is also important. To solve it, the MQSeries Integrator product is used, to which the next section will be devoted.

IBM MQSeries Integrator

The IBM MQSeries Integrator is a message broker that processes and distributes message streams to applications, databases, and other recipients. It enables application integration by facilitating data exchange between applications running on different platforms.

MQSeries Integrator uses rules to implement enterprise-wide business intelligence and apply it to business events, and can perform dynamic message processing and routing, such as adding data from corporate databases to transmitted information, storing information in corporate databases, transforming data, contained in messages from one format to another. Data can be transferred in the Publish/Subscribe mode, as well as converted to XML format and vice versa. Data formats can be stored in dictionaries, including those supplied by independent manufacturers.

The MQSeries Integrator product consists of a graphical environment for developing formats and procedures for processing message flows ControlCenter with a repository of message formats MessageRepository, from the Configuration Manager management server and from a distributed system of message processing servers Message Broker, which acts as an MQSeries message processor and router. When a message is received, the Message Broker processes it in one way or another (depending on the content of the message) according to the rules defined in the Message Broker configuration.

MQSeries Integrator contains tools for converting messages from one format to another, describing formats, saving descriptions in the appropriate databases, and recognizing message parts according to available formats. Format conversion can include adding or removing data, changing message headers, performing calculations, and performing user-defined functions. There are ready-made dictionaries of standard formats for MQSeries Integrator, for example, for SAP R/3 and S.W.I.F.T.

In addition to format conversion tools, MQSeries Integrator contains tools for creating and applying message distribution rules based on the values ​​of the fields contained in the message. A typical example of such a rule is sending a copy of the message to another recipient if the value of any field of the message is in a predetermined range (for example, if the transaction amount exceeded some value). Note that latest version MQSeries Integrator allows you to use third-party products as a means of implementing certain message distribution rules.

The tools described above can be accessed using the appropriate application programming interface or graphical administrative utilities (Figure 3).

To ensure data protection, the product includes a User Name Server, which is responsible for storing a list of users and user groups, as well as information about their rights to access data, messages, and operations.

IBM MQ Series Workflow

IBM MQSeries Workflow is a workflow management tool that enables you to manage business processes, data, applications, and even people across your entire enterprise, including managing relationships with external partners. This product is used to develop, improve, document and manage enterprise business processes. With this tool, you can document business processes, automate unmanaged activities, change processes as your business changes, send to-do lists to employees, and provide the right information about the execution of certain processes.

The MQSeries Workflow product consists of server and client components.

Server components include the following servers:

  • execution server - responsible for the timely transfer of the desired position of the task to a specific employee. To achieve this goal, the server can start or stop processes, register events, store information about them in the database. You can use multiple copies of the execution server;
  • administration server - manages other server components of MQSeries Workflow, is responsible for their availability, functioning and recovery after failures. The administration server is accessed using the MQSeries Workflow Administration Utility component;
  • scheduling server - manages notifications for operations that must be completed within a certain period of time;
  • server return resources to the system - responsible for the physical removal of copies of processes that have been completed;
  • Application Execution Server - Calls server applications for execution, such as CICS and IMS transactions. It is currently available on the OS/390 platform.
  • MQSeries Workflow client components include:
  • BuildTime - with it you can create workflow models, for this purpose it includes a graphical editor for creating process models. In addition, this component can determine which personnel are involved in the process, which programs and data are used in the workflow. The created model can be saved or exported to a format convenient for documentation, and then converted into a template and transferred to the MQSeries Workflow server components (Fig. 4);
  • MQSeries Workflow Client - used to launch processes to edit work lists, manage process copies, change job assignments, track process execution. Instead of a ready-made client application supplied with MQSeries Workflow, you can use those created on your own - there is an appropriate API for this. The Program Execution Agent is used to launch external applications used to perform operations;
  • MQSeries Workflow Client for Lotus Notes - designed to use Lotus Notes as an external working environment for MQSeries Workflow without any adaptation. This component allows you to provide Notes users with access to all MQSeries Workflow features, and developers an embed interface functionality Lotus Notes (forms, documents) into a workflow solution;
  • Administration Utility - is a utility for administering MQSeries Workflow server components.

IBM MQ Series Adapter

The IBM MQSeries Adapter is a tool for creating adapters, that is, a transitional software between applications and MQSeries. The product consists of two components - MQSeries Adapter Builder and MQSeries Adapter Kernel, as well as two components for support - MQSeries Adapter Sets and MQSeries Integrator Library.

The MQSeries Adapter Builder makes it possible to import an application's interface into the repository by processing function prototypes of structure descriptions, allowing you to associate the data contained in the message with the data that the application should receive. This can be done either by reformatting the data or by using more complex transformations, such as evaluating functions. The output of the tool is C code that can be compiled on the platforms where the application will run.

The MQSeries Adapter Kernel is a runtime library accessed by adapters built with the Adapter Builder.

MQSeries Adapter Sets - a set of standard adapters for SAP R/3, Baan Ivb and JD Edwards OneWorld. These adapters can be modified if necessary.

The MQSeries Integrator Libraries allow MQSeries Integrator users to use it with adapters.

IBM MQSeries EveryPlace

IBM MQSeries EveryPlace is a message queuing service for mobile devices running Windows CE, Palm OS, mobile phones, as well as for mobile users with Windows computers that supports guaranteed delivery of information between portable devices and interaction with the standard infrastructure of MQSeries queue managers. This product is specially adapted for use on systems with minimal hardware resources and can be used on all platforms that support Java (Fig. 5).

Conclusion

In this article, we reviewed the features of the IBM MQSeries family of products. We talked about the features of MQSeries as a tool for queuing messages and processing them, as well as about a number of products created on its basis, namely: MQSeries Integrator - an application integration tool, MQSeries Workflow - a tool for managing business processes, MQSeries Adapter - a tool for creating transitional software between applications and MQSeries and about MQSeries EveryPlace, a message queuing service for mobile devices and mobile users. We are convinced that these products can serve as the basis for creating information infrastructure enterprise or solutions that are part of such an infrastructure.

The corporation originated from a pre-World War I conglomerate of companies producing tabulators and chronometers. Gradually, it became an international technological colossus, became a pioneer in the development of electronic computers, and then, in the mainframe era, an absolute monopolist. Until the 70s, the corporation was headed by the icons of American capitalism, Thomas Watson Sr. and Thomas Watson Jr.

Structure

As of January, 2016 as a part of IBM the following divisions function:

  • Global Technology Services
  • Software
  • Systems and Technology
  • Global Financing

Compared to the beginning of 2015, the structure of the company has not changed.

IBM in Russia and CIS countries

Since 2006, the IBM development center has been operating in Russia.

Assets

Data centers

As of the end of 2014, the number of IBM data centers serving the cloud infrastructure is 49.

Performance indicators

2019: Decline in revenue from $79.6 billion to $77.15 billion

Acquisitions of companies and sale of assets

Jobs and Human Resources at IBM

Research and development

2018: Leadership in patents for 26 years

In early 2019, patent research company IFI Claims Patent Services released its annual ranking of the largest patent recipients. IBM has been the leader for 26 consecutive years. Following are Samsung, Canon, Intel and LG Electronics - the same five as in 2017.

According to data from the United States Patent and Trademark Office (USPTO), in 2018 IBM received 9,100 patents, of which almost half are related to the technologies most discussed in the IT market, such as artificial intelligence, cloud computing , information security , blockchain and quantum computing . Ginny Rometty, Chairman of the Board of Directors, President and CEO of IBM, said that these inventions show the company's commitment to "solving problems that many have not even thought about yet."

Among the patents issued by IBM in 2018 are solutions aimed at improving communication between AI and humans (Project Debater); improving the quality of control of aquatic ecosystems to protect marine flora and fauna; systems for combating voice phishing schemes. Hybrid Cloud Senior Vice President and Director of IBM Research Arvind Krishna said in an IBM blog post that climate change mitigation was a major focus in 2018.

The U.S. Patent and Trademark Office issued a total of 308,853 patents in 2018, down 3.5% from 2017, according to IFI Claims Patent Services. Chinese companies increased the total number of granted patents by 12% compared to 2017. Bloomberg notes that the steady increase in the number of patents granted to Chinese companies reflects the intensification of the development of their own technologies.

With 9,100 patents, IBM received 6.4% of the total number of patents granted to companies in the US. New patents have been issued to more than 8,500 IBM inventors in 47 different states and 48 countries.

Significant declines were shown by Sony (15th place in the ranking, a decrease in the number of patents received by 21% compared to 2017), Google (11th place, minus 16%) and Qualcomm (8th place, minus 12%). Facebook, which hit the top 50 for the first time in 2017, dropped out of the shortlist altogether.

2016: Leadership in the number of new patents

In January 2017, it became known that IBM had maintained its leadership in the number of new patents for 25 years in a row. This was reported in the research agency IFI Claims Patent Services.

In 2017, IBM registered more than 9 thousand patents, while Samsung Electronics following behind - 5.8 thousand. Canon (3.3 thousand patents) entered the top three.

According to IFI Claims Patent Services, the US Patent Office issued over 320,000 patents in 2017, up 5.2% from a year earlier. Over the past 10 years, the number of registered patents in the country has doubled, Bloomberg notes.

Although patents are registered in other countries, it is the United States that is the absolute world leader in this regard. All major international corporations seek to patent their developments here.

In 2017, most of IBM's inventions were in artificial intelligence (AI), cognitive computing, cloud computing, cybersecurity, and other strategically important areas. For example, more than 1,400 patents fell on AI. Some of them describe human speech analysis and machine learning technologies for unmanned vehicles.

From 2012 to 2017, IBM received more than 5,600 AI-related patents, surpassing Google by 1,000 documents.

2015

7,355 US patents

IBM's 2013 patent portfolio includes a variety of inventions that will help the company maintain its leadership position in areas such as cognitive technology, cloud computing and analytics. These inventions will also lead to a new stage in the development of cognitive systems, during which computers can learn, draw conclusions and interact with us in a more natural, personalized manner.

The number of IBM patents received in 2013 exceeded the total number of patents received by Amazon , Google , EMC , Intel , Oracle /SUN and Symantec . Over 8,000 IBM inventors in 47 US states and 41 other countries contributed to a record-breaking patent portfolio in 2013.

The top 10 patent recipients* in the United States in 2013 are as follows: making the corporation top of the world's most inventive companies list for the 18th consecutive year.

Another patent describes a system for predicting traffic conditions based on the analysis of information exchanged via short-range wireless communication channels. This invention is expected to help alert drivers to emergency road conditions.

Also in 2010, the company patented a technique for collecting and analyzing data from sensors in computer hard drives for high-precision analysis of seismic events, in particular earthquakes, which makes it possible to increase the efficiency and effectiveness of emergency response in cases of natural disasters.

One of the patents, which marks IBM among the most interesting, was obtained by a native of Russia, Yuri Vlasov, who worked at the A.F. Ioffe Physical-Technical Institute in St. Petersburg in the 1990s, and since 2001 has been an employee of the IBM TJ laboratory Watson Research Center located in New York State, USA.

The patent, obtained by Vlasov together with Solomon Assefa, Walter Bedell and Fengnian Xia, describes a technology that allows computer chips to communicate using light pulses instead of electrical signals, which makes it possible to increase the performance of computing systems .

In total, more than 7,000 IBM inventors from 46 different US states and 29 countries have contributed to obtaining patents. Non-US inventors of IBM contributed more than 22% of the company's total patent holdings in 2010, up 27% over the past 3 years.

"Patents, like the inventions they represent, reflect the unwavering commitment to innovation that distinguishes IBM and its people," said Kevin Reardon, IBM general manager of intellectual property and the company's vice president of research development. "Patent leadership is an important element of our strategy, which is focused on creating a technically equipped, interconnected and intelligent infrastructure that can change how diverse systems work to support a smarter planet."
»IBM Watson Hitachi (Hitachi Global Storage Technologies).
  • Soviet ES computers are directly and creatively copied from IBM/360 computers;
  • ES PC analogues of personal computers IBM;
  • The operating systems of the ES computers were at least compatible with the corresponding IBM operating systems.

International Business Machines www.ibm.com ) (NYSE: IBM) is a key player in information technology. The American company IBM is the largest global company, which manufactures and supplies software and hardware, is engaged in IT services and provides consulting services.

Company formation

The company was officially founded on June 16, 1911, although the first developments began in the late 19th century. The original name of the company was Computing Tabulating Recording (CTR). The company was founded by Herman Hollerith, a talented statistician and engineer who invented the first calculating machines. At that time, the company's products included various electrical equipment. In particular, CTR was engaged in the production of scales, cheese cutters, perforating machines, etc. Thomas Watson, who took over as CEO in 1914, played an important role in the history of the company. Then the specialization of CTR was the production of tabulation machines.

IBM acquired its modern name in 1924, when the company significantly expanded its product range and entered the Canadian market.

Already in 1943, IBM released its first computer.

IBM is headquartered in Armonk, New York State.

Product line

The company is a major developer of operating and file systems, database management systems, office suites and middleware packages, VisualAge development environments and compilers.

An important direction of IBM's work is the production of microprocessors of the POWER architecture, as well as workstations and servers based on them, as well as based on Xeon. The company is engaged in the development of mainframes of the IBM System z series, supercomputers. The most famous of them are Deep Blue, Blue Gene, IBM Watson. Another popular product is a storage system called IBM System Storage.

Finance

In 1968, the company held a public offering of its shares on the American stock exchange NYSE. At the moment, almost all one hundred percent of IBM shares are in free circulation. Last year, the company's revenue reached almost one hundred billion dollars, and net profit - 16.5 billion. In 2014, the company's capitalization amounted to 161.69 billion dollars. And last year, IBM shares hit a record high of $212.06 a share, pushing the company's capitalization to $236.3 billion.

Among the largest shareholders of IBM are such prominent companies as Berkshire Hathaway Inc, Northern Trust Corp, State Street Corp, Vanguard Group Inc, Bank of New York Mellon, State Farm Mutual AU.

IBM (IBM, International Business Machines) is an American electronic corporation, one of the world's largest manufacturers of all types of computers and software, providers of global information networks. The corporate headquarters is located in Armonk, New York. It is often referred to as the Blue Giant.

The company was founded in 1911 and received its current name in 1924. Since the mid-1950s, IBM has taken a leading position in the global computer market. In 1981, the company created its first personal computer, which became the industry standard. By the mid-1980s, IBM controlled about 60% of the world's production of electronic computers.

IBM has been a leader in the development and implementation of innovative business solutions for over 90 years. Through the use own resources and business partner resources in 170 countries, IBM offers a suite of services, solutions and technologies that enable organizations of all sizes to take full advantage of the new era of e-business.

Creation of IBM

The company's history dates back to the late 19th century, when Herman Hollerith, a German immigrant working for the US Census Bureau, proposed automating immigrant statistics using punched cards. The electric data processing machine he invented proved to be a successful model, and in 1896 Hollerith founded a company called the Tabulating Machine Co.

On June 15, 1911, this company was merged with two other companies specializing in the automation of statistical data processing. The combined company became known as Computing Tabulating Recording (CTR). She managed to conquer her sector of the market and after a while her branches opened in Washington, Detroit, Toronto and Dayton.

In 1914, Thomas Watson Sr. became the general manager of CTR, whose name is associated with the main achievements of the company in the 1920-1940s. By 1919, the company's turnover had doubled to $2 million. As CTR machines found distribution in Europe, South America, Asia and Australia, CTR was renamed International Business Machines (IBM) in 1924.

The Great Depression of the 1930s also took a toll on IBM. Despite the decline in production, Watson continued to finance research and development, paid employees forced leave. As a result, by 1935, when the US government needed automated employment records for 26 million people, IBM was ready to fulfill this order in as soon as possible. Since that time, IBM Corporation has been constantly fulfilling orders for the supply of equipment for government agencies. In the same 1935, IBM engineers created the first electric typewriter.

The first electronic computers

During World War II production capacity corporations were reoriented to fulfill defense orders. Nevertheless, it was in the IBM laboratories, together with scientists from Harvard University (among them Howard Aiken), that work was underway on the creation of one of the first electronic computers - an automatic sequential controlled calculator (Automatic Sequence Controlled Calculator). Such a machine was assembled in 1944 and received the name "Mark-1". This computer, which weighed more than five tons, despite its low speed, could carry out a rather complex sequence of mathematical calculations. In 1946, IBM offered the first commercial model of an electronic computer - the IBM 603 Multiplier.

In 1952, the IBM 701 electronic computer was released, using electronic vacuum tubes. Unlike the electromechanical switches used in the Mark-1, the electron tubes in this machine were easily replaced in the event of a malfunction, and most importantly, they made it possible to increase the calculation speed to 17,000 operations per second. Created in 1954 on the basis of new technology, the NORC computer entered service with the US Naval Artillery in the same year. With its help, complex ballistic calculations were made, which made it possible to effectively control the fire of coastal artillery at an ultra-long distance. In 1957, IBM's annual turnover exceeded $1 billion.

When using electronic computers, the issue of storing initial data and calculation results became acute, and in 1957 the IBM 305 RAMAC (Random Access Method of Accounting and Control) machine was created, a computer with a system for storing calculation results. RAMAC was widely used in commercial firms, and in 1960 it was used at the Winter Olympics in Squaw Valley (USA). In the same 1957, Fortran programming language was developed by IBM engineers. In 1952, Watson Sr., who had been at the helm of the company for almost 40 years, gave way to his son Thomas Watson Jr.

With the advent of transistors, tube computers became obsolete. In 1959, IBM created its first all-transistor mainframe (large general purpose computer), the 7090, capable of 229,000 operations per second. Such mainframes enabled the US Air Force to develop a ballistic missile early warning system. In 1964, based on two 7090 mainframes, the American airline SABER for the first time applied an automated system for selling and booking airline tickets in 65 cities around the world.

IBM compatible computers

In April 1964, the release of the first six software-compatible models of the IBM System-360 family on integrated circuits was announced. They had a common set of peripherals and external storage devices, single system standard data structures and commands differed from each other in the amount of memory used and performance. An interrupt system was introduced in the central processor, and the memory was built according to the block principle.

The first samples of computers of the IBM / 360 family marked the beginning of the third generation computers. They arrived to customers in the second half of 1965, and by 1970 15 models had been developed, of which the smallest (IBM / 360-20-10) was about 50 times cheaper and 100 times less productive compared to the most large IBM/360-95. The OS/360 modular operating system had levels designed for a wide variety of hardware configurations. Fred Brooks, the chief developer of the OS/360 operating system, compared the importance of its appearance with the importance that the splitting of the atom and the launch of the satellite had.

IBM management invested $5 billion over 4 years in developing a family with a universal scalable architecture, an amount that exceeds the cost of the US government for the implementation of the Manhattan Project and is unprecedented for a private company since the 1960s. This project completely changed industry standards, and indeed the entire computer industry, making the Blue Giant's position in the mainframe markets almost invulnerable. The logical structure of the System-360 served as the basis for the development in 1967 of the 4Pi family of airborne vehicles and almost a dozen strategic systems. Most famous are the IBM on-board computers for the Gemini and Apollo spacecraft, as well as the machines for flight control systems in Houston. In 1969...71, IBM computers ensured the landing of American astronauts on the moon, in 1973 IBM fulfilled an order from NASA for the supply of computer equipment for the Soyuz-Apollo program. Subsequently, IBM also took part in the Space Shuttle flight program.

Owners of the System-360 were able to upgrade hardware and software piecemeal if necessary, resulting in significant cost savings. By the late 1960s, IBM dominated the computer market, with sales of over $3 billion.

In 1971, the company introduced the floppy disk, which became the standard for data storage. In 1973, when Frank Carey became president of IBM, the production of computers increased significantly and their service life increased. Also in 1973, IBM released a system for automatically reading the price of products using a laser, designed for supermarkets, as well as the IBM 3614 computer, with which bank customers began to carry out account transactions.

In 1980, IBM management made a revolutionary decision to create a personal computer. When it was designed, the principle of open architecture was applied: its components were universal, which made it possible to upgrade the computer in parts. To reduce the cost of creating a personal computer, IBM used the developments of other companies as constituent parts for his offspring, in particular, the microprocessor from Intel and software from Microsoft. The advent of the IBM PC in 1981 spawned an avalanche of demand for personal computers, which have now become a tool of labor for people of various professions. Along with this, there was a huge demand for software and computer peripherals. Hundreds of new firms sprang up on this wave and carved their niches in the computer market.

Present and future of IBM

Despite the great importance of the personal computer market, IBM's interests extend much wider. The corporation's position in the production of mainframes is traditionally strong. In 1995, IBM received a prestigious order from the US government to build the world's most powerful supercomputer for the Livermore Laboratory, a center for nuclear research in the US. In 1996...97, the brainchild of IBM, the Deep Blue chess computer, entered into combat with world chess champion Garry Kasparov. IBM also makes its own microprocessors, and its OS/2 operating system is used by one in three US banks.

IBM is also a leader in the design and manufacture of servers. The IBM eServer iSeries 400 (AS/400) model is the world's most popular business application server. Today, more than 700,000 IBM iSeries 400 (AS/400) systems operate in 150 countries. The IBM iSeries 400 system is uniquely scalable. Junior server models are designed for the needs of small companies and run on a single processor. Older, more powerful models are built on 64-bit technology. They can scale up to 32 processors and serve large organizations.

Research by scientists in IBM science labs goes far beyond purely commercial interests and has implications for the entire world of science. In 1986, IBM employees G. Binnig and G. Rohrer were awarded the Nobel Prize in Physics for the creation of a scanning tunneling microscope, and in 1987, IBM employees J.G. Bednorts and K.A. Müller for the discovery of new superconducting materials. IBM ranks first among US companies in the number of patents received for inventions. In 1996, IBM patented 1,867 inventions. The corporation spends about $5 billion a year on scientific research.

In 1993, the new chairman of the board of directors, Louis Gerstner, chose the creation of a network computer and the development of network technologies as a new strategic direction for the corporation. The first sample of such a computer appeared in 1996, and on December 31 of the same year, IBM, Mastercard and the Danish payment system announced the first transaction (payment) over the Internet using the SET protocol. IBM sees the creation of reliable systems for electronic business as its immediate tasks. IBM owns 95% of the ATM software market. As the largest Internet service provider, the company serves more than 30,000 subscribers. corporate clients in 850 cities in over 100 countries.

IBM's total revenue in 2002 was $81.2 billion, net income $3.6 billion, assets $96.5 billion, employees 315,889, and patents 3,288.

IBM is known to many today. She left a huge imprint in computer history and even today her pace in this difficult business has not slowed down. The most interesting thing is that not everyone knows what IBM is so famous for. Yes, everyone has heard about the IBM PC, about the fact that it made laptops, that it once seriously competed with Apple. However, among the merits of the blue giant there are a huge number of scientific discoveries, as well as the introduction of various inventions into everyday life. Sometimes many people wonder where this or that technology came from. And all from there - from IBM. Five Nobel laureates in physics received their prizes for inventions made within the walls of this company.

This material is intended to shed light on the history of the formation and development of IBM. At the same time, we will talk about its key inventions, as well as future developments.

Formation time

IBM's origins date back to 1896, when, decades before the advent of the first electronic computers, the eminent engineer and statistician Herman Hollerith founded a company for the production of calculating machines, christened TMC (Tabulating Machine Company). Mr. Hollerith, a descendant of German emigrants who was openly proud of his roots, was prompted to do this by the success of his first calculating and analytical machines of his own production. The essence of the invention of the grandfather of the "blue giant" was that he developed an electrical switch that allows you to encode data in numbers. In this case, the information carriers were cards, in which holes were punched in a special order, after which the punched cards could be sorted mechanically. This development, patented by Herman Hollerith in 1889, made a splash, which allowed the 39-year-old inventor to receive an order for the supply of his unique machines for the US Department of Statistics, which was preparing for the 1890 census.

The success was overwhelming: it took only one year to process the collected data, as opposed to the eight years it took for statisticians from the US Census Bureau to obtain the results of the 1880 census. It was then that the advantage of computational mechanisms in solving such problems was demonstrated in practice, which largely predetermined the future "digital boom". Earned funds and established contacts helped Mr. Hollerith in 1896 to create the company TMC. At first, the company tried to produce commercial machines, but on the eve of the 1900 census, it changed its profile to the production of calculating machines for the US Census Bureau. However, three years later, when the state "trough" was covered, Herman Hollerith again turned his attention to the commercial application of his developments.

Although the company experienced a period of rapid growth, the health of its creator and mastermind was steadily deteriorating. This made him accept the offer of millionaire Charles Flint to buy TMC in 1911. The deal was valued at $2.3 million, of which Hollerith received $1.2 million. In fact, it was not about a simple purchase of shares, but about the merger of TMC with ITRC (International Time Recording Company) and CSC (Computing Scale Corporation), as a result of which CTR (Computing Tabulating Recording) was born. She became the prototype of modern IBM. And if many people call Herman Hollerith the grandfather of the "blue giant", then it is Charles Flint who is considered to be his father.

Mr. Flint was undeniably a financial genius with the ability to foresee strong corporate alliances, many of which have outlived their creator and continue to play a defining role in their fields. He took an active part in the creation of the Pan-American rubber manufacturer U. S. Rubber, one of the once leading world manufacturers of American Chicle chewing gum (since 2002, already called Adams, part of Cadbury Schweppes). For his success in consolidating US corporate power, he has been called the "Father of Trusts." However, for the same reason, the assessment of its role, in terms of positive or negative impact, but never in terms of significance, is highly ambiguous. Paradoxically, Charles Flint's organizational skills were highly valued in government departments, and he always found himself in places where ordinary officials could not act openly or their work was less effective. In particular, he is credited with participating in a secret project to buy up ships around the world and convert them into military vessels during the Spanish-American War of 1898.

Created by Charles Flint in 1911, CTR Corporation produced a wide range of unique equipment, including time tracking systems, scales, automatic meat cutters, and, which turned out to be especially important for creating a computer, punched card equipment. In 1914 post CEO occupied by Thomas J. Watson Sr., and in 1915 he became president of the CTR.

The next major event in the history of CTR was the change of name to International Business Machines Co., Limited, or IBM for short. It happened in two stages. First, in 1917, the company entered the Canadian market under this brand. Apparently, by this she wanted to emphasize the fact that she is now a real international corporation. In 1924, the American division became known as IBM.

The Great Depression and World War II

The next 25 years in IBM's history were more or less stable. Even during the Great Depression in the United States, the company continued its activities at the same pace, with almost no layoffs, which could not be said about other firms.

During this period, several important events for IBM can be noted. In 1928, the company introduced a new type of punched card with 80 columns. It was called the IBM Card and has been used for the past few decades by the company's adding machines, and later by its computers. Another significant event for IBM at this time was a major government order to systematize job data for 26 million people. The company itself recalls it as "the biggest settlement transaction of all time." It also opened the door for the blue giant to other government orders, just like when TMC started.

Book "IBM and the Holocaust"

There are several references to IBM's collaboration with the fascist regime in Germany. The data source here is Edwin Black's book "IBM and the Holocaust" ("IBM and the Holocaust"). Its name clearly indicates the purpose for which the blue giant's calculating machines were used. They kept statistics on imprisoned Jews. Even the codes that were used to systematize the data are given: Code 8 - Jews, Code 11 - Gypsies, Code 001 - Auschwitz, Code 001 - Buchenwald, and so on.

However, according to the IBM management, the company only sold equipment to the Third Reich, and how it was used further does not concern them. So, by the way, did many American companies. IBM even opened a factory in Berlin in 1933, which is when Hitler came to power. However, there is a downside to the use of IBM equipment by the Nazis. After the defeat of Germany, thanks to the machines of the blue giant, it was possible to trace the fate of many people. Although this did not prevent various groups of people affected by the war and the Holocaust in particular from demanding an official apology from IBM. The company refused to bring them. Even despite the fact that during the war, its employees who remained in Germany continued their work, even communicating with the company's management through Geneva. However, IBM itself disclaimed any responsibility for the activities of its enterprises in Germany during the war period from 1941 to 1945.

In the United States, during the war period, IBM worked for the government and not always in its direct line of business. Its facilities and workers were busy with the production of rifles (in particular the Browning Automatic Rifle and M1 Carbine), bombing sights, engine parts, etc. Thomas Watson, still in charge of the company at the time, set a nominal profit of 1% on these products. And even this minuscule was not sent to the piggy bank of the blue giant, but to the foundation of a fund to help widows and orphans who lost their loved ones in the war.

There was also an application for calculating machines located in the States. They were used for various mathematical calculations, logistics and other needs of the war. They were no less actively used when working on the Manhattan project, in which the atomic bomb was created.

Big mainframe time

The beginning of the second half of the last century was of great importance for the modern world. Then the first digital computers began to appear. And IBM took an active part in their creation. The very first American programmable computer was the Mark I (full name Aiken-IBM Automatic Sequence Controlled Calculator Mark I). The most amazing thing is that it was based on the ideas of Charles Babbage, the inventor of the first computer. By the way, he never completed it. But in the 19th century, this was difficult to do. IBM took advantage of his calculations, shifted them to the technologies of that time, and the Mark I saw the light. It was built in 1943, and a year later it was officially put into operation. The history of "Markov" did not last long. In total, four modifications were produced, the last of which, the Mark IV, was introduced in 1952.

In the 1950s, IBM received another major order from the government to develop computers for the SAGE (Semi Automatic Ground Environment) system. This is a military system designed to track and intercept potential enemy bombers. This project allowed the blue giant to gain access to the research of the Massachusetts Institute of Technology. Then he worked on the first computer, which could easily serve as prototypes of modern systems. So it included a built-in screen, a magnetic memory array, supported digital-to-analogue and analog-to-digital conversions, had some kind of computer network, could transmit digital data over a telephone line, and supported multiprocessing. In addition, so-called "light guns" could be connected to it, which were previously widely used as an alternative to the joystick in consoles and slot machines. There was even support for the first algebraic computer language.

IBM built 56 computers for the SAGE project. The cost of each was $ 30 million at the prices of the 50s. 7,000 employees of the company worked on them, which at that time was 20% of the entire staff of the company. In addition to big profits, the blue giant was able to gain invaluable experience, as well as access to military developments. Later, all this was applied in the creation of computers of the next generations.

The next major event for IBM was the release of the System/360 computer. He is associated with almost the change of an entire era. Before him, the blue giant produced systems based on vacuum tubes. For example, after the aforementioned Mark I, the Selective Sequence Electronic Calculator (SSEC) was introduced in 1948, consisting of 21,400 relays and 12,500 vacuum tubes, capable of performing several thousand operations per second.

In addition to SAGE computers, IBM worked on other projects for the military. So the Korean War required the use of faster means of calculation than a large programmable calculator. Thus, a completely electronic computer (not from relays, but from lamps) IBM 701 was developed, which worked 25 times faster than SSEC, and at the same time took up four times less space. Over the next few years, the modernization of tube computers continued. For example, the IBM 650 machine became famous, which produced about 2000 units.

No less significant for today's computer technology was the invention in 1956 of a device called the RAMAC 305. It became the prototype of what today is the abbreviation HDD or just a hard disk. The first hard drive weighed about 900 kilograms, and its capacity was only 5 MB. The main innovation was the use of 50 aluminum round constantly rotating plates, on which magnetized elements were the information carriers. This made it possible to provide random access to files, which at the same time significantly increased the speed of data processing. But this pleasure was not cheap - it cost $ 50,000 at the prices of that time. For 50 years, progress has reduced the cost of one megabyte of data on a HDD from $10,000 to $0.00013, if we take average cost hard drive with a capacity of 1 TB.

The middle of the last century was also marked by the arrival of transistors to replace lamps. The blue giant began its first attempts to use these elements in 1958 with the announcement of the IBM 7070 system. Somewhat later, computers of the 1401 and 1620 models appeared. The first was intended to perform various business tasks, and the second was a small scientific computer used to develop the design of freeways and bridges. That is, both more compact specialized computers and more bulky, but with much higher system speeds, were created. An example of the former is the 1440 model, developed in 1962 for small and medium-sized businesses, and an example of the latter is the 7094, actually a supercomputer of the early 60s used in the aerospace industry.

Another building block on the way to the creation of System / 360 was the creation of terminal systems. Users were allocated a separate monitor and keyboard, which were connected to one central computer. Here is the prototype of the client / server architecture along with the multi-user operating system.

As is often the case, to make the most of innovations, you have to take all the previous developments, find their common ground, and then design a new system that uses the best sides new technologies. The IBM System/360, introduced in 1964, became such a computer.

It is somewhat reminiscent of modern computers, which, if necessary, can be updated and to which you can connect various external devices. A new range of 40 peripherals has been developed for the System/360. These included hard drives IBM 2311 and IBM 2314, magnetic tape drives IBM 2401 and 2405, equipment for working with punched cards, word recognition devices, and various communication interfaces.

Another important innovation is unlimited virtual space. Prior to the System/360, this sort of thing cost a fortune. Of course, for this innovation, something had to be reprogrammed, but the result was worth it.

Above we wrote about specialized computers for science and business. Agree, this is somewhat inconvenient for both the user and the developer. System/360 became a general-purpose system that could be used for most tasks. Moreover, a much larger number of people could now use it - simultaneous connection of up to 248 terminals was supported.

The creation of the IBM System/360 was not at all such a cheap undertaking. The computer was only designed for three quarters, for which about a billion dollars were spent. Another $4.5 billion was spent on investing in factories and new equipment for them. In total, five factories were opened and 60,000 employees were hired. Thomas Watson Jr., who succeeded his father as president in 1956, called the project "the most expensive private commercial project in history."

The 70s and the IBM System/370 era

The next decade in the history of IBM was not so revolutionary, but several important events took place. The 70s opened with the release of the System/370. After several modifications to System/360, this system became a more complex and serious redesign of the original mainframe.

The most important innovation of the System/370 is support for virtual memory, that is, in fact, it is an expansion of RAM at the expense of permanent memory. Today, this principle is actively used in modern operating systems of the Windows and Unix families. However, it was not included in the first versions of System/370. IBM made virtual memory widely available in 1972 with the introduction of the System/370 Advanced Function.

Of course, the list of innovations does not end there. The System/370 series of mainframes supported 31-bit addressing instead of 24-bit. By default, dual-processor support was supported, and there was also compatibility with 128-bit fractional arithmetic. Another important "feature" of System/370 is full backward compatibility with System/360. Software, of course.

The company's next mainframe was the System/390 (or S/390), introduced in 1990. It was a 32-bit system, although it retained compatibility with 24-bit System/360 and 31-bit System/370 addressing. In 1994, it became possible to combine several System/390 mainframes into a single cluster. This technology is called Parallel Sysplex.

After System/390, IBM introduced the z/Architecture. Its main innovation is support for a 64-bit address space. At the same time, new mainframes were released with a large number of processors (first 32, then 54). The appearance of z/Architecture falls on the year 2000, that is, this development is completely new. Today, within its framework, System z9 and System z10 are available, which continue to enjoy steady popularity. And what's more, they continue to be backwards compatible with System/360 and later mainframes, which is something of a record.

On this we close the topic of large mainframes, for which we talked about their history up to the present day.

Meanwhile, IBM had a conflict with the authorities. It was preceded by the departure of the blue giant's main competitors from the market for large computer systems. In particular, NCR and Honeywall decided to focus on more profitable niche markets. And System/360 was so successful that no one could compete with it. As a result, IBM effectively became a monopolist in the mainframe market.

All this on January 19, 1969 flowed into a trial. Not surprisingly, IBM was accused of violating section 2 of the Sherman Act, which provides for liability for monopolizing or attempting to monopolize the market for electronic computer systems, especially systems designed for business use. The proceedings lasted until 1983 and ended for IBM with the fact that it seriously reconsidered its view of doing business.

It is possible that the antitrust proceedings influenced the "Future Systems project", within which it was supposed to once again combine all the knowledge and experience from past projects (just like in the days of System / 360) and create a new type of computer that will once again surpass everything before made systems. Work on it was carried out between 1971 and 1975. Economic inexpediency is cited as the reason for its closure - according to analysts, it would not have fought back the way it happened with System / 360. Or maybe IBM really decided to hold back a bit because of the ongoing litigation.

Another very important event in the computer world is attributed to the same decade, although it happened in 1969. IBM began to sell services for the manufacture of software and the software itself separately from the hardware component. Today, this surprises few people - even the modern generation of domestic users of pirated software is used to the fact that you have to pay for programs. But then, numerous complaints, criticism of the press, and at the same time lawsuits began to pour on the heads of the blue giant. As a result, IBM began to separately sell only application applications, while the software for controlling the operation of a computer (System Control Programming), in fact, the operating system, was free.

And at the very beginning of the 80s, a certain Bill Gates from Microsoft proved that the operating system can also be paid.

Time of small personal computers

Until the 1980s, IBM was very active on large orders. Several times they were made by the government, several times by the military. She supplied her mainframes, as a rule, to educational and scientific institutions, as well as to large corporations. It is unlikely that anyone bought a separate System / 360 or 370 cabinet and a dozen bedside cabinets based on magnetic tapes and already reduced by a couple of times compared to RAMAC 305 hard drives.

The blue giant was above the needs of the average consumer, who needs far less to be completely happy than NASA or the next university. This gave the semi-basement Apple a chance to stand on its feet, with the logo of Newton holding an apple, soon replaced by just a bitten apple. And Apple came up with a very simple thing - a computer for everyone. This idea was not supported by either Hewlett-Packard, where Steve Wozniak outlined it, or other large IT companies of that time.

By the time IBM realized it was already too late. The world was already raving about the Apple II, the most popular and successful Apple computer in its history (and not the Macintosh, as many believe). But it's better late than never. It was not difficult to guess that this market is at the very beginning of its development. The result was the IBM PC (Model 5150). It happened on August 12, 1981.

The most striking thing is that this was not the first IBM personal computer. The title of the first belongs to the 5100 model, released back in 1975. It was much more compact than mainframes, had a separate monitor, data storage and keyboard. But it was intended to solve scientific problems. For businessmen and just lovers of technology, he did not fit well. And not least because of the price, which was about $20,000.

The IBM PC not only changed the world, but the company's approach to building computers. Prior to this, IBM made any computer from and to on its own, without resorting to the help of third parties. With the IBM 5150 it turned out differently. At that time, the personal computer market was divided between the Commodore PET, the Atari family of 8-bit systems, the Apple II, and Tandy Corporation's TRS-80s. Therefore, IBM was in a hurry not to miss the moment.

A group of 12 people working in the Florida city of Boca Raton under the direction of Don Estridzha (Don Estrige), were assigned to work on Project Chess (literally "Project Chess"). They completed the task in about a year. One of their key decisions was the use of third-party developments. This simultaneously saved a lot of money and time on their own scientific personnel.

Initially, Don chose the IBM 801 as a processor and an operating system specially developed for it. But a little earlier, the blue giant launched the Datamaster microcomputer (full name System / 23 Datamaster or IBM 5322), which was based on the Intel 8085 processor (a slightly simplified modification of Intel 8088). This was precisely the reason for choosing the Intel 8088 processor for the first IBM PC. Even the expansion slots of the IBM PC coincided with those of the Datamaster. Well, the Intel 8088 required a new DOS operating system, very timely proposed by a small company from Redmond called Microsoft. They did not begin to make a new design for the monitor and printer. The monitor previously created by the Japanese division of IBM was chosen as the first one, and the Epson printer became the printing device.

The IBM PC was sold in various configurations. The most expensive one cost $3005. It was equipped with an Intel 8088 processor running at 4.77 MHz, which, if desired, could be supplemented with an Intel 8087 coprocessor, which made floating point calculations possible. The amount of RAM was 64 KB. 5.25-inch floppy drives were supposed to be used as a device for permanent data storage. One or two of them could be installed. Later, IBM began to supply models that allowed the connection of cassette storage media.

The hard drive in the IBM 5150 could not be installed due to insufficient power supply. However, the company's so-called "expansion module" or Expansion Unit (also known as the IBM 5161 Expansion Chassis) with a 10 MB hard drive. It required a separate power supply. In addition, a second HDD could be installed in it. It also had 5 expansion slots, while the computer itself had 8 more. But to connect the Expansion Unit, it was necessary to use the Extender Card and Receiver Card cards, which were installed in the module and in the case, respectively. Other computer expansion slots were usually occupied by a video card, cards with I / O ports, etc. It was also possible to increase the amount of RAM up to 256 KB.

"Home" IBM PC

The cheapest configuration cost $1565. Together with her, the buyer received the same processor, but there was only 16 KB of RAM. The computer did not come with a floppy drive, and there was also no standard CGA monitor. But there was an adapter for cassette drives and a video card designed to connect to a TV. Thus, an expensive modification of the IBM PC was created for business (where, by the way, it was quite widely used), and a cheaper one - for the home.

But there was another novelty in the IBM PC - the basic input / output system or BIOS (Basic Input / Output System). It is still used in modern computers, albeit in a slightly modified form. The latest motherboards already contain new EFI firmware or even stripped down Linux flavors, but it will definitely be a few years before the BIOS disappears.

The architecture of the IBM PC was made open and available to the public. Any manufacturer could make peripherals and software for an IBM computer without purchasing any license. At the same time, the blue giant sold the IBM PC Technical Reference Manual, which contained the complete BIOS source code. As a result, a year later, the world saw the first "IBM PC compatible" computers from Columbia Data Products. Compaq and other companies followed. The ice has broken.

IBM Personal Computer XT

In 1983, when the entire USSR celebrated International Women's Day, IBM released its next "male" product - IBM Personal Computer XT (short for eXtended Technology) or IBM 5160. The novelty replaced the original IBM PC, introduced two years earlier. It was an evolutionary development of personal computers. The processor was still the same, but in the basic configuration there were already 128 KB of RAM, and later 256 KB. The maximum volume has grown to 640 KB.

The XT shipped with one 5.25" drive, a 10MB Seagate ST-412 hard drive, and a 130W power supply. Later, models with a 20 MB hard drive appeared. Well, PC-DOS 2.0 was used as the base OS. To expand the functionality, a new 16-bit ISA bus was used at that time.

IBM Personal Computer/AT

The AT chassis standard is probably remembered by many old-timers in the computer world. They were used until the end of the last century. And it all started again with IBM and its IBM Personal Computer/AT or model 5170. AT stands for Advanced Technology. The new system represented the second generation of the blue giant's personal computers.

The most important innovation of the novelty was the use of the Intel 80286 processor with a frequency of 6, and then 8 MHz. Many new features of the computer were associated with it. In particular, it was a complete transition to a 16-bit bus and support for 24-bit addressing, which made it possible to increase the amount of RAM to 16 MB. The motherboard has a battery for powering the CMOS chip with a capacity of 50 bytes. Prior to that, it also did not exist.

For data storage, 5.25-inch drives with support for 1.2 MB floppy disks were now used, while the previous generation provided no more than 360 KB. The hard drive now had a permanent capacity of 20 MB and was twice as fast as the previous model. The monochrome video card and monitors were replaced with adapters that support the EGA standard, capable of displaying up to 16 colors at a resolution of 640x350. Optional for professional work with graphics, it was possible to order a PGC video card (Professional Graphics Controller), costing $4290, capable of displaying up to 256 colors on a screen with a resolution of 640x480, and at the same time supporting 2D and 3D acceleration for CAD applications.

To support all this variety of innovations, the operating system had to be seriously modified, which was released under the name PC-DOS 3.0.

Not a ThinkPad yet, not an IBM PC anymore

We believe that many people know that the first portable computer in 1981 was Osborne 1, developed by Osborne Computer Corporation. It was such a suitcase weighing 10.7 kg and costing $1795. The idea of ​​such a device was not unique - its first prototype was developed back in 1976 at the Xerox PARC research center. However, by the mid-80s, sales of the Osborns had come to naught.

Of course, other companies quickly picked up a good idea, which, in principle, is in the order of things - just remember what other ideas were "stolen" from Xerox PARC. In November 1982, Compaq announced plans to release a portable computer. In January, Hyperion was released, an MS-DOS computer somewhat reminiscent of Osborne 1. But it was not fully compatible with the IBM PC. This title was prepared by Compaq Portable, which appeared a couple of months later. In fact, it was an IBM PC combined in one case with a small screen and an external keyboard. "Suitcase" weighed 12.5 kg and was estimated at over $4,000.

IBM, clearly noticing that it was missing something, quickly set about creating its primitive laptop. As a result, in February 1984, the IBM Portable Personal Computer or IBM Portable PC 5155 was released. The novelty also resembled the original IBM PC in many ways, with the only exception that 256 KB of RAM was installed in it. In addition, it was $700 cheaper than the Compaq counterpart, and at the same time it had improved anti-theft technology - it weighed 13.5 kg.

Two years later, progress has moved a couple of steps forward. IBM did not hesitate to take advantage of this, deciding to make its portable computers something more justifying its title. So in April 1986, the IBM Convertible or IBM 5140 appeared. The Convertible no longer looked like a suitcase, but a large case weighing only 5.8 kg. It cost about half as much - about $2000.

The good old Intel 8088 (more precisely, its updated version 80c88) was used as a processor, operating at a frequency of 4.77 MHz. But instead of 5.25-inch drives, 3.5-inch drives were used, capable of working with disks with a capacity of 720 KB. The amount of RAM was 256 KB, but it could be increased up to 512 KB. But a much more important innovation was the use of a monochrome LCD capable of 80x25 resolution for text or 640x200 and 320x200 for graphics.

But the expansion options for Convertible were much more modest than for IBM Portable. There was only one ISA slot, while the blue giant's first generation of portable PCs allowed you to install almost as many expansion cards as a regular desktop computer (still it wouldn't allow it with such and such dimensions). This circumstance, as well as a passive screen without backlighting and the availability of higher-performance (or models with the same configuration, but available at a much lower price) counterparts from Compaq, Toshiba and Zenith on the market, did not make the IBM Convertible a popular solution. But it was made until 1991, when it was replaced by the IBM PS/2 L40 SX. Let's talk about PS/2 in more detail.

IBM Personal System/2

Until now, many of us use keyboards and sometimes even mice with a PS / S interface. However, not everyone knows where he came from and how this abbreviation stands for. PS/2 stands for Personal System/2, a computer introduced by IBM in 1987. He belonged to the third generation of the blue giant's personal computers, whose purpose was to regain lost ground in the PC market.

The IBM PS/2 failed. Its sales were supposed to be high, but the system was very innovative and closed, which automatically raised its final cost. Consumers preferred more affordable IBM PC clones. Nevertheless, the PS / 2 architecture left a lot behind.

The main PS/2 operating system was IBM OS/2. For her, new PCs were equipped with two BIOSes at once: ABIOS (Advanced BIOS) and CBIOS (Compatible BIOS). The first was required to boot OS/2, and the second was for backward compatibility with IBM PC/XT/AT software. However, for the first few months PS/2 shipped with PC-DOS. Later, Windows and AIX (one of the Unix variants) could be installed as an option.

Together with PS / 2, a new bus standard was introduced to expand the functionality of computers - MCA (Micro Channel Architecture). It was supposed to replace ISA. In terms of speed, the MCA corresponded to the PCI introduced a few years later. In addition, it had many interesting innovations, in particular, it supported the ability to exchange data directly between expansion cards, or simultaneously between multiple cards and a processor via a separate channel. All this later found application in the PCI-X server bus. MCA itself never gained popularity due to IBM's refusal to license it, so that clones would not appear again. In addition, the new interface was not compatible with ISA.

In those days, a DIN connector was used to connect the keyboard, and a COM connector for the mouse. New IBM personal computers offered to replace them with more compact PS / 2. Today, these connectors are already disappearing from modern motherboards, but then they were also available only to IBM. Only a few years later they "went to the masses." The point here is not only the closed nature of the technology, but also the need to refine the BIOS in order to fully support this interface.

PS / 2 made an important contribution to the video card market. Prior to 1987, there were several types of monitor connectors. Often they had many contacts, whose number was equal to the number of colors displayed. IBM decided to replace them all with one universal D-SUB connector. Through it, information about the depth of red, green and blue colors was transmitted, bringing the number of displayed shades to 16.7 million. In addition, it has become easier for software to work with one type of connector than to support several.

Another innovation from IBM is video cards with a built-in frame buffer (Video Graphics Array or VGA), which today is called video card memory. Then its volume in PS / 2 was 256 KB. This was enough for a resolution of 640x480 with 16 colors, or 320x200 with 256 colors. The new video cards worked with the MCA interface, so they were only available for PS/2 computers. Nevertheless, the VGA standard has become widespread over time.

Instead of large and not the most reliable 5.25-inch floppy disks, IBM decided to use 3.5-inch drives. The company was the first to start using them as the main standard. The main novelty of the new computers was the doubled capacity of floppy disks - up to 1.44 MB. And by the end of PS/2, it had doubled to 2.88 MB. By the way, PS / 2 drives had one rather serious bug. They couldn't tell a 720 KB floppy from a 1.44 MB floppy. Thus it was possible to format the first as the second. In principle, it worked, but it threatened to lose data, and after such an operation, only another PS / 2 computer could read the information from the floppy disk.

And one more novelty PS / 2 - 72-pin SIMM RAM modules instead of outdated SIPP. After a few years, they became the standard for all personal and not so personal computers, until they were replaced by DIMM strips.

So we've come to the end of the 80s. In these 10 years, IBM has done much more for the average consumer than in all the past years to this year. Thanks to her personal computers, we can now assemble our own computer, and not buy ready-made, as Apple would like. Nothing prevents us from installing any operating system on it, except for Mac OS, which, again, is available only to owners Apple computers. We got freedom, and IBM lost the market, but earned the glory of a pioneer.

By the early 1990s, the blue giant was no longer the dominant player in the computer world. Intel then ruled the processor market, Microsoft dominated the application software segment, Novell was successful in networking, Hewlett-Packard in printers. Even hard drives invented by IBM began to be produced by other companies, as a result of which Seagate was able to come out on top (already in the late 80s and holds this championship to this day).

Not everything went well in the corporate sector. Invented by IBM employee Edgar Codd in 1970, the concept of relational databases (in a nutshell, this is a way to display data in the form of two-dimensional tables) began to gain wide popularity in the early 80s. IBM was even involved in the creation of the SQL query language. And here's the pay for the work - Oracle became number one in the field of DBMS by the beginning of the 90s.

Well, in the personal computer market, it was replaced by Compaq, and eventually also by Dell. As a result, IBM President John Akers (John Akers) began the process of reorganizing the company, dividing it into autonomous divisions, each of which was engaged in one specific area. Thus, he wanted to improve production efficiency and reduce production costs. This is how IBM met the last decade of the 20th century.

Crisis time

The 1990s got off to a pretty good start for IBM. Despite the decline in the popularity of its personal computers, the company still made a big profit. The largest in its history. It is a pity that this was only at the end of the 80s. Later, the blue giant simply did not catch the main trends in the computer world, which led to not the most pleasant consequences.

Despite the success of personal computers in the penultimate decade of the last century, IBM continued to receive most of its income from mainframe sales. But the development of technology has made it possible to switch to the use of more compact personal computers, and with them to large computers based on microprocessors. In addition, regular ones sold at lower margins than mainframes.

Now, you only need to add up the decline in sales of your main profitable product, the loss of your position in the personal computer market, and the failure of Novell's network technology market to be surprised by $1 billion in losses in 1990 and 1991. And 1992 turned out to be a new record - $ 8.1 billion in losses. It was the largest corporate annual loss in US history.

Is it any wonder that the company began to "move"? In 1993, Louis V. Gerstner, Jr. took over as president. His plan was to change the current situation, for which he radically restructured the company's policy, focusing the main divisions on the provision of services and software development. In the field of hardware, IBM certainly had a lot to offer, but because of the many computer manufacturers and the presence of other technology companies, it did not. All the same, there will be someone who will offer a cheaper and no less functional product.

As a result, in the second half of the decade, IBM expanded its software portfolio with applications from Lotus, WebSphere, Tivoli, and Rational. Well, she also continued to develop her own relational DB2 DBMS.

ThinkPad

Despite the crisis of the 90s, the blue giant nevertheless presented one popular product. It was a line of ThinkPad laptops that still exists today, albeit under the auspices of Lenovo. It was presented in the face of three models 700, 700C and 700T in October 1992. Mobile computers were equipped with a 10.4-inch screen, 25 MHz Intel 80486SLC processor, 120 MB hard drive, Windows 3.1 operating system. Their cost at the same time was $4350.

IBM ThinkPad 701 with butterfly keyboard

A little about the origin of the name of the series. The word "Think" (think) was imprinted on the leather-bound IBM corporate notebooks. One of the participants in the next generation mobile PC project suggested adding a "Pad" (keyboard, keypad) to it. At first, not everyone accepted ThinkPad, citing the fact that so far the name of all IBM systems has been numerical. However, in the end, ThinkPad went as the official name of the series.

The first ThinkPad laptops became very popular. Within a fairly short time, they have collected more than 300 awards from various publications for high quality workmanship and multiple design innovations. The latter in particular include the "butterfly keyboard", which was slightly raised and stretched in width to make it more convenient to work. Later, with an increase in the diagonal of the screen of mobile computers, it was no longer needed.

TrackPoint was first used - the new kind manipulator. Today, it is still installed in ThinkPad laptops and many other enterprise-class mobile PCs. In some models, an LED was installed on the screen to illuminate the keyboard in the dark. For the first time, IBM integrated an accelerometer into a laptop that detected a fall, after which the hard drive heads parked, which greatly increased the likelihood of data being saved during a strong impact. ThinkPads were the first to use fingerprint scanners, as well as a built-in TPM module for data protection. Now all this is used to some extent by all laptop manufacturers. But do not forget that thanks for all these "charms of life" should be IBM.

While Apple was paying big bucks to have Tom Cruise save the world in Mission: Impossible with the new PowerBook, IBM was really pushing humanity's progress into a brighter future with its ThinkPad laptops. For example, the ThinkPad 750 flew on the shuttle Endeavor in 1993. Then the main task of the mission was to repair the Hubble telescope. The ThinkPad A31p has been used on the ISS for a long time.

Today, the Chinese company Lenovo continues to support many of the IBM traditions. But that's the story of the next decade.

New age time

Started in the mid-1990s, the company's change of course has reached its apogee in the current decade. IBM continued to focus on providing consulting services, creating new technologies for the sale of licenses for them, as well as developing software, while not forgetting about expensive equipment - the blue giant has not left this area so far.

The final stage of the reorganization took place between 2002 and 2004. In 2002, IBM acquired the consulting firm PricewaterhouseCoopers and also sold its hard drive division to Hitachi. Thus, the blue giant abandoned the further production of hard drives, which he himself had invented half a century earlier.

IBM is not going to leave the business of supercomputers and mainframes yet. The company continues to fight for the first places in the Top500 ranking and continues to do so with a fairly high degree of success. In 2002, a special program was even launched with a budget of $ 10 billion, according to which IBM created the necessary technologies to be able to provide access to supercomputers to any company almost immediately after a request was received.

While the blue giant has been doing well with large computers so far, not everything has gone well with small personal computers. As a result, 2004 was marked as the year of the sale of IBM's computer business to the Chinese company Lenovo. The last to go were all developments in personal systems, including the popular ThinkPad series. Lenovo even got the right to use the IBM brand for five years. IBM itself received $650 million in cash and $600 million in stock in return. Now she owns 19% of Lenovo. At the same time, the blue giant also continues to sell servers. Still not to continue, being in the top three largest players in this market.

So what happened in the end? In 2005, about 195,000 employees worked for IBM, among whom the company noted 350 as "outstanding engineers", and 60 people bore the honorary title of IBM Fellow. This title was introduced in 1962 by then-president Thomas Watsan to distinguish the best employees of the company. Usually no more than 4-5 people received IBM Fellow per year. Since 1963, there have been about 200 such employees in total. Of these, in May 2008, 70 people worked.

With such a serious scientific potential, IBM has become one of the leaders innovation activities. Between 1993 and 2005, the blue giant received 31,000 patents. At the same time, in 2003 he set a record for the number of patents received by one company in a year - 3415 pieces.

Ultimately, today IBM has become less accessible to the general consumer. In fact, the same thing happened before the 80s. For 20 years the company worked with retail products, but still returned to its roots, although in a slightly different incarnation. But still, its technologies and developments reach us in the form of devices from other manufacturers. So the blue giant remains with us further.

Afterword time

At the end of the article, we would like to give a short list of the most important discoveries made by IBM during its existence, but not mentioned above. After all, it is always nice to be amazed once again that one or another well-known company is behind the creation of another favorite electronic toy.

The beginning of the era of high-level programming languages ​​is attributed to IBM. Well, maybe not to her personally, but she took a very active part in this process. In 1954, the IBM 704 computer was introduced, one of the main "chips" of which was the support of the Fortran language (short for Formula Translation). The main goal of its creation was to replace the low-level assembly language with something more human-readable.

In 1956, the first Fortran reference manual appeared. And in the future, his popularity continued to grow. Mainly due to the inclusion of a language translator in the standard software package for IBM computer systems. This language became the main one for scientific applications for many years, and also gave impetus to the development of other high-level programming languages.

We have already mentioned IBM's contribution to the development of databases. In fact, thanks to the blue giant, today most of the sites on the Internet that use relational DBMS operate. They do not hesitate to use the SQL language, which also came out of the bowels of IBM. In 1974, it was introduced by company employees Donald D. Chamberlin and Raymond F. Boyce. It was then called SEQUEL (Structured English Query Language), and after that the abbreviation was shortened to SQL (Structured Query Language), since "SEQUEL" was a trademark of the British airline Hawker Siddeley.

Probably, some still remember how they ran games from cassette recorders on their home (well, or not home) EU computer. But IBM was one of the first to use magnetic tape for data storage. In 1952, together with the IBM 701, it introduced the first magnetic tape drive that could write and read data.

Diskettes. Left to right: 8", 5.25", 3.5"

Floppy disks also appeared thanks to IBM. In 1966, it introduced the first drive with a metal recording head. Five years later, she announced the beginning of the mass distribution of floppy disks and drives for them.

IBM 3340 "Winchester"

The slang word "hard drive" for a hard drive also came from the bowels of IBM. In 1973, the company introduced the IBM 3340 "Winchester" hard drive. It got its name from the head of the development team, Kenneth Haughton, who assigned the IBM 3340 the internal name "30-30", derived from the name of the Winchester 30-30 rifle. "30-30" directly indicated the capacity of the device - two plates of 30 MB each were installed in it. By the way, it was this model that first received a great commercial success in the market.

We should also thank IBM for our modern memory. It was she who in 1966 invented the technology for the production of dynamic memory, where only one transistor was allocated for one bit of data. As a result, it was possible to significantly increase the density of data recording. Probably, this discovery led the company's engineers to create a special ultra-fast data buffer or cache. In 1968, this was first implemented in the System / 360 Model 85 mainframe and could store up to 16 thousand characters.

The architecture of PowerPC processors also appeared largely thanks to IBM. And although it was developed jointly by Apple, IBM and Motorola, it was based on the IBM 801 processor, which the company planned to install in its first personal computers in the early 80s. At first, the architecture was supported by Sun and Microsoft. However, other developers did not seek to write programs for it. As a result, Apple remained its only user for almost 15 years.

In 2006, Apple abandoned PowerPC in favor of the x86 architecture, and in particular Intel processors. Motorola withdrew from the alliance in 2004. Well, IBM still did not curtail its development, but directed them in a slightly different direction. A few years ago, so much text was written about the Cell processor that it was enough for several books. Today it is used in the Sony PlayStation 3, and Toshiba has installed a simplified version of it in its flagship multimedia laptop Qosmio Q50.

On this, perhaps, we will round off. If you wish, you can find many other amazing discoveries of IBM, and at the same time write a lot of words about its future projects, but then you should already boldly start writing a separate book. After all, the company conducts research in the most various areas. She has hundreds of active projects, including such as nanotechnology and holographic data carriers, speech recognition, communication with a computer using thoughts, new ways to control a computer, and so on - one listing will take several pages of text. So we put an end to this.

P.S. And at the very end, a little about the origin of the term "blue giant" (or "Big Blue"), as IBM is often called. As it turned out, the company itself has nothing to do with it. Products with the word "Blue" in the title appeared only in the 90s (in particular, in a series of supercomputers), and the press has been calling it the "blue giant" since the early 80s. IBM officials speculate that this may have come from the blue lid of its mainframes that were made in the 60s.