Top Banner
ISDAP: The Indirect Streaming Data Access Platform
18

ISDAP: The Indirect Streaming Data Access Platform.

Dec 21, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ISDAP: The Indirect Streaming Data Access Platform.

ISDAP: The Indirect Streaming Data Access Platform

Page 2: ISDAP: The Indirect Streaming Data Access Platform.

Outline

Motivation Architecture

Centralized P2P

Object Diagram

Page 3: ISDAP: The Indirect Streaming Data Access Platform.

Motivation

Streaming data are abundant in our surroundings: Length of queue at cafeteria Location of and number of passengers on

campus bus Course video/audio for e-learning Live streaming of concerts or games

Great demands to access these streaming data at any time, any place

Page 4: ISDAP: The Indirect Streaming Data Access Platform.

A Centralized Architecture

Two kinds of entities: Streaming source Streaming sink

Matching through centralized servers, e.g. google Bottleneck, controlled access

Delivering directly from source to sink Source resource limitation and bottleneck

Page 5: ISDAP: The Indirect Streaming Data Access Platform.

Scenario – Campus Life

P2P Overlay Network

C

(Control)Data Stream

(Video)Data Stream

(Video)Data Stream(Control)Data

Stream

(Video)Data Stream(Video)Data

Stream

(Video)Data Stream

Dedicated Media File Server

C

Page 6: ISDAP: The Indirect Streaming Data Access Platform.

Centralized Version Server to A

Response_HTTPResponse_JPG_nResponse_JPG_n+1…

Server to BResponse_HTTPResponse_JPG_nResponse_JPG_n+1…Server

n

n+1

HTTP

Client A

n

Client B

n

n n

Page 7: ISDAP: The Indirect Streaming Data Access Platform.

P2P Version

Client A

n

n+1

HTTP

Client B

n

Client C

n-1n-1

n

n-1

A to B (from the ath frame)Response_HTTPResponse_JPG_aResponse_JPG_a+1…

B to C (from the bth frame, b < a)Response_HTTPResponse_JPG_bResponse_JPG_b+1…

Page 8: ISDAP: The Indirect Streaming Data Access Platform.

Object Diagram

Page 9: ISDAP: The Indirect Streaming Data Access Platform.

Centralized, provider

register

Directory server

Volunteer provider

IPCam Media control server

New provider

Page 10: ISDAP: The Indirect Streaming Data Access Platform.

Centralized, client

query

url

url

data

Directory server

Volunteer provider

IPCam Media control server

Client

Page 11: ISDAP: The Indirect Streaming Data Access Platform.

P2P, provider

publish

Volunteer provider

IPCam Media control server

New provider

P2P indexing network

Page 12: ISDAP: The Indirect Streaming Data Access Platform.

P2P, client

lookup

url

url

data

Volunteer provider

IPCam Media control server

Client

P2P indexing network

Page 13: ISDAP: The Indirect Streaming Data Access Platform.

Object Diagram of a Peer

Page 14: ISDAP: The Indirect Streaming Data Access Platform.

Centralized, provider

DirectoryServer

publish

Page 15: ISDAP: The Indirect Streaming Data Access Platform.

Centralized, client

DirectoryServer

lookup

url

url

MediaServer

HTML, player, media data

Page 16: ISDAP: The Indirect Streaming Data Access Platform.

publish

P2P, provider

P2P indexing network

Page 17: ISDAP: The Indirect Streaming Data Access Platform.

P2P, client

lookup

url

url

SupplierHTML, player, media data

P2P indexing network

Page 18: ISDAP: The Indirect Streaming Data Access Platform.

Review the Architecture