Publisher Mobility Support in Content Centric Networks

Size: px
Start display at page:

Download "Publisher Mobility Support in Content Centric Networks"

Transcription

1 Publisher Mobility Support in Content Centric Networks Dookyoon Han, Munyoung Lee, Kideok Cho, Ted Taekyoung Kwon, and Yanghee Choi School of Computer Science and Engineering Seoul National University, Seoul, Korea {dkhan, mylee, and {tkkwon, Abstract As the high speed Internet and the smart devices become prevalent, it is expected that the traffic volume of the video conferencing/broadcasting on the mobile devices is increasing explosively. One of the promising solutions for the traffic explosion problem is the content centric networking (CCN), which solves the problem by focusing on the content instead of the location. Even though CCN can provide better delivery efficiency, robustness, security, and native subscriber mobility, little attention is paid to the publisher mobility problem, where the mobile devices produce the real-time traffic. In this paper, we propose PMC, a publisher mobility support protocol in CCN. By introducing two names and corresponding operations at the routers, PMC supports publisher mobility for the mobile video conferencing and broadcasting without violating the original CCN architecture. We believe that PMC is a validated and secured scheme following the philosophy of the CCN architecture to support mobile publisher. Index Terms Information centric networking, Content centric networking, Publisher Mobility, Mobile Broadcasting I. INTRODUCTION As the high speed Internet and the smart devices become prevalent, the traffic volume of the Internet is tremendously increasing, expecting to reach 1.3 zettabytes per year by 2016 [1]. To solve this traffic explosion problem and to deliver the contents more efficiently, there have been efforts to redesign the Internet architecture based on the content-oriented paradigm [2] [4]. Recently, content centric networking (CCN) architecture [2] is gaining momentum in the research community and the industry due to its merits. CCN can provide the enhanced content delivery by utilizing in-network storage and name-based routing. In the mobile environment, the increasing number of mobile devices also worsens the mobile traffic explosion problem. According to the CISCO report [5], mobile data traffic is expected to reach exabytes per month by 2017 and the largest portion of this mobile traffic is generated from the content delivery for the video streaming service [6]. Thus, CCN is expected as an effective solution to address this mobile traffic explosion as well as traffic explosion in the wired environment. To use CCN for the mobile environment, the mobility support is a crucial issue in order to provide stable mobile application service. The mobility support is classified as the publisher mobility and the subscriber mobility. In CCN, the subscriber mobility is easily supported by nature. The subscriber who has moved to another location and still wants to download the same content file simply reissues the interest packets. Then the interest packets are routed towards the publisher and the requested content will be forwarded to the subscriber. However, supporting the publisher mobility is not a trivial problem, since the routing table should be changed. Main challenges to support mobility of publihser can be summarized as follows: Fast FIB establishment: To forward interest packets properly to the publisher who moved to a new location, the forwarding information base (FIB) in the routers along the path should be updated properly and quickly. For the mobility support, we cannot rely on the ordinary routing protocols (e.g., OSPF, RIP) due to the timing constraints. If the application between publisher and subscriber requires less delay than the routing table convergence time or pulisher moves continuously before the routing table is converged, subscriber may not be able to download the contents. Maintaining a valid path to the mobile publisher: As the mobile publisher changes her/his Point of Attachment (PoA) continuously, a new path should be updated in the network so that a subscriber can download the publisher s contents. For this, temporal entry should be inserted in the FIB to forward the interest to the mobile publisher. Since the publisher moves frequently, the unused FIB entry should be expired to prevent the FIB table overflow. Also, we should maintain a path to the publisher regardless of the frequent PoA changes. In this paper, we propose PMC, a publisher mobility support protocol in CCN. By introducing two names and corresponding operations at the routers, PMC provides publisher mobility without violating the original CCN architecture. The main contributions of this paper are as follows: We investigate a mobility support, which does not violate the philosophy of the CCN architecture. In our proposed scheme, the location information is not used and there is no central entity dealing with mobility. Also, the updating process for the FIB information utilizes the interest and data packets which are basic components of CCN architecture. Our PMC supports a fast FIB update to maintain a valid path to the mobile publisher. Thus, the subscriber s qualty of experience (QoE) requirement can be satisfied /14/$ IEEE 214 ICOIN 2014

2 (a) Interest packet (b) Data packet Fig. 1. The CCN operation in comparison with the routing table convergence time of the original CCN architecture. The remainder of this paper is organized as follows: Section II describes the related work. In Section III, we explain the components and operations of PMC. Section IV evaluates the performance of our proposed scheme. Finally, this paper is concluded with future work in Section V. II. RELATED WORK In this section, we first review the concept and operation of CCN briefly, and then explain the existing mobility management techniques under CCN. A. Content Centric Networking (CCN) Content centric networking (CCN) [2], which is known as a representative architecture of information centric networking (ICN), can be one of the promising solutions for the future Internet. In CCN, communication is initiated by sending a request message (called an interest packet). Since CCN adopts a name-based routing, the interest packet is routed by a content name instead of a host address. The overall operation of CCN shown in Fig. 1 is described as follows [2], [7]: (1) when a requestor tries to get a content, she/he sends an interest packet with the name of the requested content; (2) when an intermediate router receives the interest packet, it looks up its content store (CS) to check the existence of the requested content. If the requested content is cached in the CS, the router sends the data packet to the requestor. Otherwise, the intermediate router forwards this interest packet to the next interface by looking up the content name in its forwarding information base (FIB); (3) after forwarding the interest packet, the forwarding history is recorded in the pending interest table (PIT), where each entry contains the content name and interface number from which the corresponding interest packet came. With the PIT, if a router receives the interest packets for the same content name, the router add their incoming interface number to the matching PIT entry without forwarding; (4) once the interest packet reaches the node that has the requested content, the node sends a data packet to the end host. This data packet is delivered following the backward path in the PIT; (5) during the data delivery, intermediate routers store the data packet in its CS in order to deal with future requests. Using this innetwork storage, CCN can provide efficient data delivery while reducing the redundant traffic for the same content request. B. Mobility Management in CCN As described in Section I, the mobility support is classified as the publisher mobility or the subscriber mobility. First, the subscriber mobility is easily supported by nature of the CCN architecture. When a subscriber has moved to other location and established a new connectivity, it reissues the interest packets to continue the download. In recent ICN researches, there are some efforts to enhance the subscriber mobility [8] [10]. Vasilakos et al. [8] proposes a proactive caching scheme for the fast content retrieval. In their scheme, some neighbor nodes are selected and contents are stored 215

3 (a) Mobility report (Interest packet) (b) Mobility report ACK (Data packet) Fig. 2. The forwarding decision of PMC components according to the report type in advance for the future mobility. Han et al. [9] propose a rate adaptation scheme to support stable video streaming service using multiple interfaces. Also, Ravishankar et al. [10] introduce a proxy agent for the effective mobility management. In their approach, the proxy agent deals with the content requests and content delivery instead of a mobile agent. In contrast with the subscriber mobility, supporting the publisher mobility is not a trivial problem since the routing table of all the relevant routers should be updated. To address this problem, Jiang et al. [11] add a locator information to the interest packet and rely on a mapping system that maintains the mapping of content name and locator information. In their scheme, a publisher updates her/his location information to the DNS-like mapping system. Then, an interest packet first visits the mapping system to know the publisher s location and it is forwarded towards the publisher. This approach can easily manage the publisher s new location. However, bypassing the entire interest packets to the centralized entity may generate a significant overhead. Moreover, main merits of CCN which came from the name-based routing disappear since the locator and identifier are tightly coupled. Kim et al. [12] also suggests an indirection approach. In their work, mobile nodes change their hierarchical content name whenever the mobility event occurs. Also, a DNS-like naming server, which is called rendezvous server, is proposed to manage these names. Then, subscribers who want to retrieve the content send an interest packet to the publisher after getting the content name of the publisher from the rendezvous server. However, this approach may cause some issues such as indirection delay and single point of failure. III. PMC DESIGN In this section, we explain the design of PMC, a publisher mobility support protocol in CCN. A. PMC Components We define two components for mobility support in CCN. PMC Router is a router that performs the PMC protocol. To support the publisher mobility, PMC routers maintain two types of entries in the forwarding information base (FIB), which are original entry and mobility entry. The original entry is an ordinary FIB entry for the stable and long-lived destination (e.g., a publisher in the wired environment) while the mobility entry maintains the next hop information for the mobile and temporal destination. The original entries are maintained by the routing protocol and the timer value is relatively long while the mobility entries are maintained by the PMC protocol and the timer value is relatively small. The original and mobility entries for the same prefix can be integrated as a single entry in the FIB with the priority. Since both entries within the FIB means that the publisher moved from the home to other places, the mobility entry should have higher priority than the original entry to forward the interest packets to the newly moved location. To handle the mobility, we define the home router (HR) of a publisher which announces the original entry of the publisher to the network. Therefore, when the publisher does not move, all interest packets are forwarded to the publisher through the home router. Mobile Publisher is a mobile device that produces the (real-time) content. To create and maintain the mobility 216

4 (a) When the publisher moves from the home to a PoA Fig. 3. The operation of PMC (b) When the publisher moves from a PoA to another PoA entry for the subscribers, a mobile publisher uses two reserved names: (publisher URL)/mobilityReport/Home and (publisher URL)/mobilityReport/PrevPoA. These names are used to report the publisher s mobility event to the home and the previous point of attachment (PoA) location. The publisher sends an interest with the name mobilityreport/home to keep the home updated with the path information to the publisher. On the other hand, the publisher sends an interest with the name mobilityreport/prevpoa to make a path from the previous PoA to the new PoA and to receive the missing interest packets arrived at the previous PoA while the publisher is moving. B. PMC Operation The overall operation of the PMC is depicted in Fig. 3. The operation is divided into two cases: (i) when the publisher moves from the home to a PoA and (ii) when the publisher moves from a PoA to another PoA. According to the report type (interest packet or data packet), each PMC router performs the forwarding and the FIB update as described in Fig. 2. From the home to a PoA: as shown in Fig. 3(a), (1) when the publisher moves from the home (i.e., router A) to a new PoA (i.e., router C), (2) it sends an interest with the name /snu.kr/mobilityreport/prevpoa to inform the home of its mobility (we assume that the publisher s URL is /snu.kr). Since the original entries for the /snu.kr are already established in router A, B, and C, the interest packet is forwarded to the home of the publisher easily. (3) On receiving the interest with the mobility report, the router A sends the Data to establish the mobility entries along the returning path. After forwarding back the Data towards the publisher, the intermediate routers (i.e., router A, B, and C) will update their FIBs by adding the next hop face with the highest priority in the entry for /snu.kr. (4) When a subscriber (or an end host) tries to download a content file from the mobile publisher, it will send an interest towards the publisher. Since router B updated the entry for /snu.kr with the mobility information, router B forwards the interest to router C, which in turn forward it to the publisher. By tracing the PIT entries, the Data from the publisher will be successfully forwarded to the subscriber. From a PoA to another PoA: Fig. 3(b) describes the operation when the publisher moves to another PoA, again. (5) In this example, the publisher moves from a PoA to a new PoA (i.e., router E). (6) Since the publisher moved from a PoA, it sends interest packets to the home and the previous PoA (We assume that the publisher can perceive whether the previous PoA is home or not). Note that the interest packets will be forwarded to router C by default since the FIB was updated with the mobility entries. To make the interest with mobilityreport/home to be forwarded to the home, we specify the face selection criteria in the Selector field in the interest packet (to follow the face with the second priority). Then, mobilityreport/home and mobilityreport/prevpoa interest packets are forwarded to the home and router C, respectively. (7) Router A and C send the Data to establish the new path. If there are buffered interest packets during the publisher s mobility, router C forwards the interest packets to the publisher using the updated path for the fast handoff. (8) The following interest packets will be forwarded using the updated path. IV. EVALUATION In this subsection, we evaluate the performance of PMC, focusing on the operation for the mobility support, described in Section III. The evaluation setting is as follows: Performance Metrics: we use (i) the chunk delivery delay and (ii) the data retrieval rate as metrics. 217

5 4500 Subscriber PoA2 PoA Management Server Home Router Mobile Publisher Fig. 4. Simulation topology Fig. 5. The comparison of chunk delivery delay Comparison Schemes: we compare PMC with (i) a Pure- CCN (relying on a periodic FIB update) and (ii) an indirection approach (using a DNS-like mobility management server). A. Simulation Environment We conducted simulations using a discrete event-driven simulator. As shown in Fig. 4, a network topology with 11 PMC routers is used for the simulation. A mobile publisher moves from the home router to the PoA2 via the PoA1 and a subscriber issues interest packets to obtain the contents from the mobile publisher. Also, there is a DNS-like matching server for an indirection approach. The simulation parameters are summarized in Table I. TABLE I SIMULATION PARAMETERS (ADOPTS FROM [13], [14]) Parameter CS size FIB size PIT timer Interest packet size Chunk(content) size Request interval Value 10 GB 10,000 entries 3,000 ms 125 byte 2,500 KB 3,000 ms In the above scenario, we compare the three schemes: (i) a Pure-CCN, (ii) an indirection approach, and (iii) PMC. In the Pure-CCN, the publisher s mobility event is reflected by periodic FIB updates. Since there is no explicit action to deal with the publisher mobility, the network slowly perceives the publisher s mobility event. Thus, interest packets cannot be forwarded to the publisher s new location until the next FIB update period. In the indirection approach, every packet bypasses the specific node, called management server (DNSlike mobility management server). A publisher reports her/his mobility event to the matching server to inform the subscribers about a new location of the publisher. In PMC, the publisher mobility is managed as described in Section III. B. Chunk Delivery Delay The chunk delivery delay is requestor s waiting time from issuing an interest packet to receiving a data packet. Fig. 5 shows the delivery delay of each content chunk. If a content request cannot be delivered to the publisher due to the publisher s movement, a subscriber reissues the interest packets. In this retransmission case, the delivery delay is calculated as the time difference between an issuing time of the initial interest packet and a retrieval time of the data packet. In Fig. 5, PMC shows shorter handover delay than Pure- CCN in terms of chunk delivery delay. To newly update the FIB table, PMC takes about 140 ms while Pure-CCN takes about 3,120 ms after the mobility event occurs. This implies that PMC can meet typical QoE service such as VoIP which needs a delay requirement of ms. Also, the indirection approach shows stable delivery delay under mobility conditions. However, the overall delivery delay of indirection approach is higher than that of Pure-CCN and PMC. Because every packet should bypass the DNS-like management server to get the publisher information, the indirection approach takes additional delay to detour the server. In summary, PMC achieves stable and shorter delay than other schemes since it does not detour the management server. C. Chunk Retrieval Rate Fig. 6 shows the sequence number of the content that a subscriber receives from a mobile publisher. Comparing with the Pure-CCN, PMC shows stable retrieval rate although the publisher s mobility events occur. Since PMC can perceive a mobility event quickly as it occurs, the mobility event does not significantly affect the retrieval rate of the content subscriber. In contrast, the publisher mobility considerably decreases the retrieval rate of Pure-CCN due to the absence of mobility management scheme. In Pure-CCN, the publisher s correct information cannot be utilized until the next FIB update period, which increases the content delivery delay. The retrieval rate of indirection approach shows a similar tendency with that of PMC. Compared with PMC, the indirection approach also achieves stable retrieval rate. However, it shows lower retrieval rate than PMC due to the indirection delay caused from a bypassing. V. CONCLUSION In this paper, we propose PMC, a publisher mobility support protocol in CCN. To set up the path from the old location 218

6 [9] B. Han, X. Wang, N. Choi, T. T. Kwon, and Y. Choi, Amvs-ndn: Adaptive mobile video streaming and sharing in wireless named data networking, in Proc. of IEEE INFOCOM NOMEN workshop, [10] R. Ravindran, S. Lo, X. Zhang, and G. Wang, Supporting seamless mobility in named data networking, in Proc. of IEEE ICC, [11] X. Jiang, J. Bi, Y. Wang, P. Lin, and Z. Li, A content provider mobility solution of named data networking. in Proc. of IEEE ICNP, [12] D.-h. Kim, J.-h. Kim, Y.-s. Kim, H.-s. Yoon, and I. Yeom, Mobility support in content centric networks, in Proc. of ACM SIGCOMM ICN workshop, [13] PARC, ccnx project, 2011, [14] N. Rozhnova and S. Fdida, An effective hop-by-hop interest shaping mechanism for ccn communications, in Proc. of IEEE INFOCOM NOMEN workshop, Fig. 6. The comparison of chunk retrieval rate to the new location of the mobile publisher, the publisher sends interest packets with the reserved names. We also define the operations at the routers to update the FIB entries for the mobility support without violating the CCN architecture. Simulation results show that PMC outperforms pure CCN and indirection approach in terms of the adaptability, efficiency, and stability. As our future work, we will conduct evaluations under various scenarios where the publisher moves across the different ISPs. Also, we will investigate a fast flooding scheme to support mobility event. ACKNOWLEDGMENT This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology (2013R1A2A2A ), and by the Cisco University Research Program Fund, an advised fund of Silicon Valley Community Foundation. The ICT at Seoul National University provided research facilities for this study. REFERENCES [1] Cisco Visual Networking Index: Global Mobile Data Traffic Forecast Update, , ns341/ns525/ns537/ns705/ns827/white paper c html, May [2] V. Jacobson, D. K. Smetters, J. D. Thornton, M. F. Plass, N. H. Briggs, and R. L. Braynard, Networking named content, in Proc. of ACM CoNEXT, [3] T. Koponen, M. Chawla, B.-G. Chun, A. Ermolinskiy, K. H. Kim, S. Shenker, and I. Stoica, A data-oriented (and beyond) network architecture, in Proc. of ACM SIGCOMM, [4] A. Zahemszky, A. Császár, P. Nikander, and C. E. Rothenberg, Exploring the pub/sub routing & forwarding space, in Proc. of IEEE ICC Workshop Future-Net, [5] Cisco Visual Networking Index: Forecast and methodology, , ns537/ns705/ns827/white paper c ns827 Networking Solutions White Paper.html, May [6] A. Rao, A. Legout, Y.-s. Lim, D. Towsley, C. Barakat, and W. Dabbous, Network characteristics of video streaming traffic, in Proc. of ACM CoRR, [7] A. Udugama, C. Goerg, and A. Timm-Giel, Tutorial: Future internet with information centric networks, [8] X. Vasilakos, V. A. Siris, G. C. Polyzos, and M. Pomonis, Proactive selective neighbor caching for enhancing mobility support in informationcentric networks, in Proc. of ACM SIGCOMM ICN workshop,

Publisher Mobility Support in Content Centric Networks

Publisher Mobility Support in Content Centric Networks ICOIN 2014@Phuket Publisher Mobility Support in Content Centric Networks Dookyoon Han, Munyoung Lee, Kideok Cho, Ted Taekyoung Kwon, and Yanghee Choi (mylee@mmlab.snu.ac.kr) Seoul National University 2014.02.11

More information

A Seamless Content Delivery Scheme for Flow Mobility in Content Centric Network

A Seamless Content Delivery Scheme for Flow Mobility in Content Centric Network A Seamless Content Delivery Scheme for Flow Mobility in Content Centric Network Rim Haw and Choong Seon Hong * Department of Computer Engineering Kyung Hee University Yong In, Korea {rhaw, cshong}@khu.ac.kr

More information

Efficient Mobile Content-Centric Networking. Using Fast Duplicate Name Prefix Detection. Mechanism

Efficient Mobile Content-Centric Networking. Using Fast Duplicate Name Prefix Detection. Mechanism Contemporary Engineering Sciences, Vol. 7, 2014, no. 24, 1345-1353 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49166 Efficient Mobile Content-Centric Networking Using Fast Duplicate

More information

Towards a CDN over ICN

Towards a CDN over ICN Towards a CDN over ICN Byungjoon Lee, Hongseok Jeon, Seunghyun Yoon, and Hoyoung Song SmartNode Research Team, ETRI, Daejeon, Republic of Korea {bjlee, jeonhs, shpyoon, hsong}@etri.re.kr Keywords: Abstract:

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

Hop-count Based Forwarding for Seamless Producer Mobility in NDN

Hop-count Based Forwarding for Seamless Producer Mobility in NDN Hop-count Based Forwarding for Seamless Producer Mobility in NDN Vignesh Sivaraman and Biplab Sikdar Department of Electrical and Computer Engineering National University of Singapore, Singapore Abstract

More information

HOW CAN AN ISP MERGE WITH A CDN?

HOW CAN AN ISP MERGE WITH A CDN? HOW CAN AN ISP MERGE WITH A CDN? Kideok Cho, Hakyung Jung, Munyoung Lee, Diko Ko, Ted Taekyoung Kwon, and Yanghee Choi School of Computer Science and Engineering, Seoul National University, Seoul, Korea

More information

SCAN: Scalable Content Routing for Content-Aware Networking

SCAN: Scalable Content Routing for Content-Aware Networking : Scalable Routing for -Aware Networking Munyoung Lee, Kideok Cho, Kunwoo Park, Ted Taekyoung Kwon, and Yanghee Choi School of Computer Science and Engineering Seoul National University, Seoul, Korea Email:

More information

Content Searching Scheme with Distributed Data Processing Service in Content Centric Networking

Content Searching Scheme with Distributed Data Processing Service in Content Centric Networking J. Basic. Appl. Sci. Res., 4(1)160-165, 2014 2014, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Content Searching Scheme with Distributed Data Processing

More information

Performance Evaluation of CCN

Performance Evaluation of CCN Performance Evaluation of CCN September 13, 2012 Donghyun Jang, Munyoung Lee, Eunsang Cho, Ted Taekyoung Kwon (Seoul National University), Byoung-Joon Lee, Myeong-Wuk Jang, Sang-Jun Moon (Samsung Electronics),

More information

Optimized Vehicular Traffic Flow Strategy using Content Centric Network based Azimuth Routing

Optimized Vehicular Traffic Flow Strategy using Content Centric Network based Azimuth Routing , pp.80-84 http://dx.doi.org/10.14257/astl.2014.64.20 Optimized Vehicular Traffic Flow Strategy using Content Centric Network based Azimuth Routing ByungKwan Lee 1, EunHee Jeong 2 1 Department of Computer,

More information

CCTCP: A Scalable Receiver-driven Congestion Control Protocol for Content Centric Networking

CCTCP: A Scalable Receiver-driven Congestion Control Protocol for Content Centric Networking CCTCP: A Scalable Receiver-driven Congestion Control Protocol for Content Centric Networking Lorenzo Saino, Cosmin Cocora and George Pavlou Communications and Information Systems Group Department of Electrical

More information

Mobility Study for Named Data Networking in Wireless Access Networks

Mobility Study for Named Data Networking in Wireless Access Networks Mobility Study for Named Data Networking in Wireless Access Networks Aytac Azgin, Ravishankar Ravindran, Guoqiang Wang Huawei Research Center, Santa Clara, CA, USA {aytac.azgin,ravi.ravindran,gq.wang}@huawei.com

More information

Session Support for SCN

Session Support for SCN Session Support for SCN Mikael Gasparyan, Guillaume Corsini, Torsten Braun, Eryk Schiller, Jonnahtan Saltarin Institute of Computer Science University of Bern Bern, Switzerland {gasparyan,braun,schiller,saltarin}@inf.unibe.ch,

More information

Video Conferencing with Content Centric Networking

Video Conferencing with Content Centric Networking Video Conferencing with Content Centric Networking Kai Zhao 1,2, Xueqing Yang 1, Xinming Ma 2 1. Information Engineering College, North China University of Water Rescources and Electric Power,Zhengzhou,china

More information

Cache Replacement Strategies for Scalable Video Streaming in CCN

Cache Replacement Strategies for Scalable Video Streaming in CCN Cache Replacement Strategies for Scalable Video Streaming in CCN Junghwan Lee, Kyubo Lim, and Chuck Yoo Dept. Computer Science and Engineering Korea University Seoul, Korea {jhlee, kblim, chuck}@os.korea.ac.kr

More information

Proactive Selective Neighbor Caching for Enhancing Mobility Support in Information-Centric Networks

Proactive Selective Neighbor Caching for Enhancing Mobility Support in Information-Centric Networks Proactive Selective Neighbor Caching for Enhancing Mobility Support in Information-Centric Networks Xenofon Vasilakos, Vasilios A. Siris, George C. Polyzos, and Marios Pomonis Mobile Multimedia Laboratory

More information

SCAN: Scalable Content routing for

SCAN: Scalable Content routing for ICC 2011@kyoto SCAN: Scalable routing for content-aware Networking Munyoung Lee, Kideok Cho, Kunwoo Park, Td T Ted Taekyoung Kwon, Yanghee Choi (mylee@mmlab.snu.ac.kr) Seoul National University 2011. 6.

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

Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks

Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks Adaptive Local Route Optimization in Hierarchical Mobile IPv6 Networks Sangheon Pack, Taekyoung Kwon, and Yanghee Choi School of Computer Science and Engineering Seoul National University, Seoul, Korea

More information

TOP-CCN: Topology aware Content Centric Networking for Mobile Ad Hoc Networks

TOP-CCN: Topology aware Content Centric Networking for Mobile Ad Hoc Networks TOP-CCN: Topology aware Content Centric Networking for Mobile Ad Hoc Networks Jaebeom Kim, Daewook Shin, and Young-Bae Ko Department of Computer Engineering, Graduate School of Ajou University Suwon, Republic

More information

What Benefits Does NDN Have in Supporting Mobility

What Benefits Does NDN Have in Supporting Mobility What Benefits Does NDN Have in Supporting Mobility Xiaoke Jiang, Jun Bi, You Wang Institute for Network Sciences and Cyberspace, Tsinghua University Department of Computer Science and Technology, Tsinghua

More information

Optimal Cache Allocation for Content-Centric Networking

Optimal Cache Allocation for Content-Centric Networking Optimal Cache Allocation for Content-Centric Networking Yonggong Wang, Zhenyu Li, Gaogang Xie Chinese Academy of Sciences Gareth Tyson, Steve Uhlig QMUL Yonggong Wang, Zhenyu Li, Gareth Tyson, Steve Uhlig,

More information

ENHANCED PROTOCOL FOR WIRELESS CONTENT-CENTRIC NETWORK

ENHANCED PROTOCOL FOR WIRELESS CONTENT-CENTRIC NETWORK ENHANCED PROTOCOL FOR WIRELESS CONTENT-CENTRIC NETWORK Chan-Min Park 1, Rana Asif Rehman 2, Tran Dinh Hieu 2, Byung-Seo Kim 3 ABSTRACT 1 Graduate School of Smart City Science Management, Hongik University,

More information

Performance Assessment of Routing Strategies in Named Data Networking

Performance Assessment of Routing Strategies in Named Data Networking GTTI 2013 Session on Telecommunication Networks An extended version of this paper is currently under revision for presentation in IEEE ICNP 2013 Performance Assessment of Routing Strategies in Named Data

More information

What Benefits Does NDN Have in Supporting Mobility

What Benefits Does NDN Have in Supporting Mobility What Benefits Does NDN Have in Supporting Mobility Xiaoke Jiang, Jun Bi, You Wang {jiangxk, wangyou}@mails.tsinghua.edu.cn, junbi@tsinghua.edu.cn Institute for Network Sciences and Cyberspace, Tsinghua

More information

On Flexible Topology Formation in Publish-Subscribe Networks

On Flexible Topology Formation in Publish-Subscribe Networks On Flexible Topology Formation in Publish-Subscribe Networks Borislava Gajic, Janne Riihijärvi and Petri Mähönen RWTH Aachen University, Institute for Networked Systems Kackertstrasse 9, D-52072 Aachen,

More information

How Can an ISP Merge with a CDN?

How Can an ISP Merge with a CDN? ITU KALEIDOSCOPE CONFERENCE How Can an ISP Merge with a CDN? Kideok Cho, Hakyung Jung, Munyoung Lee, Diko Ko, Ted Taekyoung Kwon, and Yanghee Choi, Seoul National University ABSTRACT As delivering contents

More information

Supporting Diverse Traffic Types in Information Centric Networks

Supporting Diverse Traffic Types in Information Centric Networks PUBLISHED IN: PROCEEDINGS OF THE ACM SIGCOMM INFORMATION CENTRIC NETWORKING (ICN) WORKSHOP 2011 1 Supporting Diverse Traffic Types in Information Centric Networks Christos Tsilopoulos, George Xylomenos

More information

Expires: February 21, Huawei & USTC G. Wang. Huawei Technologies. August 20, 2013

Expires: February 21, Huawei & USTC G. Wang. Huawei Technologies. August 20, 2013 ICN Research Group Internet-Draft Intended status: Informational Expires: February 21, 2014 X. Zhang R. Ravindran Huawei Technologies H. Xie Huawei & USTC G. Wang Huawei Technologies August 20, 2013 Abstract

More information

A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks

A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks ICACT Transactions on on the Advanced Communications Technology (TACT) Vol. Vol. 2, 2, Issue Issue 3, 3, May May 2013 2013 233 A Global Mobility Scheme for Seamless Multicasting in Proxy Mobile IPv6 Networks

More information

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing Jaekwang Kim Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon,

More information

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee

Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Optimized Paging Cache Mappings for efficient location management Hyun Jun Lee, Myoung Chul Jung, and Jai Yong Lee Abstract Cellular IP maintains distributed cache for location management and routing purposes.

More information

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6

An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 An Approach to Efficient and Reliable design in Hierarchical Mobile IPv6 Taewan You 1, Seungyun Lee 1, Sangheon Pack 2, and Yanghee Choi 2 1 Protocol Engineering Center, ETRI, 161 Gajoung-dong, Yusong-gu,

More information

Consumer driven Adaptive Rate Control for Real-time Video Streaming in CCN/NDN

Consumer driven Adaptive Rate Control for Real-time Video Streaming in CCN/NDN Consumer driven Adaptive Rate Control for Real-time Video Streaming in CCN/NDN Takahiro YONEDA, Ryota OHNISHI, Eiichi MURAMOTO(Presenter),, Panasonic Corporation Jeff Burke, UCLA Contact: muramoto.eiichi@jp.panasonic.com

More information

UC Santa Cruz UC Santa Cruz Previously Published Works

UC Santa Cruz UC Santa Cruz Previously Published Works UC Santa Cruz UC Santa Cruz Previously Published Works Title CORD: Content Oriented Routing with Directories Permalink https://escholarship.org/uc/item/8g21p4hr Authors Garcia-Luna-Aceves, J.J. Li, Q.

More information

Hybrid gateway advertisement scheme for connecting mobile ad hoc networks to the Internet

Hybrid gateway advertisement scheme for connecting mobile ad hoc networks to the Internet * gateway advertisement scheme for connecting mobile ad hoc networks to the Internet Jeongkeun Lee (), Dongkyun Kim (2), J.J.Garcia-Luna-Aceves (3), Yanghee Choi (), Jihyuk Choi (4), Sangwoo Nam (4) ()

More information

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks

A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks A Graph-based Approach to Compute Multiple Paths in Mobile Ad Hoc Networks Gunyoung Koh, Duyoung Oh 1 and Heekyoung Woo 2 1 School of Electrical Engineering and Computer Science Seoul National University,

More information

MCBS: Matrix Computation Based Simulator of NDN

MCBS: Matrix Computation Based Simulator of NDN JOURNAL OF COMPUTERS, VOL. 9, NO. 9, SEPTEMBER 2014 2007 MCBS: Matrix Computation Based Simulator of NDN Xiaoke Jiang, Jun Bi, You Wang Institute for Network Sciences and Cyberspace, Tsinghua University

More information

Chapter 2 Information-Centric Networks (ICN)

Chapter 2 Information-Centric Networks (ICN) Chapter 2 Information-Centric Networks (ICN) Muhammad Azfar Yaqub, Syed Hassan Ahmed, Safdar Hussain Bouk and Dongkyun Kim Abstract During the past decades, serious efforts have been made to propose various

More information

Stateless ICN Forwarding with P4 towards Netronome NFP-based Implementation

Stateless ICN Forwarding with P4 towards Netronome NFP-based Implementation Stateless ICN Forwarding with P4 towards Netronome NFP-based Implementation Aytac Azgin, Ravishankar Ravindran, Guo-Qiang Wang aytac.azgin, ravi.ravindran, gq.wang@huawei.com Huawei Research Center, Santa

More information

A Routing Protocol Proposal for NDN Based Ad Hoc Networks Combining Proactive and Reactive Routing Mechanisms

A Routing Protocol Proposal for NDN Based Ad Hoc Networks Combining Proactive and Reactive Routing Mechanisms A Routing Protocol Proposal for NDN Based Ad Hoc Networks Combining Proactive and Reactive Routing Mechanisms Ngo Quang Minh, Ryo Yamamoto, Satoshi Ohzahata, and Toshihiko Kato University of Electro-Communications

More information

CATT: Potential Based Routing with Content Caching for ICN

CATT: Potential Based Routing with Content Caching for ICN CATT: Potential Based Routing with Content Caching for ICN Masayuki Murata Osaka University, Graduate School of Information Science and Technology 1-5 Yamadaoka, Suita, Osaka, 565-871 Japan murata@ist.osaka-u.ac.jp

More information

A Light-Weight Forwarding Plane for Content-Centric Networks

A Light-Weight Forwarding Plane for Content-Centric Networks A Light-Weight Forwarding Plane for Content-Centric Networks J.J. Garcia-Luna-Aceves 1,2 and Maziar Mirzazad-Barijough 2 1 Palo Alto Research Center, Palo Alto, CA 94304 2 Department of Computer Engineering,

More information

Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS

Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS ITU Kaleidoscope 2015 Trust in the Information Society Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS Presenter: Prof. PhD. Takuro SATO Waseda

More information

Yu Zhang Harbin Institute of Technology, China

Yu Zhang Harbin Institute of Technology, China c 2016 IEEE. This is author s version of this work. It is posted here by permission of IEEE for you personal use. Not for redistribution. The definitive version is published in the proceedings of the third

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

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

CCN & Network Coding. Cedric Westphal Huawei and UCSC

CCN & Network Coding. Cedric Westphal Huawei and UCSC CCN & Network Coding Cedric Westphal Huawei and UCSC ICN & Network Coding - RFC7933 9.5. Network Coding for Video Distribution in ICN An interesting research area for combining heterogeneous sources is

More information

Opportunistic Content-Centric Data Transmission During Short Network Contacts

Opportunistic Content-Centric Data Transmission During Short Network Contacts Opportunistic Content-Centric Data Transmission During Short Network Contacts Carlos Anastasiades, Tobias Schmid, Jürg Weber, Torsten Braun Institute of Computer Science and Applied Mathematics University

More information

Design and Evaluation of a Socket Emulator for Publish/Subscribe Networks

Design and Evaluation of a Socket Emulator for Publish/Subscribe Networks PUBLISHED IN: PROCEEDINGS OF THE FUTURE INTERNET SYMPOSIUM 2010 1 Design and Evaluation of a for Publish/Subscribe Networks George Xylomenos, Blerim Cici Mobile Multimedia Laboratory & Department of Informatics

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

Modeling multipath forwarding strategies in Information Centric Networks

Modeling multipath forwarding strategies in Information Centric Networks Modeling multipath forwarding strategies in Information Centric Networks Andrea Detti, Claudio Pisa, Nicola Blefari Melazzi CNIT, University of Rome Tor Vergata, Italy. andrea.detti@uniroma2.it, claudio.pisa@uniroma2.it,

More information

Application aware access and distribution of digital objects using Named Data Networking (NDN)

Application aware access and distribution of digital objects using Named Data Networking (NDN) Application aware access and distribution of digital objects using Named Data Networking (NDN) July 4, 2017 Rahaf Mousa Supervisor: dr.zhiming Zhao University of Amsterdam System and Network Engineering

More information

Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services

Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services Fast Location-based Association of Wi-Fi Direct for Distributed Wireless Docking Services Jina Han Department of Information and Computer Engineering Ajou University Suwon, South Korea hangn0808@ajou.ac.kr

More information

Module 8. Routing. Version 2 ECE, IIT Kharagpur

Module 8. Routing. Version 2 ECE, IIT Kharagpur Module 8 Routing Lesson 27 Routing II Objective To explain the concept of same popular routing protocols. 8.2.1 Routing Information Protocol (RIP) This protocol is used inside our autonomous system and

More information

A New Energy-Aware Routing Protocol for. Improving Path Stability in Ad-hoc Networks

A New Energy-Aware Routing Protocol for. Improving Path Stability in Ad-hoc Networks Contemporary Engineering Sciences, Vol. 8, 2015, no. 19, 859-864 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2015.57207 A New Energy-Aware Routing Protocol for Improving Path Stability

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

SUMMERY, CONCLUSIONS AND FUTURE WORK Chapter - 6 SUMMERY, CONCLUSIONS AND FUTURE WORK The entire Research Work on On-Demand Routing in Multi-Hop Wireless Mobile Ad hoc Networks has been presented in simplified and easy-to-read form in six

More information

Seamless Multicast Handover in Fmipv6-Based Networks

Seamless Multicast Handover in Fmipv6-Based Networks Seamless Multicast Handover in Fmipv6-Based Networks Moneeb Gohar, Seok Joo Koh, Tae-Won Um, and Hyun-Woo Lee Abstract This paper proposes a fast tree join scheme to provide seamless multicast handover

More information

100 Mbps. 100 Mbps S1 G1 G2. 5 ms 40 ms. 5 ms

100 Mbps. 100 Mbps S1 G1 G2. 5 ms 40 ms. 5 ms The Influence of the Large Bandwidth-Delay Product on TCP Reno, NewReno, and SACK Haewon Lee Λ, Soo-hyeoung Lee, and Yanghee Choi School of Computer Science and Engineering Seoul National University San

More information

A Hybrid Approach to CAM-Based Longest Prefix Matching for IP Route Lookup

A Hybrid Approach to CAM-Based Longest Prefix Matching for IP Route Lookup A Hybrid Approach to CAM-Based Longest Prefix Matching for IP Route Lookup Yan Sun and Min Sik Kim School of Electrical Engineering and Computer Science Washington State University Pullman, Washington

More information

CLUSTER BASED IN NETWORKING CACHING FOR CONTENT CENTRIC NETWORKING

CLUSTER BASED IN NETWORKING CACHING FOR CONTENT CENTRIC NETWORKING CLUSTER BASED IN NETWORKING CACHING FOR CONTENT CENTRIC NETWORKING S.Poornima, M.Phil Research Scholar, Department of Computer Sciences and Applications, Vivekanandha College Of Arts And Sciences For Women(Autonomous),

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

Networking Named Content

Networking Named Content Networking Named Content Van Jacobson Diana K. Smetters James D. Thorton Machael F. Plass Nicholas H. Briggs Rebecca L. Braynard Presented by: Vladislav Perelman Advanced Networking Seminar Jacobs University

More information

NETWORK-ASSISTED STRATEGY FOR DASH OVER CCN. Rihab Jmal*, Gwendal Simon** and Lamia Chaari* *University of Sfax/ CRNS Tunisia **IMT Atlantique, France

NETWORK-ASSISTED STRATEGY FOR DASH OVER CCN. Rihab Jmal*, Gwendal Simon** and Lamia Chaari* *University of Sfax/ CRNS Tunisia **IMT Atlantique, France NETWORK-ASSISTED STRATEGY FOR DASH OVER CCN Rihab Jmal*, Gwendal Simon** and Lamia Chaari* *University of Sfax/ CRNS Tunisia **IMT Atlantique, France ABSTRACT MPEG Dynamic Adaptive Streaming over HTTP

More information

Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks

Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks Connectivity, Energy and Mobility Driven Clustering Algorithm for Mobile Ad Hoc Networks Fatiha Djemili Tolba University of Haute Alsace GRTC Colmar, France fatiha.tolba@uha.fr Damien Magoni University

More information

Postprint.

Postprint. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at The 13th Swedish National Computer Networking Workshop (SNCNW 2017), Halmstad University, May 29-30. Citation for

More information

VANS: Visual Ad hoc Network Simulator

VANS: Visual Ad hoc Network Simulator VANS: Visual Ad hoc Network Simulator Masako Shinohara, Hideki Hayashi, Takahiro Hara, Akimitsu Kanzaki and Shojiro Nishio Graduate School of Information Science and Tech., Osaka University {sinohara.masako,

More information

On Content-Centric Router Design and Implications

On Content-Centric Router Design and Implications On Content-Centric Router Design and Implications Somaya Arianfar 1, Pekka Nikander 2 and Jörg Ott 1 1 Aalto University, 2 Ericsson Research, NomadicLab ABSTRACT In this paper, we investigate a sample

More information

Minimizing Bandwidth on Peering Links with Deflection in Named Data Networking

Minimizing Bandwidth on Peering Links with Deflection in Named Data Networking Minimizing Bandwidth on Peering Links with Deflection in Named Data Networking Damien Saucez, Anshuman Kalla, Chadi Barakat, Thierry Turletti To cite this version: Damien Saucez, Anshuman Kalla, Chadi

More information

Keywords: AODV, MANET, WRP

Keywords: AODV, MANET, WRP Performance Analysis of AODV and WRP in MANET Sachchida Nand Singh*, Surendra Verma**, Ravindra Kumar Gupta*** *(Pursuing M.Tech in Software Engineering, SSSIST Sehore(M.P), India, Email: sesachchida@gmail.com)

More information

OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS

OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS OPTIMIZING MOBILITY MANAGEMENT IN FUTURE IPv6 MOBILE NETWORKS Sandro Grech Nokia Networks (Networks Systems Research) Supervisor: Prof. Raimo Kantola 1 SANDRO GRECH - OPTIMIZING MOBILITY MANAGEMENT IN

More information

ID/LOC Separation Network Architecture for Mobility Support in Future Internet

ID/LOC Separation Network Architecture for Mobility Support in Future Internet ID/LOC Separation Network Architecture for Mobility Support in Future Internet Nakjung Choi, Taewan You, Jungsoo Park, Taekyoung Kwon and Yanghee Choi School of Computer Science and Engineering, Seoul

More information

Master s Thesis. A Communication Architecture Using Information Centric Networking Towards Flexible Cooperative Machine Operations

Master s Thesis. A Communication Architecture Using Information Centric Networking Towards Flexible Cooperative Machine Operations Master s Thesis Title A Communication Architecture Using Information Centric Networking Towards Flexible Cooperative Machine Operations Supervisor Professor Masayuki Murata Author Kenya Kawasaki February

More information

Routing, Routing Algorithms & Protocols

Routing, Routing Algorithms & Protocols Routing, Routing Algorithms & Protocols Computer Networks Lecture 6 http://goo.gl/pze5o8 Circuit-Switched and Packet-Switched WANs 2 Circuit-Switched Networks Older (evolved from telephone networks), a

More information

Supporting Military Communications with Named Data Networking: An Emulation Analysis

Supporting Military Communications with Named Data Networking: An Emulation Analysis Supporting Military Communications with Named Data Networking: An Emulation Analysis Basil Etefia The Aerospace Corporation P.O. Box 92957 Los Angeles, CA 90009 basil.u.etefia@aero.org Mario Gerla Computer

More information

Controlling Strategy Retransmissions in Named Data Networking

Controlling Strategy Retransmissions in Named Data Networking 2017 ACM/IEEE Symposium on Architectures for Networking and Communications Controlling Strategy Retransmissions in Named Data Networking Hila Ben Abraham & Patrick Crowley Washington University in Saint

More information

Implementation and Evaluation of an Information- Centric Network

Implementation and Evaluation of an Information- Centric Network Networking 2013 1569702861 Implementation and Evaluation of an Information- Centric Network George Parisis and Dirk Trossen Computer Laboratory, University of Cambridge Cambridge, UK firstname.lastname@cl.cam.ac.uk

More information

An Autonomous and Efficient Controller-based Routing Scheme for Networking Named-Data Mobility

An Autonomous and Efficient Controller-based Routing Scheme for Networking Named-Data Mobility An Autonomous and Efficient Controller-based Routing Scheme for Networking Named-Data Mobility João Vitor Torres a, Raouf Boutaba b, Otto Carlos M. B. Duarte a a Universidade Federal do Rio de Janeiro

More information

On the Impact of Route Processing and MRAI Timers on BGP Convergence Times

On the Impact of Route Processing and MRAI Timers on BGP Convergence Times On the Impact of Route Processing and MRAI Timers on BGP Convergence Times Shivani Deshpande and Biplab Sikdar Department of ECSE, Rensselaer Polytechnic Institute, Troy, NY 12180 Abstract Fast convergence

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

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

Comprehensive Solution for Anomaly-free BGP

Comprehensive Solution for Anomaly-free BGP Comprehensive Solution for Anomaly-free BGP Ravi Musunuri, Jorge A. Cobb Department of Computer Science, The University of Texas at Dallas, Richardson, TX-7083-0688 musunuri, cobb @utdallas.edu Abstract.

More information

CRoS-NDN: Controller-based Routing Strategy for Named Data Networking

CRoS-NDN: Controller-based Routing Strategy for Named Data Networking CRoS-NDN: Controller-based Routing Strategy for Named Data Networking João Vitor Torres and Otto Carlos M. B. Duarte Universidade Federal do Rio de Janeiro - GTA/COPPE/UFRJ Rio de Janeiro, Brazil Email:

More information

2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2013 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

Mobility-aware Topology Manager for Publish-Subscribe Networks

Mobility-aware Topology Manager for Publish-Subscribe Networks Mobility-aware Topology Manager for Publish-Subscribe Networks Borislava Gajic, Jesús Palenzuela, Janne Riihijärvi and Petri Mähönen RWTH Aachen University, Institute for Networked Systems Kackertstrasse

More information

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks A Simple Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks Chun-Su Park, You-Sun Kim, Kwang-Wook Lee, Seung-Kyun Kim, and Sung-Jea Ko Department of Electronics Engineering, Korea

More information

Cache Less for More in Information- Centric Networks W. K. Chai, D. He, I. Psaras and G. Pavlou (presenter)

Cache Less for More in Information- Centric Networks W. K. Chai, D. He, I. Psaras and G. Pavlou (presenter) Cache Less for More in Information- Centric Networks W. K. Chai, D. He, I. Psaras and G. Pavlou (presenter) Department of Electronic & Electrical Engineering University College London London WC1E 6EA United

More information

An Experimental Analysis on OSPF-TE Convergence Time

An Experimental Analysis on OSPF-TE Convergence Time An Experimental Analysis on OSPF-TE Convergence Time S. Huang* a, K. Kitayama a, F. Cugini b, F. Paolucci c, A. Giorgetti c, L. Valcarenghi c, P. Castoldi c a Osaka University, Osaka, Japan; b CNIT, Pisa,

More information

NetWare Link-Services Protocol

NetWare Link-Services Protocol 44 CHAPTER Chapter Goals Describe the Network Link-Service Protocol. Describe routing with NLSP. Describe the data packet used by NLSP. Background The (NLSP) is a link-state routing protocol from Novell

More information

Measuring QoS of Nearest Replica Routing Forwarding Strategy on Named Data Networking for Triple Play Services

Measuring QoS of Nearest Replica Routing Forwarding Strategy on Named Data Networking for Triple Play Services Measuring QoS of Nearest Replica Routing Forwarding Strategy on Named Data Networking for Triple Play Services Bambang Susilo Electrical Engineering Department, Faculty of Engineering Universitas Indonesia

More information

ICN for Cloud Networking. Lotfi Benmohamed Advanced Network Technologies Division NIST Information Technology Laboratory

ICN for Cloud Networking. Lotfi Benmohamed Advanced Network Technologies Division NIST Information Technology Laboratory ICN for Cloud Networking Lotfi Benmohamed Advanced Network Technologies Division NIST Information Technology Laboratory Information-Access Dominates Today s Internet is focused on point-to-point communication

More information

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6

A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 A Hybrid Load Balance Mechanism for Distributed Home Agents in Mobile IPv6 1 Hui Deng 2Xiaolong Huang 3Kai Zhang 3 Zhisheng Niu 1Masahiro Ojima 1R&D Center Hitachi (China) Ltd. Beijing 100004, China 2Dept.

More information

CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments

CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments CC-SCTP: Chunk Checksum of SCTP for Enhancement of Throughput in Wireless Network Environments Stream Control Transmission Protocol (SCTP) uses the 32-bit checksum in the common header, by which a corrupted

More information

COPSS-lite: Lightweight ICN Based Pub/Sub for IoT Environments

COPSS-lite: Lightweight ICN Based Pub/Sub for IoT Environments : Lightweight ICN Based Pub/Sub for IoT Environments Haitao Wang, Sripriya Adhatarao, Mayutan Arumaithurai and Xiaoming Fu Clausthal University of Technology, Germany. Email: haitao.wang@tu-clausthal.de

More information

Named Data Networking (NDN) CLASS WEB SITE: NDN. Introduction to NDN. Updated with Lecture Notes. Data-centric addressing

Named Data Networking (NDN) CLASS WEB SITE:   NDN. Introduction to NDN. Updated with Lecture Notes. Data-centric addressing CLASS WEB SITE: http://upmcsms.weebly.com/ Updated with Lecture Notes Named Data Networking (NDN) Introduction to NDN Named Data Networking (NDN) IP NDN Host-centric addressing Data-centric addressing

More information

IP Over ICN Goes Live

IP Over ICN Goes Live 1 IP Over ICN Goes Live George Xylomenos, Yannis Thomas Xenofon Vasilakos, Michael Georgiades, Alexander Phinikarides, Ioannis Doumanis, Stuart Porter, Dirk Trossen, Sebastian Robitzsch, Martin J. Reed,

More information

NAMED DATA NETWORKING EMPIRICAL SURVEY. Department of Computer Science and Engineering, Pondicherry University,Puducherry , India

NAMED DATA NETWORKING EMPIRICAL SURVEY. Department of Computer Science and Engineering, Pondicherry University,Puducherry , India Volume 115 No. 6 2017, 351-357 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu NAMED DATA NETWORKING EMPIRICAL SURVEY 1 Jinesh. P, 2 Lakshmipriya.K,

More information

Experimental Evaluation of Memory Management in Content-Centric Networking

Experimental Evaluation of Memory Management in Content-Centric Networking Experimental Evaluation of Memory Management in Content-Centric Networking Giovanna Carofiglio, Vinicius Gehlen, and Diego Perino Bell Labs, Alcatel-Lucent, France, first.last@alcatel-lucent.com Abstract

More information

A Timer-based Session Setup Procedure in Cellular-WLAN Integrated Systems

A Timer-based Session Setup Procedure in Cellular-WLAN Integrated Systems his paper was presented as part of the Mobility Management in the Networks of the Future World (MobiWorld) Workshop at A -based Session Setup Procedure in Cellular-WLAN Integrated Systems Gwangwoo Park,

More information