This is the 25th excerpt from the second book in the Defen series: BIT: Business Information Technology: Foundations, Infrastructure, and Culture
From a business perspective the key characteristics of this architecture include:
This example [Note: diagrams and photos are omitted here] contains eight dual processor servers; some rackmounts hold up to 84 separate computers which may or may not share power, disk, and network resources. Blade servers, which must share data and network resources can be stacked up to 256 per rack.
Although each machine in a rack server has its own memory and CPU, units usually share power, a control monitor and keyboard, and the network connection.
Note that both the hardware and the software running on it are called "servers" while both the user accessible software running on a PC, and the PC itself, are called "clients". Servers (hardware) differ from clients (hardware) only in their configuration, not their fundamental design. A typical server can be used as a PC by adding a separate monitor and keyboard and most PC client machines can be used as servers.
For example, a business application like a GL will typically be accessed using the following steps:
In operation a GL can therefore involve as many as a dozen different machines, all running different server applications.
The first PC networks, from Novel, used a server for file and print sharing via a single shared disk drive. In this configuration, which is now the standard for office document storage and used in almost all business implementations of the PC architecture, the central server (or rack of servers) drives one or more shared printers and acts as the repository for shared documents.
In these configurations the client PC, at boot time, connects to the server via SMB (a now deprecated Microsoft networking standard) or TCP/IP and represents this connection to the user as a virtual disk; usually labelling it G: or H:. Users then access these documents using an application such as Microsoft Word which treats this virtual disk as if it were a real local disk to read or write documents.
In practice, management methods vary tremendously. Small installations, from single PCs acting as their own servers to several hundred PCs and a substantial number of servers, often have no formal management strategy at all. Instead the people responsible for systems operations focus entirely on day to day support and getting upgrades and related costs approved on an ad hoc basis rather than through a formal budget process.
In larger organizations two main, and complementary, management trends exist:
In a lockdown scenario systems management attempts to get control of the PC investment by "locking down" the user's desktop operating system to define a single, company wide, boot strategy, network identification, and application suite - in effect turning the PC into a simple graphics terminal on the old mainframe model.
There is considerable research to support the view that operational costs form a continuum ranging from lowest with maximal centralized control or lockdown to highest with maximal user freedom. Companies which impose the fewest restrictions on user access to desktop PC services experience the highest costs, while companies which go furthest in user restrictions and control experience the lowest costs.
Since the introduction of Windows 2000 Advanced Server in early 2001 companies have been able to reduce complexity within the data center by engaging in some server consolidation - replacing many small servers with fewer larger ones. That became possible for three reasons:
Since then Microsoft's licensing policies have changed and now (2007) mitigate strongly against running more than one application on upgraded servers. Instead per CPU pricing has driven first a move to smaller servers and, more recently, PC virtualization in which a low level OS is used to break a larger machine into many smaller "virtual servers" each running one licensed application in its own copy of the licensed OS.
Note too that both server consolidation and the lockdown approach to cost containment turn the desktop PC into a terminal accessing applications on centrally controlled servers. This strategy thus represents an implementation of the low cost application appliance environment using high cost client-server hardware and software.
Some notes:
Notice that getting the facts right is particularly important for BIT - and that the length of the thing plus the complexity of the terminology and ideas introduced suggest that any explanatory anecdotes anyone may want to contribute could be valuable.