123

TechEd Preconference

Embed Size (px)

Citation preview

Page 1: TechEd Preconference
Page 2: TechEd Preconference

2

An Architectural Overview ofSoftware + Services

Simon GuestSenior DirectorPlatform Architecture TeamMicrosoft Corporation

Page 3: TechEd Preconference

Industry Trends

Page 4: TechEd Preconference

Industry Trends

Trend 1: Service Oriented Architecture (SOA)

Page 5: TechEd Preconference

Industry Trends

Page 6: TechEd Preconference

Industry Trends

Trend 2: Software as a Service (SaaS)

Page 7: TechEd Preconference

Industry Trends

Page 8: TechEd Preconference

Industry Trends

Trend 3: Web 2.0

Page 9: TechEd Preconference

Industry Trends

Page 10: TechEd Preconference

Industry Trends

Trend 4: Rich Internet Applications (RIA)

Page 11: TechEd Preconference

Industry Trends

Page 12: TechEd Preconference

Industry Trends

Trend 5: Cloud Computing

Page 13: TechEd Preconference

Industry Trends

Page 14: TechEd Preconference

Industry Trends

SOA: Service Oriented Architecture

Service Composition

Web 2.0

Network Effect

SaaS: Software as a Service

Service Delivery

RIA: Rich Internet Applications

Experience

Software + Services

Cloud Computing

Service Utility

Page 15: TechEd Preconference

Industry Trends

Is this just a Microsoft thing?

Page 16: TechEd Preconference

Industry Trends

“Let me just say it: We want native third-party

applications on the iPhone, and we plan to have an

SDK in developers' hands in February” - Steve Jobs

Apple Reverses on Third-Party iPhone Apps

“But Google's offline approach also is a recognition that Microsoft's right

in insisting that not all computing will take place in the Internet cloud.

Microsoft's been touting a vision of "software plus services" that relies

on Internet-connected desktop apps, and more enterprise software-as-

a-service companies, such as CRM vendor RightNow, recognize the

need for some client software.”

Google CEO Says Software

to Play a Bigger Role

Page 17: TechEd Preconference

Industry Trends

IBM also introduced Bluehouse, the code name for services

… designed to help business partners share contacts, files,

project and interact via chat and Web meeting. The model

is similar to what Microsoft has been pushing with its

software-plus-services strategy developed by Microsoft

CTO Ray Ozzie, who created the Notes platform.

Microsoft is trying to define a new category with software

plus services…it turns out that Microsoft may have a point

and, while Salesforce.com would be unlikely to concede

this, in fact it provides some supporting evidence. A few

years ago Salesforce.com released its Off-line Edition for its

popular customer relationship management (CRM) product.

Page 18: TechEd Preconference

Taking Advantage of these Trends

Page 19: TechEd Preconference

Taking Advantage of these Trends

How do these industry trends map to

architectural patterns?

What kind of applications are possible using

the Software + Services paradigm?

Can Software + Services take advantage of

existing investments?

Page 20: TechEd Preconference

Taking Advantage of these Trends

A set of architectural principles for understanding

the Software + Services paradigm

Page 21: TechEd Preconference

Foundation

Page 22: TechEd Preconference

Foundation

Physical, DedicatedSingle service on a dedicated hardware

Physical, SharedMultiple services on a dedicated hardware

Physical, HPCPhysical hardware supporting HPC scenario

Virtual, SingleSingle instance virtual image

Virtual, SharedMultiple instance virtual image

Page 23: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Page 24: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Self-HostedYou manage and pay for your

own datacenter

Vendor HostedYou pay for a vendor to host

your applications

Page 25: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Vendor InvestmentsVendors investing heavily in multi-site datacenters

Page 26: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Microsoft Data Center (Chicago, IL)$500m investment, 500,000 sq ft, container based

Page 27: TechEd Preconference

Self-Hosted vs. Vendor Hosted

CostInitial investment, maintenance, and

depreciation

Page 28: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Power ConsiderationsRising energy costs and sustainability

considerations

Page 29: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Operational RequirementsHelpdesk, backups, networking, upgrades

Page 30: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Security and Data ProtectionStorage, transmission, identity, and

regulatory issues

Page 31: TechEd Preconference

Self-Hosted vs. Vendor Hosted

Hardware AdvancementsVirtualization, Multicore, Performance

Tuning

Page 32: TechEd Preconference

Architectural Principles for Software + Services

Foundation

Self Hosted Vendor Hosted

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Page 33: TechEd Preconference

Infrastructure Services

Page 34: TechEd Preconference

Infrastructure Services

Identity and Access

Directory Based AuthenticationUsername / Password based

Claims Based AuthenticationSecure token or other claims based

Role Based AuthorizationRole-checking and authorization

Page 35: TechEd Preconference

Infrastructure Services

Messaging

Service BusAsynchronous, reliable messaging,

publish/subscribe model

Peer to PeerNode registration, directory, presence

awareness

Page 36: TechEd Preconference

Infrastructure Services

Storage

TraditionalFileshare, flat, page-based

RelationalHosted relational database, familiar,

transactional, finite

UnstructuredKey/value Pair, no atomicity, infinitely scalable

Page 37: TechEd Preconference

Infrastructure Services

Workflow

Event BasedTriggered based on events (e.g. document upload)

High ThroughputLow latency, high volume (e.g. trading

confirmations)

Page 38: TechEd Preconference

Architectural Principles for Software + Services

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

Page 39: TechEd Preconference

Application Services

Page 40: TechEd Preconference

Application Services

Collaboration

SearchText Search, Image Search, Indexing

SocialSocial Graphs, Profiles

ContentIndexing, Retrieval, Conflict Management

Page 41: TechEd Preconference

Application Services

Monetization

TransactionPay for each transaction

SubscriptionPay per month/period

LicensingPay per user/machine

AdvertisingAdvert funded model

Page 42: TechEd Preconference

Application Services

Composition

Service CompositionComposition, brokering results, aggregation

LOB IntegrationService wrapping of mainframe and other LOB

applications

Page 43: TechEd Preconference

Application Services

Business Intelligence

DashboardExposed, pre-defined KPIs

ReportingCustom queries and reports

Page 44: TechEd Preconference

Architectural Principles for Software + Services

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

Page 45: TechEd Preconference

Application Services

Application

Business Logic (Rules)

Entities (Schema)

Workflow (Process)

Page 46: TechEd Preconference

Architectural Principles for Software + Services

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

Workflow (Processes)

Page 47: TechEd Preconference

Application Services

Web Presentation

StaticStatic content, HTML etc

DynamicAsynchronous interaction, AJAX etc.

RichRich Internet Applications, high visuals, limited offline

support

StreamingOptimized for content delivery, videos etc.

Page 48: TechEd Preconference

Architectural Principles for Software + Services

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Web Delivery

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

Workflow (Processes)

Page 49: TechEd Preconference

Application Services

Programmatic Access

Web ServicesSOAP based, WS-I compliant, WS-*

RESTCRUD access to services via HTML

RSSSyndication services for subscriptions

Page 50: TechEd Preconference

Application Services

Programmatic Access

VoiceXMLMobile Application Speech API

SIPSession Initiation Protocol – IM Clients

SMTPEmail inbound and outbound delivery

SMSMobile inbound and outbound text messaging

Page 51: TechEd Preconference

Architectural Principles for Software + Services

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Exposed APIs

Web Services REST RSS VoiceXML

Web Delivery

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Page 52: TechEd Preconference

Client Software

Page 53: TechEd Preconference

Client Software

Web BasedConsumer of web based content, HTML etc

RIAConsumer of Rich Content through Browser

Add-In

Browser Based

Page 54: TechEd Preconference

Client Software

Mobile Client

Web BasedMobile consumer of web based content, HTML

etc

RIAMobile consumer of Rich Content through

Browser Add-In

Client ApplicationLocally installed and run applications

Page 55: TechEd Preconference

Client Software

Mobile Client

OfficeMobile based Email and Office Applications

SMS / IMText messaging and IM using Mobile Device

SpeechSpeech enabled interface

Page 56: TechEd Preconference

Client Software

OfficeOffice Suite, including Email and RSS reader

capability

Client ApplicationRich (Smart) client applications installed locally

on machine

Client PC

Page 57: TechEd Preconference

Client Software

GadgetsLocally installed, desktop based

Instant MessagingLocally installed Instant Messaging client

Client PC

Page 58: TechEd Preconference

Client Software

DevicesDedicated devices

ConsolesGames Consoles

Embedded

Page 59: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Architectural Principles for Software + Services

Page 60: TechEd Preconference

Architectural Principles for Software + Services

Page 61: TechEd Preconference

Architectural Principles for Software + Services

Now that I understand the principles, how should

I think about my own architectural designs?

Page 62: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Simple Web Site

Page 63: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Simple Blog

Page 64: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Simple Wiki

Page 65: TechEd Preconference

Architectural Principles for Software + Services

How about the trends you mentioned earlier?

Page 66: TechEd Preconference

Architectural Principles for Software + Services

Trend 1: Service Oriented Architecture (SOA)

Page 67: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 1: SOA) – Self Hosted Services

Page 68: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 1: SOA) – Integrating LOB Applications

Page 69: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 1: SOA) – Expanding using OBA

Page 70: TechEd Preconference
Page 71: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 1: SOA) – Self Hosted Services

Page 72: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 1: SOA) – Self Hosted Services using ESB

Page 73: TechEd Preconference

Architectural Principles for Software + Services

Internet Service Bus

Page 74: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 1: SOA) – Self Hosted Services using ISB

Page 75: TechEd Preconference
Page 76: TechEd Preconference

Architectural Principles for Software + Services

Trend 2: Software as a Service (SaaS)

Page 77: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 2: SaaS) – Web Based SaaS Provider

Page 78: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 2: SaaS) – Web Based SaaS Provider w/ API

Page 79: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 2: SaaS) – Web Based SaaS Provider w/ Offline

Page 80: TechEd Preconference
Page 81: TechEd Preconference

Architectural Principles for Software + Services

Trend 3: Web 2.0

Page 82: TechEd Preconference

Nico Nico Douga

Page 83: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 3: Web 2.0) – Nico Nico Douga

Page 84: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 3: Web 2.0) – Nico Nico Douga

Page 85: TechEd Preconference
Page 86: TechEd Preconference

Architectural Principles for Software + Services

Trend 4: Rich Internet Applications

Page 87: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 4: RIA) - Purchasing Capability

Page 88: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 4: RIA) - Purchasing Capability + RIA

Page 89: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

(Trend 4: RIA) - Purchasing Capability + Mobile RIA

Page 90: TechEd Preconference
Page 91: TechEd Preconference

Architectural Principles for Software + Services

How about Microsoft’s own products?

Page 92: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Exchange Lifecycle (Exchange 4.0, Outlook 97)

JET Database

RPC

Page 93: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Exchange Lifecycle (Exchange 5.0, Outlook XP)

RPC

Active Directory JET Database

Page 94: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Exchange Lifecycle (Exchange 2003, Outlook 2003)

RPC over HTTPs

Active Directory JET Database

Page 95: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Exchange Lifecycle (Exchange 2003, Outlook 2003)

RPC over HTTPs

Active Directory JET Database

Page 96: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Exchange Lifecycle (Exchange 2007, Outlook 2007)

RPC over HTTPs

Active Directory JET Database

Page 97: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Exchange Lifecycle (Hosted Exchange, Outlook 2007)

RPC over HTTPs

Active Directory JET Database

Page 98: TechEd Preconference

Architectural Principles for Software + Services

A “middle out” architecture

Page 99: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Architectural Principles for Software + Services

A “middle out” architecture

Page 100: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Architectural Principles for Software + Services

A “middle out” architecture

Page 101: TechEd Preconference
Page 102: TechEd Preconference

Contracts and SLAs

Page 103: TechEd Preconference

Contracts and SLAs

What kind of contracts and SLAs do you

need to be thinking about?

Page 104: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Simple Web Site

Page 105: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Simple Web Site (Internal Contract and SLA)

Co

ntr

act

s an

d S

LA

s

Page 106: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Co

ntr

act

s an

d S

LA

s

Simple Web Site (External Contract and SLA)

Page 107: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Co

ntr

act

s an

d S

LA

s

Using ISB (Mixed Contract and SLA)

Page 108: TechEd Preconference

Provisioning

Page 109: TechEd Preconference

Provisioning

What is important from a provisioning

perspective?

Page 110: TechEd Preconference

Provisioning

How are you going to manage your application

“as one” in a mixed hosted environment?

Page 111: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Co

ntr

act

s an

d S

LA

sP

rovisio

nin

g, M

an

ag

em

en

t&

Mo

nito

ring

Using ISB (Provisioning Considerations)

Page 112: TechEd Preconference

Implementing Software + Services

Page 113: TechEd Preconference

Implementing Software + Services

Three steps for implementing Software + Services

using the principles and patterns introduced in

this deck

Page 114: TechEd Preconference

Implementing Software + Services

Step 1: Get the right people involved

Page 115: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Implementing Software + Services

Co

ntr

act

s an

d S

LA

sP

rovisio

nin

g, M

an

ag

em

en

t&

Mo

nito

ring

Page 116: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Co

ntr

act

s an

d S

LA

sP

rovisio

nin

g, M

an

ag

em

en

t&

Mo

nito

ring

Implementing Software + Services

Infrastructure Architect / Data Center Operations

Solutions and Infrastructure Architect

Solutions Architect and Development Team

Solutions Architect and Development Team (inc. Web Design)

Solutions Architect and Development Team (inc. Designer)

En

terp

rise

Arc

hit

ect

an

d C

IO Data

Cen

ter O

pera

tion

s

Page 117: TechEd Preconference

Implementing Software + Services

Step 2: Map to technologies

Page 118: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Implementing Software + Services

IE8 Silverlight Windows Mobile 6Live

Msgr

Windows

CEXBOX 360

IIS 7 SL Streaming WCF

.NET Framework

MOSS 2007BTS Adapters

MOSS 2007 BDC

AD /

ADFS

SQL Server Reporting

ServicesAd

Center

.NET Framework 3rd

Party

BizTalk 2006

R2

Vista

ILMCardSpa

ceBizTalk /

BizTalk.Net

Peer

FxIIS 7

SQL

ServerSSDS

Windows WF

MOSS 2007

Windows WF

BizTalk Server 2006

Windows Server 2008 WS 2008 HPC Windows Server 2008 Hyper-V

OfficeWPF

Page 119: TechEd Preconference

Implementing Software + Services

Step 3: If you are dealing with repeatable

architectural designs, build assets using Software

Factories approach

Page 120: TechEd Preconference

Infrastructure Services

Foundation

Self Hosted Vendor Hosted

Application Services

Browser

Client Software

HTML RIA

Mobile

Web RIA Client SMS Speech

Client PC

Client Office Gadgets IM

Embedded

Devices Consoles

Programmatic Access

Web Services REST RSS VoiceXML

Web Presentation

Static Dynamic Rich Streaming

Application

Entities (Schema)Business Logic (Rules)

Collaboration

Search ContentSocial

Monetization

Tx Subs License Advert

Composition

Service Int LOB Int

Business Intelligence

Dashboards Reporting

Identity & Access

Directory RBAC

Messaging

Service Bus P2P

Storage

Traditional UnstructuredRelational

Workflow

Event based High Throughput

Compute

Physical, Dedicated Physical, Shared Physical, HPC Virtual, Single Virtual, Scalable

Claims

SMTP SMSSIP

Workflow (Processes)

Implementing Software + Services

Page 121: TechEd Preconference

Implementing Software + Services

Page 122: TechEd Preconference

Implementing Software + Services

Purchasing Site 1 Purchasing Site 2

Purchasing Site 3 Purchasing Site 4

Page 123: TechEd Preconference

123

© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS,

IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

[email protected]