A Study on Proxy Caching Methods for Multimedia Streaming

Size: px
Start display at page:

Download "A Study on Proxy Caching Methods for Multimedia Streaming"

Transcription

1 International Journal of Applied Engineering Research ISSN Volume 10, Number 2 (2015) pp Research India Publications A Study on Proxy Caching Methods for Multimedia Streaming Ponnusamy S. P. Professor, Department of Computer Applications, Adhiparasakthi Engineering College, Melmaruvathur, Tamilnadu, , India Spponns2k1@rediffmail.com Abstract In recent years, the Internet users are very much interested on watching videos in the areas of news, sports, education, agriculture, games, etc.,. Hence, it is essential to focus on multimedia streaming. The streaming of multimedia has been a big challenge since the size is very large and it requires high bandwidth between an origin server and local clients, to provide best Quality of Service (QoS). To avoid excessive bandwidth consumption and reduce traffic in the network, Proxy Caching schemes are developed to deliver the cached content directly to the client and fetch the noncached content at the same time from the origin server. To create more research thrust on this area for the researchers, we have made a survey on various proxy caching methodologies for multimedia streaming. In this paper, different categories of proxy caching methods are discussed such as scalable, nonscalable, cooperative and random seek support caching based on the environment, QoS, latency and dynamic seek. Index Terms Multimedia Streaming, Proxy Caching, Cooperative Caching, Quality of Service, Cache Replacement. Introduction The explosive growth of Internet and its various applications recently multimedia applications like Video on Demand (VoD), live games, movies, online tutorials, webinars, live sports is also increasing. This kind of multimedia streaming is challengeable to network service providers due to the requirement of high bit rate data transfer and long playback with good QoS. The high bit rate multimedia streaming has increased the Internet traffic, huge consumption of bandwidth, and maximum latency between clients and server.

2 4974 Ponnusamy S. P. The streaming media can be delivered to the user in different ways, such as using streaming protocols, using Content Delivery Networks (CDN) and using proxy caching. The CDNs are replicated with Medias and placed nearest to the users. CDNs are complex with respect to the environment, many distributed components collaborating to deliver video content across different network nodes. The implementation of a CDN is highly expensive and difficult to replicate the content in all the places. The replication of CDN servers needs to be coordinated and synchronized to provide the same content and QoS to any client. Thus, the research is focused on proxy caching to deliver the VoD to clients. The major problems of CDN lead to develop proxy caching schemes to deliver multimedia streaming to the clients with least delay. To reduce client perceived access latencies as well as server/network loads, an effective means is to cache frequently used data on proxy server closer to clients. Caching schemes are developed and implemented to reduce the traffic congestion and the latency. Caches reduce latency by responding to the user requests from a closer location compared to the original servers. They also reduce the network traffic, since each object is requested from the original server only once (during lifetime of the object), after which the cache satisfies all future requests for the same object. Another advantage of proxy caching is the rapid deployment of content. As the proxy servers get widely deployed, the content providers distribute their information through these caches. The caching can be divided into three categories such as client side, server side and proxy caching according to the location of the caches. The client side caches store the most popular contents on the client s computer normally done by browser. The server side caching used to reduce the overload of the server. In this, an accelerator cache is located in front of one or more web servers. If the requested object is found in the cache, the accelerator returns the object; otherwise the request is routed to a back end (origin) server. Both client side and server side caching provide little help in alleviating the Internet congestion and server load. For this reason, a third type of caching, the proxy caching is introduced. The proxy server is implemented by the content providers, the enterprises or the Internet Service Providers (ISP) to reduce the network bandwidth without degrading the performance. Initial proxy servers were implemented and acted as the mirrors of the origin servers, where complete content was replicated. Now days, the proxy server cache the popular objects partially. In order to provide certain qualities in media streaming, the proxy server should fulfill the parameters such as fast access, transparency, scalability, efficiency, adaptability, and simplicity. Proxy Caching Environment and Architecture The proxy caching environments is classified into two types based on the client types and network connection. They are homogenous or non scalable environment and heterogeneous or scalable environment.

3 A Study on Proxy Caching Methods for Multimedia Streaming 4975 Homogeneous Environment In homogenous network environment, same type or equivalent capacity clients are connected to the network as shown in Fig. 1.(a). So, the media server keeps a single quality of video with same frame size and frame rate and called as constant bit rate streaming. It is served to all client requests through proxy caching. The main requirement for this environment is all clients must have sufficient bandwidth and processing power. The advantages of this environment are less complex on processing the videos, require less storage space and simple media delivery to clients. Heterogeneous Environment In heterogeneous network environment, different type of clients are connected to the network as shown in Fig. 1.(b) in terms of display size, processing power and bandwidth between proxies to clients. So, the media server keeps a different quality of videos in terms of video sizes, qualities and frame rates to meet different client requests. The multiple versions of single video need to be stored individually on the media server and cached in the proxy server also. It makes more storage consumption in both places. To avoid this, layered encoded video schemes and transcoding enabled proxy caching schemes are developed. (a). Homogenous Environment Low Display Size Low Processing Power Good Display Size Good Processing Power Normal Bandwidth (b) Heterogeneous Environment Figure 1. Proxy Caching Environment High Display Size High Processing Power Good Bandwidth

4 4976 Ponnusamy S. P. In layered encoding, a video is prepared as various layers to meet the different client capacities. The proxy server identifies the client capacity and delivers the exact quality video. In the transcoding enabled proxy, the proxy transcode the requested (and possibly cached) video into an appropriate format and delivers it to the user. The advantage of these schemes is the clients are received the matched quality of videos at all times. However, in other side, the schemes have many challenges such as complexity of processing the videos, more storage space and complexity in media delivery to clients. Proxy Cache Architecture Types To realize many of the properties of a proxy server, the proxy caching designs usually include the possibility for the proxy server to interconnect. The different architectures are determined based on how information is exchanged between the nodes and how they are laid out in the network. The proxy caching architecture is classified as follows: 1) A standalone proxy caching architecture is caching the videos independently and served to the nearby clients. It directly contacts the media sever in case the requested content is not cached. The advantage of this system is very simple to implement but reduces the network load considerably. 2) A Hierarchical proxy caching architecture divides the caching in various levels. A request will traverse up the hierarchy until the requested content is found; the response will then traverse back down the hierarchy, leaving a copy of the content at each subsequent level along the path. The drawbacks of this architectural scheme are that many replicas of objects are left down through the hierarchy. Also higher level caches become key access points that might go down or become bottlenecks. Lastly, a negative effect is that processing delay is added at each level of the hierarchy. 3) Distributed or Cooperative caching only operate with one level of caches. These caches distribute meta information on where to fetch cache misses. The distribution of the meta information may be hierarchical, but fetching a cached object is only done within the same level. This model may experience high connection times and high bandwidth usage when used in large scale. System Architectures The proxies have own storage space and keeps the copies of the recently requested objects and have higher bandwidth connection to origin server. A proxy server should have some units such as cache storage, cache analyzer, stream fetcher to achieve the proper caching scheme, transfer the media to clients and fetching the uncached parts of media from the origin server. The Fig. 2 shows the internal architecture of a proxy server. The cache storage unit keeps portions of the cached objects. The cache analyzer unit determines which portion of the object to be cached based on the proxy caching mechanism used. It also checks whether the user requested part is available in the cache or not. If the part is available, send it to the client; otherwise inform the unavailability of the portion to the stream fetcher unit. The stream fetcher unit fetches

5 A Study on Proxy Caching Methods for Multimedia Streaming 4977 the uncached portion from the media server sends to cache storage or directly send to clients via the cache analyzer unit. When a client requests for an object, the proxy server verifies whether the object is in cache, called Hit, and then the proxy returns the cached object to the client. If the object is in the cache but it is not valid, fetch the object from the origin server and send the object to the client. If the object required by the client is not cached, called Miss, the proxy server has to look for it in the origin server, fetch it and deliver. Figure 2. System Architecture Streaming media could also benefit significant performance improvement from proxy caching, given its static nature in content and highly localized access interests. Some important and unique features of streaming media are listed with their implications in the proxy cache design [1]. 1) Huge size of the media 2) Reduce client latency 3) Intensive bandwidth use by reduction of traffic 4) High interactivity provided like VCR functions 5) Reduced load on the server 6) Reduced Cost to Internet Service Providers The media object has a high data rate and longer playback duration, combined to yield a huge data volume. Caching the object entirely at a proxy is clearly impractical, as several such large streams would exhaust the capacity of the cache. One solution is to cache only portions of an object. Consequently, to cache which portions of which objects have to be carefully managed, such that the benefit of caching outweighs the synchronization overhead of the joint delivery. The Fig. 3.a illustrates that more bandwidth consumption between web clients and media servers when no proxy server has used. The Fig. 3.b illustrates that bandwidth consumption is reduced by placing a proxy server between web clients and media servers.

6 4978 Ponnusamy S. P. (a). Bandwidth consumption without proxy server (b). Bandwidth consumption with proxy server Figure 3. Bandwidth consumption between web clients and media servers Performance Metrics The performance of the proxy caching is determined by various primary metrics such as startup latency, proxy jitter, cache space consumption and byte hit ratio. 1) Startup latency is defined as the time required sending the request and fetching the requested video objects from the server and starting play. 2) Byte hit ratio is defined as the percentage of requested bytes that can be served from proxy caches. 3) Cache space consumption is defined as the amount of cache space used for an object in the proxy server. 4) Random seek is defined as the user can seek any location from any location randomly in the media player to watch the video at any time. 5) Cache space optimization is defined as the freeing the cache space for caching new objects when the cache space is drained using cache replacement policies. In addition to the primary metrics, some additional metrics such as random seek support and cache replacement policies have to be considered to increase the

7 A Study on Proxy Caching Methods for Multimedia Streaming 4979 performance of the proxy caching. Normally a proxy server caches the parts of the objects in the cache to reduce the startup latency, because, the proxy server is closer to the clients. If the user is allowed for random seeks, the user can jump into any location and the proxy server must immediately deliver the content from the current hit location to the client. So, it is very essential to predict the user access pattern and applying the caching scheme accordingly. To meet the all the user random seek, the proxy server has to cache more parts of the object. Due to this, the startup latency is reduced and byte hit ratio also increased. But, it consumes more cache space which allowed minimum objects in the proxy server. So, it is necessary to find the optimum caching mechanism to consume less cache space. It can be achieved by the popularity based segment caching, but it is a challenging task for the new objects. However, the admission of more objects in the proxy cache drains the proxy cache space even the optimum caching mechanism is adopted. To overcome this limitation, cache replacement techniques are applied to remove the unwanted cached video objects from the proxy server. The proxy caching schemes for multimedia objects can be classified into two broad categories such as the scalable proxy caching approach and the nonscalable proxy caching approach. The selection of the exact proxy caching is based on the client s properties such as display size, processing power, existing bandwidth and current network traffic. Scalable Proxy Caching The scalable proxy caching approach is developed to support heterogeneous environments. In the heterogeneous environment, the bandwidth of access networks, the client s access model, the access pattern, and the network bandwidth for a given link vary greatly from time to time. So, the proxy server must handle variable bit rate streams of the same multimedia object based on network bandwidth requirements. Many proxy caching schemes are developed to support scalable proxy caching schemes in heterogeneous environments. The scalable proxy caching scheme divided into three categories such as QoS adaptive proxy caching layered encoding proxy caching and transcoding enabled proxy caching. QoS adaptive Caching It is developed to meet the characteristics and request patterns of different types of media, and the varying network conditions of client to proxy and proxy to the media server. In this type of caching, both media server and proxy server must keep multiple QoS versions of media objects in terms of frame rate, display size and qualities. The appropriate version of the object is selected and served based on the current network conditions of clients. Reza Rejaie et al developed Mocha [2], a quality adaptive multimedia proxy cache for Internet streaming on top of Squid. Mocha caches popular streams and adaptively adjusts the quality of cached streams based on the stream popularity and available bandwidth to the interested clients. Fang Yu [3] et al proposed a QoS adaptive caching scheme for mixed media. The scheme enlarges the size of the cached part of

8 4980 Ponnusamy S. P. the media with high hit ratio and decrease the one with high miss ratio after periodical interval. Layered Encoded Caching The layered encoded caching is developed based on a layered encoding of the data, that is, the video object is split into several layers. The most significant layer, called the base layer, contains data representing the most important features of the object, whereas additional layers, called enhancement layers, contain data that refine the quality. The higher the layer is from the base, the more fine grained is the quality. Layered caching usually caches the lower layers, as they are relevant to all clients requesting the object. Bhofeng Liu [4] et al and Reza Rejaie [5] et al developed a layered encoding video based on popularity of segments. Niu Xianlong [6] et al presented a cache scheduling scheme based on layered coding VoD system. Data is organized as base layer units and enhancement layer units in the local cache, which are used as units for caching and replacing. Transcoding Enabled Caching (TeC) The TeC is maintaining a single video object and providing an appropriate video format to the heterogeneous clients using the attached transcoding unit in the proxy server. The transcoding unit converts the constant bit rate videos into variable bit rate videos. One potential advantage of TeC is that the origin server need not keep or generate different bit rate versions. Moreover, heterogeneous clients with various network conditions will receive videos that are suited to their capabilities, as content adaptation is more appropriately done at the proxy server. Bo Shen [7] et al developed caching strategies in transcoding enabled proxy systems for streaming media distribution networks. The scheme has three caching algorithms for TeC which take into account that variant of the same video. The first two algorithms cache at the most one version of a video object. They operate differently when a user requests a video version that is coded at a lower bit rate than the one cached in the proxy. The third algorithm may cache multiple versions of the same video object to reduce the processing load at the transcoder. Yoohyun Park [8] et al proposed a hybrid segment based transcoding proxy caching of multimedia streams. In this proposal, it is assumed that an object has multiple versions at variable bitrates. Non Scalable Proxy Caching The majority of the current multimedia content on the Internet is coded in nonscalable, single layered format due to the implementation complexity of scalable and transcoding techniques on the proxy server. The nonscalable approach requires the proxy server to handle single bit rate or single layered streams. The nonscalable stream is encoded using a traditional video coder as a single layer. That is, the whole single layer stream is needed by the receiver to decode it, since the nonscalable stream is not partially decodable. Nonscalable streams provide high coding efficiency, but offer limited support for receivers with heterogeneous processing, screen, and

9 A Study on Proxy Caching Methods for Multimedia Streaming 4981 bandwidth capacities. The nonscalable proxy caching is classified into sliding interval caching, prefix caching, segment caching, popularity based proxy caching. Prefix Caching The prefix caching methodologies cache the start of an object, called the prefix. When serving a request, the proxy immediately deliverers the prefix to the client and, meanwhile, fetches the rest of the object, called the suffix from the server [9]. When using prefix caching the size of the prefix is chosen based on available resources and optimization objectives. It can significantly reduce the start up latency of a stream, but it does not reduce the network load or server load to some extent and does not support random seek. Figure 4. Prefix/Suffix parts of a video segment [9] Dongliang Guan [10] developed optimal prefix cache allocation which is calculated approximately in direct proportion to the square root of the video s total length. Li Zhu [11] et al presented a prefix Proxy Caching used the bandwidth skimming scheme to deliver video streams and each client can receive data from maximum two streams at the same time. Dakshayini M [12-13] et al proposed a prefix caching scheme in which the size of prefix to be cached at proxy server are determined based on the frequency of user requests to any video. Wei Tu [14], Lian Shen [15] proposed a prefix segment mechanism for a flexible starting point. The size of the prefix is adjusted to the round trip time and the transmission capacity between the remote server and the proxy. The size of the prefix is always less than or equal to suffix. The prefix algorithms are used the traffic, popularity and size of the videos to determine the size of the prefix to be cached for a video. Segment Caching This is a generalization of prefix caching. It partitions a media object into a series of segments and set different caching values on each segment. Usually, the first few segments are viewed at initial than those at the end, as they may be prefetched. However, if the media object is popular enough, it should also be possible to cache the later segments in a stream. If the popularity of an object decreases the proxy may discard a large block of the object, but it have the possibility of leaving the first segments, for example, the prefix of the object. This approach has about the nearly the same savings on start up latency and network load as prefix caching. The segmentation is classified into uniform segmentation, exponential segmentation, sky

10 4982 Ponnusamy S. P. scrapper segmentation, hybrid segmentation and dynamic segmentation. In uniform segmentation, objects are segmented according to a uniform length as shown in Fig. 5. Figure 5. Fixed segment structure Kun-Lung Wu [16] et al studied three media segmentation approaches to proxy caching: fixed, pyramid, and skyscraper. Songqing Chen [17] et al developed a segment based proxy caching which adopted an active prefetching method along with segment caching. Songqing Chen [18] et al designed and implemented a segment based streaming media proxy, called SProxy. James Z. Wang [19] developed a Fragmental Proxy Caching (FPC) for streaming multimedia objects by divinding the objects into tiny fragments than segments and caching the prefix part in uniform manner. Ponnusamy SP [20] et al developed HPProxy caching method in which the objects the divided using the hot points and the size of the caching of sector is determined based on the sublevel hot point values. The caching methods in [18-20] used the uniform segmentation and constant caching methods. Wei Tu [14] et al, Xiaoling Li [21] et al, and Lei Guo [22] et al proposed a dynamic segment based caching algorithm which adjusted the segment size according to its hitting rate and popularity of the objects. Songqing Chen [23] et al proposed an adaptive and lazy segmentation based proxy caching which delayed the segmentation as late as possible and determined the segment length based on the client access behaviours in real time. Popularity Based Proxy Caching It is a generalization of the segment caching dynamic. The portion of the segments is cached variably depends on the popularity of the segments. The popularity is determined using the number of times the user viewed over a period of time. Most popular segments cache more portion and poor popular segments cache minimum portion in the proxy cache. This caching scheme reduces startup latency than the prefix and segment caching. The challenging task is maintaining the popularity at segment level and this scheme is applicable to older objects, because the popularity can be obtained after some period of time from the initial loading time. Dakshayini M [13] et al, Jiang Yu [24-25], Beomgu Kang [26] et al, and GopalaKrishnan Nair T R [27] et al proposed popularity caching algorithms based on the popularity of the segments. The popularity of the segments is calculated separately for each segment is collectively for the entire objects. The segment based maintains the segments with high popularity for longer time in the cache, but it is complete to keep and count the popularity of the each segment in an object. The collective popularity based algorithm caches more segment part when the popularity increases. The popularity based caching algorithms either calculates the popularity from the

11 A Study on Proxy Caching Methods for Multimedia Streaming 4983 zero level and keep increasing when more hits exists on the segments or estimated the internal popularity of each video based on k-transformed Zipf-like model [28-29] and chosen the appropriate segments to cache As a summary, the nonscalable proxy caching methods are very easy to implement at proxy server due to the nature of single layered CBR videos. The proxy jitter is very low and complexity of caching process is very less. It is also easy to main the popularity of segments in the proxy server and in the origin server and applying the cache replacement policies on the objects also easy. Cooperative Proxy Caching The cooperative proxy caching schemes [9] [12], [30-33] are introduced to utilize the cache space effectively, reduce the bandwidth consumption and latency. The media objects are segmented into equal sized segments and stored across multiple proxies, where they can be replaced at a granularity of a segment. There are several local proxies called as home proxies responsible to answer client requests by locating and relaying the segments. The cooperative proxy caching schemes are used to cache the segments either in cooperated proxies or both client and proxies [33] and illustrated in Fig. 6. The major challenges in these schemes are to allocate appropriate cache space in the proxies and to find the corresponding proxy which cached the segments. The client storage space is also used to cache in addition to proxy caching system. These schemes increased the additional responsibility to the clients to extend the cache allocation and lookup process at the client level and proxy level. Figure 6. Cooperative proxy caching without use of client storage[33] The overhead for the proxy cooperation system is determined by three separate cache functions such as discovery, dissemination, and delivery. Discovery refers to how a proxy locates cached objects. Dissemination is the process of selecting which objects are to be cached and transferring those objects from the origin servers to the caches. Delivery defines how objects are delivered from the caching system to the

12 4984 Ponnusamy S. P. client at the time of the request. Alan T.S. Ip [9] et al, Zeng Zeng [30] et al and Cehn- Lung Chan [31] et al provided the prefix/suffix based copartive proxy caching whereas M. Dakshayini [32] et al and Yoshiaki Taniguchi [33] et al QoS support cooperative proxy caching. These schemes proved that well recognized proxies grouped together can achieve better performance than independent standalone proxies. Cooperating proxies must trust that the objects they accept from other caches have not been modified, and that cooperating partners will not act in a manner contrary to the common good. But cooperative caching that is not administered by a central authority would be difficult to implement. In that case if the central administrative machine failed, the cooperative proxy caching model will also fail. So, the implementation of cooperative proxy caching is very complex. Random Seek Supported Caching In streaming multimedia applications, some users want to perform VCR functions, such as fast forward, rewind, and random access, before finishing the playback of the entire object. Old media data are drained out and new media data is filled into the buffer continuously during streaming. When a user clicks the play button or drags the playback progress cursor on the media player to start a streaming session or to specify a seeking position, the user usually has to wait for a period of time before the playback begins. Distributing the cached parts across an object allows multimedia streaming to perform in either forward or backward direction. This is an essential feature for handling interactive VCR functions in proxy server environments. Wei Tu [14] et al, Lian Shen [15] et al, Songqing Chen [17-18], [23], [37] et al, James Z. Wang [19] et al, Ponnusamy SP [20] et al, Xiaoling Li [21] et al, Lei Guo [22] et al, and Yuan He [34] used the segment based caching method to support VCR functions by distributing the cached parts across the objects. From the study, it is understood that the larger size segment division does not provide fairness on VCR functionalities. But the smaller size segment division provides easy to support of VCR functions, because all smaller segments will have some cached part. Cache Replacement The continuous caching of video object using any one caching methods described in the above sections will exhaust the cache space in the proxy server. Hence, the proxy cache space must be made free to accommodate the new objects by removing the existing cached objects either partially or fully. The optimization has been done with various cache replacement polices. Most of them selects an entire cached object or part of the cached object as a victim and apply the policy on it. The victim objects are identified based on the cache requirement and the popularity of the existing objects. There are two types of cache replacement policies such as single factor replacement policy and multifactor replacement policy. Single factor replacement policies include LFU, LRU, FIFO, and RAND [5], [21], [35-36]. Multifactor replacement policies comprise of many factors, such as access frequency, recency, latency, and size, which

13 A Study on Proxy Caching Methods for Multimedia Streaming 4985 are called weighted functions, [9], [14], [19], [22], [23], [37-43]. A different classification about cache replacement policies is given in Jin [44] et al as follows: 1) Recency based strategies incorporate recency (and size and/or cost) into the replacement process. These strategies use recency as a main factor. Most of them are more or less extensions of the well known Least Recently Used (LRU) strategy. LRU has been applied successfully in many different areas. LRU is based on the locality of reference seen in request streams. Simple LRU variants do not combine recency and size in a useful, balanced way. They do not consider frequency information. This could be an important indicator in more VoD environments. 2) Frequency based strategies incorporate frequency (and size and/or cost) into the replacement process. They are based on the fact that different Web objects have different popularity values and that this popularity values result in different frequency values. Frequency based strategies track these values and use them for future decisions. Least Frequently used (LFU) based strategies require a more complex cache management. LFU can be implemented, for example with a priority queue. Many objects could have the same frequency count. In this case, a tie breaker factor is needed. 3) Recency/frequency based strategies consider both recency and frequency under fixed or variable cost/size assumptions. Due to special procedures, most of these strategies introduce additional complexity. 4) Function Based Strategies use a potentially general function to calculate the value of an object. They do not assume a fixed combination of factors or fixed usage of data structures. There exists no builtin bias for some objects. Through the proper choice of weighting parameters, one can try to optimize any performance metric. A number of factors may be considered for handling different workload situations. As a result, most of the cache replacments produced better results by applying function based strategies on the proxy server. The recently developed cache replacement alogorithms used the frequency based cache replacement starategies. Conclusion The literature study is made on various parameters involved in the proxy caching such as type of proxy environments, measuring the startup latency, determining the size of the segments, choosing the caching part of the segments, updating the popularity of the objects and adjusting the caching part, adopting the random seek support and optimizing the cache space using various cache replacement policies. The Table I summarizes the various parameters that are impact on proxy caching. The scalable proxy caching suitable to support heterogeneous environment clients with compromising the proxy caching performance in the fields of startup latency, random seek support, popularity maintenance, and increased processing complexity of the proxy server. Additional time required identifying the current network conditions and identifying exact versions or converting into the appropriate client requirement

14 4986 Ponnusamy S. P. increases the startup latency and maintaining the popularity and user access patters is tedious due to the keeping different versions. TABLE I. Comparison of various parameters on proxy caching Properties Bandwidth consumption rate Scalable Proxy Caching Nonscalable Proxy Caching Layered QoS Adaptive Transcoding Prefix/ Suffix Segment encoding Reduced Reduced Reduced Reduced Reduced Startup Latency Low Low Low Low Very Low Cache space consumption rate High Average Low Very Low Very Low Proxy jitter High Average Average Low Very Low Bit rate supported Variable Bit Rate Variable Bit Rate Variable Bit Rate Constant Bit Rate Constant Bit Rate Number of Objects and Versions Multiple versions Single Version Single and Multiple Versions Single version Single version Content Adoption Yes Yes Yes No No Cooperative -ness Supported Supported Supported Supported Supported Cache processing complexity High Average Average Low Low Popularity support Complex Complex Complex Low Easy Random seek support Poor Poor Poor Poor Easy Replacement strategy support Complex Complex Complex Easy Easy The nonscalable proxy caching is well supported in all the parameters as shown in Table I, because the nature of the proxy server placement and the nature of the media cached in the proxy server. Compare with prefix/suffix caching method, the segment method provides well support on popularity maintenance and random seek support. Hence, our proxy caching method focuses on the segment based proxy caching for the newly loaded objects with random seek support. References [1] Jiangchuan Liu, Streaming Media Caching, in Springer Web Content Delivery, Web Information Systems Engineering and Internet Technologies Book Series, Vol.2, pp , [2] Reza Rejaie and Jussi Kangasharju, Mocha: A Quality Adaptive Multimedia Proxy Cache for Internet Streaming, in Proceedings of the 11th International Workshop on Network and Operating System Support for Digital Audio and Video, pp. 3-10, June [3] Fang Yu, Qian Zhang, Wenwu Zhu and Ya-Qin Zhang, QoS-Adaptive Proxy Caching for Multimedia Streaming Over the Internet, in IEEE transactions on circuits and systems for video technology, Vol. 13, No. 3, pp , March [4] Baofeng Liu, Wenjun Zhang and Songyu Yu, Proxy Caching Based on Segments for Layered Encoded Video over the Internet in Proceedings of the

15 A Study on Proxy Caching Methods for Multimedia Streaming 4987 IEEE 6th Circuits and Systems Symposium on Emerging Technologies Emerging Technologies: Frontiers of Mobile and Wireless Communication, Vol. 1, pp.41-44, June [5] Reza Rejaie, Mark Handley, Haobo Yu and Deborah Estrin, Proxy Caching Mechanism for Multimedia Playback Streams in the Internets, in Proceedings of the 4th International Web Caching Workshop, March [6] Niu Xianlong, Yang Shoubao, Wu Bin, Liu Xiaoqian and Guo Liangmin, A Cache Scheduling Scheme Based on Layered Coding VOD System, in proceedings of 8th International Conference on Grid and Cooperative Computing, pp , August [7] Bo Shen, Sung-Ju Lee and Sujoy Basu, Caching Strategies in Transcodingenabled Proxy Systems for Streaming Media Distribution Networks, in IEEE Transactions on Multimedia, Vol. 6, Issue 2, pp , April [8] Yoohyun Park, Yongju Lee, Hagyoung Kim and Kyongsok Kim, Hybrid Segment-based Transcoding Proxy Caching of Multimedia Streams, in proceedings of the IEEE 8th International Conference on Computer and Information Technology Workshops, pp , July [9] Alan T.S. Ip, Jiangchuan Liu and John Chi-Shing Lui, COPACC: An Architecture of Cooperative Proxy-Client Caching System for On-Demand Media Streaming, in IEEE Transactions on Parallel and Distributed Systems, Vol. 18, No. 1, pp.70-83, January [10] Dongliang Guan and Gang Xiong, Optimal Prefix Cache Allocation Among Multiple Cooperative Local Proxies, in proceedings of 5th International Conference on Wireless Communications, Networking and Mobile Computing (WiCom '09), pp. 1-4, September [11] Li Zhu, Gang Cheng, Nirwan Ansari, Zafer Sahinoglu, Anthony Vetro, and Huifang Sun, Proxy Caching for Video on Demand Systems in Multicasting Networks, in proceedings of Annual Conference on Information Sciences and Systems, The Johns Hopkins University, March [12] M Dakshayini, and T R Gopalakrishnan Nair, Client-to-Client Streaming Scheme for VoD Applications, in the International Journal of Multimedia and its Applications, Vol. 2, No. 2, pp , May /abs/ [13] M Dakshayini and T R GopalaKrishnan Nair, An Optimal Prefix Replication Strategy for VoD Services, in Journal of computing, Vol. 2, Issue 3, pp.1-7, March [14] Wei Tu, Eckehard Steinbach, Muhammad Muhammad and Xiaoling Li, Proxy Caching for Video-on-Demand Using Flexible Starting Point Selection, in IEEE Transactions on Multimedia, Vol.11, No. 4, pp , June [15] Lian Shen, Wei Tu and Eckehard Steinbach, A Flexible Starting Point Based Partial Caching Algorithm for Video on Demand, in proceedings of IEEE International Conference on Multimedia and Expo, 2007 (ICME 2007), Beijing, pp.76-79, July 2007.

16 4988 Ponnusamy S. P. [16] Kun-Lung Wu, Philip S. Yu and Joel L. Wolf, Segmentation of Multimedia Streams for Proxy Caching, in IEEE Transactions on Multimedia, Vol. 6, No. 5, pp , October [17] Songqing Chen, Haining Wang, Xiaodong Zhang, Bo Shen and Susie Wee Segment-Based Proxy Caching for Internet Streaming Media Delivery, in IEEE Multimedia Magazine, Vol. 12, Issue 3, pp.59-, September [18] Songqing Chen, Bo Shen, Susie Wee and Xiaodong Zhang, SProxy: A Caching Infrastructure to Support Internet Streaming, in IEEE Transactions on Multimedia, Vol. 9, No. 5, pp , August [19] James Z. Wang and Philip S. Yu, Fragmental Proxy Caching for Streaming Multimedia Objects, in IEEE Transactions on Multimedia, Vol. 9, No. 1, pp , January [20] Ponnusamy S. P and Kathikeyan E, HPProxy:Hot-Point Proxy Caching with Multivariate Sectoring for Multimedia Streaming, in European Journal of Scientific Research, Vol. 68, No. 1, pp , January [21] Xiaoling Li, Wei Tu and Eckehard Steinbach, Dynamic Segment Based Proxy Caching for Video on Demand, in proceedings of IEEE International Conference on Multimedia and Expo, Hannover, Germany, pp , April [22] Lei Guo, Songqing Chen, Zhen Xiao and Xiaodong Zhang, DISC: Dynamic Interleaved Segment Caching for Interactive Streaming, in proceedings of 25th IEEE International Conference on Distributed Computing Systems (ICDCS 2005), Ohio, USA, pp , June [23] Songqing Chen, Bo Shen, Susie Wee and Xiaodong Zhang, Adaptive and Lazy Segmentation Based Proxy Caching for Streaming Media Delivery, in Proceedings of NOSSDAV 03, pp , June [24] Jiang Yu, Chun Tung Chou, ZongKai Yang, Xu Du and Tai Wang, A Dynamic Caching Algorithm Based on Internal Popularity Distribution of Streaming Media, in Springer-Verlag Transactions on Multimedia Systems, Vol. 12, Issue 2, pp , October [25] Jiang Yu, Chun Tung Chou, XuDu and TaiWang, Internal popularity of streaming video and its implication on caching, in Proceedings of the 20th International Conference on Advanced Information Networking and Applications (AINA 06), Vol.1, April [26] Beomgu Kang, Eunjo Lee and Sungkwon Park, Popularity-based Partial Caching Management Scheme for Streaming Multimedia on Proxy Servers over IP Networks, in proceedings of International Conference on Ultra Modern Telecommunications & Workshops, (ICUMT '09), pp. 1-7, October [27] T R GopalaKrishnan Nair and M Dakshayini, Stochastic Model Based Proxy Servers Architecture for VoD to Achieve Reduced Client Waiting Time, in International Journal of Computer Science Issues, Vol. 7, Issue 1, No. 3, pp.73-80, January 2010.

17 A Study on Proxy Caching Methods for Multimedia Streaming 4989 [28] Zipf G.K, Selected Studies of the Principle of Relative Frequency in Language, Cambridge, MA, Harvard University Press, [29] Zipf G.K., Human Behavior and the Principle of Least Effort, Cambridge, MA: Addison-Wesley, [30] Zeng Zeng, Bharadwaj Veeravalli and Kenli Li, A novel server-side proxy caching strategy for large-scale multimedia applications, in Journal of Parallel Distributed Computing, Vol. 71, Issue 4, pp , April [31] Chen-Lung chan, Te-chou su, shih-yu Huang and Jia shung wang, Cooperative proxy scheme for large scale VoD system, in Proceedings of the Ninth International Conference on Parallel and Distributed Systems (ICPADS 02), pp , December [32] M. Dakshayini and Dr.T..R. Gopalakrishan Nair, Cooperative Proxy Servers Architecture for VoD to Achieve High QoS with Reduced Transmission Time and Cost, in Proceedings of Symposium on Multidisciplinary Research, pp , [33] Yoshiaki Taniguchi, Naoki Wakamiya and Masayuki Murata, Quality-Aware Cooperative Proxy Caching for Video Streaming Services, in Journal of Networks, Vol. 3, No. 8, pp.16-25, November [34] Yuan He and Yunhao Liu, VOVO: VCR-Oriented Video-on-Demand in Large-Scale Peer-to-Peer Networks, in IEEE Transactions on Parallel and Distributed Systems, Vol. 20, No. 4, pp , April [35] Cheng, K. and Kambayashi, Y., A size adjusted and popularity-aware LRU replacement algorithm for Web caching, in Proceedings of the 24th Annual International Computer Software and Applications Conference (COMPSAC- 2000). Taipei, pp , October [36] Yeung K. H., Wong, C. C., and Wong K. Y., A Cache Replacement Policy for Transcoding Proxy Servers, in IEICE Transactions On Communications, Vol. E87-B, No. 13, pp , [37] Songqing Chen, Bo Shen, Susie Wee and Xiaodong Zhang, Segment-Based Streaming Media Proxy: Modeling and Optimization, in IEEE Transactions on Multimedia, Vol. 8, No. 2, pp , April [38] C.-F. Kao and C.-N. Lee, Aggregate Profit-Based Caching 38 Replacement Algorithms for Streaming Media Transcoding Proxy Systems, in IEEE Transactions on Multimedia, Vol. 9, No. 2, pp , February [39] H.-P. Hung and M.-S. Chen, On Designing a Shortest-Path-Based Cache Replacement in a Transcoding Proxy, in Springer Transactions of Multimedia System, Vol. 15, No. 2, pp , April / /s z [40] K. Samiee, A Replacement Algorithm Based on Weighting and Ranking Cache Objects, in International Journal of Hybrid Information Technology, Vol. 2, No. 2, pp , April [41] S. Podlipnig and L. Böszörmenyi, A Survey of Web Cache Replacement Strategies, in Journal of ACM Computing Surveys, Vol. 35, Issue 4, pp , December 2003.

18 4990 Ponnusamy S. P. [42] Ponnusamy S. P and Kathikeyan E, Cache Optimization on Hot-Point Proxy (HPProxy) using Weighted-Rank Cache replacement Policy, in ETRI journal, Korea, Vol. 35, No. 4, pp , August [43] Ponnusamy S. P and Kathikeyan E, Cache Optimization on Hot-Point Proxy (HPProxy) using Dual Cache Replacement Policy, in Proceedings of ICCSP 12, India, pp , April [44] Jin S. and Bestavros A., GreedyDual*: Web caching algorithms exploiting the two sources of temporal locality in Web request streams, in Journal of Computer Communications, Vol. 24, Issue 2, pp , February 2001.

A Proxy Caching Scheme for Continuous Media Streams on the Internet

A Proxy Caching Scheme for Continuous Media Streams on the Internet A Proxy Caching Scheme for Continuous Media Streams on the Internet Eun-Ji Lim, Seong-Ho park, Hyeon-Ok Hong, Ki-Dong Chung Department of Computer Science, Pusan National University Jang Jun Dong, San

More information

IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 8, NO. 2, APRIL Segment-Based Streaming Media Proxy: Modeling and Optimization

IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 8, NO. 2, APRIL Segment-Based Streaming Media Proxy: Modeling and Optimization IEEE TRANSACTIONS ON MULTIMEDIA, VOL. 8, NO. 2, APRIL 2006 243 Segment-Based Streaming Media Proxy: Modeling Optimization Songqing Chen, Member, IEEE, Bo Shen, Senior Member, IEEE, Susie Wee, Xiaodong

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

HSM: A Hybrid Streaming Mechanism for Delay-tolerant Multimedia Applications Annanda Th. Rath 1 ), Saraswathi Krithivasan 2 ), Sridhar Iyer 3 )

HSM: A Hybrid Streaming Mechanism for Delay-tolerant Multimedia Applications Annanda Th. Rath 1 ), Saraswathi Krithivasan 2 ), Sridhar Iyer 3 ) HSM: A Hybrid Streaming Mechanism for Delay-tolerant Multimedia Applications Annanda Th. Rath 1 ), Saraswathi Krithivasan 2 ), Sridhar Iyer 3 ) Abstract Traditionally, Content Delivery Networks (CDNs)

More information

Proxy Caching for Video on Demand Systems in Multicasting Networks

Proxy Caching for Video on Demand Systems in Multicasting Networks MER A MITSUBISHI EECTRIC RESEARCH ABORATORY http://wwwmerlcom roxy Caching for Video on Demand Systems in Multicasting Networks i Zhu, Gang Cheng, Nirwan Ansari, Zafer Sahinoglu, Anthony Vetro, and Huifang

More information

A Survey of Streaming Media Caching

A Survey of Streaming Media Caching A Survey of Streaming Media Caching Jiangchuan Liu Department of Computer Science The Chinese University of Hong Kong ljc@cse.cuhk.edu.hk Jianliang Xu Department of Computer Science Hong Kong Baptist University

More information

A Packet-Based Caching Proxy with Loss Recovery for Video Streaming

A Packet-Based Caching Proxy with Loss Recovery for Video Streaming A Packet-Based Caching Proxy with Loss Recovery for Video Streaming Kuan-Sheng Hsueh and Sheng-De Wang Department of Electrical Engineering, National Taiwan University {kshsueh, sdwang}@hpc.ee.ntu.edu.tw

More information

Impact of Frequency-Based Cache Management Policies on the Performance of Segment Based Video Caching Proxies

Impact of Frequency-Based Cache Management Policies on the Performance of Segment Based Video Caching Proxies Impact of Frequency-Based Cache Management Policies on the Performance of Segment Based Video Caching Proxies Anna Satsiou and Michael Paterakis Laboratory of Information and Computer Networks Department

More information

Trace Driven Simulation of GDSF# and Existing Caching Algorithms for Web Proxy Servers

Trace Driven Simulation of GDSF# and Existing Caching Algorithms for Web Proxy Servers Proceeding of the 9th WSEAS Int. Conference on Data Networks, Communications, Computers, Trinidad and Tobago, November 5-7, 2007 378 Trace Driven Simulation of GDSF# and Existing Caching Algorithms for

More information

INF5071 Performance in distributed systems Distribution Part II

INF5071 Performance in distributed systems Distribution Part II INF5071 Performance in distributed systems Distribution Part II 5 November 2010 Type IV Distribution Systems Combine Types I, II or III Network of servers Server hierarchy Autonomous servers Cooperative

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

Nowadays data-intensive applications play a

Nowadays data-intensive applications play a Journal of Advances in Computer Engineering and Technology, 3(2) 2017 Data Replication-Based Scheduling in Cloud Computing Environment Bahareh Rahmati 1, Amir Masoud Rahmani 2 Received (2016-02-02) Accepted

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

Streaming Flow Analyses for Prefetching in Segment-based Proxy Caching to Improve Media Delivery Quality

Streaming Flow Analyses for Prefetching in Segment-based Proxy Caching to Improve Media Delivery Quality Streaming Flow Analyses for Prefetching in Segment-based Proxy Caching to Improve Media Delivery Quality Songqing Chen Bo Shen, Susie Wee Xiaodong Zhang Department of Computer Science Mobile and Media

More information

A Method of Identifying the P2P File Sharing

A Method of Identifying the P2P File Sharing IJCSNS International Journal of Computer Science and Network Security, VOL.10 No.11, November 2010 111 A Method of Identifying the P2P File Sharing Jian-Bo Chen Department of Information & Telecommunications

More information

An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs

An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs An Cross Layer Collaborating Cache Scheme to Improve Performance of HTTP Clients in MANETs Jin Liu 1, Hongmin Ren 1, Jun Wang 2, Jin Wang 2 1 College of Information Engineering, Shanghai Maritime University,

More information

Dynamic Load Balancing Architecture for Distributed VoD using Agent Technology

Dynamic Load Balancing Architecture for Distributed VoD using Agent Technology Dynamic Load Balancing Architecture for Distributed VoD using Agent Technology H S Guruprasad Research Scholar, Dr MGR University Asst Prof& HOD / Dept of ISE BMSCE, Bangalore, India hs_gurup@yahoo.com

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

Scalability And The Bandwidth Efficiency Of Vod Systems K.Deepathilak et al.,

Scalability And The Bandwidth Efficiency Of Vod Systems K.Deepathilak et al., Asian Journal of Electrical Sciences (AJES) Vol.3.No.1 2015 pp 33-37. available at: www.goniv.com Paper Received :08-03-2015 Paper Accepted:20-03-2015 Paper Reviewed by: 1. R. Venkatakrishnan 2. R. Marimuthu

More information

Cost-based cache replacement and server selection for multimedia proxy across wireless Internet

Cost-based cache replacement and server selection for multimedia proxy across wireless Internet University of Massachusetts Amherst From the SelectedWorks of Lixin Gao January 1, 2004 Cost-based cache replacement and server selection for multimedia proxy across wireless Internet Q Zhang Z Xiang WW

More information

SAT A Split-Up Cache Model to Boost the Performance of Web Cache Replacement Policies

SAT A Split-Up Cache Model to Boost the Performance of Web Cache Replacement Policies BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 11, No 4 Sofia 2011 SAT A Split-Up Cache Model to Boost the Performance of Web Cache Replacement Policies Geetha Krishnan 1,

More information

Peer-to-Peer Streaming Systems. Behzad Akbari

Peer-to-Peer Streaming Systems. Behzad Akbari Peer-to-Peer Streaming Systems Behzad Akbari 1 Outline Introduction Scaleable Streaming Approaches Application Layer Multicast Content Distribution Networks Peer-to-Peer Streaming Metrics Current Issues

More information

COPACC: A Cooperative Proxy-Client Caching System for On-demand Media Streaming

COPACC: A Cooperative Proxy-Client Caching System for On-demand Media Streaming COPACC: A Cooperative - Caching System for On-demand Media Streaming Alan T.S. Ip 1, Jiangchuan Liu 2, and John C.S. Lui 1 1 The Chinese University of Hong Kong, Shatin, N.T., Hong Kong {tsip, cslui}@cse.cuhk.edu.hk

More information

Journal of Electronics and Communication Engineering & Technology (JECET)

Journal of Electronics and Communication Engineering & Technology (JECET) Journal of Electronics and Communication Engineering & Technology (JECET) JECET I A E M E Journal of Electronics and Communication Engineering & Technology (JECET)ISSN ISSN 2347-4181 (Print) ISSN 2347-419X

More information

Improvement of Buffer Scheme for Delay Tolerant Networks

Improvement of Buffer Scheme for Delay Tolerant Networks Improvement of Buffer Scheme for Delay Tolerant Networks Jian Shen 1,2, Jin Wang 1,2, Li Ma 1,2, Ilyong Chung 3 1 Jiangsu Engineering Center of Network Monitoring, Nanjing University of Information Science

More information

Improving object cache performance through selective placement

Improving object cache performance through selective placement University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2006 Improving object cache performance through selective placement Saied

More information

Decentralized Hash-Based Coordination of Distributed Multimedia Caches

Decentralized Hash-Based Coordination of Distributed Multimedia Caches Decentralized Hash-Based Coordination of Distributed Multimedia Caches Anup Mayank Chinya Ravishankar Department of Computer Science and Engineering University of California, Riverside Riverside, CA 97

More information

Improving VoD System Efficiency with Multicast and Caching

Improving VoD System Efficiency with Multicast and Caching Improving VoD System Efficiency with Multicast and Caching Jack Yiu-bun Lee Department of Information Engineering The Chinese University of Hong Kong Contents 1. Introduction 2. Previous Works 3. UVoD

More information

Replicate It! Scalable Content Delivery: Why? Scalable Content Delivery: How? Scalable Content Delivery: How? Scalable Content Delivery: What?

Replicate It! Scalable Content Delivery: Why? Scalable Content Delivery: How? Scalable Content Delivery: How? Scalable Content Delivery: What? Accelerating Internet Streaming Media Delivery using Azer Bestavros and Shudong Jin Boston University http://www.cs.bu.edu/groups/wing Scalable Content Delivery: Why? Need to manage resource usage as demand

More information

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT PhD Summary DOCTORATE OF PHILOSOPHY IN COMPUTER SCIENCE & ENGINEERING By Sandip Kumar Goyal (09-PhD-052) Under the Supervision

More information

Resource Allocation for Video Transcoding in the Multimedia Cloud

Resource Allocation for Video Transcoding in the Multimedia Cloud Resource Allocation for Video Transcoding in the Multimedia Cloud Sampa Sahoo, Ipsita Parida, Sambit Kumar Mishra, Bibhdatta Sahoo, and Ashok Kumar Turuk National Institute of Technology, Rourkela {sampaa2004,ipsitaparida07,skmishra.nitrkl,

More information

Research Article Adjustable Two-Tier Cache for IPTV Based on Segmented Streaming

Research Article Adjustable Two-Tier Cache for IPTV Based on Segmented Streaming Digital Multimedia Broadcasting Volume 2012, Article ID 192314, 8 pages doi:10.1155/2012/192314 Research Article Adjustable Two-Tier Cache for IPTV Based on Segmented Streaming Kai-Chun Liang and Hsiang-Fu

More information

Video Streaming Over the Internet

Video Streaming Over the Internet Video Streaming Over the Internet 1. Research Team Project Leader: Graduate Students: Prof. Leana Golubchik, Computer Science Department Bassem Abdouni, Adam W.-J. Lee 2. Statement of Project Goals Quality

More information

Media Caching Support for Mobile Transit Clients

Media Caching Support for Mobile Transit Clients Media Caching Support for Mobile Transit Clients Hazem Gomaa Geoffrey Messier Robert Davies Department of Electrical and Computer Engineering University of Calgary Calgary, AB, Canada Email: {hagomaa,gmessier,davies}@ucalgary.ca

More information

Proxy Caching for Media Streaming over the Internet

Proxy Caching for Media Streaming over the Internet Proxy Caching for Media Streaming over the Internet Jiangchuan Liu School of Computing Science Simon Fraser University Burnaby, BC, Canada csljc@ieee.org Jianliang Xu Department of Computer Science Hong

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

Elimination Of Redundant Data using user Centric Data in Delay Tolerant Network

Elimination Of Redundant Data using user Centric Data in Delay Tolerant Network IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 9 February 2015 ISSN (online): 2349-6010 Elimination Of Redundant Data using user Centric Data in Delay Tolerant

More information

QUANTIZER DESIGN FOR EXPLOITING COMMON INFORMATION IN LAYERED CODING. Mehdi Salehifar, Tejaswi Nanjundaswamy, and Kenneth Rose

QUANTIZER DESIGN FOR EXPLOITING COMMON INFORMATION IN LAYERED CODING. Mehdi Salehifar, Tejaswi Nanjundaswamy, and Kenneth Rose QUANTIZER DESIGN FOR EXPLOITING COMMON INFORMATION IN LAYERED CODING Mehdi Salehifar, Tejaswi Nanjundaswamy, and Kenneth Rose Department of Electrical and Computer Engineering University of California,

More information

STLAC: A Spatial and Temporal Locality-Aware Cache and Networkon-Chip

STLAC: A Spatial and Temporal Locality-Aware Cache and Networkon-Chip STLAC: A Spatial and Temporal Locality-Aware Cache and Networkon-Chip Codesign for Tiled Manycore Systems Mingyu Wang and Zhaolin Li Institute of Microelectronics, Tsinghua University, Beijing 100084,

More information

Surveying Formal and Practical Approaches for Optimal Placement of Replicas on the Web

Surveying Formal and Practical Approaches for Optimal Placement of Replicas on the Web Surveying Formal and Practical Approaches for Optimal Placement of Replicas on the Web TR020701 April 2002 Erbil Yilmaz Department of Computer Science The Florida State University Tallahassee, FL 32306

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network V. Shunmuga Sundari 1, N. Mymoon Zuviria 2 1 Student, 2 Asisstant Professor, Computer Science and Engineering, National College

More information

Research on Relative Coordinate Localization of Nodes Based on Topology Control

Research on Relative Coordinate Localization of Nodes Based on Topology Control Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 2, March 2018 Research on Relative Coordinate Localization of Nodes Based

More information

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Optimal Round

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

Caching video contents in IPTV systems with hierarchical architecture

Caching video contents in IPTV systems with hierarchical architecture Caching video contents in IPTV systems with hierarchical architecture Lydia Chen 1, Michela Meo 2 and Alessandra Scicchitano 1 1. IBM Zurich Research Lab email: {yic,als}@zurich.ibm.com 2. Politecnico

More information

CSE 4/60373: Multimedia Systems

CSE 4/60373: Multimedia Systems CSE 4/60373: Multimedia Systems Outline for today 32: Y.-F. Chen, Y. Huang, R. Jana, H. Jiang, M. Rabinovich, J. Rahe, B. Wei, and Z. Xiao. Towards Capacity and Profit Optimization of Video-on-Demand Services

More information

A New Logging-based IP Traceback Approach using Data Mining Techniques

A New Logging-based IP Traceback Approach using Data Mining Techniques using Data Mining Techniques Internet & Multimedia Engineering, Konkuk University, Seoul, Republic of Korea hsriverv@gmail.com, kimsr@konuk.ac.kr Abstract IP Traceback is a way to search for sources of

More information

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS

IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS IMPROVING LIVE PERFORMANCE IN HTTP ADAPTIVE STREAMING SYSTEMS Kevin Streeter Adobe Systems, USA ABSTRACT While HTTP adaptive streaming (HAS) technology has been very successful, it also generally introduces

More information

Target Tracking in Wireless Sensor Network

Target Tracking in Wireless Sensor Network International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 6 (2014), pp. 643-648 International Research Publications House http://www. irphouse.com Target Tracking in

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

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

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

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

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Cloud Transcoder: Bridging the Format and Resolution Gap between Internet Videos and Mobile Devices

Cloud Transcoder: Bridging the Format and Resolution Gap between Internet Videos and Mobile Devices Cloud Transcoder: Bridging the Format and Resolution Gap between Internet Videos and Mobile Devices Zhenhua Li, Peking University Yan Huang, Gang Liu, Fuchen Wang, Tencent Research Zhi-Li Zhang, University

More information

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework System Modeling and Implementation of MPEG-4 Encoder under Fine-Granular-Scalability Framework Literature Survey Embedded Software Systems Prof. B. L. Evans by Wei Li and Zhenxun Xiao March 25, 2002 Abstract

More information

An Effective Neighborhood Initial-Playback Based Caching Scheme for Video on Demand over Mobile Ad Hoc Network

An Effective Neighborhood Initial-Playback Based Caching Scheme for Video on Demand over Mobile Ad Hoc Network An Effective Neighborhood Initial-Playback Based Caching Scheme for Video on Demand over Mobile Ad Hoc Network Saleh Ali Alomari, Member, IACSIT, Vaithegy Doraisamy, and Putra Sumari Abstract Video on

More information

Chapter The LRU* WWW proxy cache document replacement algorithm

Chapter The LRU* WWW proxy cache document replacement algorithm Chapter The LRU* WWW proxy cache document replacement algorithm Chung-yi Chang, The Waikato Polytechnic, Hamilton, New Zealand, itjlc@twp.ac.nz Tony McGregor, University of Waikato, Hamilton, New Zealand,

More information

Architecture for Cooperative Prefetching in P2P Video-on- Demand System

Architecture for Cooperative Prefetching in P2P Video-on- Demand System Architecture for Cooperative Prefetching in P2P Video-on- Demand System Ubaid Abbasi and Toufik Ahmed CNRS LaBRI Lab. University of Bordeaux, France 351, Cours de la Libération Talence Cedex, France {abbasi,

More information

Efficient Resource Management for the P2P Web Caching

Efficient Resource Management for the P2P Web Caching Efficient Resource Management for the P2P Web Caching Kyungbaek Kim and Daeyeon Park Department of Electrical Engineering & Computer Science, Division of Electrical Engineering, Korea Advanced Institute

More information

Relaxation Control of Packet Arrival Rate in the Neighborhood of the Destination in Concentric Sensor Networks

Relaxation Control of Packet Arrival Rate in the Neighborhood of the Destination in Concentric Sensor Networks Relaxation Control of Packet Arrival Rate in the Neighborhood of the Destination in Concentric Sensor Networks 1 T.R.Gopalakrishnan Nair (SM-IEEE), 2 R. Selvarani, 3 Vaidehi M. 1 Director Research & Industry

More information

Frequency-based NCQ-aware disk cache algorithm

Frequency-based NCQ-aware disk cache algorithm LETTER IEICE Electronics Express, Vol.11, No.11, 1 7 Frequency-based NCQ-aware disk cache algorithm Young-Jin Kim a) Ajou University, 206, World cup-ro, Yeongtong-gu, Suwon-si, Gyeonggi-do 443-749, Republic

More information

Reduction of Periodic Broadcast Resource Requirements with Proxy Caching

Reduction of Periodic Broadcast Resource Requirements with Proxy Caching Reduction of Periodic Broadcast Resource Requirements with Proxy Caching Ewa Kusmierek and David H.C. Du Digital Technology Center and Department of Computer Science and Engineering University of Minnesota

More information

A Top Catching Scheme Consistency Controlling in Hybrid P2P Network

A Top Catching Scheme Consistency Controlling in Hybrid P2P Network A Top Catching Scheme Consistency Controlling in Hybrid P2P Network V. Asha*1, P Ramesh Babu*2 M.Tech (CSE) Student Department of CSE, Priyadarshini Institute of Technology & Science, Chintalapudi, Guntur(Dist),

More information

Enhancing Downloading Time By Using Content Distribution Algorithm

Enhancing Downloading Time By Using Content Distribution Algorithm RESEARCH ARTICLE OPEN ACCESS Enhancing Downloading Time By Using Content Distribution Algorithm VILSA V S Department of Computer Science and Technology TKM Institute of Technology, Kollam, Kerala Mailid-vilsavijay@gmail.com

More information

Study of Load Balancing Schemes over a Video on Demand System

Study of Load Balancing Schemes over a Video on Demand System Study of Load Balancing Schemes over a Video on Demand System Priyank Singhal Ashish Chhabria Nupur Bansal Nataasha Raul Research Scholar, Computer Department Abstract: Load balancing algorithms on Video

More information

Mapping Mechanism to Enhance QoS in IP Networks

Mapping Mechanism to Enhance QoS in IP Networks Mapping Mechanism to Enhance QoS in IP Networks by Sriharsha Karamchati, Shatrunjay Rawat, Sudhir Yarram, Guru Prakash Ramaguru in The 32nd International Conference on Information Networking (ICOIN 2018)

More information

For layered video encoding, video sequence is encoded into a base layer bitstream and one (or more) enhancement layer bit-stream(s).

For layered video encoding, video sequence is encoded into a base layer bitstream and one (or more) enhancement layer bit-stream(s). 3rd International Conference on Multimedia Technology(ICMT 2013) Video Standard Compliant Layered P2P Streaming Man Yau Chiu 1, Kangheng Wu 1, Zhibin Lei 1 and Dah Ming Chiu 2 Abstract. Peer-to-peer (P2P)

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.854

More information

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS

CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS International Journal of Wireless Communications and Networking 3(1), 2011, pp. 7-13 CACHING IN WIRELESS SENSOR NETWORKS BASED ON GRIDS Sudhanshu Pant 1, Naveen Chauhan 2 and Brij Bihari Dubey 3 Department

More information

Load Balancing Algorithm over a Distributed Cloud Network

Load Balancing Algorithm over a Distributed Cloud Network Load Balancing Algorithm over a Distributed Cloud Network Priyank Singhal Student, Computer Department Sumiran Shah Student, Computer Department Pranit Kalantri Student, Electronics Department Abstract

More information

Research Article Combining Pre-fetching and Intelligent Caching Technique (SVM) to Predict Attractive Tourist Places

Research Article Combining Pre-fetching and Intelligent Caching Technique (SVM) to Predict Attractive Tourist Places Research Journal of Applied Sciences, Engineering and Technology 9(1): -46, 15 DOI:.1926/rjaset.9.1374 ISSN: -7459; e-issn: -7467 15 Maxwell Scientific Publication Corp. Submitted: July 1, 14 Accepted:

More information

INTRODUCTION. Chapter GENERAL

INTRODUCTION. Chapter GENERAL Chapter 1 INTRODUCTION 1.1 GENERAL The World Wide Web (WWW) [1] is a system of interlinked hypertext documents accessed via the Internet. It is an interactive world of shared information through which

More information

Evaluation of Performance of Cooperative Web Caching with Web Polygraph

Evaluation of Performance of Cooperative Web Caching with Web Polygraph Evaluation of Performance of Cooperative Web Caching with Web Polygraph Ping Du Jaspal Subhlok Department of Computer Science University of Houston Houston, TX 77204 {pdu, jaspal}@uh.edu Abstract This

More information

Distributed Video Systems Chapter 3 Storage Technologies

Distributed Video Systems Chapter 3 Storage Technologies Distributed Video Systems Chapter 3 Storage Technologies Jack Yiu-bun Lee Department of Information Engineering The Chinese University of Hong Kong Contents 3.1 Introduction 3.2 Magnetic Disks 3.3 Video

More information

Streaming Video Based on Temporal Frame Transcoding.

Streaming Video Based on Temporal Frame Transcoding. Streaming Video Based on Temporal Frame Transcoding. Fadlallah Ali Fadlallah Othman O. Khalifa and Aisha Hassan Abdalla Department of Computer Science Sudan University of Science and Technology Khartoum-SUDAN

More information

Egyptian Computer Science Journal Vol. 38 No.3 September 2014

Egyptian Computer Science Journal Vol. 38 No.3 September 2014 Deploying IPTV Services Over Proposed Network for Yemen Universities Khaled O. Basulaim Dept. of Information Technology, Faculty of Engineering University of Aden k.basulaim@ycit-he.org Abstract Recently,

More information

Probability Admission Control in Class-based Video-on-Demand System

Probability Admission Control in Class-based Video-on-Demand System Probability Admission Control in Class-based Video-on-Demand System Sami Alwakeel and Agung Prasetijo Department of Computer Engineering College of Computer and Information Sciences, King Saud University

More information

IN recent years, the amount of traffic has rapidly increased

IN recent years, the amount of traffic has rapidly increased , March 15-17, 2017, Hong Kong Content Download Method with Distributed Cache Management Masamitsu Iio, Kouji Hirata, and Miki Yamamoto Abstract This paper proposes a content download method with distributed

More information

Buffer Management Scheme for Video-on-Demand (VoD) System

Buffer Management Scheme for Video-on-Demand (VoD) System 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Buffer Management Scheme for Video-on-Demand (VoD) System Sudhir N.

More information

Proxy Server Systems Improvement Using Frequent Itemset Pattern-Based Techniques

Proxy Server Systems Improvement Using Frequent Itemset Pattern-Based Techniques Proceedings of the 2nd International Conference on Intelligent Systems and Image Processing 2014 Proxy Systems Improvement Using Frequent Itemset Pattern-Based Techniques Saranyoo Butkote *, Jiratta Phuboon-op,

More information

A Centralized Approaches for Location Management in Personal Communication Services Networks

A Centralized Approaches for Location Management in Personal Communication Services Networks A Centralized Approaches for Location Management in Personal Communication Services Networks Fahamida Firoze M. Tech. (CSE) Scholar, Deptt. Of CSE, Al Falah School of Engineering & Technology, Dhauj, Faridabad,

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

The Design and Implementation of a Next Generation Name Service for the Internet (CoDoNS) Presented By: Kamalakar Kambhatla

The Design and Implementation of a Next Generation Name Service for the Internet (CoDoNS) Presented By: Kamalakar Kambhatla The Design and Implementation of a Next Generation Name Service for the Internet (CoDoNS) Venugopalan Ramasubramanian Emin Gün Sirer Presented By: Kamalakar Kambhatla * Slides adapted from the paper -

More information

A Survey on Signaling Load in Mobility Management

A Survey on Signaling Load in Mobility Management ISSN: 2231-4946 Volume IV, Special Issue, December 2014 International Journal of Computer Applications in Engineering Sciences Special Issue on Advances in Computer and Communications www.caesjournals.org

More information

Early Measurements of a Cluster-based Architecture for P2P Systems

Early Measurements of a Cluster-based Architecture for P2P Systems Early Measurements of a Cluster-based Architecture for P2P Systems Balachander Krishnamurthy, Jia Wang, Yinglian Xie I. INTRODUCTION Peer-to-peer applications such as Napster [4], Freenet [1], and Gnutella

More information

Finding Optimal Tour Length of Mobile Agent in Wireless Sensor Network

Finding Optimal Tour Length of Mobile Agent in Wireless Sensor Network Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Finding Optimal Tour Length of Mobile Agent in Wireless Sensor Network Anil Kumar Mahto anil.fiem16@gmail.com Ajay Prasad Department

More information

Collaborative Multi-Source Scheme for Multimedia Content Distribution

Collaborative Multi-Source Scheme for Multimedia Content Distribution Collaborative Multi-Source Scheme for Multimedia Content Distribution Universidad Autónoma Metropolitana-Cuajimalpa, Departament of Information Technology, Mexico City, Mexico flopez@correo.cua.uam.mx

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

Related Work The Concept of the Signaling. In the mobile communication system, in addition to transmit the necessary user information (usually voice

Related Work The Concept of the Signaling. In the mobile communication system, in addition to transmit the necessary user information (usually voice International Conference on Information Science and Computer Applications (ISCA 2013) The Research and Design of Personalization preferences Based on Signaling analysis ZhiQiang Wei 1,a, YiYan Zhang 1,b,

More information

Multi-path based Algorithms for Data Transfer in the Grid Environment

Multi-path based Algorithms for Data Transfer in the Grid Environment New Generation Computing, 28(2010)129-136 Ohmsha, Ltd. and Springer Multi-path based Algorithms for Data Transfer in the Grid Environment Muzhou XIONG 1,2, Dan CHEN 2,3, Hai JIN 1 and Song WU 1 1 School

More information

Design and Implementation of detecting the failure of sensor node based on RTT time and RTPs in WSNs

Design and Implementation of detecting the failure of sensor node based on RTT time and RTPs in WSNs Design and Implementation of detecting the failure of sensor node based on RTT time and RTPs in WSNs Girish K 1 and Mrs. Shruthi G 2 1 Department of CSE, PG Student Karnataka, India 2 Department of CSE,

More information

Dynamically Provisioning Distributed Systems to Meet Target Levels of Performance, Availability, and Data Quality

Dynamically Provisioning Distributed Systems to Meet Target Levels of Performance, Availability, and Data Quality Dynamically Provisioning Distributed Systems to Meet Target Levels of Performance, Availability, and Data Quality Amin Vahdat Department of Computer Science Duke University 1 Introduction Increasingly,

More information

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks , pp.135-140 http://dx.doi.org/10.14257/astl.2014.48.22 An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks Jin Wang 1, Bo Tang 1, Zhongqi Zhang 1, Jian Shen 1, Jeong-Uk Kim 2

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

More information

Multimedia Networking

Multimedia Networking CMPT765/408 08-1 Multimedia Networking 1 Overview Multimedia Networking The note is mainly based on Chapter 7, Computer Networking, A Top-Down Approach Featuring the Internet (4th edition), by J.F. Kurose

More information

Channel-Adaptive Error Protection for Scalable Audio Streaming over Wireless Internet

Channel-Adaptive Error Protection for Scalable Audio Streaming over Wireless Internet Channel-Adaptive Error Protection for Scalable Audio Streaming over Wireless Internet GuiJin Wang Qian Zhang Wenwu Zhu Jianping Zhou Department of Electronic Engineering, Tsinghua University, Beijing,

More information

Topology Optimization in Hybrid Tree/Mesh-based Peer-to-Peer Streaming System

Topology Optimization in Hybrid Tree/Mesh-based Peer-to-Peer Streaming System 88 Topology Optimization in Hybrid Tree/Mesh-based Peer-to-Peer Streaming System Tran Thi Thu Ha 1, Jinsul Kim 1, Jaehyung Park 1 Sunghyun Yoon 2, Ho-Yong Ryu 2 1 School of Electronics & Computer Engineering,

More information

Dynamic Load Sharing Policy in Distributed VoD using agents

Dynamic Load Sharing Policy in Distributed VoD using agents 270 IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.10, October 2008 Dynamic Load Sharing Policy in Distributed VoD using agents H S Guruprasad Asst Prof & HOD Dept of ISE,

More information