Experimentation with CCN Daniel Camara, Frederic Urbani, Mathieu - - PowerPoint PPT Presentation

experimentation with ccn
SMART_READER_LITE
LIVE PREVIEW

Experimentation with CCN Daniel Camara, Frederic Urbani, Mathieu - - PowerPoint PPT Presentation

Experimentation with CCN Daniel Camara, Frederic Urbani, Mathieu Lacage, Thierry Turletti, Walid Dabbous INRIA, Plante Sept, 13th 2012 Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 1 / 11 Idealized Protocol Evaluation Analytical


slide-1
SLIDE 1

Experimentation with CCN

Daniel Camara, Frederic Urbani, Mathieu Lacage, Thierry Turletti, Walid Dabbous

INRIA, Planète

Sept, 13th 2012

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 1 / 11

slide-2
SLIDE 2

Idealized Protocol Evaluation

Analytical analysis In the wild Simulator Testbed Small scale field Large scale field

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 2 / 11

slide-3
SLIDE 3

A Development Tool

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 3 / 11

slide-4
SLIDE 4

A Development Tool

Development of Production Code:

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 3 / 11

slide-5
SLIDE 5

A Development Tool

Development of Production Code:

◮ Debugging

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 3 / 11

slide-6
SLIDE 6

A Development Tool

Development of Production Code:

◮ Debugging ◮ Validation

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 3 / 11

slide-7
SLIDE 7

A Development Tool

Development of Production Code:

◮ Debugging ◮ Validation ◮ Automated Testing (fast, deterministic)

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 3 / 11

slide-8
SLIDE 8

Testbeds ?

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 4 / 11

slide-9
SLIDE 9

Testbeds ?

No:

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 4 / 11

slide-10
SLIDE 10

Testbeds ?

No:

◮ Deployment too slow and unreliable

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 4 / 11

slide-11
SLIDE 11

Testbeds ?

No:

◮ Deployment too slow and unreliable ◮ Not completely deterministic

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 4 / 11

slide-12
SLIDE 12

Testbeds ?

No:

◮ Deployment too slow and unreliable ◮ Not completely deterministic ◮ Distributed debugging is hard

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 4 / 11

slide-13
SLIDE 13

Testbeds ?

No:

◮ Deployment too slow and unreliable ◮ Not completely deterministic ◮ Distributed debugging is hard ◮ Distributed tracing is hard

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 4 / 11

slide-14
SLIDE 14

Traditional Simulators ?

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 5 / 11

slide-15
SLIDE 15

Traditional Simulators ?

No:

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 5 / 11

slide-16
SLIDE 16

Traditional Simulators ?

No:

◮ Not the real code

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 5 / 11

slide-17
SLIDE 17

Proposed Solution

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-18
SLIDE 18

Proposed Solution

Simulate the CCNx code before deployment:

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-19
SLIDE 19

Proposed Solution

Simulate the CCNx code before deployment:

◮ Reuse existing layer 1/2/3/4 models from ns-3

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-20
SLIDE 20

Proposed Solution

Simulate the CCNx code before deployment:

◮ Reuse existing layer 1/2/3/4 models from ns-3 ◮ Trivial to deploy multiple network nodes

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-21
SLIDE 21

Proposed Solution

Simulate the CCNx code before deployment:

◮ Reuse existing layer 1/2/3/4 models from ns-3 ◮ Trivial to deploy multiple network nodes ◮ Easy whole-system debugging

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-22
SLIDE 22

Proposed Solution

Simulate the CCNx code before deployment:

◮ Reuse existing layer 1/2/3/4 models from ns-3 ◮ Trivial to deploy multiple network nodes ◮ Easy whole-system debugging ◮ Easy whole-system tracing and analysis

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-23
SLIDE 23

Proposed Solution

Simulate the CCNx code before deployment:

◮ Reuse existing layer 1/2/3/4 models from ns-3 ◮ Trivial to deploy multiple network nodes ◮ Easy whole-system debugging ◮ Easy whole-system tracing and analysis ◮ Optionally reuse kernel layer 3/4 stack

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-24
SLIDE 24

Proposed Solution

Simulate the CCNx code before deployment:

◮ Reuse existing layer 1/2/3/4 models from ns-3 ◮ Trivial to deploy multiple network nodes ◮ Easy whole-system debugging ◮ Easy whole-system tracing and analysis ◮ Optionally reuse kernel layer 3/4 stack ◮ Much better scalability than testbeds/VMs

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 6 / 11

slide-25
SLIDE 25

How do I use it ?

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 7 / 11

slide-26
SLIDE 26

How do I use it ?

Roughly:

◮ Download/install ns-3 ◮ Download/install ns-3 DCE module ◮ Recompile CCNx with magic option ◮ Write simulation script ◮ Run ◮ Analyse traces

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 7 / 11

slide-27
SLIDE 27

How do I use it ?

Roughly:

◮ Download/install ns-3 ◮ Download/install ns-3 DCE module ◮ Recompile CCNx with magic option ◮ Write simulation script ◮ Run ◮ Analyse traces

The details: http://goo.gl/yfgwZ

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 7 / 11

slide-28
SLIDE 28

What we would like to learn

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 8 / 11

slide-29
SLIDE 29

What we would like to learn

If you tried DCE/CCNx:

◮ What sucks about it ? ◮ How can we improve it ? ◮ How can we write more test scripts for CCNx ?

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 8 / 11

slide-30
SLIDE 30

What we would like to learn

If you tried DCE/CCNx:

◮ What sucks about it ? ◮ How can we improve it ? ◮ How can we write more test scripts for CCNx ?

If you did not try it:

◮ Why ? ◮ What is missing to make you try it ?

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 8 / 11

slide-31
SLIDE 31

Thank you!

Contact:

◮ daniel.camara@inria.fr ◮ frederic.urbani@inria.fr ◮ mathieu.lacage@cutebugs.net

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 9 / 11

slide-32
SLIDE 32

Related Work

NDN over ONL NEPI ccnSim CCNPL-Sim DCE ndnSim Type testbed testbed sim sim sim sim Real code + +

  • +
  • Scalability

– – +++ ? + ++ Deployment – + ++ ++ + ++ Debugger

  • +

+ + + Tracing – + + + + +

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 10 / 11

slide-33
SLIDE 33

Scalability

Memory:

◮ Fixed, 1MB/node ccnx ◮ Fixed, 0.02MB/node ns-3 TCP/IP ◮ Fixed, 0.5MB/node linux TCP/IP ◮ Linear in number of bytes of packets in flight

CPU:

◮ Real time limit: 20 nodes, 200K file transfer

Camara,Urbani (INRIA) Experimentation/CCN Sept 2012 11 / 11