A Longitudinal View of HTTP Video Streaming Performance

A Longitudinal View of HTTP Video Streaming Performance

A Longitudinal View of HTTP Video Streaming Performance Louis Plissonneau Ernst Biersack Orange Labs Eurecom [email protected] [email protected] ABSTRACT Keywords This paper investigates HTTP streaming traffic from an ISP Measurement, Performance, HTTP Streaming perspective. As streaming traffic now represents nearly half of the residential Internet traffic, understanding its charac- 1. INTRODUCTION teristics is important. We focus on two major video sharing In this study, we analyse HTTP streaming traffic. Nowa- sites, YouTube and DailyMotion. days, Web driven content represents about half of the Inter- We use ten packet traces from a residential ISP network, net traffic due to the surge of many video sharing sites, and five for ADSL and five for FTTH customers, captured be- the decrease of P2P [8, 14, 15, 16]. tween 2008 and 2011. Covering a time span of four years The main video sharing sites in Europe are YouTube, allows us to identify changes in the service infrastructure of DailyMotion and MegaVideo. They provide a free online some providers. video sharing service, which is very popular for sharing user From the packet traces, we infer for each streaming flow generated content and also video clips (videos are at most the video characteristics, such as duration and encoding 10 minutes long on YouTube). Moreover, the streaming traf- rate, as well as TCP flow characteristics. Using additional fic is interactive in the sense that the user is actually watch- information from the BGP routing tables allows us to iden- ing the video during download and not after download com- tify the originating Autonomous System (AS). With this pletion as it is the case in P2P. The data is transmitted data, we can uncover: the server side distribution policy, using TCP, which is not designed for interactive usage, but the impact of the serving AS on the flow characteristics and for elastic traffic. the impact of the reception quality on user behavior. We analyse the streaming traffic from an ISP perspective: A unique aspect of our work is how to measure the re- this means that our main focus is on the ISP customer's per- ception quality of the video and its impact on the viewing ception of the Internet. The difficulty in HTTP streaming behavior. We see that not even half of the videos are fully traffic analysis is that not only the network characteristics downloaded. For short videos of 3 minutes or less, users and the TCP congestion control mechanisms play a role in stop downloading at any point, while for videos longer than the user's viewing experience, but also the video sharing site 3 minutes, users either stop downloading early on or fully itself. download the video. When the reception quality deterio- We study different points that impact the video stream at rates, fewer videos are fully downloaded, and the decision to flow level and relate them to user perceived interruptions. interrupt download is taken earlier. We use passive packet captures and vary important fac- We conclude that (i) the video sharing sites have a ma- tors such as: the network access type (ADSL1 vs. FTTH2), jor control over the delivery of the video and its reception the video sharing site (mainly YouTube vs. DailyMotion) quality through DNS resolution and server side streaming and the time of the day (lightly loaded afternoon vs. highly policy, and (ii) that only half of the videos are fully down- loaded evenings). loaded and that this fraction dramatically drops when the HTTP streaming works as follows: when a user wants to video reception quality is bad. watch a video on a video sharing site, he first selects the video, e.g. by browsing the site portal or by receiving a di- Categories and Subject Descriptors rect link. Then at least 3 HTTP sessions (over TCP) are H.5.1 [Information Systems Applications]: Multimedia established: (i) download of the embedding web page; (ii) Information Systems download of the video player (only once in a session); (iii) download of the video itself. The success of these video shar- ing sites comes from the fact that the user can start watching the video after a very small buffering period (typically sev- Permission to make digital or hard copies of all or part of this work for eral seconds). The rest of the video is downloaded while personal or classroom use is granted without fee provided that copies are watching, therefore its name progressive download (PDL). not made or distributed for profit or commercial advantage and that copies 1 bear this notice and the full citation on the first page. To copy other- ADSL (Asymmetric Digital Subscriber Line) is the main Internet access type for European residential customers. wise, or republish, to post on servers or to redistribute to lists, requires 2 prior specific permission and/or a fee. MMSys’12, February 22-24, 2012, FTTH (Fiber To The Home) is a technology offering access Chapel Hill, North Carolina, USA. Copyright 2012 ACM 978-1-4503- rates up to 100 Mb=s, which is currently being deployed in 1131-1/12/02...$10.00. Europe. A user can also abandon downloading and watching if she is YouTube video transfers, this analysis shows that YouTube not interested any more. is using many different cache servers hosted inside their net- We start by reviewing related work in Sect. 2 where we work or by other ISPs. Some of the load-balancing tech- also show in what sense our work differs from previous stud- niques used by YouTube are also revealed in this paper. ies. As the main user interest and most of the volume gener- In the same vein, the authors of [21] use recent traces ated by HTTP streaming comes from the actual video down- from different countries and access type (university campus load, we focus on this part and we explain in Sect. 3 how vs. ADSL and FTTH on an ISP networks) to analyse the we identify the video flows. Then, we give some general in- YouTube service policy. In most cases, YouTube selects geo- formation on video sharing sites in Sect. 4. In Sect. 5, we graphically close server except when these servers are heavily focus on the flow level network indicators to assess the recep- loaded. tion quality of the videos watched by the users. Finally in The details of YouTube video streams at TCP level have Sect. 6, we highlight the impact of streaming quality on the been studied in [20]. This analysis of residential ISP datasets user download behavior. We conclude the paper in Sect. 7 shows that the bursty nature of the YouTube video flow is with a summary and an outlook. responsible for most of the loss events seen. We also would like to mention this work on load-balancing 2. RELATED WORK in CDNs [18] where the answers of the CDN operator to DNS queries are stored at ISP level in order to bypass recursive Most related work on video sharing sites focuses on You- DNS resolution by the CDN operator and directly answer to Tube, which is the most prominent video sharing site. There the DNS queries of customers with an IP address chosen by is no previous work to compare YouTube with its competi- the ISP instead of the CDN operator. The evaluation of this tors such as DailyMotion. mechanism shows an improved performance, e.g. download time are reduced by up to a factor of four. This work shows 2.1 Characterisation of YouTube Videos that a cooperation between the CDN operator and the ISPs Many studies have tried to find out the characteristics of could not only be beneficial to these actors but also to the YouTube videos compared to e.g. Web traffic or traditional users. In a similar vein, the study of YouTube [21] also illus- streaming video sites (real time over UDP and not PDL). trates the importance of DNS resolution in server selection In [4], the YouTube video meta-information are crawled to and how video sharing sites (and more generally CDN) use derive many characteristics on the video contents and its it to apply complex load-balancing strategies. evolution with video age (e.g. popularity). This information is used to evaluate opportunities of P2P distribution and 2.3 YouTube User Experience caching. In a recent study [9], ISP packet data are used to derive In [5], the authors use a long term crawl of the You- some results on the video configurations (such as resolu- Tube site to derive global characteristics of YouTube videos tion, full screen playback. ), or the interruption of videos at such as the links between related YouTube videos form a user's side. Finally, the amount of unnecessary data trans- small-world network. Using the properties of this graph and fered is evaluated over fixed and mobile networks. the video size distribution, they show that P2P distribu- Our work mainly differs from this work the way we eval- tion needs to be specifically adapted to distribute YouTube uate how the users watch the video (fully or not) relate to videos. the network quality and the video duration. We are thus In [11], University campus traces are used to gather in- able to infer that the main factor for a user to interrupt the formation on YouTube video characteristics and are com- video is the quality. plemented with a crawl of most popular files on YouTube. Temporal locality of videos and transfer characteristics are 2.4 Novelty of our Work analyzed, and the opportunities for network providers and We use ten different packet traces to answer a number of for service providers are studied.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    12 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us