introduction to information centric networking · introduction to information centric...

49
Introduction to Information Centric Networking . . . with a Dash of Security Claudio Marxer <[email protected]> Computer Networks Group · University of Basel · Switzerland Open Source IoT & Blockchain Hackathon, Berlin · January 18, 2018 – www.iothon.io –

Upload: others

Post on 18-Oct-2020

4 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Introduction to Information Centric Networking

. . . with a Dash of Security

Claudio Marxer <[email protected]>

Computer Networks Group · University of Basel · Switzerland

Open Source IoT & Blockchain Hackathon, Berlin · January 18, 2018– www.iothon.io –

Page 2: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Historic Perspective

– Past: “Circuit-Centric”Path Names: 0041 61 207 05 55You say how to contact. . .

– Present: Host-CentricHost/Location Names: 131.152.228.33You say who to contact. . .

– Future: Information-Centric (?)Information/Content Names: /the/content/nameYou say what you want to receive. . .

2

Page 3: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Outline

ICN & Friends- Jungle of Abrevs (ICN, CCN, CICN, CCNx, NDN, . . . )- Content Centric Networking· Naming Scheme· Packet Types· Node Model

Data Security in a Location-Agnostic World- Mindset: Content-Based Security- Some Mechanisms· Access Control / Confidentiality· Authenticity & Integrity

3

Page 4: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Through the Jungle of Abrevs

Research Field & Architecture Paradigm:Information Centric Networking

Network Service: lookup( <content-ID> )

Recent ICN Flavour: Content Centric NetworkingNaming Scheme, Packet Types, Node Model, . . .

CCN Derivates:Wire Formats, Running Code, . . .

ICN

CCN…

NDN CICN... CCNx

4

Page 5: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN Naming Scheme

/this/name/has/five/components

– Hierarchical Namespace

– Human-Readable

– Publisher “owns” a Domain (i.e. Prefix)- /org/ietf- /org/ietf/rfc

/

this

name

has

five

components

orgcom

wikipediaietf...

...rfc

…7945

people

5

Page 6: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN Packet Types

Content Object

Type: Content Object

Name/org/ietf/rfc/7945

Payload0x00 0x01 0x02 0x03 0x04 ...

… Meta-Info, Security ...

- Unique and unchangeable bindingof a name and content

- Container for a chunk of content- Location-independent and

self-containing

Interest

Type: Interest

Name/org/ietf/rfc/7945

… Meta-Info, Security ...

- Semantics: Sender expressesinterest in receiving the namedcontent object

- Interface to the network:lookup(/some/content)

6

Page 7: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN Packet Types (2)

CCN

Type: Interest

Name/org/ietf/rfc/7945

Type: Content Object

Name/org/ietf/rfc/7945

Payload0x00 0x01 0x02 ...

Communication pattern: pull-based, consumer-driven, flow-balanced.

7

Page 8: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN

{Information, Data, Name,...} – Centric WorldFirst-Class Citizens: Name-Payload-Signature Bundles

Following: Internal Rules of this World

8

Page 9: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN Node Model (1) (or how the network satisfies an interest)

A CCN relay maintains . . .

– Faces: Links to adacent nodes (e.g. viaUDP, wifi, ethernet, bluetooth)

– Content Store (CS)Content object cache

– Forwarding Information Base (FIB)Name-prefix-based forwarding rules

– Pending Interest Table (PIT)Tracking interests from adjacent nodes

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwd Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

9

Page 10: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN Node Model (2) (or how the network satisfies an interest)

Interest

Content

Object

Interest

Incoming Interest Pipeline

MatchingForwarding

Rule?

Content StoreMatch?

MatchingPIT Entry?

Forward

Add to PITName → Incoming FaceID

DropPIT Aggreg.(NACK)

10

Page 11: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 1: Content Store HitType: Interest

Name/doc/yellow

f3

Incomming Interest PipelineContent Store Match? – Satisfy interest from CS

Type: Content ObjectName

/doc/yellow

f3

Payload0x21 0xf6 0x93 ..

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

11

Page 12: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 1: Content Store HitType: Interest

Name/doc/yellow

f3

Incomming Interest PipelineContent Store Match?

– Satisfy interest from CS

Type: Content ObjectName

/doc/yellow

f3

Payload0x21 0xf6 0x93 ..

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

11

Page 13: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 1: Content Store HitType: Interest

Name/doc/yellow

f3

Incomming Interest PipelineContent Store Match? – Satisfy interest from CS

Type: Content ObjectName

/doc/yellow

f3

Payload0x21 0xf6 0x93 ..

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

11

Page 14: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 1: Content Store HitType: Interest

Name/doc/yellow

f3

Incomming Interest PipelineContent Store Match? – Satisfy interest from CS

Type: Content ObjectName

/doc/yellow

f3

Payload0x21 0xf6 0x93 ..

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

11

Page 15: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 2: PIT Aggregation

Type: InterestName

/doc/blue

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry? – PIT Aggregation

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

12

Page 16: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 2: PIT Aggregation

Type: InterestName

/doc/blue

f2

Incomming Interest PipelineContent Store Match?

Matching PIT Entry? – PIT Aggregation

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

12

Page 17: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 2: PIT Aggregation

Type: InterestName

/doc/blue

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry?

– PIT Aggregation

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3/org/ietf/7945 → f1

12

Page 18: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 2: PIT Aggregation

Type: InterestName

/doc/blue

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry? – PIT Aggregation

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1

12

Page 19: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 2: PIT Aggregation

Type: InterestName

/doc/blue

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry? – PIT Aggregation

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1

12

Page 20: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 3: Interest ForwardingType: Interest

Name/doc/purple

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry? Matching Forwarding Rule?

– Foward– Add PIT Entry

Type: InterestName

/doc/purple

f1

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1

13

Page 21: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 3: Interest ForwardingType: Interest

Name/doc/purple

f2

Incomming Interest PipelineContent Store Match?

Matching PIT Entry? Matching Forwarding Rule?

– Foward– Add PIT Entry

Type: InterestName

/doc/purple

f1

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1

13

Page 22: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 3: Interest ForwardingType: Interest

Name/doc/purple

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry?

Matching Forwarding Rule?

– Foward– Add PIT Entry

Type: InterestName

/doc/purple

f1

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1

13

Page 23: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 3: Interest ForwardingType: Interest

Name/doc/purple

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry? Matching Forwarding Rule?

– Foward– Add PIT Entry

Type: InterestName

/doc/purple

f1

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1

13

Page 24: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 3: Interest ForwardingType: Interest

Name/doc/purple

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry? Matching Forwarding Rule? – Foward

– Add PIT Entry

Type: InterestName

/doc/purple

f1

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1/doc/purple → f2

13

Page 25: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 3: Interest ForwardingType: Interest

Name/doc/purple

f2

Incomming Interest PipelineContent Store Match? Matching PIT Entry? Matching Forwarding Rule? – Foward– Add PIT Entry

Type: InterestName

/doc/purple

f1

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1/doc/purple → f2

13

Page 26: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN Node Model (3) (or how the network satisfies an interest)

Content Object

drop

Content

Object

Incoming Content Pipeline

PIT Entry?

Drop

Add toContent Store

Backward(+ erase PIT entry)

14

Page 27: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 4: Content BackwardingType: Content Object

Name/doc/purple

f1

Payload0x99 0xd4 0x9f ..

Incomming Content PipelineExisting PIT Entry? – Add to Content Store– Backward according to PIT– Erase PIT Entry

Type: Content ObjectName

/doc/purple

f2

Payload0x99 0xd4 0x9f ..

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1/doc/purple → f2

15

Page 28: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 4: Content BackwardingType: Content Object

Name/doc/purple

f1

Payload0x99 0xd4 0x9f ..

Incomming Content PipelineExisting PIT Entry?

– Add to Content Store– Backward according to PIT– Erase PIT Entry

Type: Content ObjectName

/doc/purple

f2

Payload0x99 0xd4 0x9f ..

Internal State

Content Store

/doc/yellow /doc/green

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1/doc/purple → f2

15

Page 29: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 4: Content BackwardingType: Content Object

Name/doc/purple

f1

Payload0x99 0xd4 0x9f ..

Incomming Content PipelineExisting PIT Entry? – Add to Content Store

– Backward according to PIT– Erase PIT Entry

Type: Content ObjectName

/doc/purple

f2

Payload0x99 0xd4 0x9f ..

Internal State

Content Store

/doc/yellow /doc/green /doc/purple

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1/doc/purple → f2

15

Page 30: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 4: Content BackwardingType: Content Object

Name/doc/purple

f1

Payload0x99 0xd4 0x9f ..

Incomming Content PipelineExisting PIT Entry? – Add to Content Store– Backward according to PIT

– Erase PIT Entry

Type: Content ObjectName

/doc/purple

f2

Payload0x99 0xd4 0x9f ..

Internal State

Content Store

/doc/yellow /doc/green /doc/purple

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1/doc/purple → f2

15

Page 31: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Example 4: Content BackwardingType: Content Object

Name/doc/purple

f1

Payload0x99 0xd4 0x9f ..

Incomming Content PipelineExisting PIT Entry? – Add to Content Store– Backward according to PIT– Erase PIT Entry

Type: Content ObjectName

/doc/purple

f2

Payload0x99 0xd4 0x9f ..

Internal State

Content Store

/doc/yellow /doc/green /doc/purple

f1

f2

f3

Forwarding Info Base

/doc → f1/org/ietf → f2

Pending Interest Table

/doc/blue → f3,f2/org/ietf/7945 → f1/doc/purple → f2

15

Page 32: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

/doc/blue

/doc/green/doc/yellow

16

Page 33: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

FIB/doc → f2/doc/blue → f1

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

FIB/doc → f1

FIB/doc → f2

f1

f1

16

Page 34: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/green/doc/green

/doc/green

f1

f1

PIT/doc/green → f1

PIT/doc/green → f3,f4

16

Page 35: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/green/doc/green

/doc/green

/doc/g

reen

/doc/gre

en

f1

f1

PIT/doc/green → f1

PIT/doc/green → f3,f4

PIT/doc/green → f3

PIT Aggregation①

16

Page 36: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/green/doc/green

/doc/green

/doc/g

reen

/doc/gre

en

f1

f1

PIT/doc/green → f1

PIT/doc/green → f3,f4

PIT/doc/green → f3

16

Page 37: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/green/doc/green

/doc/green

/doc/g

reen

/doc/gre

en

f1

f1

16

Page 38: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/green

f1

f1

16

Page 39: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/green

f1

f1

Cache Hit

16

Page 40: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

FIB/doc → f2/doc/blue → f1

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/blue

/doc/blue

f1

f1

/doc/blue

Longest-Prefix Forwarding①

16

Page 41: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

CCN in Action..

repository

repository

alice

bob

charly

f1

f2f4

f3

f1

f1f1

f1f2

f1

f2

f3

/doc/blue

f1

f1

/doc/blue /doc/blue

16

Page 42: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Wrap Your Mind: Security in a Channel-Less World

“Protection and trust [should] travel with the content itself rather than being aproperty of the connections over which it travels.” (Smetters & Jacobson, 2009)

Host-Centric World: Unsecured data travels through secured connections.→ Transport Layer Security (TLS)

Information-Centric World: Secured data is delivered by an untrusted network.→ Content-Based Security

17

Page 43: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Content-Based Access-Control / Confidentiality

Two-step approach:– Content is symmetrically encrypted

(Data Encryption Key, DEK)

– Authorized clients: DEKs are provided separately- Identification: Public Key

CCN

/the/content/name ①

② Symmentrically Encrypted

/the/key/<pubKey>

Asymmetrically Encrypted DEK④

⑤ Access DEK

Access Content

18

Page 44: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Authenticity/Integrity of Location-Independent Content

Approach: Publisher attaches a digital signature to each content object.

Signing-authority policy framework:

– Publisher can “own” domains in the namespace– Owner exclusively holds signing authority in his domain– Ownership of sub-domains can be granted

Challenge: Assessing authority of signing keys.

Type: Content Object

Name/org/ietf/rfc/7945

Payload0x00 0x01 0x02 0x03 0x04 ...

Digital Signature0xA1 0xB2 0xC3 0xD4 0xE5 ...

Signing Key/org/ietf/rfc/SigningKey

19

Page 45: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Authenticity/Integrity of Location-Independent Content

Approach: Publisher attaches a digital signature to each content object.

Signing-authority policy framework:

– Publisher can “own” domains in the namespace– Owner exclusively holds signing authority in his domain– Ownership of sub-domains can be granted

Challenge: Assessing authority of signing keys.

/

this

name

has

components

orgcom

wikipediaietf...

...rfc

…7945

people

19

Page 46: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Authenticity/Integrity: Signing Key Chain

Name/org/ietf/rfc/7945.txt

Payload0x13 0xFC 0x79 0x45 ...

Digital Signature0xA1 0xB2 0xC3 0xD4

Signing Key/org/ietf/rfc/SigningKey

Name/org/ietf/rfc/SigningKey

Payload<public key>

Digital Signature0x1C 0x2B 0xFF 0x9D

Signing Key/org/ietf/SigningKey

Name/org/ietf/SigningKey

Payload<public key>

Digital Signature0xF2 0x43 0x4C 0x0B

Signing Key/org/SigningKey

Name/org/SigningKey

Payload<public key>

pre-shared

sign

refer

20

Page 47: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Wrap-Up

– Information-Centric Networking (Paradigm): Data as the pivotal entity

– Content-Centric Networking (Architecture):- Network Service to Consumer:

Pull-Based Content Retrieval (interest-based)- Network Service to Publisher:

Scalable Content Distribution: Multicasting due to PIT Aggregation & Caching- Network State & Mechanics:

CS (in-network caching), FIB (name-based forwarding), PIT (forwarding state);Interest & Content Object Pipelines

– Content-Based Security: Secure Content, not Connections.

21

Page 48: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Q & A

Page 49: Introduction to Information Centric Networking · Introduction to Information Centric Networking...with a Dash of Security Claudio Marxer  Computer

Further Reading

Information-Centric Networking– IRTF Research Group: https://trac.ietf.org/trac/irtf/wiki/icnrg

– ACM ICN Conference: https://conferences.sigcomm.org/acm-icn/2018

Content-Centric Networking– V. Jacobson et al., “Networking Named Content” in International Conference on

Emerging Networking Experiments and Technologies, 2009.– Named Data Networking Project: https://named-data.net

– Community ICN (CICN) Project: https://wiki.fd.io/view/Cicn

– CCN-Lite (Relay): https://github.com/cn-uofbasel/ccn-lite

– PiCN (Toolbox): https://github.com/cn-uofbasel/PiCN

23