Radio Network-aware Edge Caching for Video Delivery in MEC-enabled Cellular Networks

Size: px
Start display at page:

Download "Radio Network-aware Edge Caching for Video Delivery in MEC-enabled Cellular Networks"

Transcription

1 Radio Network-aware Edge Caching for Video Delivery in MEC-enabled Cellular Networks Yiming Tan, Ce Han, Ming Luo, Xiang Zhou, Xing Zhang Wireless Signal Processing and Network Laboratory Key Laboratory of Universal Wireless Communication, Ministry of Education Beijing University of Posts and Telecommunications (BUPT), Beijing,, P.R. China Abstract With the rapid development of Mobile Internet, online Video-on-Demand (VoD) services, primarily K video, grow tremendously with the key performance indicators of lower latency, higher bandwidth, and higher bitrate. However, due to the long-distance between the user equipment (UE) and Internet Service Provider, Quality-of-Service (QoS) in terms of low playback delay and high transmission rate cannot be guaranteed. Therefore, Mobile Edge Computing (MEC), at the edge of the cellular network, is highly recommended with the benefits of lower uncertainty and end-to-end latency. The UE can enjoy better customized services with more appropriate bitrates as a result. In this paper, we propose a practical framework of MEC-enabled cellular network with radio network-aware edge cache and a radio network-aware cache updating algorithm. The framework uses Dynamic Adaptive Streaming over HTTP (DASH) and Radio Network Information Service (RNIS) is leveraged to accelerate multi-media services. Under this framework, RNIS collects information and delivers it to the MEC server based on the context. A testbed based on a real G Long Term Evolution (LTE) Base Station is developed carrying out experiments under this framework. Compared to traditional networks, the result shows that our approach maintains a smooth high quality of experience (QoE). Keywords: Mobile edge computing, cache, adaptive video, quality of experience. I. INTRODUCTION With the development of Internet and multimedia technology, VoD services are increasingly needed. People are no longer satisfied with watching videos on their personal computers but enjoying high-definition videos anytime, anywhere on their phones, which poses enormous requirement for cellular networks. In the future, the th generation (G) cellular network can not only improve network capacity with higher reliability but also reduce air interface delay. To provide UEs with better QoE, some methods of reducing the video transmission distance are proposed, such as the Information- Centric Networking [] and Mobile Edge Computing []. Recently, European Telecommunication Standards Institute (ETSI) has presented the conception of MEC, aiming to support network intelligence in G []. In CDNs, content providers deploy server resources near the network edge thus to reduce latency. However, in MEC, the content can be cached somewhere closer to network edge between the base station and EPC within the mobile network operators (MNO) infrastructure, rather than between EPC and Internet server out of the MNO. Most importantly, MEC helps eliminate the risk of backhaul limit. At the network edge, MEC captures real-time content information from RAN side and makes full use of it to ensure the QoE of UE []. With real-time content information, remote server or MEC server can optimize the user s traffic to guarantee QoE. For example, throughput estimation information can help video server to make TCP congestion control decisions. Also, this information can be used to ensure application matches the estimated capacity at the radio network downlink. The purpose of these methods is to make full use of wireless network resources to ensure users QoE in real time. The traditional approach to optimize QoE has perceived the network conditions on the mobile, which is inefficient and slow. Caching at network edge has been regarded as a critical function in MEC design. MEC has certain computing and storage capabilities to reduce the computational pressure on user devices. The excellent storage capacity can help UE get rid of the risk of suffering from backhaul limit. Also, MEC can be utilized to provide a more flexible and context-aware caching decision []. The content adaptation function can be deployed at the network edge to ensure users QoE in the dynamic mobile network. DASH has become a popular the over-the-top video delivery protocols that follow the principle of HTTP adaptive streaming and was standardized in []. Many video providers like YouTube have adopted it. Under DASH, each video is compressed into multiple representations, and each representation of this video is divided into multiple segments. The information about segments and qualities are contained in a manifest file called Media Presentation Description (MPD). So the DASH client can select different segment of presentation to play without any influences. When UE requests a segment, the DASH client will choose a suitable representation to adapt to the dynamic network. In the literature, some research efforts have been invested based on DASH [] []. In this paper, we propose a practical framework based on MEC-enabled cellular networks with radio network-aware edge cache, in which multi-media services, such as VoD, are accelerated by MPEG-DASH and RNIS. The purpose of our proposal is to collect the information at the network edge and to assist MEC cache the video segment with suitable representations. So users can get high-definition video directly 9----//$. IEEE 9

2 from the edge rather than obtain a standard-definition video from the remote server. We propose a radio network-aware cache updating scheme for radio network-aware content localization to improve video quality and reduce buffering time in the video application. Unlike many caching schemes focusing on cache hit ratio through popularity-based decisions, our goal is to secure the QoE for subscribers in the RAN network by radio network-aware caching and selecting the appropriate segment via DASH. Many methods need to calculate the popularity of both video segments and representations to make the caching strategy. If the caching system makes the decision just following the user request, bitrates of all cached content will be lower because of the limit of backhaul and latency between the remote server and UEs. To meet the demand of high-bitrate video from the user, videos should have other properties to be determined to cache at the network edge. We proposed that each video has two kinds of popularity. Each video or segment has two kinds of popularity, requested popularity and expected popularity. The expected popularity is based on the RAN information supported by RNIS. With the help of RNIS and popularityaware, high-quality video can be cached to ensure throughput. Moreover, to ensure that user can watch high-quality video smoothly, the updating algorithm is essential too. In order to provide the fluency of high-definition video while playing, our replacing algorithm attempts to make it by selecting a series of continuous suitable representation of segments from the cache and deleting segments of low popularity representation from others cache. In [], the cache can be placed at the G network edge for popular content. In [9], the authors proposed an edge caching system according to RAN information and the Channel Quality Index (CQI). But, it doesn t consider the users QoE of buffering time and just focuses on RAN information. Authors in [] proposed an algorithm about replace video cache to ensure video quality and switch times. However, that article doesn t use the RAN information for cache replacing. Our proposed scheme is based on popularity and RAN information to cache segments and replace segments. The purpose is improving video quality and reducing rebuffering time. The rest of this paper is organized as follows. The System architecture and parameters are introduced in Section II. Section III includes the popularity-aware caching and radio network-aware cache updating algorithm. In section IV, we evaluate the performance of the system. Finally, Section V summarizes this study. II. SYSTEM ARCHITECTURE AND PARAMETERS A. System Architecture The overall system architecture is presented in Fig.. The enbs connect to the MEC server which consists of a routing subsystem, RNIS, and a cache server. The cache manager in cache server decides which video segment and which representation should be cached. The EPC part retains a standard solution, that means we adopted a commercial EPC to connect with the MEC equipment. Because of the universality UE RAN Context enb Radio Access Network Latency ms RNIS Cache Server MEC Edge Network Latency <ms Routing Subsystem Backhual Evolved Packet Core Latency <ms User plane data User plane offloading data Control plane signaling EPC Fig. : System Architecture Overview Public Network Latency ms Internet of the RAN and EPC, we focus on illustrating the MEC in this paper. The routing subsystem is responsible for requests forwarding and network connectivity. After configuring the cache policy, the subsystem can handle in-coming video requests to determine whether redirect them to remote servers or the MEC server (e.g., a jetty server). The subsystem will collect the content information about the user requests and send it to Cache. That information is about video, segment and representation popularity. Correctly, the routing subsystem resolves General Packet Radio Service Tunneling Protocol (GTP) packets from UEs into IP packets and then matches the destination IP with the local routing table. If it matches, the MEC server will redirect the request to the local resource; Otherwise, the packet will be forwarded to the Internet. This procedure is transparent to the user. RNIS is a fundamental functional component of MEC that captures real-time RAN status and saves this information to a database or sends some information necessary to cache. In this paper, we use SINR and RSRP to measure the RAN condition. Cache server is built to cache or prefetch the most popular videos for future requests. It is a decision-maker and decisionexecutor for caching and replacing at the MEC. It determines the video cached based on the user s request for the video and the condition of the RAN side. Therefore, the suitable representations of individual segments are cached for a local application. As for cache replacing strategies, it must be an intelligent and efficient algorithm. The specific algorithm will be presented in the next section. It s an excellent way to improve the hit rate and the QoE. Since the video is splited into multiple segments, the frequency of each segment must be different, hence causing the cached segment dispersion. B. System Parameters We now describe in more detail the model that we consider in this work. Let s consider the set of S segments about a popular video competing to be stored at a cache-enabled MEC server. Let s for the sth segment and s [,,., S], the domain of s is denoted as S. The MEC server has the storage size M. For each video segment, we assume that there are R levels of representations, in which level corresponds to the lowest performance and level R corresponds to the highest performance. We use r to indicate the level r representation

3 and r [,,., R]. We further use (s, r) for the sth segment file with level r representation. Cached Uncached 9. S Fig. : Video Cache Schematic..... Assume that some segments with many representations are stored at MEC server. Let C be the set of (s, r) that are cached in the MEC server. In Fig., C is the set of all red blocks which mean cached in the cache server. The c i is the ith element of C. To clearly describe the contents of the cache, we use C j to represent the contents of the jth segment in the cache. C j can be expressed as: C j = subnet(c, j) = {(s, r) s = j, (s, r) C} () In Fig., C j indicates the set of all red block in jth segment. The M C denotes total file size of (s, r) in C. Therefore, the storage capacity constraint of the cache is given by sizeof(c) M C = ( filesizeof(c i )) M. () i= For each segment with a different representation, let p r s be the binary variable indicating the popularity of the sth segment with level r representation. Therefore, the popularity of the sth segment is given by p s = R p r s. () r= Let K be the number of all users and u k be the kth user, k [,,., K]. For each user u k, let x k and y k denote the average RSRP and SINR obtained by the RNIS about kth user. All users information about RSRP and SINR is represented by X and Y. The users information will be used to determine the level of video s representation. III. RADIO NETWORK-AWARE CACHING AND UPDATING A. Popularity-aware Caching OF CONTENT There are two basic principles that determine a cached video: network condition and video popularity. Firstly, the video must be requested a certain number of times. The popularity of the cached video segment p r s should above the threshold. And the hit ratio of the cached video and cache efficiency can be high enough. Secondly, the representation of segment should match the network condition. The high-quality video requires higher network bandwidth or even better equipment. In a weak network environment, the channel quality is poor and the best level that user can playback smoothly becomes lower. Assume that the most suitable bitrate of the user u k at this time is b k, b k is lower than all segments level in the cache: (s, r) C, b k < r () The user can t afford the high-quality video from the cache server and keep a long time of frozen playback to wait for video resources from the remote server. At the same time, low bitrate video may give users better enjoyment. So, it is essential to choose a suitable bitrate of the video according to the user s radio network information. In order to get the relationship between network conditions and video quality, we test the requested video bitrate many times at different locations in the lab. Based on the large amount of data, we summarize which kind of bitrate is suitable for different situations. We use SINR and RSRP to measure the RAN condition. The details of the mapping relations are listed in Table. TABLE I: Mapping Relations RSRP SINR (Bitrate) -dbm > x -dbm db> y db - (Mbps) -dbm> x -dbm db> y db - (Mbps) -dbm> x -9dBm db> y db - (Mbps) -9dBm> x -9dBm db> y db - (Mbps) -dbm> x -9dBm db> y db - (Mbps) -dbm> x -dbm db> y db - (Mbps) -dbm> x -9dBm db> y db - (Mbps) -dbm> x -9dBm db> y db - (Mbps) Table I shows the mapping relations between RSRP and SINR and video bitrate. In our scenario, we think low bitrates video (level -, respectively.mbps, Mbps, Mbps) can be transmitted smoothly between the remote server and the user. So we only need to cache the high bitrates video (over level ) in the cache server. The testing is based on the lab environment and may not get all channel conditions. The table can t consider all mapping conditions. We set two popularity properties for each representation of segment, obtained popularity and expected popularity. Obtained popularity is the number of times the video actually obtained. Expected popularity is the number of times the matched network resource bitrate of the video was expected. Because of the limited backhaul, the user obtained a bitrate lower than the bitrate which matches the allocated network resource. At this time, the expected video popularity will be increased rather than the obtained video. Therefore, the popularity is the sum of obtianed popularity and expected popularity. This caching strategy is deployed at the cache

4 server, which uses the popularity information provided by routing subsystem and the radio network condition supplied by RNIS. B. Radio Network-aware Cache Updating Algorithm There are a lot of algorithms for cache replacement. For example, least-frequently-used (LFU) and least-recently-used (LRU) are very classic eviction algorithms. LFU algorithm e- liminates the data according to the lowest reference frequency. LRU algorithm discards the least recently used items first. In our scenario where the video is cached in fragments, LFU and LRU both do not work well. Because these algorithms only consider each segment as a separate file, regardless of the overall video continuity. The speed from the cache server is faster than the remote server, and the quality of the adjacent segment may be different. So the absence of segments brings a long time of frozen playback and fluctuation of bitrate. The continuity of cached video is an important factor to ensure user s QoE. In order to maximize the users QoE, on the one hand, the popularity of the cache must be the top and the quality of video should be good enough. On the other hand, the number of the segment should be enough to ensure video continuity. Our algorithm focuses on the cache replacement and selects which files to save when the size of the cache file exceeds the limit. Above all, we select a series of contiguous cached segments based on users RAN information not to be deleted. Then, following the general principle, cache server deletes the lowest popularity segment file from unselected cache files. The purpose of the algorithm is ensuring the continuity of cached segment. Each user can play the video smoothly from cache server at the MEC. b b b b C output C temp 9 S 9 S (a) (b) C output Deleted File C output Deleted File 9 S (c) b b b b C output Deleted File 9 S (d) Fig. : The example of the cache after executing the algorithm for two users Firstly, for each user, obtain the most suitable level x k for the current environment information (RSRP and SINR) from the Table I. System iterates all segment s and finds the largest level r below x k from the cache C, then insert the (s, r) into Algorithm Radio Network-aware cache updating algorithm : Input: C, X, Y : Output: C output : function CACHE UPDATING(C, X, Y) : C output null : for k=,,.k do // b k is the best level user can play smoothly in the current situation : Obtain b k from Table I by x k and y k : for s=,,.s do // for each segment, select c with the maximum level that isn t greater than b k from C : c = arg max (s,r) C (r b k ) 9: C output = C output {c } : end for : end for : Obtain the set of other unselected cached files as: C temp = C C output : repeat : if C temp null then //remove the least popularity element from C temp : C temp = arg max p r s (s,r) C temp : else : for s=,,.s do : C output s = subnet(c output, s) 9: end for : Obtain the segment with the least popularity and over one representation in C output : s = arg max {s s S, sizeof(c output s )>} p s : if s exists then // remove the maximum representation from C output s : C output = { arg max r} (s,r) C output s : else // remove element with least popularity from C output : C output = { arg max p r s} (s,r) C output : end if : end if : until M C temp + M C output M : C output + = C temp 9: end function C output as the algorithm s output. Like Fig. (a), all cached files are divided into two parts. The purpose of the first step is to ensure that each user can get the appropriate level of segment continuously from the cache. Then, insert other unselected files (s, r) from C into C temp. At this point, if the C temp is not empty, delete the file with the lowest popularity in C temp until the cache file size meets the restrictions. Like Fig. (b), delete the element of C temp. Otherwise turn to the next step for deleting files from C output. This step focuses on deleting file from C output to meet the space limit. Iterate through all cached segments with more than

5 (a) No caching (b) LFU Requested Bitrate (Mbps) Request Bitrate Average Bitrate Requested Bitrate (Mbps) Request Bitrate Average Bitrate Experiment time (seconds) Experiment time (seconds) (c) The proposed radio network-aware updating (d) Percentage of requested segment bitrate Requested Bitrate (Mbps) Request Bitrate Average Bitrate Experiment time (seconds) Percentage of All Request % % % % % % Mbps and lower Mbps and Mbps Mbps and Mbps Requested Bitrate No caching LFU The proposed Fig. : Video segment bitrate comparison among cache replacement schemes one representations. Delete the larger representations from the least popular segment. Like Fig. (c), delete the th segment with level. This stage ensures that as many users can get video from the cache server. If all cached segments have only one representation, like Fig. (d), delete the segment with one representation in ascending order of popularity until space meets the limit. enb Cache Server ms By netem A. Testbed experiments IV. EVALUATION AND ANALYSIS As shown in Fig., a testbed based on a real G LTE Base Station is developed under this framework carrying out experiments. We use softwares to implement the functions of MEC, EPC and content server. In Fig., a MEC server has been deployed at the mobile network edge rather than inside EPC. MEC server has the RNIS, routing subsystem, cache function module. And the cache model has equipped M storage for video cache. We used the PING command to test the network latency, the latency between UE and enb through the air interface is about ms. Because MEC is located at the edge of network which is closer to the user, the latency is less than ms. The latency between the EPC and the content server is around ms tested by netem. In our scenario, the content server has one video that is minutes long. The testing video is trimmed from the DASH data set and divided into segments, and each segment s duration is seconds. Each segment has eight representations that include.mbps, Mbps, Mbps, Mbps, Mbps, Mbps, UEs Routing Subsystem MEC Server EPC Fig. : Experiment setup on the LTE testbed Content Server Mbps, Mbps. We used Xiaomi X phones as UEs to perform the experiments and connected to the Band LTE network. Each phone runs on Android.. operating system and uses Google Chrome browser to play the video by the DASH client. B. Performance Metrics We evaluate the following performance metrics to analyze the scheme we proposed. Downlink throughput: this refers to each UE s download throughput of each video segment (in Mbps). In this test, we use the obtained video quality to measure downlink throughput. Rebuffering duration: this refers to the total time duration that a user spends in playback freezing.

6 Rebuffering Duration (Seconds) Rebuffering Duration Fig. : Rebuffering Duration We compare our radio network-aware cache updating algorithm against two reference schemes. No caching: UEs request videos directly from the content server with no MEC cache support. The latency between UE and server is about ms latency. LFU: The Cache server performs the least-frequently-used replacement strategy. C. Downlink Throughput Fig. shows the bitrates of UE requested video segment with our algorithm and other two benchmark schemes. The result involves video request within seconds of each scheme. Our result indicates the video segment bitrate of UE requested. It can be observed that no caching system at the network edge, the video s bitrate are apparently lower than the result of caching scheme. Numerically, the average bitrate is.mbps,.mbps, and.mbps for no cahing, LFU and our proposed respectively. Due to the long latency (ms) between the UE and the content server, and without the MEC s help for a caching system, the user requested quality is significantly worse. From Fig. (d) we can see that caching schemes can increase the percentage of high bitrate video requests, and our strategy works better. Obviously, caching scheme can substantially improve the quality of video segment to ensure the users QoE. Furthermore, our scheme can get higher throughput than LFU. It is proved that the continuity of cached video segments is essential for improving throughput. D. Rebuffering Duration Besides average bitrate, the rebuffering time can degrade users QoE too. In this subsection, we analyze this metric and the results are presented in Fig.. We investigate the rebuffering duration during the experiment. When the video streaming session becomes the frozen, it will send less request to the content server for lower bitrate. It is observed that our scheme has the least time of video rebuffering. The scheme has about s rebuffering duration (.%) less than no caching scheme. However, LFU scheme has s (.%) more than no caching scheme. The main reason is that each segment is cached separately in LFU scheme. In DASH client, the huge differences between adjacent segments bitrate may increase the rebuffering time. DASH client cannot choose the suitable bitrate in time. Our scheme focuses on continuous caching to reducing this situation. Hence, Maintaining the continuity of cached video can reduce the rebuffering duration and ensure users QoE. V. CONCLUSIONS In this paper, we present radio network-aware edge caching framework which aims to improve users QoE in the future G communication network. With the RNIS, MEC can capture the information about RAN conditions. The information of RAN side can be used for our radio network-aware caching and updating algorithm, and help to decide which segment of representation should be cached at the network edge. In a word, our testbed in MEC-enabled cellular networks can cache videos of different bitrates locally that is closer to users. It can help ease the pressure on the backhaul and improve the QoE of users. We test it on a real LTE MEC-enabled network with multiple users and DASH client. Firstly, the result shows that caching content at the network edge can improve the video quality and ensure users QoE. Secondly, the effect also demonstrates that our radio network-aware cache updating strategy is better than LFU in reducing the rebuffering time, and guarantees users QoE further. ACKNOWLEDGMENT This work is supported by the National Science Foundation of China (NSFC) under grant, and. REFERENCES [] G. Xylomenos et al., A Survey of Information-Centric Networking Research, IEEE Communications Surveys & Tutorials, vol., no., pp. -9, Second Quarter. [] Mobile Edge Computing - a key technology towards G. [Online]. Available: etsi wp mec a key technology towards g.pdf. [] Mobile edge computing use cases & deployment options. [Online]. Available: -en.pdf [] S. Wang, X. Zhang, Y. Zhang, L. Wang, J. Yang and W. Wang, A Survey on Mobile Edge Networks: Convergence of Computing, Caching and Communications, in IEEE Access, vol., pp. -9,. [] ISO. ISO/IEC 9-: dynamic adaptive streaming over HTTP (DASH) C Part : Media presentation description and segment formats. [Online]. Available: ics/ catalogue detail ics.htm?csnumber=. [] Z. Li et al., Probe and Adapt: Rate Adaptation for HTTP Video Streaming At Scale, IEEE Journal on Selected Areas in Communications, vol., no., pp. 9-, April. [] D. J. Vergados, A. Michalas, A. Sgora, D. D. Vergados and P. Chatzimisios, FDASH: A Fuzzy-Based MPEG/DASH Adaptation Algorithm, IEEE Systems Journal, vol., no., pp. 9-, June. [] X. Wang, M. Chen, T. Taleb, A. Ksentini and V. C. M. Leung, Cache in the air: exploiting content caching and delivery techniques for G systems, IEEE Communications Magazine, vol., no., pp. -9, February. [9] J. O. Fajardo, I. Taboada and F. Liberal, Improving content delivery efficiency through multi-layer mobile edge adaptation, IEEE Network, vol. 9, no., pp. -, Nov.-Dec.. [] C. Ge, N. Wang, S. Skillman, G. Foster, and Y. Cao, QoE-Driven DASH Video Caching and Adaptation at G Mobile Edge, in Proc. ICN. ACM,, pp. -.

Satellite Support for Enhanced Mobile Broadband Content Delivery in 5G

Satellite Support for Enhanced Mobile Broadband Content Delivery in 5G Satellite Support for Enhanced Mobile Broadband Content Delivery in 5G Ning Wang, Nivedita Nouwell, Chang Ge, Barry Evans, Yogaratnam Rahulan, Mael Boutin, Jeremy Desmauts, Konstantinos Liolis, Christos

More information

Evaluation of HTTP/DASH Adaptation Algorithms on Vehicular Networks

Evaluation of HTTP/DASH Adaptation Algorithms on Vehicular Networks Evaluation of HTTP/DASH Adaptation Algorithms on Vehicular Networks Dimitrios J. Vergados Dept. of Informatics Engineering Western Macedonia University of Applied Sciences Kastoria, Greece djvergad@gmail.com

More information

QoE-Driven Video Streaming and Video Content Caching

QoE-Driven Video Streaming and Video Content Caching CommNet2 & IcoreJoint Workshop on Content Caching & Distributed Storage for Future Communication Networks QoE-Driven Video Streaming and Video Content Caching Xiaohong Peng Adaptive Communications Networks

More information

How YouTube Performance is Improved in the T-Mobile Network. Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google

How YouTube Performance is Improved in the T-Mobile Network. Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google How YouTube Performance is Improved in the T-Mobile Network Jie Hui, Kevin Lau, Ankur Jain, Andreas Terzis, Jeff Smith T Mobile, Google Speakers Jie Hui Kevin Lau Ankur Jain Andreas Terzis Jeff Smith Executive

More information

A QoE Friendly Rate Adaptation Method for DASH

A QoE Friendly Rate Adaptation Method for DASH A QoE Friendly Rate Adaptation Method for DASH Yuming Cao 1,3, Xiaoquan You 2,3, Jia Wang 1,3, Li Song 1,3 1 Institute of Image Communication and Network Engineering, Shanghai Jiao Tong University 2 Communication

More information

Over-The-Top (OTT) Aggregation Solutions

Over-The-Top (OTT) Aggregation Solutions Over-The-Top (OTT) Aggregation Solutions Omkar Dharmadhikari, Wireless Architect odharmadhikari@cablelabscom CableLabs February 12, 2019 Agenda Introduction Why aggregation is important? Traditional Aggregation

More information

Satellite-Based Cellular Backhaul in the Era of LTE

Satellite-Based Cellular Backhaul in the Era of LTE Satellite-Based Cellular Backhaul in the Era of LTE Introduction 3 Essential Technologies for 3G/LTE Backhauling over Satellite 6 Gilat s Solution SkyEdge II-c Capricorn 7 Why Ultra-fast TDMA is the Only

More information

PhD Thesis Defense Performance Improvements in Software-defined and Virtualized Wireless Networks

PhD Thesis Defense Performance Improvements in Software-defined and Virtualized Wireless Networks PhD Thesis Defense Performance Improvements in Software-defined and Virtualized Wireless Networks Chengchao Liang Supervisor: Prof. F. Richard Yu Department of Systems and Computer Engineering Carleton

More information

The Edge: Delivering the Quality of Experience of Digital Content

The Edge: Delivering the Quality of Experience of Digital Content The Edge: Delivering the Quality of Experience of Digital Content 2016 EDITION By Conviva for EdgeConneX As video consumption evolves from single screen to multi-screen, the burden on the Internet and

More information

SECURED SOCIAL TUBE FOR VIDEO SHARING IN OSN SYSTEM

SECURED SOCIAL TUBE FOR VIDEO SHARING IN OSN SYSTEM ABSTRACT: SECURED SOCIAL TUBE FOR VIDEO SHARING IN OSN SYSTEM J.Priyanka 1, P.Rajeswari 2 II-M.E(CS) 1, H.O.D / ECE 2, Dhanalakshmi Srinivasan Engineering College, Perambalur. Recent years have witnessed

More information

An Architecture. What the MEC? for 5G

An Architecture. What the MEC? for 5G An Architecture What the MEC? for 5G What the MEC? An architecture for 5G As we stated in the first e-book in this series, the evolution from LTE to 5G will be the most profound transformation on the wireless

More information

Header Compression Capacity Calculations for Wireless Networks

Header Compression Capacity Calculations for Wireless Networks Header Compression Capacity Calculations for Wireless Networks Abstract Deployment of wireless transport in a data-centric world calls for a fresh network planning approach, requiring a balance between

More information

REAP THE BENEFITS OF 4G OVER SATELLITE

REAP THE BENEFITS OF 4G OVER SATELLITE REAP THE BENEFITS OF 4G OVER SATELLITE Introduction 4G LTE over satellite is arriving to the market at a faster pace than 2G and 3G did when they emerged. 4G carries the promise of a true mobile broadband

More information

INTERNATIONAL JOURNAL OF RESEARCH SCIENCE & MANAGEMENT

INTERNATIONAL JOURNAL OF RESEARCH SCIENCE & MANAGEMENT MOBILE OFFLOADING USING POWER BASED DECISION IN WIRELESS COMMUNICATION M.Nivethamani 1*, Soma Prathinha 2 1* PG Scholar, Student Member, IEEE, Sri Sairam Engineering College, Chennai 2 Associate Professor,

More information

QoE-Aware Resource Allocation for Adaptive Device-to-Device Video Streaming

QoE-Aware Resource Allocation for Adaptive Device-to-Device Video Streaming QoE-Aware Resource Allocation for Adaptive Device-to-Device Video Streaming Hao Zhu, Yang Cao, Wei Wang, Boxi Liu and Tao Jiang Hao Zhu, Yang Cao, Wei Wang, Boxi Liu and Tao Jiang (corresponding author)

More information

QoE-aware Traffic Shaping for HTTP Adaptive Streaming

QoE-aware Traffic Shaping for HTTP Adaptive Streaming , pp.33-44 http://dx.doi.org/10.14257/ijmue.2014.9.2.04 QoE-aware Traffic Shaping for HTTP Adaptive Streaming Xinying Liu 1 and Aidong Men 2 1,2 Beijing University of Posts and Telecommunications No.10

More information

Adaptive Video Acceleration. White Paper. 1 P a g e

Adaptive Video Acceleration. White Paper. 1 P a g e Adaptive Video Acceleration White Paper 1 P a g e Version 1.0 Veronique Phan Dir. Technical Sales July 16 th 2014 2 P a g e 1. Preface Giraffic is the enabler of Next Generation Internet TV broadcast technology

More information

Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm

Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm Mobile Cloud Multimedia Services Using Enhance Blind Online Scheduling Algorithm Saiyad Sharik Kaji Prof.M.B.Chandak WCOEM, Nagpur RBCOE. Nagpur Department of Computer Science, Nagpur University, Nagpur-441111

More information

A CONTENT-TYPE BASED EVALUATION OF WEB CACHE REPLACEMENT POLICIES

A CONTENT-TYPE BASED EVALUATION OF WEB CACHE REPLACEMENT POLICIES A CONTENT-TYPE BASED EVALUATION OF WEB CACHE REPLACEMENT POLICIES F.J. González-Cañete, E. Casilari, A. Triviño-Cabrera Department of Electronic Technology, University of Málaga, Spain University of Málaga,

More information

Very Tight Coupling between LTE and WiFi: a Practical Analysis

Very Tight Coupling between LTE and WiFi: a Practical Analysis Very Tight Coupling between LTE and WiFi: a Practical Analysis Younes Khadraoui, Xavier Lagrange, Annie Gravey To cite this version: Younes Khadraoui, Xavier Lagrange, Annie Gravey. Very Tight Coupling

More information

PeerApp Case Study. November University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs

PeerApp Case Study. November University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs PeerApp Case Study University of California, Santa Barbara, Boosts Internet Video Quality and Reduces Bandwidth Costs November 2010 Copyright 2010-2011 PeerApp Ltd. All rights reserved 1 Executive Summary

More information

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies

Page 1. Outline / Computer Networking : 1 st Generation Commercial PC/Packet Video Technologies Outline 15-441/15-641 Computer Networking Lecture 18 Internet Video Delivery Peter Steenkiste Slides by Professor Hui Zhang Background Technologies: - HTTP download - Real-time streaming - HTTP streaming

More information

Low Latency MPEG-DASH System over HTTP 2.0 and WebSocket

Low Latency MPEG-DASH System over HTTP 2.0 and WebSocket Low Latency MPEG-DASH System over HTTP 2.0 and WebSocket Xiaona Wu 1,2, Cheng Zhao 1, Rong Xie 1,2, and Li Song 1,2 1 Institute of Image Communication and Network Engineering, Shanghai Jiao Tong University

More information

Optimization of QoS in 4G Networks Using Handover Management

Optimization of QoS in 4G Networks Using Handover Management Optimization of QoS in 4G Networks Using Handover Management NAMRATA KATTI, SEEMA SHIVAPUR, VIJAYALAKSHMI M. Department of Computer Science BVBCET, Hubli namrata.katti1989@gmail.com, seems.laki@gmail.com,

More information

Survey on Concurrent Multipath Scheduling for Real Time Video Streaming in Wireless Network

Survey on Concurrent Multipath Scheduling for Real Time Video Streaming in Wireless Network RESEARCH ARTICLE Survey on Concurrent Multipath Scheduling for Real Time Video Streaming in Wireless Network Rohit Salkute 1, Prof. D.G. Vyawahare 2 1(Computer Science and Engineering, SGBAU, Amravati

More information

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES

PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES PERFORMANCE ANALYSIS FOR GPRS WITH PRIORITIZED AND NON-PRIORITIZED MOBILITY MANAGEMENT PROCEDURES Karann Chew, Rahim Tafazolli University of Surrey, United Kingdom Abstract - GPRS is part of the evolution

More information

A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology

A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology 2016 International Conference on Electronic Information Technology and Intellectualization (ICEITI 2016) ISBN: 978-1-60595-364-9 A Dynamic Adaptive Algorithm Based on HTTP Streaming Media Technology Zhufeng

More information

Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adaptive Streaming Over Multiple Wireless Access Networks

Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adaptive Streaming Over Multiple Wireless Access Networks Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adaptive Streaming Over Multiple Wireless Access Networks 1 J.P. Satheesh, 2 R. Karthikeyan 1 PG Student, 2 Assistant Professor,

More information

A Flow Label Based QoS Scheme for End-to-End Mobile Services

A Flow Label Based QoS Scheme for End-to-End Mobile Services A Flow Label Based QoS Scheme for End-to-End Mobile Services Tao Zheng, Lan Wang, Daqing Gu Orange Labs Beijing France Telecom Group Beijing, China e-mail: {tao.zheng; lan.wang; daqing.gu}@orange.com Abstract

More information

Live Streaming with Content Centric Networking

Live Streaming with Content Centric Networking 2012 Third International Conference on Networking and Distributed Computing Live Streaming with Content Centric Networking Hongfeng Xu 2,3, Zhen Chen 1,3, Rui Chen 2,3, Junwei Cao 1,3 1 Research Institute

More information

Evaluation of End-to-End TCP performance over WCDMA

Evaluation of End-to-End TCP performance over WCDMA Evaluation of End-to-End TCP performance over WCDMA Liang Hu Department of Communications, Optics & Materials Technical University of Denmark, Lyngby, Denmark Email:{lh}@com.dtu.dk Abstract this article

More information

Multi-Domain Service Optimization

Multi-Domain Service Optimization Multi-Domain Service Optimization 1. High-level summary New solutions need to be fifth-generation (5G)- and service-ready while covering the entire network along with individual network slice instances

More information

THE CACHE REPLACEMENT POLICY AND ITS SIMULATION RESULTS

THE CACHE REPLACEMENT POLICY AND ITS SIMULATION RESULTS THE CACHE REPLACEMENT POLICY AND ITS SIMULATION RESULTS 1 ZHU QIANG, 2 SUN YUQIANG 1 Zhejiang University of Media and Communications, Hangzhou 310018, P.R. China 2 Changzhou University, Changzhou 213022,

More information

A control-based algorithm for rate adaption in MPEG-DASH

A control-based algorithm for rate adaption in MPEG-DASH A control-based algorithm for rate adaption in MPEG-DASH Dimitrios J. Vergados, Angelos Michalas, Aggeliki Sgora,2, and Dimitrios D. Vergados 2 Department of Informatics Engineering, Technological Educational

More information

FEMTOCELL WITH RELAYS TO ENHANCE THE MACROCELL BACKHAUL BANDWIDTH

FEMTOCELL WITH RELAYS TO ENHANCE THE MACROCELL BACKHAUL BANDWIDTH FEMTOCELL WITH RELAYS TO ENHANCE THE MACROCELL BACKHAUL BANDWIDTH, Abstract In the future of Mobile networks it is important to implement a Femtocell at homes and to improve the domestic network. Even

More information

Cache Management for TelcoCDNs. Daphné Tuncer Department of Electronic & Electrical Engineering University College London (UK)

Cache Management for TelcoCDNs. Daphné Tuncer Department of Electronic & Electrical Engineering University College London (UK) Cache Management for TelcoCDNs Daphné Tuncer Department of Electronic & Electrical Engineering University College London (UK) d.tuncer@ee.ucl.ac.uk 06/01/2017 Agenda 1. Internet traffic: trends and evolution

More information

Internet Video Delivery. Professor Hui Zhang

Internet Video Delivery. Professor Hui Zhang 18-345 Internet Video Delivery Professor Hui Zhang 1 1990 2004: 1 st Generation Commercial PC/Packet Video Technologies Simple video playback, no support for rich app Not well integrated with Web browser

More information

Mobile Edge Computing:

Mobile Edge Computing: Mobile Edge Computing: Accelerating to 5G Era Hannu Flinck January 2016 1 Nokia 2015 Current megatrends Mobile computing, 5G and cloud computing Mobile computing Cloud computing 2 Nokia 2015 Architecture

More information

POI360 Panoramic Mobile Video Telephony over LTE Cellular Networks

POI360 Panoramic Mobile Video Telephony over LTE Cellular Networks POI360 Panoramic Mobile Video Telephony over LTE Cellular Networks Xiufeng Xie University of Michigan-Ann Arbor Xinyu Zhang University of California San Diego CoNEXT 2017 Background: 360 Video for VR 360

More information

Video-Aware Link Adaption

Video-Aware Link Adaption WHITE PAPER Video-Aware Link Adaption Enhances real-time video over LTE October 2012 InterDigital, Inc. All rights reserved. Contents 1 Executive Summary...2 2 InterDigital s Solution...4 2.1 Adaptation

More information

When ICN Meets C-RAN for HetNets: An SDN Approach C H E N C H E N Y A N G, Z H I Y O N G C H E N, B I N X I A, A N D J I A N G Z H O U W A N G

When ICN Meets C-RAN for HetNets: An SDN Approach C H E N C H E N Y A N G, Z H I Y O N G C H E N, B I N X I A, A N D J I A N G Z H O U W A N G When ICN Meets C-RAN for HetNets: An SDN Approach C H E N C H E N Y A N G, Z H I Y O N G C H E N, B I N X I A, A N D J I A N G Z H O U W A N G Motivation Mobile Internet and explosion of its applications,

More information

Macro Cell Muting Coordination for Non-Uniform Topologies in LTE-A HetNets Alvarez, Beatriz Soret; Pedersen, Klaus I.

Macro Cell Muting Coordination for Non-Uniform Topologies in LTE-A HetNets Alvarez, Beatriz Soret; Pedersen, Klaus I. Aalborg Universitet Macro Cell Muting Coordination for Non-Uniform Topologies in LTE-A HetNets Alvarez, Beatriz Soret; Pedersen, Klaus I. Published in: Vehicular Technology Conference (VTC Fall), 213 IEEE

More information

A Tale of Three CDNs

A Tale of Three CDNs A Tale of Three CDNs An Active Measurement Study of Hulu and Its CDNs Vijay K Adhikari 1, Yang Guo 2, Fang Hao 2, Volker Hilt 2, and Zhi-Li Zhang 1 1 University of Minnesota - Twin Cities 2 Bell Labs,

More information

Speed Effect on the Performance of Vertical Handover in Wifi-3G Network

Speed Effect on the Performance of Vertical Handover in Wifi-3G Network Speed Effect on the Performance of Vertical Handover in Wifi-3G Network Hassan Khalil Arab American University of Jenin Ramallah, Palestine Emails: Hassan.khalil22@gmail.com Mohammad Hamarsheh Arab American

More information

An Analysis of Handover Performance in Heterogeneous LTE Networks

An Analysis of Handover Performance in Heterogeneous LTE Networks ntwooste@sfu.ca Simon Fraser University School of Engineering Science ENSC894-G100: CommunicaBon Networks Prof. Ljiljana Trajkovic April, 2017 OUTLINE MoBvaBon Literature Review Overview of Relevant LTE

More information

Economical Energy Efficiency (E 3 ): An Advanced Performance Metric for 5G Systems

Economical Energy Efficiency (E 3 ): An Advanced Performance Metric for 5G Systems 1 Economical Energy Efficiency (E 3 ): An Advanced Performance Metric for 5G Systems Zhipeng Yan, Mugen Peng, Senior Member, IEEE, and Chonggang Wang, Senior Member, IEEE arxiv:1610.00846v1 [cs.it] 4 Oct

More information

A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks

A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks A Modified DRR-Based Non-real-time Service Scheduling Scheme in Wireless Metropolitan Networks Han-Sheng Chuang 1, Liang-Teh Lee 1 and Chen-Feng Wu 2 1 Department of Computer Science and Engineering, Tatung

More information

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada

7/27/2010 LTE-WIMAX BLOG HARISHVADADA.WORDPRESS.COM. QOS over 4G networks Harish Vadada 7/27/2010 HARISHVADADA.WORDPRESS.COM LTE-WIMAX BLOG QOS over 4G networks Harish Vadada Cellular network operators across the world have seen an explosive growth of mobile broadband usage. Traffic volume

More information

Qoe-aware adaptive bitrate video streaming over mobile networks with caching proxy

Qoe-aware adaptive bitrate video streaming over mobile networks with caching proxy University of New Brunswick From the SelectedWorks of Jun He March 30, 2015 Qoe-aware adaptive bitrate video streaming over mobile s with caching proxy Jun He, University of New Brunswick Available at:

More information

ANALYSIS OF LTE VS. WIMAX

ANALYSIS OF LTE VS. WIMAX ANALYSIS OF LTE VS. WIMAX ENSC 427, SPRING 2013, TEAM #08 NG Jackie, 301056206 (jna10@sfu.ca) ZHU Wangyi (Nick), 301159678 (wangyiz@sfu.ca) RAJARATANAM Sutharsan, 200081017 (srajara1@sfu.ca) OVERVIEW INTRODUCTION

More information

A Hierarquical MEC Architecture: Experimenting the RAVEN Use-Case

A Hierarquical MEC Architecture: Experimenting the RAVEN Use-Case A Hierarquical MEC Architecture: Experimenting the RAVEN Use-Case D. Sabella (Intel), N. Nikaein and A. Huang (Eurecom), J. Xhembulla and G. Malnati (Politectionco di Torino), S. Scarpina (Telecom Italia)

More information

Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets)

Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets) Alcatel-Lucent 9500 Microwave Packet Radio (ETSI Markets) The Alcatel-Lucent 9500 Microwave Packet Radio (MPR) provides cost-effective IP transformation for seamless microwave transport of TDM, ATM, IP

More information

Power Control Performance Evaluation for Efficiency in D2D Cellular Network

Power Control Performance Evaluation for Efficiency in D2D Cellular Network Power Control Performance Evaluation for Efficiency in D2D Cellular Network Soo Hyeong Kang, Jeong Gon Kim* Department of Electronic Engineering, Korea Polytechnic University, Siheung Si, Gyeonggi Do,

More information

Data Driven Networks

Data Driven Networks Data Driven Networks Is it possible for to Learn the control planes of networks and applications? Operators specify what they want, and the system learns how to deliver CAN WE LEARN THE CONTROL PLANE OF

More information

Quality of Experience-Centric Management of Adaptive Video Streaming Services: Status and Challenges

Quality of Experience-Centric Management of Adaptive Video Streaming Services: Status and Challenges Quality of Experience-Centric Management of Adaptive Video Streaming Services: Status and Challenges STEFANO PETRANGELI, JEROEN VAN DER HOOFT, TIM WAUTERS, and FILIP DE TURCK, Ghent University - imec,

More information

Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures

Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures Interference Mitigation Using Dynamic Frequency Re-use for Dense Femtocell Network Architectures Mostafa Zaman Chowdhury, Yeong Min Jang, and Zygmunt J. Haas * Department of Electronics Engineering, Kookmin

More information

LTE Wi-Fi Aggregation Assessing OTT Solutions

LTE Wi-Fi Aggregation Assessing OTT Solutions February 2019 LTE Wi-Fi Aggregation Assessing OTT Solutions Omkar Dharmadhikari, Wireless Architect o.dharmadhikari@cablelabs.com Mark Poletti, Director of R&D Wireless m.poletti@cablelabs.com Executive

More information

A priority based dynamic bandwidth scheduling in SDN networks 1

A priority based dynamic bandwidth scheduling in SDN networks 1 Acta Technica 62 No. 2A/2017, 445 454 c 2017 Institute of Thermomechanics CAS, v.v.i. A priority based dynamic bandwidth scheduling in SDN networks 1 Zun Wang 2 Abstract. In order to solve the problems

More information

Empirical Study of Mobility effect on IEEE MAC protocol for Mobile Ad- Hoc Networks

Empirical Study of Mobility effect on IEEE MAC protocol for Mobile Ad- Hoc Networks Empirical Study of Mobility effect on IEEE 802.11 MAC protocol for Mobile Ad- Hoc Networks Mojtaba Razfar and Jane Dong mrazfar, jdong2@calstatela.edu Department of Electrical and computer Engineering

More information

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network Improving the Data Scheduling Efficiency of the IEEE 802.16(d) Mesh Network Shie-Yuan Wang Email: shieyuan@csie.nctu.edu.tw Chih-Che Lin Email: jclin@csie.nctu.edu.tw Ku-Han Fang Email: khfang@csie.nctu.edu.tw

More information

Paper survey related with web/app performance optimization and MEC. Youngseok Lee

Paper survey related with web/app performance optimization and MEC. Youngseok Lee Paper survey related with web/app performance optimization and MEC Youngseok Lee lee@cnu.ac.kr cnu.lee@ucdavis.edu 1 1. Mobile Edge Computing: A Survey, in IEEE Internet of Things Journal, vol. 5, no.

More information

Performance Analysis for Channel Utilization in Wireless LAN

Performance Analysis for Channel Utilization in Wireless LAN Performance Analysis for Channel Utilization in Wireless LAN Shweta Singh Naresh Chandra Arun Kumar Tripathi ABSTRACT Wireless network plays an important role in field of communication. Now a days people

More information

Progress Report of NTT DOCOMO LTE Trials January 26, 2009 Takehiro Nakamura NTT DOCOMO

Progress Report of NTT DOCOMO LTE Trials January 26, 2009 Takehiro Nakamura NTT DOCOMO ATIS-3GPP LTE Conference January 26, 2009 Progress Report of NTT DOCOMO LTE Trials January 26, 2009 NTT DOCOMO LTE History and Status in 3GPP 2004 2005 2006 2007 2008 4 Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 Q3

More information

Open ContEnt Aware Networks

Open ContEnt Aware Networks Open ContEnt Aware Networks Nathalie Amann, Yann Levené Orange Labs Workshop "Optimization of Network Resources for Content Access and Delivery September 6 th, 2012 www.ict-ocean.eu V.2004-10-01 Agenda

More information

SENSE AND CACHE A NOVEL CACHING SCHEME FOR MOBILE USERS IN A CELLULAR NETWORK

SENSE AND CACHE A NOVEL CACHING SCHEME FOR MOBILE USERS IN A CELLULAR NETWORK SENSE AND CACHE A NOVEL CACHING SCHEME FOR MOBILE USERS IN A CELLULAR NETWORK C.MALA 1, S.SELVAKUMAR 2 Department of Computer science and Engineering National Institute of technology, Tiruchirappalli,

More information

OpenCache. A Platform for Efficient Video Delivery. Matthew Broadbent. 1 st Year PhD Student

OpenCache. A Platform for Efficient Video Delivery. Matthew Broadbent. 1 st Year PhD Student OpenCache A Platform for Efficient Video Delivery Matthew Broadbent 1 st Year PhD Student Motivation Consumption of video content on the Internet is constantly expanding Video-on-demand is an ever greater

More information

Analyzing Cacheable Traffic in ISP Access Networks for Micro CDN applications via Content-Centric Networking

Analyzing Cacheable Traffic in ISP Access Networks for Micro CDN applications via Content-Centric Networking Analyzing Cacheable Traffic in ISP Access Networks for Micro CDN applications via Content-Centric Networking Claudio Imbrenda Luca Muscariello Orange Labs Dario Rossi Telecom ParisTech Outline Motivation

More information

A Proxy-assisted DASH Live Streaming Scheme

A Proxy-assisted DASH Live Streaming Scheme A Proxy-assisted DASH Live Streaming Scheme Cheng Zhao 1, Li Song 1,2, Da Huo 1, Rong Xie 1,2, Nam Ling 3 1 Institute of Image Communication and Network Engineering, Shanghai Jiao Tong University 2 Cooperative

More information

MULTIMEDIA PROXY CACHING FOR VIDEO STREAMING APPLICATIONS.

MULTIMEDIA PROXY CACHING FOR VIDEO STREAMING APPLICATIONS. MULTIMEDIA PROXY CACHING FOR VIDEO STREAMING APPLICATIONS. Radhika R Dept. of Electrical Engineering, IISc, Bangalore. radhika@ee.iisc.ernet.in Lawrence Jenkins Dept. of Electrical Engineering, IISc, Bangalore.

More information

Guaranteeing Video Quality

Guaranteeing Video Quality Guaranteeing Video Quality in IP Delivery Systems By Göran Appelquist, Ph.D., Chief Technology Officer, Edgeware AB This article explores some of the challenges and solutions for operators to guarantee

More information

An efficient trigger to improve intra-wifi handover performance

An efficient trigger to improve intra-wifi handover performance An efficient trigger to improve intra-wifi handover performance Roberta Fracchia, Guillaume Vivier Motorola Labs, Parc les Algorithmes, Saint-Aubin, 91193 Gif-sur-Yvette, France Abstract Seamless mobility

More information

Data Driven Networks. Sachin Katti

Data Driven Networks. Sachin Katti Data Driven Networks Sachin Katti Is it possible for to Learn the control planes of networks and applications? Operators specify what they want, and the system learns how to deliver CAN WE LEARN THE CONTROL

More information

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION

LTE CONVERGED GATEWAY IP FLOW MOBILITY SOLUTION LTE CONVERGED GATEWAY FLOW MOBILITY SOLUTION John Cartmell InterDigital Melville, New York, USA john.cartmell@interdigital.com ABSTRACT Flow Mobility (IFOM) is a feature defined in the 3GPP standards.

More information

irtc: Live Broadcasting

irtc: Live Broadcasting 1 irtc: Live Broadcasting Delivering ultra-low-latency media at massive scale with LiveSwitch and WebRTC Introduction In the early days of the Internet and personal computing, it wasn t uncommon to wait

More information

COOCHING: Cooperative Prefetching Strategy for P2P Video-on-Demand System

COOCHING: Cooperative Prefetching Strategy for P2P Video-on-Demand System COOCHING: Cooperative Prefetching Strategy for P2P Video-on-Demand System Ubaid Abbasi and Toufik Ahmed CNRS abri ab. University of Bordeaux 1 351 Cours de la ibération, Talence Cedex 33405 France {abbasi,

More information

Transparent Edge Gateway for Mobile Networks

Transparent Edge Gateway for Mobile Networks Transparent Edge Gateway for Mobile Networks Ashkan Aghdai *, Mark Huang, David Dai, Yang Xu *, and Jonathan Chao * * NYU Tandon School of Engineering Huawei Technologies 1st P4 European Workshop (P4EU)

More information

Coordinating Handover Parameter Optimization and Load Balancing in LTE Self-Optimizing Networks

Coordinating Handover Parameter Optimization and Load Balancing in LTE Self-Optimizing Networks Coordinating Handover Parameter Optimization and Load Balancing in LTE Self-Optimizing Networks Andreas Lobinger, Szymon Stefanski, Thomas Jansen, Irina Balan Nokia Siemens Networks, München, Germany,

More information

P3 Insights Separate T-Mobile Binge On Fact from Fiction

P3 Insights Separate T-Mobile Binge On Fact from Fiction P3 Insights Separate T-Mobile Binge On Fact from Fiction P3 Group s Analysis of Crowdsourced Data Reveals Unlimited Mobile Video Plans Can Result in Win-Win-Win for Carriers, Consumers and Content Providers

More information

QoE Congestion Management With Allot QualityProtector

QoE Congestion Management With Allot QualityProtector Solution Brief QoE Congestion Management With Allot QualityProtector 2017 Allot Communications Ltd. All rights reserved. Allot Communications, Sigma, NetEnforcer and the Allot logo are trademarks of Allot

More information

Mobile Network Congestion Management

Mobile Network Congestion Management SOLUTIONS BRIEF SOLUTIONS CASE STUDY BRIEF Mobile Network Congestion Management INTRODUCTION This document summarises the Procera strategy towards congestion management methods for mobile networks. The

More information

Reliable Mobile IP Multicast Based on Hierarchical Local Registration

Reliable Mobile IP Multicast Based on Hierarchical Local Registration Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Reliable Mobile IP Multicast Based on Hierarchical Local Registration Huanming ZHANG, * Quanlong GUAN, Zi Zhao ZHU, Weiqi

More information

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks

Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Impact of End-to-end QoS Connectivity on the Performance of Remote Wireless Local Networks Veselin Rakocevic School of Engineering and Mathematical Sciences City University London EC1V HB, UK V.Rakocevic@city.ac.uk

More information

QoS Featured Wireless Virtualization based on Hardware

QoS Featured Wireless Virtualization based on Hardware QoS Featured Wireless Virtualization based on 802.11 Hardware Cong Wang and Michael Zink Department of Electrical and Computer Engineering University of Massachusetts, Amherst, MA 01003 {cwang, zink} @ecs.umass.edu

More information

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated

MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV. Thomas Stockhammer Qualcomm Incorporated MPEG's Dynamic Adaptive Streaming over HTTP - An Enabling Standard for Internet TV Thomas Stockhammer Qualcomm Incorporated ABSTRACT Internet video is experiencing a dramatic growth in both fixed and mobile

More information

A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network

A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network A Comparative study of On-Demand Data Delivery with Tables Driven and On-Demand Protocols for Mobile Ad-Hoc Network Humayun Bakht Research Fellow, London School of Commerce, United Kingdom humayunbakht@yahoo.co.uk

More information

5G NextGen Network InterDigital, Inc. All rights Reserved.

5G NextGen Network InterDigital, Inc. All rights Reserved. 5G NextGen Network 1 2016 InterDigital, Inc. All rights Reserved. Services: the evolution to the smarter, living network 5G will deliver next level of experience and enabling business models Wave 1 (Voice)

More information

Chunyan Wang Electrical and Computer Engineering Dept. National University of Singapore

Chunyan Wang Electrical and Computer Engineering Dept. National University of Singapore Chunyan Wang Electrical and Computer Engineering Dept. engp9598@nus.edu.sg A Framework of Integrating Network QoS and End System QoS Chen Khong Tham Electrical and Computer Engineering Dept. eletck@nus.edu.sg

More information

A Survey on Mobile Edge Networks: Convergence of Computing, Caching and Communications

A Survey on Mobile Edge Networks: Convergence of Computing, Caching and Communications SPECIAL SECTION ON SECURITY ANALYTICS AND INTELLIGENCE FOR CYBER PHYSICAL SYSTEMS Received February 19, 2017, accepted March 9, 2017, date of publication March 21, 2017, date of current version June 7,

More information

WarpTCP WHITE PAPER. Technology Overview. networks. -Improving the way the world connects -

WarpTCP WHITE PAPER. Technology Overview. networks. -Improving the way the world connects - WarpTCP WHITE PAPER Technology Overview -Improving the way the world connects - WarpTCP - Attacking the Root Cause TCP throughput reduction is often the bottleneck that causes data to move at slow speed.

More information

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Guangyan Huang 1, Xiaowei Li 1, and Jing He 1 Advanced Test Technology Lab., Institute of Computing Technology, Chinese

More information

Naresh Soni CTO, InterDigital

Naresh Soni CTO, InterDigital March 5, 2012 WTC 2012 Challenges and Innovations in LTE Deployment Naresh Soni CTO, InterDigital Agenda InterDigital Overview Key Trends Key Challenges in LTE Innovative Solutions for LTE Deployment Summary

More information

November 2017 WebRTC for Live Media and Broadcast Second screen and CDN traffic optimization. Author: Jesús Oliva Founder & Media Lead Architect

November 2017 WebRTC for Live Media and Broadcast Second screen and CDN traffic optimization. Author: Jesús Oliva Founder & Media Lead Architect November 2017 WebRTC for Live Media and Broadcast Second screen and CDN traffic optimization Author: Jesús Oliva Founder & Media Lead Architect Introduction It is not a surprise if we say browsers are

More information

Whitepaper. Building Unicast IPTV services leveraging OTT streaming technology and adaptive streaming. Fraunhofer FOKUS & Zattoo

Whitepaper. Building Unicast IPTV services leveraging OTT streaming technology and adaptive streaming. Fraunhofer FOKUS & Zattoo Whitepaper Building Unicast IPTV services leveraging OTT streaming technology and adaptive streaming Fraunhofer FOKUS & Zattoo May 19th 2014 Motivation Internet delivered Video is at the tipping point

More information

All about the user with U-vMOS

All about the user with U-vMOS Industry Perspectives All about the user with U-vMOS Huawei's U-vMOS is an E2E mobile video solution for measuring, planning, and optimizing viewing It helps operators build video-centric mobile broadband

More information

Fog Computing Based Radio Access Networks: Issues and Challenges

Fog Computing Based Radio Access Networks: Issues and Challenges Fog Computing Based Radio Access Networks: Issues and Challenges Mugen Peng and Zhongyuan Zhao ({pmg, zyzhao}@bupt.edu.cn) Beijing University of Posts & Telecommunications 2015.10.29 1 Outline Background

More information

QoS-Aware IPTV Routing Algorithms

QoS-Aware IPTV Routing Algorithms QoS-Aware IPTV Routing Algorithms Patrick McDonagh, Philip Perry, Liam Murphy. School of Computer Science and Informatics, University College Dublin, Belfield, Dublin 4. {patrick.mcdonagh, philip.perry,

More information

Simulation Research on Ran-Assisted WLAN Offloading Scheme

Simulation Research on Ran-Assisted WLAN Offloading Scheme Int. J. Communications, Network and System Sciences, 2017, 10, 324-332 http://www.scirp.org/journal/ijcns ISSN Online: 1913-3723 ISSN Print: 1913-3715 Simulation Research on Ran-Assisted WLAN Offloading

More information

LTE multi-cellular system in urban environment: inter-cell interference Impact on the Downlink radio transmission

LTE multi-cellular system in urban environment: inter-cell interference Impact on the Downlink radio transmission LTE multi-cellular system in urban environment: inter-cell interference Impact on the Downlink radio transmission Younes BALBOUL Signals, Systems and Components Lab Faculty of Science and Technology, Fez,

More information

Multi-path Forward Error Correction Control Scheme with Path Interleaving

Multi-path Forward Error Correction Control Scheme with Path Interleaving Multi-path Forward Error Correction Control Scheme with Path Interleaving Ming-Fong Tsai, Chun-Yi Kuo, Chun-Nan Kuo and Ce-Kuen Shieh Department of Electrical Engineering, National Cheng Kung University,

More information

DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS

DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS Research Article DELIVERING MULTIMEDIA CONTENT FOR THE FUTURE GENERATION MOBILE NETWORKS S. Swarna Parvathi, Dr. K. S. Eswarakumar Address for Correspondence S. Swarna Parvathi, PhD Scholar Department

More information