IT ARCHITECTURE © Holmes Miller 1999. BUILDING METAPHOR 3CUSTOMER’S CONCERN Has vision about building that will meet needs and desires 3ARCHITECT’S CONCERN.

Slides:



Advertisements
Similar presentations
Information Systems: the Foundation of E-Business (CIS 108) Exploring the business of value of IS and Managing Change Lecture NINE (14 th March 2005)
Advertisements

C6 Databases.
Technology Guide 3 Data and Database T3-1. IT for Management Prof. Efraim Turban T3-2 File Management Hierarchy of data for a computer-based file Record.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
UNDERSTANDING THE BUSINESS VALUE OF SYSTEMS AND MANAGING CHANGE
Evaluating Decision Support Systems Projects. Who Evaluates Technical Managers  Chief Information Officer,  Corporate IT professionals,  Database administrators,
Database – Part 3 Dr. V.T. Raja Oregon State University External References/Sources: Data Warehousing – Mr. Sakthi Angappamudali.
Managing Data Resources
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Chapter 9 DATA WAREHOUSING Transparencies © Pearson Education Limited 1995, 2005.
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
Database Management: Getting Data Together Chapter 14.
Database – Part 2b Dr. V.T. Raja Oregon State University External References/Sources: Data Warehousing – Sakthi Angappamudali at Standard Insurance; BI.
1 Data & Database Development. 2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:
Mgt 20600: IT Management & Applications Databases
Database – Part 2 Dr. V.T. Raja Oregon State University.
Managing Data Resources
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Economic Aspects of Information Systems Updated 2015 MIS 2000 Information Systems for Management Instructor: Bob Travica.
1.Knowledge management 2.Online analytical processing 3. 4.Supply chain management 5.Data mining Which of the following is not a major application.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
Understanding Data Warehousing
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Fundamentals of Information Systems, Second Edition 1 Information Systems in Organizations.
Managing Data Resources
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
Managing Information Systems Information Systems in Organisations Part 2 Dr. Stephania Loizidou Himona ACSC 345.
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie.
Organizing Data and Information AD660 – Databases, Security, and Web Technologies Marcus Goncalves Spring 2013.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
311: Management Information Systems Database Systems Chapter 3.
Chapter Chapter 13-2 Accounting Information Systems, 1 st Edition Data and Databases.
Database Design Part of the design process is deciding how data will be stored in the system –Conventional files (sequential, indexed,..) –Databases (database.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
1 Understanding the Business Value of IS (supplement to Ch. 14) Kat Schwaig.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Data resource management
Organizing Data and Information
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
CHAPTER 2 TYPES OF BUSINESS INFORMATION SYSTEM. INTRODUCTION Information System support business operations by processing data related to business operation.
Foundations of Business Intelligence: Databases and Information Management.
7.1 © 2002 by Prentice Hall c h a p t e r 7 7 MANAGING DATA DATARESOURCES.
Foundations of Information Systems in Business. System ® System  A system is an interrelated set of business procedures used within one business unit.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
6.1 FILE ORGANIZATION BIT: Binary Digit (0,1; Y,N; On,Off)BIT: Binary Digit (0,1; Y,N; On,Off) BYTE: Combination of BITS which represent a CHARACTERBYTE:
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Fundamentals of Information Systems, Sixth Edition Chapter 1 Part A An Introduction to Information Systems in Organizations.
Managing Data Resources File Organization and databases for business information systems.
Intro to MIS – MGS351 Databases and Data Warehouses
UNDERSTANDING THE BUSINESS VALUE OF SYSTEMS AND MANAGING CHANGE
Fundamentals of Information Systems
MANAGING DATA RESOURCES
Managing data Resources:
Managing data Resources:
MANAGING DATA RESOURCES
Module 2 Topics Information technology governance: Organization and planning for IS.
Cost/Benefit Analysis Pertemuan 13-14
ບົດທີ 6 ການຄຸ້ມຄອງຊັບພະຍາກອນຂໍ້ມູນ (Managing Data Resource)
Managing data Resources:
Presentation transcript:

IT ARCHITECTURE © Holmes Miller 1999

BUILDING METAPHOR 3CUSTOMER’S CONCERN Has vision about building that will meet needs and desires 3ARCHITECT’S CONCERN Translates the vision into a plan to construct the building

ANALOGOUS TO A BUILDING 3GENERAL MANAGER’S CONCERN Applications to use, data that will be accessible, and communications that will be possible 3IT ARCHITECT’S CONCERN Desired system functions and appropriate technology

COMPONENTS 3Hardware 3Software 3Data 3Communications links

HARDWARE COMPONENTS 3Central processing unit 3Primary storage 3Secondary storage 3Input devices 3Output devices 3Telecommunications links

SOFTWARE COMPONENTS 3Operating system software 3Application software

DATABASES Database hierarchy is: 3Bit 3Byte 3Field 3Record 3File 3Database

DATABASE ORGANIZATION 3SEQUENTIAL ORGANIZATION Tape oriented - one file follows another 3DIRECT ORGANIZATION Disk oriented - can be accessed without regard to physical sequence

DATABASE MANAGEMENT SYSTEMS 3STORED IN WAY FOR DIFFERENT BUSINESSES TO ACCESS THE SAME DATA 3COMPONENTS Data definition language Database management software Data dictionary

DATABASE TYPES 3HIERARCHIAL One to Many 3NETWORK Many to Many 3RELATIONAL Use Table format

DATABASE PROS & CONS 3HIERARCHIAL High efficiency - Low flexibility 3NETWORK Medium efficiency - Medium flexibility 3RELATIONAL Low efficiency - High flexibility

DATABASE TRENDS 3DISTRIBUTED PROCESSING Multiple systems connected via a network 3DISTRIBUTED DATABASE Data physically stored in more than one location 3DATA WAREHOUSE Consolidate current & historical information - - Data Mining!

DATABASE TRENDS 3DATA WAREHOUSE: Organization’s electronic library stores consolidated current & historic data for management reporting & analysis 3DATA MART: Small data warehouse for special function, e.G., Focused marketing based on customer info

COMPONENTS OF DATA WAREHOUSE

DATABASE TRENDS 3ON-LINE ANALYTICAL PROCESSING (OLAP): ability to manipulate, analyze large volumes of data from multiple perspectives 3LINKING DATABASES TO THE WEB

ELEMENTS OF DATABASE ENVIRONMENT DATABASE MANAGEMENT SYSTEM DATA ADMINISTRATION DATABASE TECHNO LOGY & MANAGEMENT USERS DATA PLANNING & MODELING METHODOLOGY

COMMUNICATIONS LINKS 3NETWORKS Hardware and software that permits computer-computer or computer-peripheral communication 3COMMUNICATIONS DEVICES Hardware devices to control communication in a computer system

DEVELOPING AN ARCHITECTURE SOME ISSUES 3On-going business process 3Central vs. local control 3Standards 3Vendors 3Rules & policies

DEVELOPING AN ARCHITECTURE OVERALL PROCEDURE 3Where are we now? 3Where do we want to be? 3How should we get there? TWO APPROACHES 3Evolutionary 3Revolutionary

DEVELOPING AN ARCHITECTURE FIVE STEPS 3Articulate the business strategy and architecture implications 3Baseline the company architecture 3Determine key architecture questions 3Design the blueprint 3Initiate the architecture plan

CAPITAL BUDGETING MODELS LIMITATIONS: 3Assume all relevant alternatives have been examined; cost & benefits can be expressed as $$ 3Ignore intangible benefits UNDERSTANDING BUSINESS VALUE OF INFO SYSTEMS

Capital Budget: Process of analyzing, selecting capital expenditures 3Payback method 3Return on investment 3Cost-benefit ratio 3Net present value 3Profitability index 3Internal rate of return

Costs: 3Hardware 3Software 3Services 3Personnel Costs & Benefits:

Tangible benefit: 3Increased productivity 3Low operating costs 3Reduced work force 3Lower computer expenses 3Lower vendor costs 3Lower clerical/professional costs 3Reduced growth of expenses 3Reduced facility costs Costs & Benefits:

Intangible benefit: 3Improved asset use; resource control; planning 3Increased flexibility 3More timely information 3Increased learning 3Attain legal requirements 3Enhanced employee goodwill, job satisfaction, decision making, operations 3Higher client satisfaction 3Better corporate image Costs & Benefits:

Portfolio Analysis: Analysis of potential applications to determine risks & benefits 3Determine desirable features, acceptable risks of required system 3Generate portfolio of characteristics, risks for each alternative 3Scoring model