bass application sharing system omer boyaci september 10, 2008 boyaci/appshare

71
BASS Application Sharing System Omer Boyaci September 10, 2008 www.cs.columbia.edu/~boyaci/ appshare

Upload: asher-eaton

Post on 13-Jan-2016

221 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

BASS Application Sharing System

Omer BoyaciSeptember 10, 2008

www.cs.columbia.edu/~boyaci/appshare

Page 2: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Overview

• Introduction• Demo• Architecture• Challenges• Features• Conclusion

Page 3: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Application Sharing Models

• Application specific+ Efficient- Participants need application- Application has to be modified

• Generic- Inefficient (sometimes)

+ Participants don't need application

+ All applications are supported

Page 4: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Application Sharing Models

• Application specific+ Efficient- Participants need application- Application has to be modified

• Generic- Inefficient (sometimes)

+ Participants don't need application

+ All applications are supported

Page 5: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Overview

• Introduction• Demo• Architecture• Challenges• Features• Conclusion

Page 6: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Application Sharing

Sharing an application with multiple users

There is only one copy of the application

Participants do not need application itself

Briefly, participantsreceive screen updatessend keyboard and mouse events

Desktop sharing is also supported.

Page 7: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Screenshot

Page 8: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Screenshot (2)

Page 9: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Screenshot (Overlapped Windows)

1

23

4

Page 10: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Screenshot (Multicast App. Tool)

1

23

4

4

Page 11: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Screenshot (Ultra VNC)

1

2 3

4

4

Page 12: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Screenshot (BASS)

1

2

4

Page 13: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Supported Platforms/OS

Server Client*Windows + +*nix +Mac OS X +

-+-+

*Client is Java based.

Page 14: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Overview

• Introduction• Demo• Architecture• Challenges• Features• Conclusion

Page 15: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Demo

Demo

Page 16: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Overview

• Introduction• Demo• Architecture• Challenges• Features• Conclusion

Page 17: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

System Architecture

• Client/Server Software Architecture

Page 18: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

System Architecture

• Client/Server Software Architecture

Screen Updates

Page 19: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

System Architecture

• Client/Server Software Architecture

Keyboard Mouse Events

Page 20: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Client (Viewer) Architecture

• Client can– Connect to server– Wait for incoming connections

• Client supports– TCP– UDP (+Multicast)

Page 21: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Client (Viewer) Architecture

• Client receives these commands – Open new window– Window size changed– Pixel update– Close window

• Client sends– BFCP (Binary Floor Control Protocol) commands– Keyboard and mouse events

Page 22: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

BASS Windows Server Architecture

Kernel space

User space

Mirror Driver

0X 300,500Y 200,600

Server Main Thread

Window coordinates

Page 23: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

BASS Windows Server Architecture

X 320,340Y 100,200Kernel space

User space X 320,340Y 100,200

X 320,340Y 100,200

X 320,340Y 100,200

Mirror Driver

2X 300,500Y 200,600

Server Main Thread

Window coordinates

Page 24: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

BASS Windows Server Architecture

Kernel space

User space X 320,340Y 100,200

X 320,340Y 100,200

X 320,340Y 100,200

Mirror Driver

2X 300,500Y 200,600

Server Main Thread

Window coordinates

Page 25: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

BASS Windows Server Architecture

Kernel space

User space X 3 2 0,3 4 0Y 4 5 0,5 5 0

X 4 2 0,4 4 0Y 2 0 0,6 0 0

X 3 2 0,3 4 0Y 4 0 0,5 0 0 2

Server Main Thread

Window coordinates

C lie n t T h re a d-1

C lie n t T h re a d-2

C lie n t T h re a d-3

X 3

20,3

40

Y 4

00,5

00

times

tamp

PN

G

X 32

0,340

Y 40

0,500

time

stam

pP

NG

X 32

0,34

0Y

400

,500

time

stamp

PN

G

Page 26: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Overview

• Introduction• Demo• Architecture• Challenges• Features• Conclusion

Page 27: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Challenges

• Different client bandwidths/speeds• Late Joiner• The effects of packet loss• Reliable multicast

Page 28: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Multimedia Support (Movies)

Page 29: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Multimedia Support (Movies)

• Our system uses PNG to compress and transmit the region updates

• PNG is lossless and effective for computer generated images but ineffective for real world captures like pictures or movies

• JPG is more suitable for photographic images• However, JPG is lossy and not effective for

computer generated images (text, line, shapes,...)

• Our system should use both

Page 30: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Multimedia Support (Movies)

• Composite image comparing JPEG and PNG: notice artifacts in JPEG versus solid PNG background.

Page 31: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Multimedia Support (PNG vs JPG)

Size x Size 4x0

20

40

60

80

100

120

140

160

Image Size

PNGJPG

Size x360x150162K

Size 4x720x300648K

1:301:20

1:51:4

Page 32: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Multimedia Support (PNG vs JPG)

Ethernet (60Mb/s)

Size x Size 4x0

2.5

5

7.5

10

12.5

15

17.5

20

22.5

FPS

PNG JPG

Size x Size 4x0

100

200

300

400

500

600

700

800

900

1000

1100

KB/s

PNG JPG

Page 33: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Multimedia Support (PNG vs JPG)

Size x Size 4x0

2.5

5

7.5

10

12.5

15

17.5

20

22.5

FPS

PNG JPG

Size x Size 4x0

50

100

150

200

250

300

350

400

KB/s

PNG JPG

Wireless (4Mb/s)

Page 34: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

PNG/JPG Detection Algorithm

Region>40,000px

?

YES

New Region

?

NO

Use DetectedFormat

YES

-1,0,1

coordinates

PNG Size

Time Stamp

counter

Region recordCreate a record&

Start Checking

Detected?

Continue Checking

NO YES

Page 35: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Sharing a Movie (Media Player)

Page 36: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Sharing a Movie File

• Capturing from the Frame Buffer is expensive.• Instead

– Transcode the movie to Theora beforehand

• Then stream the theora directly to participants– Java client supports theora playback

• Negligible CPU usage during playback on the server–

Page 37: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Sharing a Movie (Our Method)

Page 38: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Sharing a Movie File

Movie File (wmv,mpg,divx)Movie File (wmv,mpg,divx)

Theora Movie

FFMpeg2Theora

Java Streaming

Server

Java Client

Java Client

UDP/Multicast

Page 39: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Challenges

• Different client bandwidths/speeds• Late Joiner• The effects of packet loss• Reliable multicast

Page 40: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

C lie n t T h re a d- 1

C lie n t T h re a d-2

C lie n t T h re a d-3

X 3

20,3

40Y

400

,500

time

stamp

PN

G

X 3

20,3

40Y

400

,500

timesta

mp

PN

G

X 3

20,3

40

Y 4

00,5

00

timesta

mp

PN

G

X 32

0,340

Y 40

0,500

times

tam

pP

NG

X 32

0,340

Y 40

0,500

time

stamp

PN

G

X 32

0,3

40Y

400

,500

time

stamp

PN

G

1Mbps

2Mbps

3Mbps

Page 41: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

• Possible Solutions– Slowest one

– Average speed

– Fastest one

Page 42: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

• Possible Solutions– Slowest one

• Problem: Penalize everybody except the slowest

– Average speed

– Fastest one

Page 43: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

• Possible Solutions– Slowest one

• Problem: Penalize everybody except the slowest

– Average speed• Possible solution

– Fastest one

Page 44: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

• Possible Solutions– Slowest one

• Problem: Penalize everybody except the slowest

– Average speed• Possible solution (Can we do better?)

– Fastest one

Page 45: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

• Possible Solutions– Slowest one

• Problem: Penalize everybody except the slowest

– Average speed• Possible solution (Can we do better?)

– Fastest one• The best solution• Client bandwidths are fully utilized

Page 46: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Server Main Thread

C lie n t T h re a d- 1

C lie n t T h re a d-2

C lie n t T h re a d-3

X 3

20,3

40Y

400

,500

time

stamp

PN

G

X 3

20,3

40Y

400

,500

timesta

mp

PN

G

X 3

20,3

40

Y 4

00,5

00

timesta

mp

PN

G

X 32

0,340

Y 40

0,500

times

tam

pP

NG

X 32

0,340

Y 40

0,500

time

stamp

PN

G

X 32

0,3

40Y

400

,500

time

stamp

PN

G

1Mbps

2Mbps

3Mbps

Different Client Bandwidths/Speeds

Page 47: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

1Mbps

2Mbps

3Mbps

Page 48: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Challenges

• Different client bandwidths/speeds• Late Joiner• The effects of packet loss• Reliable multicast

Page 49: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Late Joiner

• Force server to generate full screen update

Page 50: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Late Joiner

• Force server to generate full screen update– Problems

• Misbehaving clients can degrade performance• If Join/Leave rate is high, too much burden on server

– Solution• Generate full screen updates if really necessary• Otherwise start the new client from last full screen update

Page 51: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

Page 52: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

FIR

Page 53: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

Page 54: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

Page 55: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

Page 56: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

Page 57: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

Client Thread-5

2Mbps

Page 58: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Different Client Bandwidths/Speeds

Server Main Thread

Client Thread-1

Client Thread-2

Client Thread-3

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG

X 320,340

Y 400,500

timestam

pP

NG1Mbps

2Mbps

3Mbps

Client Thread-4

8Mbps

Client Thread-5

2Mbps

Page 59: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Challenges

• Different client bandwidths/speeds• Late Joiner• The effects of packet loss• Reliable multicast

Page 60: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

The effects of Packet Loss

• This problem applies to – Multicast– UDP

• The PNG images can be large– Regular desktop can be ~900KB– ~600 Ethernet packets– One packet loss wastes all PNG image

Page 61: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

The effects of Packet Loss

• Solution– Small PNG images

• Around ~1500 bytes• Consist of a few scanlines

– Disadvantages• Increased CPU usage (client&server)• Lower compression ratio (%20 lower)

– Advantages• One packet loss = no update for a few scanlines

Page 62: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

The effects of Packet Loss

Page 63: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Challenges

• Different client bandwidths/speeds• Late Joiner• The effects of packet loss• Reliable multicast

Page 64: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Reliable Multicast

• RTP Library stores last N rtp packets

• Clients send NACK for lost packets

• RTP Library resend the requested packets

Page 65: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

The effects of Packet Loss

Page 66: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Overview

• Introduction• Demo• Architecture• Challenges• Features• Conclusion

Page 67: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Recording

• Clients can record the whole/part session• Anybody can play these files locally• These files can be streamed to receivers via

streaming server• Streaming server supports multiple receivers

– Also late joiners

Page 68: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Listening Client

• Client waits for incoming connections• It can display windows from multiple user• Can be used for RGB cable replacement

Page 69: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Overview

• Introduction• Demo• Architecture• Challenges• Features• Conclusion

Page 70: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Conclusion

• Application sharing allows users to share a single application with multiple participants.

• Participants don't need the application.

• It is not specific to a single application.

• Extra features like recording is added.

Page 71: BASS Application Sharing System Omer Boyaci September 10, 2008 boyaci/appshare

Thanks

• Questions?