Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CHA P TER 9 Understanding Software: A Primer for Managers 1. INTRODUCTION L E A R N I N G O B J E C
CHA P TER 9 Understanding Software: A Primer for Managers 1. INTRODUCTION L E A R N I N G O B J E C T I V E S 1. Recognize the importance of software and its implications for the rm and strategic decision making. 2. Understand that software is everywhere; not just in computers, but also cell phones, cars, cameras, and many other technologies. 3. Know what software is and be able to dierentiate it from hardware. 4. List the major classications of software and give examples of each. We know computing hardware is getting faster and cheaper, creating all sorts of exciting and disruptive opportunities for the savvy manager. But what's really going on inside the box? It's software that makes the magic of computing happen. Without software, your PC would be a heap of silicon wrapped in wires encased in plastic and metal. But it's the instructionsthe software codethat enable a computer to do something wonderful, driving the limitless possibilities of information technology. Software is everywhere. An inexpensive cell phone has about one million lines of code, while the average car contains nearly one hundred million.[1] In this chapter we'll take a peek inside the chips to understand what software is. A lot of terms are associated with software: operating systems, applications, enterprise software, distributed systems, and more. We'll dene these terms up front, and put them in a managerial context. A follow-up chapter, Chapter 10, will focus on changes impacting the software business, including open source software, software as a service (SaaS), and cloud computing. These changes are creating an environment radically dierent from the software industry that existed in prior decadesconfronting managers with a whole new set of opportunities and challenges. Managers who understand software can better understand the possibilities and impact of technology. They can make better decisions regarding the strategic value of IT and the potential for technology-driven savings. They can appreciate the challenges, costs, security vulnerabilities, legal and compliance issues, and limitations involved in developing and deploying technology solutions. In the next two chapters we will closely examine the software industry and discuss trends, developments and economicsall of which inuence decisions managers make about products to select, rms to partner with, and rms to invest in. 1.1 What Is Software? When we refer to computer hardware (sometimes just hardware), we're talking about the physical components of information technologythe equipment that you can physically touch, including computers, storage devices, networking equipment, and other peripherals. Software refers to a computer program or collection of programssets of instructions that tell the hardware what to do. Software gets your computer to behave like a Web browser or word processor, makes your iPod play music and video, and enables your bank's ATM to spit out cash. It's when we start to talk about the categories of software that most people's eyes glaze over. To most folks, software is a big, incomprehensible alphabet soup of acronyms and geeky phrases: OS, VB, SAP, SQL, to name just a few. computer hardware The physical components of information technology, which can include the computer itself plus peripherals such as storage devices, input devices like the mouse and keyboard, output devices like monitors and printers, networking equipment, and so on. software A computer program or a collection of programs. It is a precise set of instructions that tells hardware what to do. 176 operating system The software that controls the computer hardware and establishes standards for developing and executing applications. applications INFORMATION SYSTEMS VERSION 1.3 Don't be intimidated. The basics are actually pretty easy to understand. But it's not soup; it's more of a layer cake. Think about computer hardware as being at the bottom of the layer cake. The next layer is the operating system, the collection of programs that control the hardware. Windows, Mac OS X, and Linux are operating systems. On top of that layer are applicationsthese can range from enduser programs like those in Oce, to the complex set of programs that manage a business's inventory, payroll, and accounting. At the top of the cake are users. FIGURE 9.1 The Hardware/Software Layer Cake Includes desktop applications, enterprise software, utilities, and other programs that perform specic tasks for users and organizations. The exibility of these layers gives computers the customization options that managers and businesses demand. Understanding how the layers relate to each other helps you make better decisions on what options are important to your unique business needs, can inuence what you buy, and may have implications for everything from competitiveness to cost overruns to security breaches. What follows is a manager's guide to the main software categories with an emphasis on why each is important. K E Y < < < < T A K E A W A Y S Software refers to a computer program or collection of programs. It enables computing devices to perform tasks. You can think of software as being part of a layer cake, with hardware at the bottom; the operating system controlling the hardware and establishing standards, the applications executing one layer up, and the users at the top. How these layers relate to one another has managerial implications in many areas, including the exibility in meeting business demand, costs, legal issues and security. Software is everywherenot just in computers, but also in cell phones, cars, cameras, and many other technologies. CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS Q U E S T I O N S A N D 177 E X E R C I S E S 1. Explain the dierence between hardware and software. 2. Why should a manager care about software and how software works? What critical organizational and competitive factors can software inuence? 3. What role has software played in your decision to select certain products? Has this inuenced why you favored one product or service over another? 4. Find the Fortune 500 list online. Which rm is the highest ranked software rm? While the Fortune 500 ranks rms according to revenue, what's this rm's protability rank? What does this discrepancy tell you about the economics of software development? Why is the software business so attractive to entrepreneurs? 5. Refer to earlier chapters (and particularly to Chapter 2): Which resources for competitive advantage might top software rms be able to leverage to ensure their continued dominance? Give examples of rms that have leveraged these assets, and why they are so strong. 2. OPERATING SYSTEMS L E A R N I N G O B J E C T I V E S 1. Understand what an operating system is and why computing devices require operating systems. 2. Appreciate how embedded systems extend Moore's Law, allowing rms to create \"smarter\" products and services Computing hardware needs to be controlled, and that's the role of the operating system. The operating system (sometimes called the \"OS\") provides a common set of controls for managing computer hardware, making it easier for users to interact with computers and for programmers to write application software. Just about every computing device has an operating systemdesktops and laptops, enterprise-class server computers, your mobile phone. Even specialty devices like iPods, video game consoles, and television set top boxes run some form of OS. Some rms, like Apple and Nintendo, develop their own proprietary OS for their own hardware. Microsoft sells operating systems to everyone from Dell to the ATM manufacturer Diebold (listen for the familiar Windows error beep on some cash machines). And there are a host of specialty rms, such as Wind River (purchased by Intel), that help rms develop operating systems for all sorts of devices that don't necessarily look like a PC, including cars, video editing systems, and ghter jet control panels. Anyone who has used both a PC and a Mac and has noticed dierences across these platforms can get a sense of the breadth of what an operating system does. Even for programs that are otherwise identical for these two systems (like the Firefox browser), subtitle dierences are visible. Screen elements like menus, scroll bars, and window borders look dierent on the Mac than they do in Windows. So do the dialogue boxes that show up when you print or save. These items look and behave dierently because each of these functions touches the hardware, and the team that developed Microsoft Windows created a system distinctly dierent from their Macintosh counterparts at Apple. Graphical user interface (UI) items like scroll bars and menus are displayed on the hardware of the computer display. Files are saved to the hardware of a hard drive or other storage device. Most operating systems also include control panels, desktop le management, and other support programs to work directly with hardware elements like storage devices, displays, printers, and networking equipment. The Macintosh Finder and the Windows Explorer are examples of components of these operating systems. The consistent look, feel, and functionality that operating systems enforce across various programs help make it easier for users to learn new software, which reduces training costs and operator error. See Figure 9.2 for similarities and dierences. user interface (UI) The mechanism through which users interact with a computing device. The UI includes elements of the graphical user interface (or GUI, pronounced \"gooey\"), such as windows, scroll bars, buttons, menus, and dialogue boxes; and can also include other forms of interaction, such as touch screens, motion sensing controllers, or tactile devices used by the visually impaired. 178 INFORMATION SYSTEMS VERSION 1.3 FIGURE 9.2 Dierences between the Windows and Mac operating systems are evident throughout the user interface, particularly when a program interacts with hardware. Operating systems are also designed to give programmers a common set of commands to consistently interact with the hardware. These commands make a programmer's job easier by reducing program complexity and making it faster to write software while minimizing the possibility of errors in code. Consider what an OS does for the Wii game developer. Nintendo's Wii OS provides Wii programmers with a set of common standards to use to access the Wiimote, play sounds, draw graphics, save les, and more. Without this, games would be a lot more dicult to write, they'd likely look dierently, be less reliable, would cost more, and there would be fewer titles available. Similarly, when Apple provided developers with a common set of robust, easy-to-use standards for the iPhone and (via the App Store) an easy way for users to install these applications on top of the iPhone/iPod touch/iPad's operating system (iOS), software development boomed, and Apple became hands-down the most versatile mobile computing device available.[2] In Apple's case some fty thousand apps became available through the App Store in less than a year. A good OS and software development platform can catalyze network eects (see Chapter 6). While the OS seems geeky, its eective design has very strategic business implications! CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS FIGURE 9.3 Operating System Market Share for Desktop, Server, and Mobile Phones Source: HitsLink (desktop, January 2011), IDC (server, Q1 2011), and Canalys.com (mobile, January 2011). 179 180 rmware Software stored on nonvolatile memory chips (as opposed to being stored on devices such as hard drives or removable discs). Despite the seemingly permanent nature of rmware, many products allow for rmware to be upgraded online or by connecting to another device. embedded systems Special-purpose software designed and included inside physical products (often on rmware). Embedded systems help make devices \"smarter,\" sharing usage information, helping diagnose problems, indicating maintenance schedules, providing alerts, or enabling devices to take orders from other systems. INFORMATION SYSTEMS VERSION 1.3 Firmware and Embedded Systems Most personal computers have an operating system installed on their hard drives. This system allows the OS to be replaced or upgraded easily. But many smaller, special-purpose computing devices have their operating systems installed on nonvolatile memory, often on read-only memory (ROM) chips. Control programs stored on chips are sometimes referred to as rmware. The OS in an iPod, mobile phone, or your TV's set-top box is most likely stored as rmware. Your PC also has a tiny bit of rmware that allows it to do very basic functions like start-up (boot) and begin loading its operating system from disk. Another term you might hear is embedded systems. As computing gets cheaper, special-purpose technology is increasingly becoming embedded into all sorts of devices like cars, picture frames, aircraft engines, photocopiers, and heating and air conditioning systems. The software programs that make up embedded systems are often stored as rmware too. Moore's Law (see Chapter 5) enables embedded systems, and these systems can create real strategic value. The Otis Elevator Company, a division of United Technologies, uses embedded systems in its products to warn its service centers when the rm's elevators, escalators, and moving walkways need maintenance or repair. This warning provides Otis with several key benets: 1. Since products automatically contact Otis when they need attention, these systems generate a lucrative service business for the rm and make it more dicult for third parties to oer a competing business servicing Otis products. 2. Products contact service technicians to perform maintenance based on exact needs (e.g., lubricant is low, or a part has been used enough to be replaced) rather than guessed schedules, which makes service more cost-eective, products less likely to break down, and customers happier. 3. Any product failures are immediately detected, with embedded systems typically dispatching technicians before a client's phone call. 4. The data is fed back to Otis's R&D group, providing information on reliability and failure so that engineers can use this info to design better products. Collectively, software embedded on tiny chips yields very big benets, for years helping Otis remain at the top of its industry. K E Y < < < < < T A K E A W A Y S The operating system (OS) controls a computer's hardware and provides a common set of commands for writing programs. Most computing devices (enterprise-class server computers, PCs, phones, set-top boxes, video games, cars, the Mars Rover) have an operating system. Some products use operating systems provided by commercial rms, while others develop their own operating system. Others may leverage open source alternatives (see Chapter 10). Embedded systems are special-purpose computer systems designed to perform one or a few dedicated functions, and are frequently built into conventional products like cars, air conditioners, and elevators. Embedded systems can make products and services more ecient, more reliable, more functional, and can enable entire new businesses and create or reinforce resources for competitive advantage. CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS Q U E S T I O N S A N D 181 E X E R C I S E S 1. What does an operating system do? Why do you need an operating system? How do operating systems make a programmer's job easier? How do operating systems make life easier for end users? 2. How has the market for desktop, server, and mobile operating systems changed in recent years? Do certain products seem to be gaining traction? Why do you think this is the case? 3. What kinds of operating systems are used in the devices that you own? On your personal computer? Your mobile phone? The set-top box on top of your television? Are there other operating systems that you come into contact with? If you can't tell which operating system is in each of these devices, see if you can search the Internet to nd out. 4. For your list in the prior question (and to the extent that you can), diagram the hardware/software \"layer cake\" for these devices. 5. For this same list, do you think each device's manufacturer wrote all of the software that you use on these devices? Can you add or modify software to all of these devices? Why or why not? What would the implications be for cost, security, complexity, reliability, updates and upgrades, and the appeal of each device? 6. Some ATM machines use Windows. Why would an ATM manufacturer choose to build its systems owing Windows? Why might it want to avoid this? Are there other non-PC devices you've encountered that were running some form of Windows? 7. What are embedded systems? When might rms want to install software on chips instead of on a hard drive? 8. It's important to understand how technology impacts a rm's strategy and competitive environment. Consider the description of Otis elevator's use of embedded systems. Which parts of the value chain does this impact? How? Consider the \"ve forces\": How does the system impact the rm's competitive environment? Are these systems a source of competitive advantage? If not, explain why not? If they are, what kinds of resources for competitive advantage can these kinds of embedded systems create? 9. Can you think of other rms that can or do leverage embedded systems? Provide examples and list the kinds of benets these might oer rms and consumers. 10. Research the Americans with Disabilities Act of 1990 (or investigate if your nation has a similar law), and the implications of this legislation for software developers and Web site operators. Have rms been successfully sued when their software or Web sites could not be accessed by users with physical challenges? What sorts of issues should developers consider when making their products more accessible? What practices might they avoid? 3. APPLICATION SOFTWARE L E A R N I N G O B J E C T I V E S 1. 2. 3. 4. Appreciate the dierence between desktop and enterprise software. List the categories of enterprise software. Understand what an ERP (enterprise resource planning) software package is. Recognize the relationship of the DBMS (database system) to the other enterprise software systems. 5. Recognize both the risks and rewards of installing packaged enterprise systems. Operating systems are designed to create a platform so that programmers can write additional applications, allowing the computer to do even more useful things. While operating systems control the hardware, application software (sometimes referred to as software applications, applications, or even just apps) perform the work that users and rms are directly interested in accomplishing. Think of applications as the place where the users or organization's real work gets done. As we learned in Chapter 6, the more application software that is available for a platform (the more games for a video game console, the more apps for your phone), the more valuable it potentially becomes. platform Products and services that allow for the development and integration of software products and other complementary goods. Windows, the iPhone, the Wii, and the standards that allow users to create Facebook apps are all platforms. 182 desktop software Applications installed on a personal computer, typically supporting tasks performed by a single user. enterprise software Applications that address the needs of multiple users throughout an organization or work group. software package A software product oered commercially by a third party. enterprise resource planning (ERP) A software package that integrates the many functions (accounting, nance, inventory management, human resources, etc.) of a business. INFORMATION SYSTEMS VERSION 1.3 Desktop software refers to applications installed on a personal computeryour browser, your Oce suite (e.g., word processor, spreadsheet, presentation software), photo editors, and computer games are all desktop software. Enterprise software refers to applications that address the needs of multiple, simultaneous users in an organization or work group. Most companies run various forms of enterprise software programs to keep track of their inventory, record sales, manage payments to suppliers, cut employee paychecks, and handle other functions. Some rms write their own enterprise software from scratch, but this can be time consuming and costly. Since many rms have similar procedures for accounting, nance, inventory management, and human resource functions, it often makes sense to buy a software package (a software product oered commercially by a third party) to support some of these functions. So-called enterprise resource planning (ERP) software packages serve precisely this purpose. In the way that Microsoft can sell you a suite of desktop software programs that work together, many companies sell ERP software that coordinates and integrates many of the functions of a business. The leading ERP vendors include the rm's SAP and Oracle, although there are many rms that sell ERP software. A company doesn't have to install all of the modules of an ERP suite, but it might add functions over timefor example, to plug in an accounting program that is able to read data from the rm's previously installed inventory management system. And although a bit more of a challenge to integrate, a rm can also mix and match components, linking software the rm has written with modules purchased from dierent enterprise software vendors. FIGURE 9.4 ERP in Action[3] An ERP system with multiple modules installed can touch many functions of the business: SalesA sales rep from Vermont-based SnowboardCo. takes an order for ve thousand boards from a French sporting goods chain. The system can verify credit history, apply discounts, calculate price (in euros), and print the order in French. < InventoryWhile the sales rep is on the phone with his French customer, the system immediately checks product availability, signaling that one thousand boards are ready to be shipped from the rm's Burlington warehouse, the other four thousand need to be manufactured and can be delivered in two weeks from the rm's manufacturing facility in Guangzhou. < ManufacturingWhen the customer conrms the order, the system noties the Guangzhou factory to ramp up production for the model ordered. < Human ResourcesHigh demand across this week's orders triggers a notice to the Guangzhou hiring manager, notifying her that the rm's products are a hit and that the ood of orders coming in globally mean her factory will have to hire ve more workers to keep up. < CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS 183 PurchasingThe system keeps track of raw material inventories, too. New orders trigger an automatic order with SnowboardCo.'s suppliers, so that raw materials are on hand to meet demand. < Order TrackingThe French customer can log in to track her SnowboardCo. order. The system shows her other products that are available, using this as an opportunity to cross-sell additional products. < Decision SupportManagement sees the rm's European business is booming and plans a marketing blitz for the continent, targeting board models and styles that seem to sell better for the Alps crowd than in the U.S. market. < Other categories of enterprise software that managers are likely to encounter include the following: < customer relationship management (CRM) systems used to support customer-related sales and marketing activities < supply chain management (SCM) systems that can help a rm manage aspects of its value chain, from the ow of raw materials into the rm through delivery of nished products and services at the point-of-consumption < business intelligence (BI) systems, which use data created by other systems to provide reporting and analysis for organizational decision making Major ERP vendors are now providing products that extend into these and other categories of enterprise application software, as well. Most enterprise software works in conjunction with a database management system (DBMS), sometimes referred to as a \"database system.\" The database system stores and retrieves the data that an application creates and uses. Think of this as another additional layer in our cake analogy. Although the DBMS is itself considered an application, it's often useful to think of a rm's database systems as sitting above the operating system, but under the enterprise applications. Many ERP systems and enterprise software programs are congured to share the same database system so that an organization's dierent programs can use a common, shared set of data. This system can be hugely valuable for a company's eciency. For example, this could allow a separate set of programs that manage an inventory and point-of-sale system to update a single set of data that tells how many products a rm has to sell and how many it has already soldinformation that would also be used by the rm's accounting and nance systems to create reports showing the rm's sales and prots. Firms that don't have common database systems with consistent formats across their enterprise often struggle to eciently manage their value chain. Common procedures and data formats created by packaged ERP systems and other categories of enterprise software also make it easier for rms to use software to coordinate programs between organizations. This coordination can lead to even more value chain eciencies. Sell a product? Deduct it from your inventory. When inventory levels get too low, have your computer systems send a message to your supplier's systems so that they can automatically build and ship replacement product to your rm. In many cases these messages are sent without any human interaction, reducing time and errors. And common database systems also facilitate the use of BI systems that provide critical operational and competitive knowledge and empower decision making. For more on CRM and BI systems, and the empowering role of data, see Chapter 11. FIGURE 9.5 An organization's database management system can be set up to work with several applications both within and outside the rm. customer relationship management (CRM) Systems used to support customer-related sales and marketing activities. supply chain management (SCM) Systems that can help a rm manage aspects of its value chain, from the ow of raw materials into the rm, through delivery of nished products and services at the point-of-consumption. business intelligence (BI) systems Systems that use data created by other systems to provide reporting and analysis for organizational decision making. database management system (DBMS) Sometimes referred to as database software; software for creating, maintaining, and manipulating data. 184 INFORMATION SYSTEMS VERSION 1.3 The Rewards and Risks of Packaged Enterprise Systems When set up properly, enterprise systems can save millions of dollars and turbocharge organizations. For example, the CIO of oce equipment maker Steelcase credited the rm's ERP with an eighty-million-dollar reduction in operating expenses saved from eliminating redundant processes and making data more usable. The CIO of Colgate Palmolive also praised their ERP, saying, \"The day we turned the switch on, we dropped two days out of our order-to-delivery cycle.\"[4] Packaged enterprise systems can streamline processes, make data more usable, and ease the linking of systems with software across the rm and with key business partners. Plus, the software that makes up these systems is often debugged, tested, and documented with an industrial rigor that may be dicult to match with proprietary software developed in-house. But for all the promise of packaged solutions for standard business functions, enterprise software installations have proven dicult. Standardizing business processes in software that others can buy means that those functions are easy for competitors to match, and the vision of a single monolithic system that delivers up wondrous eciencies has been dicult for many to achieve. The average large company spends roughly $15 million on ERP software, with some installations running into the hundreds of millions of dollars.[5] And many of these eorts have failed disastrously. FoxMeyer was once a six-billion-dollar drug distributor, but a failed ERP installation led to a series of losses that bankrupted the rm. The collapse was so rapid and so complete that just a year after launching the system, the carcass of what remained of the rm was sold to a rival for less than $80 million. Hershey Foods blamed a $466 million revenue shortfall on glitches in the rm's ERP rollout. Among the problems, the botched implementation prevented the candy maker from getting product to stores during the critical period before Halloween. Nike's rst SCM and ERP implementation was labeled a \"disaster\"; their systems were blamed for over $100 million in lost sales.[6] Even tech rms aren't immune to software implementation blunders. HP once blamed a $160 million loss on problems with its ERP systems.[7] Manager bewarethere are no silver bullets. For insight on the causes of massive software failures, and methods to improve the likelihood of success, see Section 6. K E Y < < < < < < < < < < T A K E A W A Y S Application software focuses on the work of a user or an organization. Desktop applications are typically designed for a single user. Enterprise software supports multiple users in an organization or work group. Popular categories of enterprise software include ERP (enterprise resource planning), SCM (supply chain management), CRM (customer relationship management), and BI (business intelligence) software, among many others. These systems are used in conjunction with database management systems, programs that help rms organize, store, retrieve, and maintain data. ERP and other packaged enterprise systems can be challenging and costly to implement, but can help rms create a standard set of procedures and data that can ultimately lower costs and streamline operations. The more application software that is available for a platform, the more valuable that platform becomes. The DBMS stores and retrieves the data used by the other enterprise applications. Dierent enterprise systems can be congured to share the same database system in order share common data. Firms that don't have common database systems with consistent formats across their enterprise often struggle to eciently manage their value chain, and often lack the exibility to introduce new ways of doing business. Firms with common database systems and standards often benet from increased organizational insight and decision-making capabilities. Enterprise systems can cost millions of dollars in software, hardware, development, and consulting fees, and many rms have failed when attempting large-scale enterprise system integration. Simply buying a system does not guarantee its eective deployment and use. When set up properly, enterprise systems can save millions of dollars and turbocharge organizations by streamlining processes, making data more usable, and easing the linking of systems with software across the rm and with key business partners. CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS Q U E S T I O N S 1. 2. 3. 4. 5. 6. 7. 8. A N D 185 E X E R C I S E S What is the dierence between desktop and enterprise software? Who are the two leading ERP vendors? List the functions of a business that might be impacted by an ERP. What do the acronyms ERP, CRM, SCM, and BI stand for? Briey describe what each of these enterprise systems does. Where in the \"layer cake\" analogy does the DBMS lie. Name two companies that have realized multimillion-dollar benets as result of installing enterprise systems. Name two companies that have suered multimillion-dollar disasters as result of failed enterprise system installations. How much does the average large company spend annually on ERP software? 4. DISTRIBUTED COMPUTING L E A R N I N G 1. 2. 3. 4. O B J E C T I V E S Understand the concept of distributed computing and its benets. Understand the client-server model of distributed computing. Know what Web services are and the benets that Web services bring to rms. Appreciate the importance of messaging standards and understand how sending messages between machines can speed processes, cut costs, reduce errors, and enable new ways of doing business. When computers in dierent locations can communicate with one another, this is often referred to as distributed computing. Distributed computing can yield enormous eciencies in speed, error reduction, and cost savings and can create entirely new ways of doing business. Designing systems architecture for distributed systems involves many advanced technical topics. Rather than provide an exhaustive decomposition of distributed computing, the examples that follow are meant to help managers understand the bigger ideas behind some of the terms that they are likely to encounter. Let's start with the term server. This is a tricky one because it's frequently used in two ways: (1) in a hardware context a server is a computer that has been congured to support requests from other computers (e.g., Dell sells servers) and (2) in a software context a server is a program that fullls requests (e.g., the Apache open source Web server). Most of the time, server software resides on serverclass hardware, but you can also set up a PC, laptop, or other small computer to run server software, albeit less powerfully. And you can use mainframe or super-computer-class machines as servers, too. The World Wide Web, like many other distributed computing services, is what geeks call a clientserver system. Client-server refers to two pieces of software, a client that makes a request, and a server that receives and attempts to fulll the request. In our WWW scenario, the client is the browser (e.g., Internet Explorer, Firefox, Safari). When you type a Web site's address into the location eld of your browser, you're telling the client to \"go nd the Web server software at the address provided, and tell the server to return the Web site requested.\" It is possible to link simple scripting languages to a Web server for performing calculations, accessing databases, or customizing Web sites. But more advanced distributed environments may use a category of software called an application server. The application server (or app server) houses business logic for a distributed system. Individual Web services served up by the app server are programmed to perform dierent tasks: returning a calculation (\"sales tax for your order will be $11.58\"), accessing a database program (\"here are the results you searched for\"), or even making a request to another server in another organization (\"Visa, please verify this customer's credit card number for me\"). distributed computing A form of computing where systems in dierent locations communicate and collaborate to complete a task. server A program that fullls the requests of a client. client A software program that makes requests of a server program. application server Software that houses and serves business logic for use (and reuse) by multiple applications. Web services Small pieces of code that are accessed via the application server which permit interoperable machine-to-machine interaction over a network. 186 INFORMATION SYSTEMS VERSION 1.3 FIGURE 9.6 In this multitiered distributed system, client browsers on various machines (desktop, laptop, mobile) access the system through the Web server. The cash register doesn't use a Web browser, so instead the cash register logic is programmed to directly access the services it needs from the app server. Web services accessed from the app server may be asked to do a variety of functions, including perform calculations, access corporate databases, or even make requests from servers at other rms (for example, to verify a customer's credit card). application programming interfaces (APIs) Programming hooks, or guidelines, published by rms that tell other programs how to get a service to perform a task such as send or receive data. For example, Amazon.com provides APIs to let developers write their own applications and Websites that can send the rm orders. service-oriented architecture (SOA) A robust set of Web services built around an organizations processes and procedures. Those little chunks of code that are accessed via the application server are sometimes referred to as Web services. The World Wide Web consortium denes Web services as software systems designed to support interoperable machine-to-machine interaction over a network.[8] And when computers can talk together (instead of people), this often results in fewer errors, time savings, cost reductions, and can even create whole new ways of doing business! Each Web service denes the standard method for other programs to request it to perform a task and denes the kind of response the calling client can expect back. These standards are referred to as application programming interfaces (APIs). Look at the advantages that Web services bring a rm like Amazon. Using Web services, the rm can allow the same order entry logic to be used by Web browsers, mobile phone applications, or even by third parties who want to access Amazon product information and place orders with the rm (there's an incentive to funnel sales to Amazonthe rm will give you a cut of any sales that you send Amazon's way). Organizations that have created a robust set of Web services around their processes and procedures are said to have a service-oriented architecture (SOA). Organizing systems like this, with separate applications in charge of client presentation, business logic, and database, makes systems more exible. Code can be reused, and each layer can be separately maintained, upgraded, or migrated to new hardwareall with little impact on the others. Web services sound geeky, but here's a concrete example illustrating their power. Southwest Airlines had a Web site where customers could book ights, but many customers also wanted to rent a car or book a hotel, too. To keep customers on Southwest.com, the rm and its hotel and rental car partners created a set of Web services and shared the APIs. Now customers visiting Southwest.com can book a hotel stay and rental car on the same page where they make their ight reservation. This process transforms Southwest.com into a full service travel destination and allows the site to compete head-tohead with the likes of Expedia, Travelocity, and Orbitz.[9] Think about why Web services are important from a strategic perspective. By adding hotel and rental car services, Southwest is now able to eliminate the travel agent, along with any fees they might share with the agent. This shortcut allows the rm to capture more prots or pass on savings to CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS 187 customers, securing its position as the rst place customers go for low-cost travel. And perhaps most importantly, Southwest can capture key data from visitor travel searches and bookings (something it likely couldn't do if customers went to a site like Expedia or Travelocity). Data is a hugely valuable asset, and this kind of customer data can be used by Southwest to send out custom e-mail messages and other marketing campaigns to bring customers back to the airline. As geeky as they might at rst seem, Web services can be very strategic! FIGURE 9.7 Southwest.com uses Web services to allow car rental and hotel rms to book services through Southwest. This process transforms Southwest.com into a full-service online travel agent. 4.1 Formats to Facilitate Sharing Data Two additional terms you might hear within the context of distributed computing are EDI and XML. EDI (electronic data interchange) is a set of standards for exchanging information between computer applications. EDI is most often used as a way to send the electronic equivalent of structured documents between dierent organizations. Using EDI, each element in the electronic document, such as a rm name, address, or customer number, is coded so that it can be recognized by the receiving computer program. Eliminating paper documents makes businesses faster and lowers data entry and error costs. One study showed that rms that used EDI decreased their error rates by 82 percent, and their cost of producing each document fell by up to 96 percent.[10] EDI is a very old standard, with roots stretching back to the 1948 Berlin Air Lift. While still in use, a new generation of more-exible technologies for specifying data standards are taking its place. Chief among the technologies replacing EDI is extensible markup language (XML). XML has lots of uses, but in the context of distributed systems, it allows software developers to create a set of standards for common data elements that, like EDI messages, can be sent between dierent kinds of computers, dierent applications, and dierent organizations. XML is often thought of as easier to code than EDI, and it's more robust because it can be extendedorganizations can create formats to represent any kind of data (e.g., a common part number, photos, the complaint eld collected by customer support personnel). In fact, most messages sent between Web services are coded in XML (the technology is a key enabler in mash-ups, discussed in Chapter 7). Many computer programs also use XML as a way to export and import data in a common format that can be used regardless of the kind of computer hardware, operating system, or application program used. And if you design Web sites, you might encounter XML as part of the coding behind the cascading style sheets (CSS) that help maintain a consistent look and feel to the various Web pages in a given Web site. EDI (electronic data interchange) A set of standards for exchanging messages containing formatted data between computer applications. extensible markup language (XML) A tagging language that can be used to identify data elds made available for use by other applications. Most APIs and Web services send messages where the data exchanged is wrapped in identifying XML tags. 188 INFORMATION SYSTEMS VERSION 1.3 Rearden Commerce: A Business Built on Web Services Web services, APIs, and open standards not only transform businesses, they can create entire new rms that change how we get things done. For a look at the mashed-up, integrated, hyperautomated possibilities that Web services make possible, check out Rearden Commerce, a Foster City, California, rm that is using this technology to become what AMR's Chief Research Oce referred to as \"Travelocity on Steroids.\" Using Rearden, rms can oer their busy employees a sort of Web-based concierge/personal assistant. Rearden oers rms a one-stop shop where employees can not only make the ight, car, and hotel bookings they might do from a travel agent, they can also book dinner reservations, sports and theatre tickets, and arrange for business services like conference calls and package shipping. Rearden doesn't supply the goods and services it sells. Instead it acts as the middleman between transactions. A set of open APIs to its Web services allows Rearden's one hundred and sixty thousand suppliers to send product and service data to Rearden, and to receive booking and sales data from the site. In this ultimate business mash-up, a mobile Rearden user could use her phone to book a ight into a client city, see restaurants within a certain distance of her client's oce, have these locations pop up on a Google map, have listings accompanied by Zagat ratings and cuisine type, book restaurant reservations through Open Table, arrange for a car and driver to meet her at her client's oce at a specic time, and sync up these reservations with her rm's corporate calendaring systems. If something unexpected comes up, like a ight delay, Rearden will be sure she gets the message. The system will keep track of any cancelled reservation credits, and also records travel reward programs, so Rearden can be used to spend those points in the future. In order to pull o this eort, the Rearden maestros are not only skilled at technical orchestration, but also in coordinating customer and supplier requirements. As TechCrunch's Erick Schonfeld put it, \"The hard part is not only the technologywhich is all about integrating an unruly mess of APIs and Web services[it also involves] signing commercially binding service level agreements with [now over 160,000] merchants across the world.\" For its eorts, Rearden gets to keep between 6 percent and 25 percent of every nontravel dollar spent, depending on the service. The rm also makes money from subscriptions, and distribution deals. The rm's rst customers were large businesses and included ConAgra, GlaxoSmithKline, and Motorola. Rearden's customers can congure the system around special parameters unique to each rm: to favor a specic airline, benet from a corporate discount, or to restrict some oerings for approved employees only. Rearden investors include JPMorgan Chase and American Expressboth of whom oer Rearden to their employees and customers. Even before the consumer version was available, Rearden had over four thousand corporate customers and two million total users, a user base larger than better-known rms like Salesforce.com.[11] For all the pizzazz we recognize that, as a start-up, the future of Rearden Commerce remains uncertain; however, the rm's eective use of Web services illustrates the business possibilities as technologies allow rms to connect with greater ease and eciency. Connectivity has made our systems more productive and enables entire new strategies and business models. But these wonderful benets come at the price of increased risk. When systems are more interconnected, opportunities for inltration and abuse also increase. Think of it this wayeach \"connection\" opportunity is like adding another door to a building. The more doors that have to be defended, the more dicult security becomes. It should be no surprise that the rise of the Internet and distributed computing has led to an explosion in security losses by organizations worldwide. CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS K E Y < < < < < < < < < < < 189 T A K E A W A Y S Client-server computing is a method of distributed computing where one program (a client) makes a request to be fullled by another program (a server). Server is a tricky term and is sometimes used to refer to hardware. While server-class hardware refers to more powerful computers designed to support multiple users, just about any PC or notebook can be congured to run server software. Web servers serve up Web sites and can perform some scripting. Most rms serve complex business logic from an application server. Isolating a system's logic in three or more layers (presentation or user interface, business logic, and database) can allow a rm exibility in maintenance, reusability, and in handling upgrades. Web services allow dierent applications to communicate with one another. APIs dene the method to call a Web service (e.g., to get it to do something), and the kind of response the calling program can expect back. Web services make it easier to link applications as distributed systems, and can make it easier for rms to link their systems across organizations. Popular messaging standards include EDI (older) and XML. Sending messages between machines instead of physical documents can speed processes, drastically cut the cost of transactions, and reduce errors. Distributed computing can yield enormous eciencies in speed, error reduction, and cost savings and can create entirely new ways of doing business. When computers can communicate with each other (instead of people), this often results in fewer errors, time savings, cost reductions, and can even create whole new ways of doing business. Web services, APIs, and open standards not only transform businesses, they can create entire new rms that change how we get things done. Q U E S T I O N S A N D E X E R C I S E S 1. Dierentiate the term \"server\" used in a hardware context, from \"server\" used in a software context. 2. Describe the \"client-server\" model of distributed computing. What products that you use would classify as leveraging client-server computing? 3. List the advantages that Web services have brought to Amazon. 4. How has Southwest Airlines utilized Web services to its competitive advantage? 5. What is Rearden Commerce and which technologies does it employ? Describe Rearden Technology's revenue model. Who were Rearden Technology's rst customers? Who were among their rst investors? 6. What are the security risks associated with connectivity, the Internet, and distributed processing? 5. WRITING SOFTWARE L E A R N I N G O B J E C T I V E S 1. Understand, at a managerial level, what programming languages are and how software is developed. 2. Recognize that an operating system and microprocessor constrain the platform upon which most compiled application software will run. 3. Understand what Java is and why it is signicant. 4. Know what scripting languages are. So you've got a great idea that you want to express in softwarehow do you go about creating a program? Programmers write software in a programming language. While each language has its strengths and weaknesses, most commercial software is written in C++ (pronounced \"see plus plus\") or C# (pronounced \"see sharp\"). Visual Basic (from Microsoft) and Java (from Sun) are also among the more popular of the dozens of programming languages available. Web developers may favor specialty languages like Ruby and Python, while languages like SQL are used in databases. programming language Provides the standards, syntax, statements, and instructions for writing computer software. 190 integrated development environment (IDE) An application that includes an editor (a sort of programmer's word processor), debugger, and compiler, among other tools. compile Step in which program code written in a language that humans can more easily understand, is then converted into a form (expressed in patterns of ones and zeros) that can be understood and executed by a microprocessor. Programmers using conventional programming languages must compile their software before making it available for execution. INFORMATION SYSTEMS VERSION 1.3 Most professional programmers use an integrated development environment (IDE) to write their code. The IDE includes a text editor, a debugger for sleuthing out errors, and other useful programming tools. The most popular IDE for Windows is Visual Studio, while Apple oers the Xcode IDE. Most IDEs can support several dierent programming languages. The IDE will also compile a programmer's code, turning the higher-level lines of instructions that are readable by humans into lower-level instructions expressed as the patterns of ones and zeros that are readable by a computer's microprocessor. FIGURE 9.8 Microsoft's Visual Studio IDE supports desktop, server, mobile, and cloud computing software development. CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS Look at the side of a box of commercial software and you're likely to see system requirements that specify the operating system and processor that the software is designed for (e.g., \"this software works on computers with Windows 7 and Intel-compatible processors\"). Wouldn't it be great if software could be written once and run everywhere? That's the idea behind Javaa programming language developed by Sun Microsystems. Java programmers don't write code with specic operating system commands (say for Windows, Mac OS X, or Linux), instead they use special Java commands to control their user interface or interact with the display and other hardware. Java programs can run on any computer that has a Java Virtual Machine (JVM), a software layer that interprets Java code so that it can be understood by the operating system and processor of a given computer. Java's platform independencethe ability for developers to \"write once, run everywhere\"is its biggest selling point. Many Web sites execute Java applets to run the animation you might see in advertisements or games. Java has also been deployed on over six billion mobile phones worldwide, and is popular among enterprise programmers who want to be sure their programs can scale from smaller hardware up to high-end supercomputers. As long as the machine receiving the Java code has a JVM, then the Java application should run. However, Java has not been popular for desktop applications. Since Java isn't optimized to take advantage of interface elements specic to the Mac or Windows, most Java desktop applications look clunky and unnatural. Java code that runs through the JVM interpreter is also slower than code compiled for the native OS and processor that make up a platform.[12] Scripting languages are the nal category of programming tool that we'll cover. Scripting languages typically execute within an application. Microsoft oers a scripting language called VB Script (a derivative of Visual Basic) to automate functions in Oce. And most browsers and Web servers support JavaScript, a language that helps make the Web more interactive (despite its name, JavaScript is unrelated to Java). Scripting languages are interpreted within their applications, rather than compiled to run directly by a microprocessor. This distinction makes them slower than the kinds of development eorts found in most commercial software. But most scripting languages are usually easy to use, and are often used both by professional programmers and power users. 191 Java A programming language, initially developed by Sun Microsystems, designed to provide true platform independence (\"write once, run anywhere\") for application developers. In most cases, Java apps are developed to be executed by a Java Virtual Machinean interpreting layer that translates code as it executes, into the format required by the operating system and microprocessor. Without Java, application developers have to write and compile software to execute natively by a specic operating system / microprocessor combination (e.g., Windows/ Intel, Linux PowerPC, Mac/ Intel, Linux/Intel). scripting languages Programming tool that executes within an application. Scripting languages are interpreted within their applications, rather than compiled to run directly by a microprocessor. interpreted Languages where each line of written code is converted (by a software program, called an \"interpreter\") for execution at run-time. Most scripting languages are interpreted languages. Many programmers also write Java applications to be interpreted by the Java Virtual Machine. K E Y < < < < < < < T A K E A W A Y S Programs are often written in a tool called an IDE, an application that includes an editor (a sort of programmer's word processor), debugger, and compiler, among other tools. Compiling takes code from the high-level language that humans can understand and converts them into the sets of ones and zeros in patterns representing instructions that microprocessors understand. Popular programming languages include C++, C#, Visual Basic, and Java. Most software is written for a platforma combination of an operating system and microprocessor. Java is designed to be platform independent. Computers running Java have a separate layer called a Java Virtual Machine that translates (interprets) Java code so that it can be executed on an operating system/ processor combination. In theory, Java is \"write once, run everywhere,\" as opposed to conventional applications that are written for an operating system and compiled for an OS/processor combination. Java is popular on mobile phones, enterprise computing, and to make Web sites more interactive. Java has never been a successful replacement for desktop applications, largely because user interface dierences among the various operating systems are too great to be easily standardized. Scripting languages are interpreted languages, such as VB Script or Java Script. Many scripting languages execute within an application (like the Oce programs, a Web browser, or to support the functions of a Web server). They are usually easier to program, but are less powerful and execute more slowly than compiled languages. 192 INFORMATION SYSTEMS VERSION 1.3 Q U E S T I O N S A N D E X E R C I S E S 1. List popular programming languages. 2. What's an IDE? Why do programmers use IDEs? Name IDEs popular for Windows and Mac users. 3. What is the dierence between a compiled programming language and an interpreted programming language? 4. Name one advantage and one disadvantage of scripting languages. 5. In addition to computers, on what other technology has Java been deployed? Why do you suppose Java is particularly attractive for these kinds of applications? 6. What's a JVM? Why do you need it? 7. What if a programmer wrote perfect Java code, but there was a bug on the JVM installed on a given computer? What might happen? 8. Why would developers choose to write applications in Java? Why might they skip Java and choose another programming language? 9. Why isn't Java popular for desktop applications? 10. Go to http://www.java.com. Click on \"Do I have Java?\" Is Java running on your computer? Which version? 6. UNDERSTANDING TECHNOLOGY BEYOND THE PRICE TAG: TOTAL COST OF OWNERSHIP (TCO) AND THE COST OF TECH FAILURE L E A R N I N G O B J E C T I V E S 1. List the dierent cost categories that comprise total cost of ownership. 2. Understand that once a system is implemented, the costs of maintaining and supporting the system continue. 3. List the reasons that technology development projects fail and the measures that can be taken to increase the probability of success. Managers should recognize that there are a whole host of costs that are associated with creating and supporting an organization's information systems. Of course, there are programming costs for custom software as well as purchase, conguration, and licensing costs for packaged software, but there's much, much more. There are costs associated with design and documentation (both for programmers and for users). There are also testing costs. New programs should be tested thoroughly across the various types of hardware the rm uses, and in conjunction with existing software and systems, before being deployed throughout the organization. Any errors that aren't caught can slow down a business or lead to costly mistakes that could ripple throughout an organization and its partners. Studies have shown that errors not caught before deployment could be one hundred times more costly to correct than if they were detected and corrected beforehand.[13] Once a system is \"turned on,\" the work doesn't end there. Firms need to constantly engage in a host of activities to support the system that may also include the following: compliance < Ensuring that an organization's systems operate within required legal constraints, and industry and organizational obligations < providing training and end user support collecting and relaying comments for system improvements auditing systems to ensure compliance (i.e., that the system operates within the rm's legal constraints and industry obligations) < providing regular backup of critical data < planning for redundancy and disaster recovery in case of an outage < vigilantly managing the moving target of computer security issues < CHAPTER 9 UNDERSTANDING SOFTWARE: A PRIMER FOR MANAGERS With so much to do, it's no wonder that rms spend 70 to 80 percent of their information systems (IS) budgets just to keep their systems running.[14] The price tag and complexity of these tasks can push some managers to think of technology as being a cost sink rather than a strategic resource. These tasks are often collectively referred to as the total cost of ownership (TCO) of an information system. Understanding TCO is critical when making technology investment decisions. TCO is also a major driving force behind the massive tech industry changes discussed in Chapter 10. 6.1 Why Do Technology Projects Fail? 193 total cost of ownership (TCO) All of the costs associated with the design, development, testing, implementation, documentation, training and maintenance of a software system. Even though information systems represent the largest portion of capital spending at most rms, an astonishing one in three technology development projects fail to be successfully deployed.[15] Imagine if a rm lost its investment in one out of every three land purchases, or when building one in three factories. These statistics are dismal! Writing in IEEE Spectrum, risk consultant Robert Charette provides a sobering assessment of the cost of software failures, stating, \"The yearly tab for failed and troubled software conservatively runs somewhere from $60 to $70 billion in the United States alone. For that money, you could launch the space shuttle one hundred times, build and deploy the entire 24-satellite Global Positioning System, and develop the Boeing 777 from scratchand still have a few billion left over.\"[16] Why such a bad track record? Sometimes technology itself is to blame, other times it's a failure to test systems adequately, and sometimes it's a breakdown of process and procedures used to set specications and manage projects. In one example, a multimillion-dollar loss on the NASA Mars Observer was traced back to a laughably simple oversightLockheed Martin contractors using English measurements, while the folks at NASA used the metric system.[17] Yes, a $125 million taxpayer investment was lost because a bunch of rocket scientists failed to pay attention to third grade math. When it comes to the success or failure of technical projects, the devil really is in the details. Projects rarely fail for just one reason. Project post-mortems often point to a combination of technical, project management, and business decision blunders. The most common factors include the following:[18] Unrealistic or unclear project goals Poor project leadership and weak executive commitment < Inaccurate estimates of needed resources < Badly dened system requirements and allowing \"feature creep\" during development < Poor reporting of the project's status < Poor communication among customers, developers, and users < Use of immature technology < Unmanaged risks < Inability to handle the project's complexity < Sloppy development and testing practices < Poor project management < Stakeholder politics < Commercial pressures (e.g., leaving inadequate time or encouraging corner-cutting) < < Managers need to understand the complexity involved in their technology investments, and that achieving success rarely lies with the strength of the technology alone. But there is hope. Information systems organizations can work to implement procedures to improve the overall quality of their development practices. Mechanisms for quality improvement include capability maturity model integration (CMMI), which gauge an organization's process maturity and capability in areas critical to developing and deploying technology projects, and provides a carefully chosen set of best practices and guidelines to assist quality and process improvement.[19] Firms are also well served to leverage established project planning and software development methodologies that outline critical businesses processes and stages when executing large-scale software development projects. The idea behind these methodologies is straightforwardwhy reinvent the wheel when there is an opportunity to learn from and follow blueprints used by those who have executed successful eorts. When methodologies are applied to projects that are framed with clear business goals and business metrics, and that engage committed executive leadership, success rates can improve dramatically.[20] While software development methodologies are the topic of more advanced technology courses, the savvy manager knows enough to inquire about the development methodologies and quality programs used to support large scale development projects, and can use these investigations as further capability maturity model integration (CMMI) A process-improvement approach (useful for but not limited to software engineering projects) that can assist in assessing the maturity, quality, and development of certain organizational business processes, and suggest steps for their improvement. 194 INFORMATION SYSTEMS VERSION 1.3 input when evaluating whether those overseeing large scale eorts have what it takes to get the job done. K E Y < < < < < < < T A K E A W A Y S The care and feeding of information systems can be complex and expensive. The total cost of ownership of systems can include software development and documentation, or the purchase price and ongoing license and support fees, plus conguration, testing, deployment, maintenance, support, training, compliance auditing, security, backup, and provisions for disaster recovery. These costs are collectively referred to as TCO, or a system's total cost of ownership. Information systems development projects fail at a startlingly high rate. Failure reasons can stem from any combination of technical, process, and managerial decisions. IS organizations can leverage software dev
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started