Grid: The Future of Enterprise Information Processing

By By Michael J. Andrescavage, Andrescavage Software

June 20, 2005

The Problem of Complexity

The creation, maintenance and operation of enterprise information processing systems are too complex. These complexities, these problems, have been increasing with no end in sight. Complexity stifles innovation. As more and more efforts are drawn into sustaining this convoluted technology platform, less energy is directed at break-through or value-added improvements. Complexity, in and of itself, has the undesirable effect of increasing new and recurring costs. The recent trend of off-shoring information processing systems is a direct result of information technology complexity and, put cynically, with the goal of only minimizing the costs of the mess we are in, rather than fundamentally fixing it. Go to www.google.com and enter a search for “computer glitch” (a common term used to disguise the underlying complexities). Hundreds of thousands of incidents are reported across all industries and business sectors — with the majority going unreported.

On the horizon is a new technology, a new promise and a great idea called “Grid computing,” which intended to dramatically improve technology productivity. But unless it is approached in a fundamentally new way, we can expect only more of the same — complexity for the sake of complexity — and, once again, the technology industry will fall short in delivering the expected return on investment.

Implementing the Least Common Denominator

The information technology industry has been prolific in delivering new products and services. But the gap between what should be possible with technology and what the IT community actually delivers continues to widen at an alarming rate — to the dismay of everyone involved (be it the frustrated CEO, the under siege CIO, the overwhelmed manager or the uninspired technologist).

In the beginning, implementation and integration of enterprise information processing systems were fairly simple as new technology goes. However, as more and more manual processes were converted to automation, simplicity gave way to complexity, new solutions to redundancy, and new products to moribund processes. Layers of management and technicians grew around these systems in order to keep them viable. Even today, with each new system, enhancement and initiative, we continue to add to the quagmire. Although, these conditions prevail throughout the industry and end-user organizations, much of the complexity is masked by increased speed of the hardware and glitzy displays.

At the root of all this complexity lies a tremendous amount of software created by millions of programmers. Software is the “directed thinking process” of all these programmers, transferred into computer-executable code/logic.

It has been proposed that, at the most, 5-10 percent of professional programmers are extremely capable, while the rest (90-95 percent) need continuous directions from these superiors. What this means is that the “directed thinking process” of the least capable of programmers has been embedded into most of the software that exists today.

A Brand New Approach is Needed

The complexity of creating, maintaining and operating enterprise information processing systems will not be reduced as long as the aforementioned programmer quality ratio exists.

The conventional approach to solving this problem has been aimed at the 90-95 percentile: new computer languages, integrated development environments, tools for design, monitoring, debugging, profiling and modeling. It is assumed that the information technology industry and end-user organizations need to sustain all these programmers. What if we approached it differently?

A better approach would be to eliminate the 90-95 percentiles and concentrate on facilitating great work from the 5-10  percent of programmers who actually add value.

Leveraging the convergence of hardware capabilities and system interoperability, there is a very different (and better) path forward. Implementing a software architecture that is real-time, scalable, fault-tolerant, operating system/hardware independent, capable of interfacing with all other similar architected software, self-monitoring, upgradeable in real-time and, above all, simple to create is doable.

Here's How

Every information technology organization, whether it's a large corporation, a department within a corporation, a small business, home network, etc., has the physical Grid — the networking and information-processing hardware resources.

Let's start with a few definitions.

Grid:

A collection of networked information-processing hardware. “Networked” implies being able to communicate, by any means possible (wireless, Ethernet, token-ring, intranet, extranet, internet, etc.) to any/all other information-processing hardware in the collection. Information-processing hardware can be mainframe, server, desktop, single-board, embedded, etc. A collection can contain all of your computing resources, or just computing resources on the first floor, or human resources, or enterprise application, etc. Grid management software will exist on every information-processing hardware.

Grid computing:

The ability to process information, by utilizing a Grid, with the Grid-aware software that resides on it.

Grid-aware software:

Grid management and enterprise software — optimally designed — to take advantage of the total Grid resources available (memory, CPU, I/O). “Optimally designed” includes a Grid programming model that minimizes the number of application program interfaces and eliminates communications programming within Enterprise software. The central, cohesive element of this programming model is simplicity. All work accomplished is by commands flowing through a Grid.

Command processing:

  • Keep it simple. The only way to reduce complexity is to reduce the number of decisions that have to be made. This entails a fair amount of dictatorship when designing an enterprise information processing system and the programming model that supports it.
  • All software can be designed as “commands” executed by command processors. Where the resulting software executes and may create new commands executed by other command processors. The execution of a command provides feedback to the originator command. Programmers focus on creating the closed logic for a specific command.
  • A “command” is a list of name/value pairs, which include all necessary variable information required to accomplish a specific, clearly defined task. In addition, command feedback is a list of name/value pairs. Example: a name could be “xml” and the value of this name can be an entire “xml” package.
  • Command processors are externally assigned to operating system threads at runtime. One command processor to one thread. As many command processor — thread pairs, as necessary, may be assigned. One or more commands may be assigned to a command processor. Operating system constraints such as memory and/or number of resources will determine maximum configuration. In operating systems without a threading model, the control entity that is a dispatchable piece of work will be used.
  • The minimum number of application programming interfaces are defined; grouped by initialization and command execution.

Initialization:

  • Program/process initialization.
  • Command initialization — identify every command created and executed.
  • Enter command processing.

Command execution:

  • Search/create/submit command.
  • Insert name/value into command/feedback.
  • Wait for feedback.
  • Set/check exit.
  • Log message.

A typical scenario; a command is allocated to a command processor for execution and becomes conscious:

  • Search the command for required variable information.
  • Process.
  • Create feedback.
  • Done.

Another scenario:

  • Search the command for required variable information.
  • Process.
  • Create/submit one or more new commands.
  • Wait for feedback.
  • Search the feedback for required information.
  • Process.
  • Create feedback.
  • Done.

Now, let's configure a Grid:

  • Identify the collection of information-processing hardware for the Grid.
  • Install Grid management software on each information-processing hardware.
  • Using Grid management commands, configure the Grid into a hierarchical and fault-tolerant structure.

Your small office can have a Grid. Human resources, R&D department, first floor, home network, enterprise applications, etc., can configure a Grid. Individual information-processing hardware can be connected and disconnected to/from a Grid, dynamically, in real time. Grids can be connected and disconnected to/from each other, dynamically, in real time.

The design intent is to build powerful enterprise information processing systems. Yet, even if you have no enterprise systems running within a Grid, the built-in management capabilities are still available. Innovative use of these capabilities will provide uncomplicated solutions for many distributed computing environments:

  • configuration — connect/disconnect/broadcast.
  • file transfers.
  • operating system commands.
  • schedule Grid management commands.
  • process scripts of commands.

Now, let's create a Grid-aware enterprise information processing system:

  • Transform the requirements of an enterprise information processing system into a set of commands. (i.e.: getCustomerRecord, validateXML, formatOutput).
  • Distribute commands and requirements to programmers for development.
  • For production, distribute Grid-aware enterprise information processing system (collection of command processors) and start-up scripts onto the target Grid.
  • Start up the enterprise information processing system. Individual command processors can be dynamically loaded/unloaded for scalability, load balancing and performance.
  • Multiple enterprise information processing systems may co-process on a Grid. Systems may send commands to each other.
  • Flowing commands may be intercepted, replicated and re-routed.

Summary

Why is Grid computing the future of enterprise information processing?

Grid computing is designed for change. Grid computing goes far beyond sheer computing power. Here are important business and technology benefits:

  • Solve problems that were previously unsolvable.
  • Improve optimal utilization of computing resources.
  • Provide capacity for high-demand applications.
  • Improve software development productivity with command processing.
  • Mergers and acquisitions of Grid-aware enterprise systems are desirable.

Grid's can be viewed and managed as dynamic collections of information-processing hardware that expands and contracts to serve the business needs of the enterprise. Cost-effective, commercial, off the shelf, processors can be inserted into a collection when necessary.

Grid-aware enterprise information processing systems are rapidly prototyped, developed, deployed and maintained:

  • All software is command driven.
  • All software is real time.
  • All software is dynamically scalable in real time.
  • All software is fault-tolerant.
  • All software is operating system and hardware independent (except in specific cases).
  • All software is capable of interfacing with all other similarly designed software.
  • All software is self-monitoring.
  • All software is capable of being upgraded in real time.
  • All software is simple to create.

About Michael J. Andrescavage

Andrescavage is an entrepreneur who is passionate about creating software. He brings to this enterprise over 35 years of architecture, analysis and development of Information Processing Systems. His expertise centers around large-scale distributed software architecture. He was chief software architect for USAF's Space Based Experimental Version (StarWars) in 1988. This was one of the first successful Grid computing implementations — long before the term acquired it's recent popularity. Previously, Andrescavage held software architect, analyst and development positions at Charles Schwab & Co. Inc., Computer Science Corp., FMC Corp., General Electric Aerospace (CIA, NSA, DEA, NASA, USA, USAF, NATO, ROK), General Accident Insurance, CIGNA Insurance and United States Air Force. Among the companies he has consulted with: Vanguard Investments, EDS, Exide and RCA. Andrescavage Software Inc. can be found online at www.gridNOW.com or www.andrescavage.com.

Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industry updates delivered to you every week!

Empowering High-Performance Computing for Artificial Intelligence

April 19, 2024

Artificial intelligence (AI) presents some of the most challenging demands in information technology, especially concerning computing power and data movement. As a result of these challenges, high-performance computing Read more…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that have occurred about once a decade. With this in mind, the ISC Read more…

2024 Winter Classic: Texas Two Step

April 18, 2024

Texas Tech University. Their middle name is ‘tech’, so it’s no surprise that they’ve been fielding not one, but two teams in the last three Winter Classic cluster competitions. Their teams, dubbed Matador and Red Read more…

2024 Winter Classic: The Return of Team Fayetteville

April 18, 2024

Hailing from Fayetteville, NC, Fayetteville State University stayed under the radar in their first Winter Classic competition in 2022. Solid students for sure, but not a lot of HPC experience. All good. They didn’t Read more…

Software Specialist Horizon Quantum to Build First-of-a-Kind Hardware Testbed

April 18, 2024

Horizon Quantum Computing, a Singapore-based quantum software start-up, announced today it would build its own testbed of quantum computers, starting with use of Rigetti’s Novera 9-qubit QPU. The approach by a quantum Read more…

2024 Winter Classic: Meet Team Morehouse

April 17, 2024

Morehouse College? The university is well-known for their long list of illustrious graduates, the rigor of their academics, and the quality of the instruction. They were one of the first schools to sign up for the Winter Read more…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that ha Read more…

Software Specialist Horizon Quantum to Build First-of-a-Kind Hardware Testbed

April 18, 2024

Horizon Quantum Computing, a Singapore-based quantum software start-up, announced today it would build its own testbed of quantum computers, starting with use o Read more…

MLCommons Launches New AI Safety Benchmark Initiative

April 16, 2024

MLCommons, organizer of the popular MLPerf benchmarking exercises (training and inference), is starting a new effort to benchmark AI Safety, one of the most pre Read more…

Exciting Updates From Stanford HAI’s Seventh Annual AI Index Report

April 15, 2024

As the AI revolution marches on, it is vital to continually reassess how this technology is reshaping our world. To that end, researchers at Stanford’s Instit Read more…

Intel’s Vision Advantage: Chips Are Available Off-the-Shelf

April 11, 2024

The chip market is facing a crisis: chip development is now concentrated in the hands of the few. A confluence of events this week reminded us how few chips Read more…

The VC View: Quantonation’s Deep Dive into Funding Quantum Start-ups

April 11, 2024

Yesterday Quantonation — which promotes itself as a one-of-a-kind venture capital (VC) company specializing in quantum science and deep physics  — announce Read more…

Nvidia’s GTC Is the New Intel IDF

April 9, 2024

After many years, Nvidia's GPU Technology Conference (GTC) was back in person and has become the conference for those who care about semiconductors and AI. I Read more…

Google Announces Homegrown ARM-based CPUs 

April 9, 2024

Google sprang a surprise at the ongoing Google Next Cloud conference by introducing its own ARM-based CPU called Axion, which will be offered to customers in it Read more…

Nvidia H100: Are 550,000 GPUs Enough for This Year?

August 17, 2023

The GPU Squeeze continues to place a premium on Nvidia H100 GPUs. In a recent Financial Times article, Nvidia reports that it expects to ship 550,000 of its lat Read more…

Synopsys Eats Ansys: Does HPC Get Indigestion?

February 8, 2024

Recently, it was announced that Synopsys is buying HPC tool developer Ansys. Started in Pittsburgh, Pa., in 1970 as Swanson Analysis Systems, Inc. (SASI) by John Swanson (and eventually renamed), Ansys serves the CAE (Computer Aided Engineering)/multiphysics engineering simulation market. Read more…

Intel’s Server and PC Chip Development Will Blur After 2025

January 15, 2024

Intel's dealing with much more than chip rivals breathing down its neck; it is simultaneously integrating a bevy of new technologies such as chiplets, artificia Read more…

Choosing the Right GPU for LLM Inference and Training

December 11, 2023

Accelerating the training and inference processes of deep learning models is crucial for unleashing their true potential and NVIDIA GPUs have emerged as a game- Read more…

Baidu Exits Quantum, Closely Following Alibaba’s Earlier Move

January 5, 2024

Reuters reported this week that Baidu, China’s giant e-commerce and services provider, is exiting the quantum computing development arena. Reuters reported � Read more…

Comparing NVIDIA A100 and NVIDIA L40S: Which GPU is Ideal for AI and Graphics-Intensive Workloads?

October 30, 2023

With long lead times for the NVIDIA H100 and A100 GPUs, many organizations are looking at the new NVIDIA L40S GPU, which it’s a new GPU optimized for AI and g Read more…

Shutterstock 1179408610

Google Addresses the Mysteries of Its Hypercomputer 

December 28, 2023

When Google launched its Hypercomputer earlier this month (December 2023), the first reaction was, "Say what?" It turns out that the Hypercomputer is Google's t Read more…

AMD MI3000A

How AMD May Get Across the CUDA Moat

October 5, 2023

When discussing GenAI, the term "GPU" almost always enters the conversation and the topic often moves toward performance and access. Interestingly, the word "GPU" is assumed to mean "Nvidia" products. (As an aside, the popular Nvidia hardware used in GenAI are not technically... Read more…

Leading Solution Providers

Contributors

Shutterstock 1606064203

Meta’s Zuckerberg Puts Its AI Future in the Hands of 600,000 GPUs

January 25, 2024

In under two minutes, Meta's CEO, Mark Zuckerberg, laid out the company's AI plans, which included a plan to build an artificial intelligence system with the eq Read more…

China Is All In on a RISC-V Future

January 8, 2024

The state of RISC-V in China was discussed in a recent report released by the Jamestown Foundation, a Washington, D.C.-based think tank. The report, entitled "E Read more…

Shutterstock 1285747942

AMD’s Horsepower-packed MI300X GPU Beats Nvidia’s Upcoming H200

December 7, 2023

AMD and Nvidia are locked in an AI performance battle – much like the gaming GPU performance clash the companies have waged for decades. AMD has claimed it Read more…

DoD Takes a Long View of Quantum Computing

December 19, 2023

Given the large sums tied to expensive weapon systems – think $100-million-plus per F-35 fighter – it’s easy to forget the U.S. Department of Defense is a Read more…

Nvidia’s New Blackwell GPU Can Train AI Models with Trillions of Parameters

March 18, 2024

Nvidia's latest and fastest GPU, codenamed Blackwell, is here and will underpin the company's AI plans this year. The chip offers performance improvements from Read more…

Eyes on the Quantum Prize – D-Wave Says its Time is Now

January 30, 2024

Early quantum computing pioneer D-Wave again asserted – that at least for D-Wave – the commercial quantum era has begun. Speaking at its first in-person Ana Read more…

GenAI Having Major Impact on Data Culture, Survey Says

February 21, 2024

While 2023 was the year of GenAI, the adoption rates for GenAI did not match expectations. Most organizations are continuing to invest in GenAI but are yet to Read more…

The GenAI Datacenter Squeeze Is Here

February 1, 2024

The immediate effect of the GenAI GPU Squeeze was to reduce availability, either direct purchase or cloud access, increase cost, and push demand through the roof. A secondary issue has been developing over the last several years. Even though your organization secured several racks... Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire