Enterprise Architectures

Slides:



Advertisements
Similar presentations
CHAPTER 5: LEARNING OUTCOMES
Advertisements

Distributed Data Processing
NAS vs. SAN 10/2010 Palestinian Land Authority IT Department By Nahreen Ameen 1.
Enterprise Architectures
BUSINESS PLUG-IN 4 IT ARCHITECTURES CIS 429: Business Information Systems.
Business Plug-In B4 MIS Infrastructures.
CLOUD COMPUTING AN OVERVIEW & QUALITY OF SERVICE Hamzeh Khazaei University of Manitoba Department of Computer Science Jan 28, 2010.
Distributed components
IT Infrastructure and Platforms
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Business Plug-In B4 Enterprise Architecture.
Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin CHAPTER FIVE INFRASTRUCTURES: SUSTAINABLE TECHNOLOGIES CHAPTER.
CHAPTER FIVE INFRASTRUCTURES SUSTAINABLE TECHNOLOGIES CHAPTER FIVE INFRASTRUCTURES SUSTAINABLE TECHNOLOGIES Copyright © 2015 McGraw-Hill Education. All.
B. RAMAMURTHY Web services. Topics What is a web service? From OO to WS WS and the cloud WS code.
CIS 310 Management Information Systems Infrastructure.
Module 2: Information Technology Infrastructure
CHAPTER OVERVIEW SECTION 5.1 – MIS INFRASTRUCTURE
Introduction to Cyberspace
CLOUD COMPUTING. A general term for anything that involves delivering hosted services over the Internet. And Cloud is referred to the hardware and software.
TECHNOLOGY GUIDE 3: Emerging Types of Enterprise Computing
CIS 2200 Kannan Mohan Department of CIS Zicklin School of Business, Baruch College.
3 Cloud Computing.
1 Introduction to Cloud Computing Jian Tang 01/19/2012.
CHAPTER FIVE Enterprise Architectures. Enterprise Architecture (Introduction) An enterprise-wide plan for managing and implementing corporate data assets.
IT Infrastructures and Emerging Technologies
Chapter 9 Moving to Design Part 2.
CHAPTER FIVE INFRASTRUCTURES SUSTAINABLE TECHNOLOGIES
CHAPTER FIVE INFRASTRUCTURES: SUSTAINABLE TECHNOLOGIES
Cloud Computing 1. Outline  Introduction  Evolution  Cloud architecture  Map reduce operation  Platform 2.
DISTRIBUTED COMPUTING
SUNY FARMINGDALE Computer Programming & Information Systems BCS451 – Cloud Computing Prof. Tolga Tohumcu.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved BUSINESS PLUG-IN B17 Organizational Architecture Trends.
ENTERPRISE COMPUTING QUIZ By: Lean F. Torida
Computer Software Chapter 4 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Web Services Kanda Runapongsa Dept. of Computer Engineering Khon Kaen University.
Chapter © 2006 The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/ Irwin Chapter 7 IT INFRASTRUCTURES Business-Driven Technologies 7.
Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Business Plug-In B4 Enterprise Architectures (on OLC)
1 Nassau Community CollegeProf. Vincent Costa Session 7 Infrastructures Sustainable Technologies CMP 117 Business Computing: Concepts &Applications.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Business Plug-In B17 Organizational Architecture Trends.
Plan  Introduction  What is Cloud Computing?  Why is it called ‘’Cloud Computing’’?  Characteristics of Cloud Computing  Advantages of Cloud Computing.
C5- IT Infrastructure and Emerging Technologies. Input – Process - Output 2 A computer  Takes data as input  Processes it  Outputs information CPU.
C5- IT Infrastructure and Emerging Technologies Let us buy some Blade Servers!
1 Advanced Software Architecture Muhammad Bilal Bashir PhD Scholar (Computer Science) Mohammad Ali Jinnah University.
Chapter 5 McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. Enterprise Architectures.
Chapter 5 McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
9 Systems Analysis and Design in a Changing World, Fourth Edition.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved CHAPTER 5 ENTERPRISE ARCHITECTURES CHAPTER 5 ENTERPRISE ARCHITECTURES Business Driven.
Cloud Interoperability & Standards. Scalability and Fault Tolerance Fault tolerance is the property that enables a system to continue operating properly.
1 G52IWS: Web Services Chris Greenhalgh. 2 Contents The World Wide Web Web Services example scenario Motivations Basic Operational Model Supporting standards.
CLOUD COMPUTING WHAT IS CLOUD COMPUTING?  Cloud Computing, also known as ‘on-demand computing’, is a kind of Internet-based computing,
Cloud Computing 3. TECHNOLOGY GUIDE 3: Cloud Computing 2 Copyright John Wiley & Sons Canada.
A service Oriented Architecture & Web Service Technology.
Dr. Ir. Yeffry Handoko Putra
Designing the Physical Architecture
Discovering Computers 2010: Living in a Digital World Chapter 14
SuperComputing 2003 “The Great Academia / Industry Grid Debate” ?
Cloud computing-The Future Technologies
Enterprise Architecture
Introduction to System Administration
Introduction to System Administration
CHAPTER OVERVIEW SECTION 5.1 – MIS INFRASTRUCTURE
Cloud Computing.
Web Based Application Cloud services, in the form of centralized web-based applications, also appeal to the IT professional. One instance of an application.
IT Infrastructure: Hardware and Software
IT INFRASTRUCTURES Business-Driven Technologies
Cloud Computing Cloud computing refers to “a model of computing that provides access to a shared pool of computing resources (computers, storage, applications,
3 Cloud Computing.
IT Infrastructure: Hardware and Software
Distributed Systems through Web Services
Emerging technologies-
Presentation transcript:

Enterprise Architectures CHAPTER FIVE Enterprise Architectures

Enterprise Architecture (Introduction) An enterprise-wide plan for managing and implementing corporate data assets Three components Information architecture Infrastructure architecture Application architecture

Enterprise Architecture (Illustration)

Information Architecture (1) Backup and recovery No matter the failure, we cannot loose a transaction We need to recover all data quickly if not immediately Much of this is being done in the cloud But understand the risks

Information Architecture (1a) Disaster recovery and business continuity planning Have a disaster recovery hot (or cold) site available IBM resiliency center http://www-935.ibm.com/services/us/en/it-services/business-continuity/index.html

Disaster Recovery Sites Hot site – ready to go data center Warm site – computer equipment requires configuration Cold site – an empty room Business continuity planning

Information Architecture (2) Information security and access policies Manage user access Keep software and patches current

Information Architecture (3) Minimize risk by Implementing fault tolerant systems and components RAID Server clusters Maintain off site backups

Infrastructure Architecture (Characteristics) Accessibility – what a user has access to Availability – System is available to users (uptime) Flexibility – Adaptive to change Portability – Can move to different devices

Information Architecture (Characteristics) Scalability – Adaptive to growth Capacity planning Reliability – System functions effectively and correctly Performance – System performs according to expected norms Usability

Application Architecture The applications used by the organization and the interaction between those applications Trends in application architecture Grid computing The cloud Service oriented Architecture

Grid Computing (Introduction) Grid computing distributes resources (hardware / networking / storage / etc…) geographically It’s typically uses many computers to solve a problem http://setiathome.ssl.berkeley.edu http://folding.stanford.edu

Web Services (Implementation) Requests and responses are made using a standardized protocol called Simple Object Access Protocol (SOAP) No matter the request the protocol is the same Web services are described using Web Service Description Language (WSDL) All of this is XML

Open Systems A trend is toward open systems instead of proprietary systems Linux MySQL Anyone can modify the source code of an open system www.sourceforge.net

Service Oriented Architecture (Introduction) Encapsulates a repeatable business task or process into a service SOA is an architecture rather than a tool or product you purchase Services are loosely coupled Services can be used individually or joined together Services are typically based on XML and XML-based protocols

Software as a Service (SaaS) We subscribe to a software package as a pay-as-you-go service Salesforce.com

Platform as a Service We lease a “platform” from a service provider Windows Linux Whatever! www.rackspace.com