25
Contrace: Traceroute Facility for Content- Centric Network Hitoshi Asaeda (NICT) Xun Shao (NICT) Thierry Turletti (Inria) https://tools.ietf.org/html/draft-asaeda-icnrg-contrace-01 97th IETF/IRTF, Nov. 2016, Seoul 1

Contrace: Traceroute Facility for Content- Centric Network

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Contrace: Traceroute Facility for Content- Centric Network

Contrace:TracerouteFacilityforContent-CentricNetwork

Hitoshi Asaeda (NICT) Xun Shao (NICT)

Thierry Turletti (Inria)

https://tools.ietf.org/html/draft-asaeda-icnrg-contrace-01

97th IETF/IRTF, Nov. 2016, Seoul 1

Page 2: Contrace: Traceroute Facility for Content- Centric Network

Outline

n  Motivation n  Design concept n  Primary experiments n  Contrace overview and behavior n  (Packet formats and type values) n  Demo n  Conclusion

97th IETF/IRTF, Nov. 2016, Seoul 2

Page 3: Contrace: Traceroute Facility for Content- Centric Network

Motivation

n  Protocol analysisØ  Effectiveness, robustness, and cost of designed networks

p  Hop count/RTT for content retrieval, multipath, in-network caching algorithm

Ø  Characteristics of contentp  Content popularity, cache hit ratio

n  Operations, Administration, and Maintenance (OAM)Ø  Operation

p  Cache lifetime or expiration time

Ø  Monitoringp  CS capacity and usage at router, num. of interests per content

Ø  Trouble shootingp  Availability of caching routers and publishers

Ø  (Access control and policy configuration for information disclosure)

n  Active measurement tool, which could be “ICN/CCN-friendly traceroute”, is highly valuable

97th IETF/IRTF, Nov. 2016, Seoul 3

Page 4: Contrace: Traceroute Facility for Content- Centric Network

Our Design Conceptn  Traceroute

Ø  Traditional tool for investigating the unicast path from source to destination

n  Mtrace (Multicast traceroute) Ø  Common tool for investigating the IP multicast forwarding path

from destination to multicast source (or RP) Ø  Mboned WG has been working for the standardization of Mtrace

version 2 p  https://tools.ietf.org/html/draft-ietf-mboned-mtrace-v2-16

n  Contrace (Primary version) Ø  Tool for tracing Content-Centric Networks

p  Designed and implemented with an independent daemon that interacts with CCNx-0.8’s ccnd

Ø  It discovers the states of in-network cache and evaluates CCN performance

p  “Contrace: A Tool for Measuring and Tracing Content-Centric Networks”, IEEE ComMag, Mar. 2015.

97th IETF/IRTF, Nov. 2016, Seoul 4

Page 5: Contrace: Traceroute Facility for Content- Centric Network

Experiments with Our Primary Implementation

P: 100 contents C: 2500 interests

n  Setup Ø  GEANT network topology, which

consists of 27 routers, using Rocketfuel on top of the Mini-CCNx emulator

Ø  Contrace interacting with CCNx-0.8 Ø  One publisher has 100 contents Ø  Four consumers are set up, and each

consumer sends 2500 interests in total

Ø  Content is indexed based on the Zipf popularity setting with the value of the Zipf exponent α = 1.25

n  Measurements Ø  Path stretch and cache efficiency

for heterogeneous approach based on router’s degree centrality

p  D. Rossi and G. Rossini, “On Sizing CCN Content Stores by Exploiting Topological Information,” Proc. IEEE INFOCOM NOMEN Workshop, March 2012.

97th IETF/IRTF, Nov. 2016, Seoul 5

Page 6: Contrace: Traceroute Facility for Content- Centric Network

Path Stretch

0

0.2

0.4

0.6

0.8

1

1.2

1.4

Consumer 1 Consumer 2 Consumer 3 Consumer 4

Aver

age

path

stre

tch

(plu

s st

anda

rd d

evia

tion) Homogeneous approach

Heterogeneous approach (DC-basis)

97th IETF/IRTF, Nov. 2016, Seoul 6

Page 7: Contrace: Traceroute Facility for Content- Centric Network

Cache Efficiency

0

100

200

300

400

500

600

700

800

900

0 10 20 30 40 50 60 70 80 90 100Content-Index

# Ac

cess

Homogeneous approachHeterogeneous approach (DC-basis)

X : Content index based on popularity Y : Number of accesses at publisher

97th IETF/IRTF, Nov. 2016, Seoul 7

Page 8: Contrace: Traceroute Facility for Content- Centric Network

(New) Contrace Overview

n  Components Ø  Contrace user program (e.g., contrace command

running on a consumer) Ø  Contrace forwarding function implemented on a content

forwarder (i.e., router, publisher) n  Messages

Ø  Request and Reply Ø  Compatible with CCNx-1.0 TLV format

n  Contrace provides various information such as; Ø  Hop count/RTT for content retrieval Ø  Cache lifetime or expiration time at router

97th IETF/IRTF, Nov. 2016, Seoul 8

Page 9: Contrace: Traceroute Facility for Content- Centric Network

Contrace Basic Behaviorn  Request message is initiated by Contrace user and forwarded

toward caching router or publisher based on the FIB in a hop-by-hop manner

n  Request message includes Request block and Report block(s)

n  Reply message is initiated by caching router or publisher and forwarded toward Contrace user based on the PIT entry

n  Reply message includes Reply block and Reply sub-block(s)

97th IETF/IRTF, Nov. 2016, Seoul 9

Consumer(Contraceuser)

PublisherRouterC(Cachingrouter)

RouterA

RouterB

RouterE

RouterD

RequestResponse

Page 10: Contrace: Traceroute Facility for Content- Centric Network

Contrace Message Flow

FixedheaderTLV

Requestblock

Reportblock

Replyblock

Reportblock

Reportblock

Replysub-block

Replysub-block

Reportblock

NameTLV

Hop-by-hop header TLV

Packet payload TLV

97th IETF/IRTF, Nov. 2016, Seoul 10

PT_TRACE_REQPT_TRACE_REPLY

Page 11: Contrace: Traceroute Facility for Content- Centric Network

Unique Behaviorn  Multipath support

Ø  Unlike the regular Interest-Data communication, PIT entry created by Contrace Request is removed only when the [Contrace Reply Timeout] value is expired

Ø  Unlike the regular Interest-Data communication, Request message is sent to all neighbor routers simultaneously (even if some strategy schedules the delay)

n  Contrace Requests SHOULD NOT result in PIT aggregation in routers during the Request message transmission.

n  Contrace Replies MUST NOT be cached in routers upon the Reply message transmission.

97th IETF/IRTF, Nov. 2016, Seoul 11

Page 12: Contrace: Traceroute Facility for Content- Centric Network

What Contrace Can Provide (Re: Motivation)n  Protocol analysis

Ø  Effectiveness, robustness, and cost of designed networksp  Hop count/RTT for content retrieval, multipath, in-network

caching algorithm

Ø  Characteristics of contentp  Content popularity, cache hit ratio

n  Operations, Administration, and Maintenance (OAM)

Ø  Operationp  Cache lifetime or expiration time

Ø  Monitoringp  CS capacity and usage at router, num. of interests per content

Ø  Trouble shootingp  Availability of caching routers and publishers

Ø  (Access control and policy configuration for information disclosure)

97th IETF/IRTF, Nov. 2016, Seoul 12

Page 13: Contrace: Traceroute Facility for Content- Centric Network

Gateway Discovery

n  “Gateway” is a router supporting different scheme names (e.g., ccnx:/ and ndn:/) and having both FIBs Ø  Discussing about interoperability or integration of CCN

and NDN is not the aim of this document, but ... Ø  It is good if we have a chance to discover the gateway,

so ...

Ø  Contrace could also support discovering the closest gateway

97th IETF/IRTF, Nov. 2016, Seoul 13

Page 14: Contrace: Traceroute Facility for Content- Centric Network

12301234567890123456789012345678901+---------------+---------------+---------------+---------------+|Version|PT_TRACE_REQ|PacketLength|+---------------+---------------+---------------+---------------+|HopLimit|ReturnCode|Reserved(MBZ)|HeaderLength|+===============+===============+===============+===============+||+RequestblockTLV+||+---------------+---------------+---------------+---------------+/ReportblockTLV1/+---------------+---------------+---------------+---------------+/ReportblockTLV2/+---------------+---------------+---------------+---------------+/.//./+---------------+---------------+---------------+---------------+/ReportblockTLVn/+===============+===============+===============+===============+|T_TRACE|MessageLength|+---------------+---------------+---------------+---------------+|T_NAME|Length|+---------------+---------------+---------------+---------------+/NamesegmentTLVs(nameprefixspecifiedbycontracecommand)/+---------------+---------------+---------------+---------------+

Request Message

n  Request message, including Request block, and Report block(s)

97th IETF/IRTF, Nov. 2016, Seoul 14

Page 15: Contrace: Traceroute Facility for Content- Centric Network

12301234567890123456789012345678901+---------------+---------------+---------------+---------------+|T_TRACE_REQ|Length|+---------------+---------------+---------------+---------------+

|SchemeName|SkipHopCount|Timeout|Reserved(MBZ)|+---------------+---------------+---------------+---------------+|RequestID|Flags|+---------------+---------------+---------------+---------------+

Request Block and Report Block

n  Request block

n  Report block

12301234567890123456789012345678901+---------------+---------------+---------------+---------------+|T_TRACE_REPORT|Length|+---------------+---------------+---------------+---------------+

|RequestArrivalTime|+---------------+---------------+---------------+---------------+/NodeIdentifier/+---------------+---------------+---------------+---------------+

97th IETF/IRTF, Nov. 2016, Seoul 15

Page 16: Contrace: Traceroute Facility for Content- Centric Network

Reply Messagen  Reply message

12301234567890123456789012345678901+---------------+---------------+---------------+---------------+|Version|PT_TRACE_REPLY|PacketLength|+---------------+---------------+---------------+---------------+|HopLimit|ReturnCode|Reserved(MBZ)|HeaderLength|+===============+===============+===============+===============+...+===============+===============+===============+===============+|T_TRACE|MessageLength|+---------------+---------------+---------------+---------------+|T_NAME|Length|+---------------+---------------+---------------+---------------+/NamesegmentTLVs(nameprefixspecifiedbycontracecommand)/+---------------+---------------+---------------+---------------+/ReplyblockTLV/+---------------+---------------+---------------+---------------+/Replysub-blockTLV1/+---------------+---------------+---------------+---------------+/Replysub-blockTLV2/+---------------+---------------+---------------+---------------+/.//./+---------------+---------------+---------------+---------------+/Replysub-blockTLVk/+---------------+---------------+---------------+---------------+

97th IETF/IRTF, Nov. 2016, Seoul 16

Page 17: Contrace: Traceroute Facility for Content- Centric Network

12301234567890123456789012345678901+---------------+---------------+---------------+---------------+|Type|Length|+---------------+---------------+---------------+---------------+

|ContentSize|+---------------+---------------+---------------+---------------+|ObjectCount|+---------------+---------------+---------------+---------------+|#ReceivedInterest|+---------------+---------------+---------------+---------------+

|FirstSeqnum|+---------------+---------------+---------------+---------------+|LastSeqnum|+---------------+---------------+---------------+---------------+

|CacheLifetime|+---------------+---------------+---------------+---------------+|RemainCacheLifetime|+---------------+---------------+---------------+---------------+|T_NAME|Length|

+---------------+---------------+---------------+---------------+/NamesegmentTLVs(nameprefixpartially/exactlymatched)/+---------------+---------------+---------------+---------------+

Reply Sub-Blockn  Reply sub-block (for T_TRACE_CONTENT and

T_TRACE_CONTENT_OWNER

17

Page 18: Contrace: Traceroute Facility for Content- Centric Network

Options Descriptions

[-p] name_prefix Mandatory option. Name prefix of the content (e.g., ccnx:/news/today/) the Contrace user wants to trace. “ccnx:/” can be allowed for permitted users. The -p option allows a partial match for the name prefix; otherwise, an exact match is required

-n No cache information is requested. Only the routing path information to the specified content/cache and RTT between Contrace user and content forwarder informed.

-o This option can be specified if a Contrace user needs to trace the path to the content publisher.

-r hop_count Number of traced routers. If the Contrace user specifies this option, only the specified number of hops from the Contrace user trace the Request.

-s hop_count Number of skipped routers. If the Contrace user specifies this option, the number of hops from the Contrace user simply forward the Contrace Request messages without adding its own Report block and without replying the Request, and the next upstream router starts the trace.

-w wait_time Contrace Reply Timeout value (in seconds) that the contrace user waits for Response. After the timeout, the contrace user silently discards the Response. Default: 4 s.

Contrace User Command

97th IETF/IRTF, Nov. 2016, Seoul 18

Usage: contrace [-p] [-g] [-n] [-o] [-r hop_count] [-s hop_count] [-w wait_time] name_prefix

Page 19: Contrace: Traceroute Facility for Content- Centric Network

Demo

n  CommandsØ  1. contrace ccnx:/news/scienceØ  2. contrace –n ccnx:/video/video1Ø  3. contrace -p ccnx:/videoØ  4. contrace -p ccnx:/video -r 2Ø  5. contrace –o ccnx:/news/today ccnx:/news/today

ccnx:/news/science

consumer router1

router2

router3

publisher1

publisher2

publisher3 router4

ccnx:/video/video1

ccnx:/news/today ccnx:/video/video1

ccnx:/video/video1

ccnx:/news/today r2 ccnx:/news/science r2

ccnx:/video r2, r3

97th IETF/IRTF, Nov. 2016, Seoul 19

Page 20: Contrace: Traceroute Facility for Content- Centric Network

1. contrace ccnx:/news/science

97th IETF/IRTF, Nov. 2016, Seoul 20

c r1

r2

r3 r4

p1

p2

p3

Page 21: Contrace: Traceroute Facility for Content- Centric Network

2. contrace –n ccnx:/video/video1

97th IETF/IRTF, Nov. 2016, Seoul 21

c r1

r2

r3 r4

p1

p3

p2

Page 22: Contrace: Traceroute Facility for Content- Centric Network

3. contrace –p ccnx:/video

97th IETF/IRTF, Nov. 2016, Seoul 22

c r1

r2

r3 r4

p1

p3

p2

Page 23: Contrace: Traceroute Facility for Content- Centric Network

4. contrace –p ccnx:/video –r 2

97th IETF/IRTF, Nov. 2016, Seoul 23

c r1

r2

r3 r4

p1

p3

p2

Page 24: Contrace: Traceroute Facility for Content- Centric Network

5. contrace –o ccnx:/news/today

97th IETF/IRTF, Nov. 2016, Seoul 24

c r1

r2

r3 r4

p1

p3

p2

Page 25: Contrace: Traceroute Facility for Content- Centric Network

Conclusion

n  Contrace is a powerful tool for tracing Content-Centric Networks

n  Contrace uses two messages, Contrace Request and Reply messages, which are compatible with CCNx-1.0 TLV format

n  Contrace provides various information, e.g., Ø  Hop count/RTT for content retrieval Ø  Cache lifetime or expiration time Ø  Num. of received interests

n  Implementation is on-going (and partially done)

n  Next step: Revise the I-D Ø  Improve the quality and fix editorial errors Ø  Address [TBD]s

97th IETF/IRTF, Nov. 2016, Seoul 25