Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi...

54
Web Information Systems Sistemi Informativi Aziendali – A.A. 2012/2013

Transcript of Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi...

Page 1: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Web Information Systems

Sistemi Informativi Aziendali – A.A. 2012/2013

Page 2: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Sommario

A.A. 2012/2013 Sistemi Informativi Aziendali 2

1. Definizione

2. Ambiti applicativi

3. Architetture di riferimento

Page 3: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Definizione

Web Information Systems

Page 4: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Definizione

A.A. 2012/2013 Sistemi Informativi Aziendali 4

Web Information System (WIS)

La comunicazione tra macchine e utenti avviene sulla rete

Internet pubblica o su una rete privata basata sugli standard

Internet (VPN)

L’accesso alle informazioni e ai servizi è supportato da

programmi per la gestione dell’interfaccia utente noti come

browser.

Cap. 3

Pag. 93

Page 5: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Attori

A.A. 2012/2013 Sistemi Informativi Aziendali 5

Company Company

User User

Public service

Page 6: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Modelli di collaborazione

A.A. 2012/2013 Sistemi Informativi Aziendali 6

B2B (business to business ): collaboration among

companies

B2C (business to consumer ): on-line shops

C2C (consumer to consumer ): auctions, buy-sell

notices

Government to business : on-line taxes, services to

companies

Government to citizens : on-line taxes

Page 7: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Ambiti applicativi

Web Information Systems

Page 8: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Esempi

A.A. 2012/2013 Sistemi Informativi Aziendali 8

On-line shops of consumer goods

On-line auctions

Thematic portal (links, user community, latest news)

Distribution of components or raw materials

Services (bank, finance, insurance, travel, consultancy, …)

Publications (newspapers, encyclopedias, press agencies,

…)

Page 9: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Una possibile classificazione

A.A. 2012/2013 Sistemi Informativi Aziendali 9

p. 101 Tipo di relazione

B2C B2B

Com

ple

ssità

org

aniz

zativa

e d

i si

stem

a

Siti e portali

standard

Aste on-line

CRM - SCM

Negoziazione

automatica

Monitoraggio

workflow evoluti e

condivisi

Integrazione

catena del valore -

marketspace

Page 10: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Livelli di complessità

A.A. 2012/2013 Sistemi Informativi Aziendali 10

Siti informativi

Chi siamo / Prodotti / Servizi / Contatti

Newsletter, Giornale, Blog, …

Siti dispositivi

Scelta prodotto, configurazione, acquisto

Sistemi gestionali

CRM, SCM, ERP, MRP, …

Sistemi autonomi

Negoziazione, transazione, monitoraggio

Portali, marketplace, marketspace

Aggregazione di più aziende/prodotti correlati

Page 11: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architetture di riferimento

Web Information Systems

Page 12: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Evoluzione delle architetture web

Percorso 7 Architetture Web 12

http://www.evolutionoftheweb.com

Page 13: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architettura ad N livelli

Browser

Internet infrastructure

Web Server

Application Server

Database Server

Ciascun livello ha un ruolo

ben definito

Uno o più “server”

implementano ciascun

livello

I server possono

condividere lo stesso

hardware

La comunicazione tra i

livelli avviene attraverso

meccanismi di rete

Percorso 7 Architetture Web 13

3rd party services

Client

Page 14: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architettura generale

Percorso 7 Architetture Web 14

Client

Server(s) Internet

• Storicamente, un

browser web

• Ma anche:

• Applicazione Mobile

• Applicazione

Desktop

• Altra applicazione

server

Page 15: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

General Architecture

A.A. 2012/2013 Sistemi Informativi Aziendali 15

Page 16: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Components

A.A. 2012/2013 Sistemi Informativi Aziendali 16

One or more connections to the Internet by means of an

Internet Service Provider (ISP).

One or more servers implementing each tier/level of the

architecture.

One or more physical networks for interconnecting the

servers.

One or more network devices (router, firewall, switch)

which implement communication and security policies.

Page 17: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Definition

A.A. 2012/2013 Sistemi Informativi Aziendali 17

“Server”may be defined as:

Logical definition:

A process that runs on a host that relays information to a client

upon the client sending it a request.

Physical definition:

A host computer on a network that holds information (eg, Web

sites) and responds to requests for information

Page 18: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Web server

A.A. 2012/2013 Sistemi Informativi Aziendali 18

Manages the HTTP protocol (handles requests and provides

responses)

Receives client requests

Reads static pages from the filesystem

Activates the application server for dynamic pages (server-side)

Provides an HTML file back to the client

One HTTP connection for each request

Multi-process, Multi-threaded or Process pool

Page 19: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Example

A.A. 2012/2013 Sistemi Informativi Aziendali 19

Client

Web server

Internet

URL http request

HTML files

http response display page

TCP/IP

path

browser server file system

HTML

send

Page 20: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Adopted standards

A.A. 2012/2013 Sistemi Informativi Aziendali 20

URL (uniform resource locator) for finding web pages

HTML (hyper text markup language) for writing web pages

GIF (graphics interchange format) for images

HTTP (hyper text transfer protocol) for client-server

interaction

TCP/IP (transmission control protocol over internet protocol)

for data transfer

Page 21: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

URL

A.A. 2012/2013 Sistemi Informativi Aziendali 21

http://elite.polito.it/~corno/index.html

DNS

130.192.5.26

TCP

Contact server

File system

URI Rewriting

HTML file contents

/home/corno/public_html/index.html

RFC 2396 http://www.w3.org/Addressing/

Page 22: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

URI Basics

http://www.sadev.co.za/users/1/contact

http://www.sadev.co.za?user=1&action=contact

http://rob:[email protected]:8044

https://bbd.co.za/index.html#about

Percorso 7 Architetture Web 22

Scheme

Scheme

Scheme

Scheme

Hostname

Hostname

Hostname

Hostname

Query

Query

Query

Port

Fragment

Userinfo

Page 23: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

HTTP protocol

A.A. 2012/2013 Sistemi Informativi Aziendali 23

GET /~corno/index.html HTTP/1.0 Accept: text/html Accept: image/gif User-Agent: CornoSoft SuperBrowser 9.45

HTTP/1.0 200 OK Date: Monday, 01-Jan-2001 00:00:00 GMT Server: Apache 1.3.0 MIME-Version: 1.0 Last-Modified: 31-Dec-2000 Content-type: text/html Content-lemgth: 3021 <HTML> . . .

RFC 2616, RFC 2617 http://www.w3.org/Protocols

Page 24: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Performance measures

A.A. 2012/2013 Sistemi Informativi Aziendali 24

Latency: time required for providing a 0 byte http page.

Includes the server activation time, the request decoding time,

the file access time, the transmission time and the time for

closing the connection.

Unit of measure: http/s or s/http

Throughput: maximum speed at which infinite-sized pages can

be sent.

Unit of measure: Bytes (Mbytes)/s

#Requests / s

Page 25: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Delay time

A.A. 2012/2013 Sistemi Informativi Aziendali 25

T = Latency + ByteHTML / Throughput

This equation is valid if:

The other architecture elements (I/O subsystem, network, ...) are not

overloaded

The web server has not yet reached its maximum workload

Example:

Latency: 0,1s

ByteHTML: 100kBytes

Throughput: 800kBytes/s

T= 0,1s+ 100KBytes / 800KBytes/s =0,225s

Page 26: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Static web transaction

A.A. 2012/2013 Sistemi Informativi Aziendali 26

Browser

Web server

Disk access

t0

t1

t2

t3

t4

t6

t7

t8

t9

t5

t’0

t’1

total response time

server response time user think time

network transfer time

Page 27: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architettura generale del web

A.A. 2012/2013 Sistemi Informativi Aziendali 27

i

n

t

e

r

n

e

t

Applicazione

web

(ASP, PHP, JSP, …) Browser

Schermo Mouse/

Tastiera

Server web

(Apache, IIS) File HTML

File

Immagini

Motore

Layout

IMG

IMG

HTM

HTM

Page 28: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

The most adopted web servers

Percorso 7 Architetture Web 28

Source: http://news.netcraft.com/

http://news.netcraft.com/archives/2014/03/03/march-2014-web-server-survey.html

Page 29: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Application server

A.A. 2012/2013 Sistemi Informativi Aziendali 29

Dynamic page generation

Manages the site business logic

It's the middle tier between the client browser and the data

residing on a database

Implements the session mechanisms

Different technologies and architectures are available

Page 30: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Dynamic web transaction

A.A. 2012/2013 Sistemi Informativi Aziendali 30

Client

Web server

Internet

URL http request & POST data

http response display page

TCP/IP

com- mand

browser server application

HTML send

Application

para- meters

logic

Page 31: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Adopted standards

A.A. 2012/2013 Sistemi Informativi Aziendali 31

HTTP-POST for sending user-specified data

CGI (common gateway interface), ISAPI (internet information

server application programming interface), server-side script,

java servlet for integrating application logic into web servers

ASP (active server pages), PHP, PERL as new languages for

application development

Page 32: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

URL (HTTP GET)

A.A. 2012/2013 Sistemi Informativi Aziendali 32

http://www.cad.polito.it/pap/pap.pl?author=Corno

CPU

Application

HTML

Parameters

Disk

Libraries

Page 33: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Dynamic web transaction

A.A. 2012/2013 Sistemi Informativi Aziendali 33

Browser

Web server

Application server

t0

t1

t2

t3

t5

t6

t7

t8

t9

t4

total response time

application time

total server time

t’0

t’1

Page 34: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Database server

A.A. 2012/2013 Sistemi Informativi Aziendali 34

Stores the data on which the application server works.

Executes the queries issued by the application server:

Updates the stored data

Inserts new data

Provides back query results

The most frequent/complex queries can be implemented

internally as stored procedures (pre-compiled queries with

parameters)

Page 35: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Example

A.A. 2012/2013 Sistemi Informativi Aziendali 35

Client

Web server

Internet

URL http

& POST

http display page

TCP/IP

com- mand

browser server application

HTML send

Application

para- meters

database

data

Database

query

Page 36: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Adopted standards

A.A. 2012/2013 Sistemi Informativi Aziendali 36

Cookies for storing the state of a session

Java, JavaScript, ActiveX, Flash to program the user interface on

the browser

SQL (structured query language), ODBC (open database

connectivity) to access data bases

Page 37: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Database server

A.A. 2012/2013 Sistemi Informativi Aziendali 37

Queries are almost always in SQL

SELECT * FROM table;

....

Often adopts the relational database model

Other models can be used

Object model

Triple model

The most advanced/complete solutions are called Transaction

servers

Page 38: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Database-driven transaction

A.A. 2012/2013 Sistemi Informativi Aziendali 38

Browser

Web server

Application server

Database server

t0

t1

t2

t3

t5

t6

t7

t8

t9

t4

t’0

t’1

total response time

application time

total server time

database time

Page 39: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Example (PHP)

A.A. 2012/2013 Sistemi Informativi Aziendali 39

<?php

$query = “SELECT doc_id FROM key_doc_index, keywords WHERE key_doc_index.key_id = keywords.id AND keywords.key = $_REQUEST[“query”];”;

$rowset = mysql_query($query);

while($row = mysql_fetch_row($rowset))

{

//elaborate data

}

?>

The application composes the query

The query is sent to the db-server and a rowset containing the results is returned

The application elaborates the data

Page 40: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architettura generale del web

A.A. 2012/2013 Sistemi Informativi Aziendali 40

i

n

t

e

r

n

e

t

Data

base

Applicazione

web

(ASP, PHP, JSP, …) Browser

Schermo Mouse/

Tastiera

Server web

(Apache, IIS)

Server database

DBMS

File HTML

File

Immagini

Motore

Layout

IMG

IMG

HTM

HTM

SQL

Page 41: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architettura generale del web

A.A. 2012/2013 Sistemi Informativi Aziendali 41

i

n

t

e

r

n

e

t

Data

base

Applicazione

web

(ASP, PHP, JSP, …) Browser

Schermo Mouse/

Tastiera

Server web

(Apache, IIS)

Server database

DBMS

File HTML

File

Immagini

Fogli di

stile CSS

Javascript

Motore

Layout

Motore

Javascript

IMG JS

JS IMG

CSS

CSS

HTM

HTM HTM

SQL

DOM

Page 42: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Web 2.0

A.A. 2012/2013 Sistemi Informativi Aziendali 42

Web applications support social interaction models

Peer exchange and user-contributed content instead of rigid

publisher/reader pattern

Online communities

Rich, dynamic, interactive user interfaces

Integration of contents across web sites (mashups)

Page 43: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Rich-Client Asynchronous Transactions

A.A. 2012/2013 Sistemi Informativi Aziendali 43

Client

Web server

Internet

URL http

& POST

http display page

TCP/IP

com- mand

browser server application

HTML send

Application

para- meters

database

data

Database

query

Client-side Application

runtime

events

DOM

http

XML/JSON

Page 44: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Adopted standards

A.A. 2012/2013 Sistemi Informativi Aziendali 44

Dynamic HTML: DOM, Javascript, CSS

JavaScript, Flash to handle a runtime environment on the browser

DOM (XHTML Document Object Model) to allow on-the fly

modification of the web page

CSS 2.1 to modify attribute and handle objects

AJAX: Asynchronous Javascript and XML

XMLHttpRequest for asynchronous communication to the server

Data transfer formats: JSON, XML, RDF, RSS, Atom, FOAF, ...

Mash-up technology

Page 45: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Rich-client transaction

A.A. 2012/2013 Sistemi Informativi Aziendali 45

Browser

Web server

Application server

Database server

t9 t0

t1

t2

t3

t5

t6

t7

t8

t4

t’0

t’1

Runtime

Page 46: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architettura generale del web

A.A. 2012/2013 Sistemi Informativi Aziendali 46

i

n

t

e

r

n

e

t

Data

base

Applicazione

web

(ASP, PHP, JSP, …) Browser

Schermo Mouse/

Tastiera

Server web

(Apache, IIS)

Server database

DBMS

File HTML

File

Immagini

Fogli di

stile CSS

Javascript

Motore

Layout

Motore

Javascript

IMG JS

JS IMG

CSS

CSS

HTM

HTM HTM

SQL

DOM

Dati

XML,

JSON

XML,

JSON

Page 47: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Architettura generale del web

A.A. 2012/2013 Sistemi Informativi Aziendali 47

i

n

t

e

r

n

e

t

Data

base

Applicazione

web

(ASP, PHP, JSP, …) Browser

Schermo Mouse/

Tastiera

Server web

(Apache, IIS)

Server database

DBMS

File HTML

File

Immagini

Fogli di

stile CSS

Javascript

Motore

Layout

Motore

Javascript

IMG JS

JS IMG

CSS

CSS

HTM

HTM HTM

SQL

DOM

Dati

XML,

JSON

XML,

JSON

Questo è sufficiente per il sito di ricette

di cucina della nonna…

… ma nella realtà il mondo enterprise è molto più complesso

Page 48: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

The real word is different...

A.A. 2012/2013 Sistemi Informativi Aziendali 48

The users

Functionality

Flexibility

Portability

Reliability

Security

Integrity

Maintenance

Performance

Scalability

Costs

Maintenance

Development times

Interactions with existing

systems

Interactions with the

“physical” world

Page 49: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

E-business architectures

A.A. 2012/2013 Sistemi Informativi Aziendali 49

Web Servers

Application Servers

Database Servers

The Internet

Ads Payment

Authorization Certification

N-tier Site

Third-party services

Page 50: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Sito informativo – completo

A.A. 2012/2013 Sistemi Informativi Aziendali 50

Page 51: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Ricordiamo i sistemi legacy…

A.A. 2012/2013 Sistemi Informativi Aziendali 51

Page 52: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Sito dispositivo – schema tipico

A.A. 2012/2013 Sistemi Informativi Aziendali 52

Page 53: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Interagire con altri fornitori…

A.A. 2012/2013 Sistemi Informativi Aziendali 53

L’Application Server deve richiamare funzionalità presenti

su un sito esterno

Servizi dispositivi (es. pagamenti)

Servizi informativi (es. stock quotes)

Servizi di sicurezza (es. autenticazione)

La pagina web contiene delle sezioni provenienti da siti

diversi

Approccio “a portale”, le sezioni sono indipendenti (es.

iGoogle)

Approccio “applicativo”, le sezioni interagiscono e condividono

dati (mashup)

Page 54: Sistemi Informativi Aziendali A.A. 2012/2013 · Performance measures 24 Sistemi Informativi Aziendali A.A. 2012/2013 Latency: time required for providing a 0 byte http page. Includes

Licenza d’uso

A.A. 2012/2013 Sistemi Informativi Aziendali 54

Queste diapositive sono distribuite con licenza Creative Commons “Attribuzione - Non commerciale - Condividi allo stesso modo 2.5 Italia (CC BY-NC-SA 2.5)”

Sei libero: di riprodurre, distribuire, comunicare al pubblico, esporre in pubblico,

rappresentare, eseguire e recitare quest'opera

di modificare quest'opera

Alle seguenti condizioni: Attribuzione — Devi attribuire la paternità dell'opera agli autori

originali e in modo tale da non suggerire che essi avallino te o il modo in cui tu usi l'opera.

Non commerciale — Non puoi usare quest'opera per fini commerciali.

Condividi allo stesso modo — Se alteri o trasformi quest'opera, o se la usi per crearne un'altra, puoi distribuire l'opera risultante solo con una licenza identica o equivalente a questa.

http://creativecommons.org/licenses/by-nc-sa/2.5/it/