22
A Comparison of Name Based Content Routing Protocols Ehsan Hemmati 1 J.J. Garcia-Luna-Aceves 1,2 1 UC Santa Cruz 2 Palo Alto Research Center [email protected]

AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

A  Comparison  of  Name-­‐‑Based  Content  Routing  

Protocols  Ehsan Hemmati1

J.J. Garcia-Luna-Aceves1,2

1UC Santa Cruz2Palo Alto Research Center

[email protected]

Page 2: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Outline• Routing In CCN

• NLSR

• DCR

• Performance Comparison

• Conclusion

Page 3: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Routing  in  CCN• Problem: Compute the path of minimum cost from

each router to each Prefix in the network.• Routing in CCN is inherently more difficult than

routing in the traditional IP networks.• Content objects are cached opportunistically in the

network.

• Challenges:o Multi-homed instanceo Find loop-free pathso Multi-path routing

Page 4: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Related  Works• ICN architectures implement one or some of the

following mechanisms to constructing a path for acquiring data: o Flooding requests throughout the whole network.o Flooding topology information and the location of

publishers.o Using source routes to content.o Creating spanning tree and use publish-subscribe signaling.

• Directed Diffusiono Interests are flooded throughout a sensor network

• DIRECT o Similar to directed diffusion o Name-based content routing in ad hoc wireless networks

subject to connectivity disruption.

Page 5: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Related  Works• NBRP

o Name-prefix reachability is advertised among content routers

o Path information is used to avoid permanent loops

• CBCBo Establishes a spanning tree of the network o Sends publish-subscribe requests for content

• DONA o Either global or local IP addressing and IP routing is used. o Content requests (FIND messages) gather autonomous-

system (AS) path information.

Page 6: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Concept  • ICN architectures

o location-independent content naming o Name resolution and name-based content routing.

• In CCN a routing protocol is needed too Compute next-hops for name prefixeso Update FIB to forward interests

• Two routing protocols:o NLSR - Named-data Link State Routingo DCR - Distance-based Content Routing

• Every piece of content in the network is a named-data object (NDO)

• A set of one or multiple NDOs can be represented by Prefix

• Flat or Hierarchical naming• A router that has local access to the content is called an

Anchor of the prefix

Page 7: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

NLSR• Link State Routing Algorithm

o Each router advertises local links and prefixes.• Introduced to be used in NDN and CCN.• NLSR relies on two basic mechanisms:

o Name resolution.o Topology-based routing.

• Two types of LSAso Adjacency LSA: The content contains all links of a router.o Prefix LSA: The content contains a name prefix registered at

the router.• Floods Link State updates in the network • Link State Database (LSDB)

o CCNx Sync: Keep synchronizing LSDB with neighbors.

Page 8: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

NLSR• Relies on NDN “Built-in loop detection”! • Ranks Interfaces to reach each destination• Creates Network Topology – Using Adjacency LSA

information• Multiple runs of Dijkstra’s algorithm:

o Remove all interfaces except oneo Run Dijkstra to calculate cost to reach every other nodeo Repeat for all connected interfaces

• Computes the path cost of using each neighbor • Ranks neighbors by their costs.

Page 9: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

DCR• Content Routing based on Distance to Destination• Routers choose what information to share with their

peers to preserve ordering (e.g., “the best distance to any instance of content”).

• Supports Route to Multiple Instances • Establishes a lexicographic ordering of distances to

instances of destination • Routing to

o Nearest instances of destination o Some or all instances of destination

Page 10: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

DCR• Updates messages regarding a destination states:

o Distanceo Anchoro A seq. number created by the anchor

Route to nearest instances of destination:• Successor-Set Ordering Condition (SOC) select a next

hop for destination • Based on SOC neighbor k will be selected as valid next

hop wheno It reports up-to-date informationo If Router has a finite distance:

• Neighbor k is closer or is at the same distance and has a smaller name

o If Router does not have a finite distance:• Neighbor k offers the smallest distance or has smallest name

among neighbors offering the same smallest distance.

Page 11: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Simulation• Simulator: The ns3 simulator tool with extensions for

content centric networks – SCoNet• SCoNet supports CCNx v.1 specifications and

messages based on the TLV format • Network Topology:

• The AT&T core network (154 nodes and 184 links).

Page 12: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Simulation• Network model

o The hop count is measured as the distance to a destinationo 30 nodes are selected as anchors. o 180 unique name prefixes. o The simulations were run 20 times and different seeds. o The anchors are selected randomlyo Two or more anchors may have some prefixes in common.

• Scenarios:o Link Failureo Link Recoveryo Add Prefixo Delete Prefix

Page 13: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

SimulationMeasurements:• Messages: Total number of control messages

transmitted over the network. o i-NLSR: Number of Hello messages, adjacency LSAs, and

prefix LSAs. o DCR: Total number of update messages.

• Events: The total number of updates that must be processed by the protocolo i-NLSR: Changes in link status or prefix.o DCR: Changes in neighbor table

• Operations: The total number of operations performed by each protocol to calculate the routing table.o Increments whenever an event occurs, and whenever the

statements within a loop are executed.o The number of operations required to run Dijkstra-SPF

algorithm is estimated to be log2N

Page 14: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

ImplementationDCR:• A node receives an update: checks its information

against the information stored in its neighbor table. • Any changes in the anchor, distance or sequence

number of a name prefix: node updates the the neighbor table and schedules a routing update.

• A router waits to receive updates from other neighbors before changing its routing table.

• A router reports the updated routing information to its neighbors in its next update message.

• Each update message contains the information regarding all the prefixes known to the router .

• Sends update messages each 10-second interval.

Page 15: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

ImplementationNLSR:• A router receives an LSA: updates its LSDB and

schedules the routing update • Adjacency LSA: the router ranks its interfaces and

updates its routing table • Prefix LSA: it maps the name prefix to the

destination and ranks the next-hops based on routing table information

• If two or more routers advertise the same name prefix, the faces are ranked based on distance to closest router.

• Sends info messages every 10 seconds. • Sends LSA whenever it detects a change in

topology or local prefixes.

Page 16: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Results• Initialization:

o Add a new nodeo Node Recovery

Number of messages Number of Operations Number of Events

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Me

ssa

ge

s p

er

No

de

0

500

1000

1500i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Op

era

ttio

ns

pe

r N

od

e

0

2000

4000

6000

8000i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Eve

nts

pe

r N

od

e

0

200

400

600

800

1000i-NLSR DCR

Page 17: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Results• Add new Prefix

Number of messages Number of Operations Number of Events

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Me

ssa

ge

s p

er

No

de

0

5

10

15

20i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Op

era

ttio

ns

pe

r N

od

e

0

1000

2000

3000

4000i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Eve

nts

pe

r N

od

e

0

10

20

30i-NLSR DCR

Page 18: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Results• Delete a Prefix

Number of messages Number of Operations Number of Events

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Me

ssa

ge

s p

er

No

de

0

5

10

15i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Op

era

ttio

ns

pe

r N

od

e

0

1000

2000

3000i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Eve

nts

pe

r N

od

e

0

5

10

15

20i-NLSR DCR

Page 19: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Results• Link Failure

Number of messages Number of Operations Number of Events

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Me

ssa

ge

s p

er

No

de

0

5

10

15i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Op

era

ttio

ns

pe

r N

od

e

0

2000

4000

6000

8000i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Eve

nts

pe

r N

od

e

0

5

10

15i-NLSR DCR

Page 20: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Results• Link Recovery

Number of messages Number of Operations Number of Events

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Me

ssa

ge

s p

er

No

de

0

2

4

6

8

10i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Op

era

ttio

ns

pe

r N

od

e

0

2000

4000

6000

8000

10000i-NLSR DCR

Num. of Replicas

0 1 2 3 4 5

Nu

m.

of

Eve

nts

pe

r N

od

e

0

5

10

15i-NLSR DCR

Page 21: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

Conclusion• The overhead in NLSR becomes an issue when the

average number of replicas per name prefix grows beyond two.

• For DCR to work efficiently, update messages in DCR should describe updates made to distances to name prefixes since the last update was sent, rather than having each update message contain information about all name prefixes.

• Content routing approaches in which routers are not required to send periodic updates should be investigated for both link-state and distance-vector approaches.

• The importance of sender-initiated signaling mechanisms in CCN and NDN should be quantified.

Page 22: AComparisonofName/ BasedContentRouting Protocolsszm0001/ccn2015/slides/CCN-Presentation-JJ.pdfCCN-Presentation Author: Ehsan Hemmati Created Date: 10/25/2015 11:31:17 PM

• Thank You!• Any Question?