SlideShare a Scribd company logo
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-1-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Skype Video ResponsivenessSkype Video Responsiveness
to Bandwidth Variationsto Bandwidth Variations
L. De Cicco, S. Mascolo, V. PalmisanoL. De Cicco, S. Mascolo, V. Palmisano
Dipartimento di Elettronica ed ElettrotecnicaDipartimento di Elettronica ed Elettrotecnica
Politecnico di Bari – ItalyPolitecnico di Bari – Italy
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Motivation 1/2Motivation 1/2
Multimedia real-time applications – i.e. Voice/Video over IP, P2P
TV, Joost - can tolerate small losses but are time sensitive, i.e.
TCP is not appropriate.
But TCP/IP has congestion control that has been fundamental
for preserving Internet stability. It must be used in a resource
shared system such as the Internet.
TCP has been extremely successful for elastic data traffic, which
is not sensitive to delays – i.e. reliable delivery is achieved
through retransmissions
So what should we do with real-time traffic?
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Motivation 2/2Motivation 2/2
Multimedia flows “are made elastic” within a certain range using
adaptive codecs (Speex, H.264, On2,...)
Congestion control is (should be) implemented at application
level over UDP
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-4-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
OutlineOutline
Motivations
Related works
Experimental testbed and tools employed
Experimental Results
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-5-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Goals of the workGoals of the work
• Investigate the behaviour of Skype Video to discover to what
extent is able to cope with network congestion by matching
network available bandwidth
• In particular we will investigate:
•
How Skype is able to adapt to available bandwidth variations
•
The degree of elasticity of the flows (i.e. minimum bitrate,
maximum bitrate)
•
The dynamics of the algorithm (responsiveness, transients)
•
How Skype does throttle its sending rate
•
How Skype Video flows share the bottleneck i.e. fairness
•
Are Skype Video flows TCP friendly?
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-6-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Related WorksRelated Works
Congestion control for multimedia applications
Several proposals: TFRC, RAP, TEAR, ARC
TFRC represents the only IETF standardization effort (RFC3448),
however there is no evidence that it is implemented in any leading
application
Skype
Congestion control: Skype Audio flows implement some sort of
congestion control algorithm (De Cicco et al. WWIC07, Tec. Report
Submitted)
QoS provided by Skype: MOS and PESQ measurements under
different network conditions (Barbosa et al, NOSSDAV '07), or by defining
packet level metrics (Chen et al, SIGCOMM '06)
Detection of Skype flows: by using two classifiers it is possible to
detect Skype calls on-line (Bonfiglio et al., SIGCOMM 07)
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-7-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
The TestbedThe Testbed
Experiments are performed in a controlled testbed that emulates WAN
scenarios.
We measure instantaneous values (every 0.4s) of throughput, loss
rate and goodput for each flow by looking at the input of the bottleneck
queue
Testbed Settings:
- RTT=50ms
- Queue size=BDP
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-8-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
The Skype Measurement Lab (SML) 1/2The Skype Measurement Lab (SML) 1/2
A tool has been developed in order to generate reproducible
experiments
Video flows are generated by hijacking the video input (/dev/video) by
using a modified version of the GStreamer plugin gst-fakevideo
The Foreman YUV test sequence has been used as input to gst-
fakevideo
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-9-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
The Skype Measurement Lab (SML) 2/2The Skype Measurement Lab (SML) 2/2
Detailed measurement of the variables shown in the Skype
“Technical Call Infos” tooltip is obtained by using a modified
version of QT libraries we have developed
In this way we are able to automatically log and plot:
RTT, Jitter, video resolution, video frame rate, estimated sent and
received loss percentages:
LogFile
“Technical Call
Infos”
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-10-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Skype Video CodecSkype Video Codec
Skype employs the Video Codec Truemotion 7 (VP7) developed
by On2.
On2 claims to adapt encoding bitrate by throttling:
Frame quality
Video resolution
Frame rate (fps)
Minimum bitrate declared by On2 is 20Kbps, no information
about maximum bitrate
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-11-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Experimental ScenariosExperimental Scenarios
In order to characterize Skype Video flows we have designed
and carried out a set of different experiments (here we present a
subset):
Main characteristics of Skype video flows
Skype response to a step variation of available bandwidth
Skype response to staircase variations of available bandwidth
Fairness issues
Two Skype Video flows over a square wave available bandwidth
TCP friendliness
One Skype Video flow with two concurrent TCP flows
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-12-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Skype response to a step variation ofSkype response to a step variation of
available bandwidth (1/2)available bandwidth (1/2)
Link capacity: step-like, acts at t=50s with min. value 160 Kbps and
max. value 2000 Kbps (four runs are shown).
Experiment duration: 500s First part (0<t<50):
Throughput is 80 kbps,
well below 160kbps
limit.
Frame rate starts at
15fps and decreases
to 10fps
Second part (t>50):
Throughput increases
in around 100s to an
avg value of
~450Kbps
Frame rate increases
and oscillates around
15 fps
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-13-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Skype response to a step variation ofSkype response to a step variation of
available bandwidth (2/2)available bandwidth (2/2)
When loss events occur (grey line represents cumulative lost bytes)
packet size (black points) doubles.

We infer that Skype
employs a FEC scheme to
counteract losses that is
activated after a large loss
event

Results of the experiment
Skype flows react to
available bandwidth
variations (100s
transient)
maximum bitrate around
450Kbps
FEC action activated on
large loss events
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-14-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N

The steady state is
reached at time t=700s

Frame rate decreases
until tA
where the
resolution is decreased
to 160x120 so that the
frame rate can increase
using the same
bandwidth
Skype response to staircase variations ofSkype response to staircase variations of
available bandwidthavailable bandwidth (increasing/decreasing [160,1000]kbps)(increasing/decreasing [160,1000]kbps)
Link capacity: varies in the range [160,1000]kbps in order to show the
granularity of the rate adaptation (each step is 168Kbps and lasts
100s)
Experiment duration: 1000s
Resolution
halves (160x120)
Resolution doubles
(320x240)
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-15-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Sending rate is able to
adapt to small variations
(see average throughput)
Call is dropped at t=375s
because a very large
packet drop percentage is
detected

Minimum available
bandwidth is 40Kbps
(compatible with the value
declared by On2)
Skype response to staircase variations ofSkype response to staircase variations of
available bandwidthavailable bandwidth (decreasing from 160 Kbps to 120 Kbps)(decreasing from 160 Kbps to 120 Kbps)
Link capacity: varies from 160Kbps down to 20Kbps (thin link), step
size 40Kbps, step duration 50s
Experiment duration: 400s
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-16-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
Two Skype Video flows over a square waveTwo Skype Video flows over a square wave
available bandwidthavailable bandwidth
Link capacity: square wave, min value 160Kbps (using lower values calls
were dropped), max value 384Kbps (UMTS downlink capacity), period 400s.
Experiment details: duration 800s; second call is placed at t=50s.
First half (0<t<400):
At t=90 S1 starts to leave
bandwidth to S2. S2 increases its
sending rate until t=200 where
link capacity is exceeded and the
rate is reduced
Second half (400<t<800)
The two flows are not able to
saturate the link (so quality is not
the best possible)
A good fairness is obtained
(JFI=0.97, see also frame rate)
Channel utilization is poor
46% 61%83%
68%
Resolution halves
(160x120)
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-17-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
One Skype Video flow with two concurrent TCP flowsOne Skype Video flow with two concurrent TCP flows
Link capacity: constant 384Kbps (UMTS downlink capacity)
Experiment details: duration 1000s; Skype starts at t=0, TCP1 at
t=200s, TCP2 at t=400s
Skype flow releases a bandwidth
share to TCP1 at t=200s
Bandwidth is shared in a fair way
among the three flows for t>400
except for the interval [550, 700]s
Packet size doubles (FPS remain
unchanged) within that interval
indicating FEC action is activated
due to losses.
Summary (t>400s)
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-18-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
ConclusionsConclusions
Skype Video flows react to bandwidth variations
Packet size, frame rate and video resolution are used to throttle
the sending rate
Skype Video flows are elastics within the range [40, 450]Kbps
Large transient times are required to adapt to a bandwidth
increment
Best quality is not achieved, in the sense that the encoder does
not saturate when bandwidth is available (too conservative)
Skype Video seems more aggressive than TCP due to FEC that
increases bandwidth consumption even when losses are
detected
Skype Video Responsiveness to Bandwidth Variations
S. Mascolo
-19-
NOSSDAV '08
Braunschweig, Germany
May 28-30, 2008N
BibliographyBibliography
R. Barbosa et al. Performance evaluation of P2P VoIP application. ACM NOSSDAV '07, June 2007.
S. Baset and H. Schulzrinne. An Analysis of the Skype Peer-to-Peer Internet Telephony Protocol.
IEEE INFOCOM '06, Apr. 2006.
D. Bonfiglio et al. Revealing skype traffic: when randomness plays with you. ACM SIGCOMM '07,
Aug. 2007.
K. Chen et al. Quantifying Skype user satisfaction. ACM SIGCOMM '06, Sept. 2006.
W. Chiang et al. A Performance Study of VoIP Applications: MSN vs. Skype. MULTICOMM '06, June
2006.
L. De Cicco et al. An Experimental Investigation of the Congestion Control Used by Skype VoIP.
WWIC '07, May 2007.
L. A. Grieco and S. Mascolo. Adaptive rate control for streaming flows over the Internet. ACM
Multimedia Sys. Journal, 9(6):517532, June 2004.
S. Guha et al. An Experimental Study of the Skype Peer-to-Peer VoIP System. Proc. IPTPS '06,
Feb. 2006.
M. Handley et al. TCP Friendly Rate Control (TFRC): Protocol Specication. RFC 3448, Proposed
Standard, Jan. 2003.
Hosfeld and A. Binzenhöfer. Analysis of Skype VoIP traffic in UMTS: End-to-end QoS and QoE
measurements. Computer Networks, 2007.
E. Kohler et al. Designing DCCP: congestion control without reliability. ACM SIGCOMM '06, Sept.
2006.

More Related Content

What's hot

[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
NUGU developers
 
Scientech trainer kit catalog
Scientech trainer kit catalogScientech trainer kit catalog
Scientech trainer kit catalog
ABHAYTAVPSC
 
Essential principles of jitter part 2 the components of jitter
Essential principles of jitter part 2 the components of jitterEssential principles of jitter part 2 the components of jitter
Essential principles of jitter part 2 the components of jitter
teledynelecroy
 
PPETP: A peer-to-peer streaming protocol
PPETP: A peer-to-peer streaming protocolPPETP: A peer-to-peer streaming protocol
PPETP: A peer-to-peer streaming protocol
Riccardo Bernardini
 
Media-Aware Network Elements on Legacy Devices
Media-Aware Network Elements on Legacy DevicesMedia-Aware Network Elements on Legacy Devices
Media-Aware Network Elements on Legacy DevicesAlpen-Adria-Universität
 
Rtp
RtpRtp
Pres_Video_wireless.ppt
Pres_Video_wireless.pptPres_Video_wireless.ppt
Pres_Video_wireless.pptVideoguy
 
RTP
RTPRTP
Speech encoding techniques
Speech encoding techniquesSpeech encoding techniques
Speech encoding techniques
Hemaraja Nayaka S
 
Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...
Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...
Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...
mgrafl
 
Essentials of jitter part 3 webinar slides
Essentials of jitter part 3 webinar slidesEssentials of jitter part 3 webinar slides
Essentials of jitter part 3 webinar slides
teledynelecroy
 
Essentials of jitter part 1 The Time Interval Error: TIE
Essentials of jitter part 1 The Time Interval Error: TIEEssentials of jitter part 1 The Time Interval Error: TIE
Essentials of jitter part 1 The Time Interval Error: TIE
teledynelecroy
 
UDT
UDTUDT
UDT
lilyco
 
Sania rtp
Sania rtpSania rtp
Sania rtp
saniacorreya
 
Applications of information theory in communication engineering
Applications of information theory in communication engineeringApplications of information theory in communication engineering
Applications of information theory in communication engineering
Abdul Razaq
 
Multimedia
MultimediaMultimedia
Multimedia
BUDNET
 
Speech Analysis and synthesis using Vocoder
Speech Analysis and synthesis using VocoderSpeech Analysis and synthesis using Vocoder
Speech Analysis and synthesis using Vocoder
IJTET Journal
 
Evaluation of Two-Set Algorithm in Embedding a Watermark into an Audio Signal
Evaluation of Two-Set Algorithm in Embedding a Watermark into an Audio SignalEvaluation of Two-Set Algorithm in Embedding a Watermark into an Audio Signal
Evaluation of Two-Set Algorithm in Embedding a Watermark into an Audio Signal
IJRES Journal
 

What's hot (20)

[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
 
Scientech trainer kit catalog
Scientech trainer kit catalogScientech trainer kit catalog
Scientech trainer kit catalog
 
Essential principles of jitter part 2 the components of jitter
Essential principles of jitter part 2 the components of jitterEssential principles of jitter part 2 the components of jitter
Essential principles of jitter part 2 the components of jitter
 
PPETP: A peer-to-peer streaming protocol
PPETP: A peer-to-peer streaming protocolPPETP: A peer-to-peer streaming protocol
PPETP: A peer-to-peer streaming protocol
 
Media-Aware Network Elements on Legacy Devices
Media-Aware Network Elements on Legacy DevicesMedia-Aware Network Elements on Legacy Devices
Media-Aware Network Elements on Legacy Devices
 
Rtp
RtpRtp
Rtp
 
Pres_Video_wireless.ppt
Pres_Video_wireless.pptPres_Video_wireless.ppt
Pres_Video_wireless.ppt
 
RTP
RTPRTP
RTP
 
Speech encoding techniques
Speech encoding techniquesSpeech encoding techniques
Speech encoding techniques
 
Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...
Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...
Scalable Video Coding Guidelines and Performance Evaluations for Adaptive Me...
 
Essentials of jitter part 3 webinar slides
Essentials of jitter part 3 webinar slidesEssentials of jitter part 3 webinar slides
Essentials of jitter part 3 webinar slides
 
Essentials of jitter part 1 The Time Interval Error: TIE
Essentials of jitter part 1 The Time Interval Error: TIEEssentials of jitter part 1 The Time Interval Error: TIE
Essentials of jitter part 1 The Time Interval Error: TIE
 
UDT
UDTUDT
UDT
 
Sania rtp
Sania rtpSania rtp
Sania rtp
 
Applications of information theory in communication engineering
Applications of information theory in communication engineeringApplications of information theory in communication engineering
Applications of information theory in communication engineering
 
Multimedia
MultimediaMultimedia
Multimedia
 
Speech Analysis and synthesis using Vocoder
Speech Analysis and synthesis using VocoderSpeech Analysis and synthesis using Vocoder
Speech Analysis and synthesis using Vocoder
 
Rtp
RtpRtp
Rtp
 
Evaluation of Two-Set Algorithm in Embedding a Watermark into an Audio Signal
Evaluation of Two-Set Algorithm in Embedding a Watermark into an Audio SignalEvaluation of Two-Set Algorithm in Embedding a Watermark into an Audio Signal
Evaluation of Two-Set Algorithm in Embedding a Watermark into an Audio Signal
 
RTP.ppt
RTP.pptRTP.ppt
RTP.ppt
 

Viewers also liked

Academic record didin
Academic record   didinAcademic record   didin
Academic record didinantomargo
 
Accessibility and JS: side-by-side
Accessibility and JS: side-by-sideAccessibility and JS: side-by-side
Accessibility and JS: side-by-side
Felipe de Albuquerque
 
Japanese nearhouse1
Japanese nearhouse1Japanese nearhouse1
Japanese nearhouse1dinisiojk
 
TCP Theory
TCP TheoryTCP Theory
TCP Theory
soohyunc
 
Societas Presentation Sep10
Societas Presentation Sep10Societas Presentation Sep10
Societas Presentation Sep10
SocietasConsultora
 
UCLKS Web
UCLKS WebUCLKS Web
UCLKS Web
soohyunc
 
Societas Presentation Sep10
Societas Presentation Sep10Societas Presentation Sep10
Societas Presentation Sep10
SocietasConsultora
 
Team 3 presentation
Team 3 presentationTeam 3 presentation
Team 3 presentationJon Hinz
 
Societas Presentation Mar11
Societas Presentation Mar11Societas Presentation Mar11
Societas Presentation Mar11
SocietasConsultora
 
Concepto de ciencia y técnica
Concepto de ciencia y técnicaConcepto de ciencia y técnica
Concepto de ciencia y técnicajagamboa
 
Tugas praktikum 1 'ms dos & linux'
Tugas praktikum 1   'ms dos & linux'Tugas praktikum 1   'ms dos & linux'
Tugas praktikum 1 'ms dos & linux'antomargo
 
Concepto de ciencia y técnica
Concepto de ciencia y técnicaConcepto de ciencia y técnica
Concepto de ciencia y técnica
jagamboa
 
Proposal hut ri ke 68 (rw 09)
Proposal hut ri ke 68 (rw 09)Proposal hut ri ke 68 (rw 09)
Proposal hut ri ke 68 (rw 09)Ella Agustin
 

Viewers also liked (18)

Societas Presentation Feb11
Societas Presentation Feb11Societas Presentation Feb11
Societas Presentation Feb11
 
Academic record didin
Academic record   didinAcademic record   didin
Academic record didin
 
Accessibility and JS: side-by-side
Accessibility and JS: side-by-sideAccessibility and JS: side-by-side
Accessibility and JS: side-by-side
 
Japanese nearhouse1
Japanese nearhouse1Japanese nearhouse1
Japanese nearhouse1
 
miss u
miss umiss u
miss u
 
Brand identity
Brand identityBrand identity
Brand identity
 
TCP Theory
TCP TheoryTCP Theory
TCP Theory
 
Presentation1
Presentation1Presentation1
Presentation1
 
Brand identity
Brand identityBrand identity
Brand identity
 
Societas Presentation Sep10
Societas Presentation Sep10Societas Presentation Sep10
Societas Presentation Sep10
 
UCLKS Web
UCLKS WebUCLKS Web
UCLKS Web
 
Societas Presentation Sep10
Societas Presentation Sep10Societas Presentation Sep10
Societas Presentation Sep10
 
Team 3 presentation
Team 3 presentationTeam 3 presentation
Team 3 presentation
 
Societas Presentation Mar11
Societas Presentation Mar11Societas Presentation Mar11
Societas Presentation Mar11
 
Concepto de ciencia y técnica
Concepto de ciencia y técnicaConcepto de ciencia y técnica
Concepto de ciencia y técnica
 
Tugas praktikum 1 'ms dos & linux'
Tugas praktikum 1   'ms dos & linux'Tugas praktikum 1   'ms dos & linux'
Tugas praktikum 1 'ms dos & linux'
 
Concepto de ciencia y técnica
Concepto de ciencia y técnicaConcepto de ciencia y técnica
Concepto de ciencia y técnica
 
Proposal hut ri ke 68 (rw 09)
Proposal hut ri ke 68 (rw 09)Proposal hut ri ke 68 (rw 09)
Proposal hut ri ke 68 (rw 09)
 

Similar to Skype Video Responsiveness

Audio/Video Streaming over 802.11
Audio/Video Streaming over 802.11Audio/Video Streaming over 802.11
Audio/Video Streaming over 802.11Videoguy
 
Shah Md Zobair(063560056)
Shah Md Zobair(063560056)Shah Md Zobair(063560056)
Shah Md Zobair(063560056)mashiur
 
Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...Alpen-Adria-Universität
 
A glance-at-voip
A glance-at-voipA glance-at-voip
A glance-at-voip
Nicola Marinelli
 
Streaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.pptStreaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.pptVideoguy
 
[Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2
[Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2 [Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2
[Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2
Hayoung Yoon
 
Internet Video
Internet VideoInternet Video
Internet Video
Salvatore Loreto
 
Voice over IP (VoIP)
Voice over IP (VoIP)Voice over IP (VoIP)
Voice over IP (VoIP)
Peter R. Egli
 
09a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_209a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_2Pptblog Pptblogcom
 
Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...
Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...
Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...
Jose Saldana
 
Beginning of dtv
Beginning of dtvBeginning of dtv
Beginning of dtv
Minakshi Atre
 
steganography and watermarking
steganography and watermarkingsteganography and watermarking
steganography and watermarking
Saurabh Kaushik
 
2022_3_Digital Transmission Fundamental.ppt
2022_3_Digital Transmission Fundamental.ppt2022_3_Digital Transmission Fundamental.ppt
2022_3_Digital Transmission Fundamental.ppt
PutraPrayoga4
 
IBM VideoCharger and Digital Library MediaBase.doc
IBM VideoCharger and Digital Library MediaBase.docIBM VideoCharger and Digital Library MediaBase.doc
IBM VideoCharger and Digital Library MediaBase.docVideoguy
 
9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)
Jeff Green
 
Comparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer size
Comparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer sizeComparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer size
Comparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer size
Editor IJCATR
 
Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009eCommConf
 
Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009eCommConf
 

Similar to Skype Video Responsiveness (20)

Audio/Video Streaming over 802.11
Audio/Video Streaming over 802.11Audio/Video Streaming over 802.11
Audio/Video Streaming over 802.11
 
Shah Md Zobair(063560056)
Shah Md Zobair(063560056)Shah Md Zobair(063560056)
Shah Md Zobair(063560056)
 
Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...Quality impact of scalable video coding tunneling for media aware content del...
Quality impact of scalable video coding tunneling for media aware content del...
 
A glance-at-voip
A glance-at-voipA glance-at-voip
A glance-at-voip
 
Smart Antennas
Smart AntennasSmart Antennas
Smart Antennas
 
Streaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.pptStreaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.ppt
 
[Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2
[Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2 [Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2
[Nov./2010] Adaptive Video Streaming over Wireless LAN with ns-2
 
Internet Video
Internet VideoInternet Video
Internet Video
 
Voice over IP (VoIP)
Voice over IP (VoIP)Voice over IP (VoIP)
Voice over IP (VoIP)
 
09a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_209a video compstream_intro_trd_23-nov-2005v0_2
09a video compstream_intro_trd_23-nov-2005v0_2
 
Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...
Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...
Influence of the Distribution of TCRTP Multiplexed Flows on VoIP Conversation...
 
Beginning of dtv
Beginning of dtvBeginning of dtv
Beginning of dtv
 
steganography and watermarking
steganography and watermarkingsteganography and watermarking
steganography and watermarking
 
2022_3_Digital Transmission Fundamental.ppt
2022_3_Digital Transmission Fundamental.ppt2022_3_Digital Transmission Fundamental.ppt
2022_3_Digital Transmission Fundamental.ppt
 
IBM VideoCharger and Digital Library MediaBase.doc
IBM VideoCharger and Digital Library MediaBase.docIBM VideoCharger and Digital Library MediaBase.doc
IBM VideoCharger and Digital Library MediaBase.doc
 
9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)9.) audio video ethernet (avb cobra net dante)
9.) audio video ethernet (avb cobra net dante)
 
report
reportreport
report
 
Comparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer size
Comparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer sizeComparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer size
Comparisons of QoS in VoIP over WIMAX by Varying the Voice codes and Buffer size
 
Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009
 
Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009Jonathan Christensen's Presentation at eComm 2009
Jonathan Christensen's Presentation at eComm 2009
 

Recently uploaded

How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 

Recently uploaded (20)

How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 

Skype Video Responsiveness

  • 1. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -1- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Skype Video ResponsivenessSkype Video Responsiveness to Bandwidth Variationsto Bandwidth Variations L. De Cicco, S. Mascolo, V. PalmisanoL. De Cicco, S. Mascolo, V. Palmisano Dipartimento di Elettronica ed ElettrotecnicaDipartimento di Elettronica ed Elettrotecnica Politecnico di Bari – ItalyPolitecnico di Bari – Italy
  • 2. Skype Video Responsiveness to Bandwidth Variations S. Mascolo NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Motivation 1/2Motivation 1/2 Multimedia real-time applications – i.e. Voice/Video over IP, P2P TV, Joost - can tolerate small losses but are time sensitive, i.e. TCP is not appropriate. But TCP/IP has congestion control that has been fundamental for preserving Internet stability. It must be used in a resource shared system such as the Internet. TCP has been extremely successful for elastic data traffic, which is not sensitive to delays – i.e. reliable delivery is achieved through retransmissions So what should we do with real-time traffic?
  • 3. Skype Video Responsiveness to Bandwidth Variations S. Mascolo NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Motivation 2/2Motivation 2/2 Multimedia flows “are made elastic” within a certain range using adaptive codecs (Speex, H.264, On2,...) Congestion control is (should be) implemented at application level over UDP
  • 4. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -4- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N OutlineOutline Motivations Related works Experimental testbed and tools employed Experimental Results
  • 5. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -5- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Goals of the workGoals of the work • Investigate the behaviour of Skype Video to discover to what extent is able to cope with network congestion by matching network available bandwidth • In particular we will investigate: • How Skype is able to adapt to available bandwidth variations • The degree of elasticity of the flows (i.e. minimum bitrate, maximum bitrate) • The dynamics of the algorithm (responsiveness, transients) • How Skype does throttle its sending rate • How Skype Video flows share the bottleneck i.e. fairness • Are Skype Video flows TCP friendly?
  • 6. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -6- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Related WorksRelated Works Congestion control for multimedia applications Several proposals: TFRC, RAP, TEAR, ARC TFRC represents the only IETF standardization effort (RFC3448), however there is no evidence that it is implemented in any leading application Skype Congestion control: Skype Audio flows implement some sort of congestion control algorithm (De Cicco et al. WWIC07, Tec. Report Submitted) QoS provided by Skype: MOS and PESQ measurements under different network conditions (Barbosa et al, NOSSDAV '07), or by defining packet level metrics (Chen et al, SIGCOMM '06) Detection of Skype flows: by using two classifiers it is possible to detect Skype calls on-line (Bonfiglio et al., SIGCOMM 07)
  • 7. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -7- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N The TestbedThe Testbed Experiments are performed in a controlled testbed that emulates WAN scenarios. We measure instantaneous values (every 0.4s) of throughput, loss rate and goodput for each flow by looking at the input of the bottleneck queue Testbed Settings: - RTT=50ms - Queue size=BDP
  • 8. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -8- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N The Skype Measurement Lab (SML) 1/2The Skype Measurement Lab (SML) 1/2 A tool has been developed in order to generate reproducible experiments Video flows are generated by hijacking the video input (/dev/video) by using a modified version of the GStreamer plugin gst-fakevideo The Foreman YUV test sequence has been used as input to gst- fakevideo
  • 9. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -9- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N The Skype Measurement Lab (SML) 2/2The Skype Measurement Lab (SML) 2/2 Detailed measurement of the variables shown in the Skype “Technical Call Infos” tooltip is obtained by using a modified version of QT libraries we have developed In this way we are able to automatically log and plot: RTT, Jitter, video resolution, video frame rate, estimated sent and received loss percentages: LogFile “Technical Call Infos”
  • 10. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -10- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Skype Video CodecSkype Video Codec Skype employs the Video Codec Truemotion 7 (VP7) developed by On2. On2 claims to adapt encoding bitrate by throttling: Frame quality Video resolution Frame rate (fps) Minimum bitrate declared by On2 is 20Kbps, no information about maximum bitrate
  • 11. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -11- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Experimental ScenariosExperimental Scenarios In order to characterize Skype Video flows we have designed and carried out a set of different experiments (here we present a subset): Main characteristics of Skype video flows Skype response to a step variation of available bandwidth Skype response to staircase variations of available bandwidth Fairness issues Two Skype Video flows over a square wave available bandwidth TCP friendliness One Skype Video flow with two concurrent TCP flows
  • 12. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -12- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Skype response to a step variation ofSkype response to a step variation of available bandwidth (1/2)available bandwidth (1/2) Link capacity: step-like, acts at t=50s with min. value 160 Kbps and max. value 2000 Kbps (four runs are shown). Experiment duration: 500s First part (0<t<50): Throughput is 80 kbps, well below 160kbps limit. Frame rate starts at 15fps and decreases to 10fps Second part (t>50): Throughput increases in around 100s to an avg value of ~450Kbps Frame rate increases and oscillates around 15 fps
  • 13. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -13- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Skype response to a step variation ofSkype response to a step variation of available bandwidth (2/2)available bandwidth (2/2) When loss events occur (grey line represents cumulative lost bytes) packet size (black points) doubles.  We infer that Skype employs a FEC scheme to counteract losses that is activated after a large loss event  Results of the experiment Skype flows react to available bandwidth variations (100s transient) maximum bitrate around 450Kbps FEC action activated on large loss events
  • 14. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -14- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N  The steady state is reached at time t=700s  Frame rate decreases until tA where the resolution is decreased to 160x120 so that the frame rate can increase using the same bandwidth Skype response to staircase variations ofSkype response to staircase variations of available bandwidthavailable bandwidth (increasing/decreasing [160,1000]kbps)(increasing/decreasing [160,1000]kbps) Link capacity: varies in the range [160,1000]kbps in order to show the granularity of the rate adaptation (each step is 168Kbps and lasts 100s) Experiment duration: 1000s Resolution halves (160x120) Resolution doubles (320x240)
  • 15. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -15- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Sending rate is able to adapt to small variations (see average throughput) Call is dropped at t=375s because a very large packet drop percentage is detected  Minimum available bandwidth is 40Kbps (compatible with the value declared by On2) Skype response to staircase variations ofSkype response to staircase variations of available bandwidthavailable bandwidth (decreasing from 160 Kbps to 120 Kbps)(decreasing from 160 Kbps to 120 Kbps) Link capacity: varies from 160Kbps down to 20Kbps (thin link), step size 40Kbps, step duration 50s Experiment duration: 400s
  • 16. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -16- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N Two Skype Video flows over a square waveTwo Skype Video flows over a square wave available bandwidthavailable bandwidth Link capacity: square wave, min value 160Kbps (using lower values calls were dropped), max value 384Kbps (UMTS downlink capacity), period 400s. Experiment details: duration 800s; second call is placed at t=50s. First half (0<t<400): At t=90 S1 starts to leave bandwidth to S2. S2 increases its sending rate until t=200 where link capacity is exceeded and the rate is reduced Second half (400<t<800) The two flows are not able to saturate the link (so quality is not the best possible) A good fairness is obtained (JFI=0.97, see also frame rate) Channel utilization is poor 46% 61%83% 68% Resolution halves (160x120)
  • 17. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -17- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N One Skype Video flow with two concurrent TCP flowsOne Skype Video flow with two concurrent TCP flows Link capacity: constant 384Kbps (UMTS downlink capacity) Experiment details: duration 1000s; Skype starts at t=0, TCP1 at t=200s, TCP2 at t=400s Skype flow releases a bandwidth share to TCP1 at t=200s Bandwidth is shared in a fair way among the three flows for t>400 except for the interval [550, 700]s Packet size doubles (FPS remain unchanged) within that interval indicating FEC action is activated due to losses. Summary (t>400s)
  • 18. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -18- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N ConclusionsConclusions Skype Video flows react to bandwidth variations Packet size, frame rate and video resolution are used to throttle the sending rate Skype Video flows are elastics within the range [40, 450]Kbps Large transient times are required to adapt to a bandwidth increment Best quality is not achieved, in the sense that the encoder does not saturate when bandwidth is available (too conservative) Skype Video seems more aggressive than TCP due to FEC that increases bandwidth consumption even when losses are detected
  • 19. Skype Video Responsiveness to Bandwidth Variations S. Mascolo -19- NOSSDAV '08 Braunschweig, Germany May 28-30, 2008N BibliographyBibliography R. Barbosa et al. Performance evaluation of P2P VoIP application. ACM NOSSDAV '07, June 2007. S. Baset and H. Schulzrinne. An Analysis of the Skype Peer-to-Peer Internet Telephony Protocol. IEEE INFOCOM '06, Apr. 2006. D. Bonfiglio et al. Revealing skype traffic: when randomness plays with you. ACM SIGCOMM '07, Aug. 2007. K. Chen et al. Quantifying Skype user satisfaction. ACM SIGCOMM '06, Sept. 2006. W. Chiang et al. A Performance Study of VoIP Applications: MSN vs. Skype. MULTICOMM '06, June 2006. L. De Cicco et al. An Experimental Investigation of the Congestion Control Used by Skype VoIP. WWIC '07, May 2007. L. A. Grieco and S. Mascolo. Adaptive rate control for streaming flows over the Internet. ACM Multimedia Sys. Journal, 9(6):517532, June 2004. S. Guha et al. An Experimental Study of the Skype Peer-to-Peer VoIP System. Proc. IPTPS '06, Feb. 2006. M. Handley et al. TCP Friendly Rate Control (TFRC): Protocol Specication. RFC 3448, Proposed Standard, Jan. 2003. Hosfeld and A. Binzenhöfer. Analysis of Skype VoIP traffic in UMTS: End-to-end QoS and QoE measurements. Computer Networks, 2007. E. Kohler et al. Designing DCCP: congestion control without reliability. ACM SIGCOMM '06, Sept. 2006.