delay-tolerant networkingkfall.com/talks/dtn-ucr-nov-2004.pdf · 2013-11-30 · delay-tolerant...

35
Berkeley Delay Delay - - Tolerant Networking: Tolerant Networking: Architecture & Applications Architecture & Applications Kevin Fall Kevin Fall Intel Research, Berkeley Intel Research, Berkeley [email protected] [email protected] http://WWW.DTNRG.ORG http://WWW.DTNRG.ORG Nov 23, 2004 / Riverside, CA Nov 23, 2004 / Riverside, CA

Upload: others

Post on 22-May-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

Berkeley

DelayDelay--Tolerant Networking: Tolerant Networking: Architecture & ApplicationsArchitecture & Applications

Kevin FallKevin FallIntel Research, BerkeleyIntel Research, Berkeley

[email protected]@intel.com

http://WWW.DTNRG.ORGhttp://WWW.DTNRG.ORGNov 23, 2004 / Riverside, CANov 23, 2004 / Riverside, CA

Page 2: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

22 Berkeley

OutlineOutline

–Why the Internet Architecture is not a ‘one-size-fits-all’ solution

–DTN Architecture Overview–Applications & Recent

Implementation Work

Page 3: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

33 Berkeley

RFC1149 : A Challenged RFC1149 : A Challenged InternetInternet

• “…encapsulation of IP datagrams in avian carriers” (i.e. birds, esp carrier pigeons)

• Delivery of datagram:– Printed on scroll of paper in hexadecimal– Paper affixed to AC by duct tape– On receipt, process is reversed, paper is

scanned in via OCR

Page 4: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

44 Berkeley

Implementation of RFC1149Implementation of RFC1149

• See http://www.blug.linux.no/rfc1149/

CPIP: Carrier Pigeon Internet Protocol

Page 5: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

55 Berkeley

Ping ResultsPing ResultsScript started on Sat Apr 28 11:24:09 2001vegard@gyversalen:~$ /sbin/ifconfig tun0tun0 Link encap:Point-to-Point Protocol

inet addr:10.0.3.2 P-t-P:10.0.3.1 Mask:255.255.255.255UP POINTOPOINT RUNNING NOARP MULTICAST MTU:150 Metric:1RX packets:1 errors:0 dropped:0 overruns:0 frame:0TX packets:2 errors:0 dropped:0 overruns:0 carrier:0collisions:0 RX bytes:88 (88.0 b) TX bytes:168 (168.0 b)

vegard@gyversalen:~$ ping -i 900 10.0.3.1PING 10.0.3.1 (10.0.3.1): 56 data bytes64 bytes from 10.0.3.1: icmp_seq=0 ttl=255 time=6165731.1 ms64 bytes from 10.0.3.1: icmp_seq=4 ttl=255 time=3211900.8 ms64 bytes from 10.0.3.1: icmp_seq=2 ttl=255 time=5124922.8 ms64 bytes from 10.0.3.1: icmp_seq=1 ttl=255 time=6388671.9 ms

--- 10.0.3.1 ping statistics ---9 packets transmitted, 4 packets received, 55% packet lossround-trip min/avg/max = 3211900.8/5222806.6/6388671.9 msvegard@gyversalen:~$ exit

Script done on Sat Apr 28 14:14:28 2001

Page 6: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

66 Berkeley

Unstated Internet AssumptionsUnstated Internet Assumptions

• End-to-end RTT is not terribly large– A few seconds at the very most [typ < 500ms]– (window-based flow/congestion control works)

• Some path exists between endpoints– Routing usually finds single “best” existing route

• [ECMP is an exception]

• E2E Reliability using ARQ works well– True for low loss rates (under 2% or so)

• Packet switching is the right abstraction– Internet/IP makes packet switching interoperable

Page 7: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

77 Berkeley

NonNon--InternetInternet--Like NetworksLike Networks

• Stochastic and periodic mobility– Military/tactical networks– Mobile routers w/disconnection (e.g. ZebraNet) Spacecraft communications (LEO sats)– Busses, mail trucks, delivery trucks, etc. (InfoStations)

• “Exotic” links– Deep space [Mars: 40 min RTT; episodic connectivity]– Underwater [acoustics: low capacity, high error rates

& latencies]– Sensor networks, mules

Page 8: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

88 Berkeley

DTN challengesDTN challenges……

• Intermittent/Scheduled/Opportunistic Links– Scheduled transfers can save power and help

congestion; scheduling common for esoteric links• High Link Error Rates / Low Capacity

– RF noise, light or acoustic interference, LPI/LPD concerns

• Very Large Delays– Natural prop delay could be seconds to minutes– If disconnected, may be (effectively) much longer

• Different Network Architectures– Many specialized networks won’t/can’t ever run IP

Page 9: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

99 Berkeley

What to Do?What to Do?

• Some problems surmountable using Internet/IP– ‘cover up’ the link problems using PEPs– Mostly used at “edges,” not so much for transit

• Performance Enhancing Proxies (PEPs):– Do “something” in the data stream causing endpoint

(TCP/IP) systems to not notice there are problems– Lots of issues with transparency– security, operation

with asymmetric routing, etc.

• Some environments never have an e2e path– Consider an approach tolerating disconnection, etc...

Page 10: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1010 Berkeley

DelayDelay--Tolerant Networking Tolerant Networking ArchitectureArchitecture

• Goals– Support interoperability across ‘radically

heterogeneous’ networks– Acceptable performance in high

loss/delay/error/disconnected environments– Decent performance for low loss/delay/errors

• Components– Flexible naming scheme with late binding– Message overlay abstraction and API– Routing and link/contact scheduling w/CoS– Per-(overlay)-hop reliability and authentication

Page 11: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1111 Berkeley

NamingNaming

• Support ‘radical heterogeneity’ using regions:– Instance of an internet, not so radical inside a region– Common naming and protocol conventions

• Endpoint Name: ordered name pair {R,L}– R: routing region [globally valid]– L: region-specific, opaque outside region R

• Late binding of L permits naming flexibility:– L used only in destination region of interest R– Could be associative or location-oriented names [URN vs URL]– May encompass esoteric routing [e.g. diffusion]– Perhaps an Internet-style URI [see RFC2396]

• To do: make R,L compressible in transit networks

Page 12: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1212 Berkeley

Message Overlay AbstractionMessage Overlay Abstraction

• E2E Async Message Service: “Bundles”– “postal-like” message delivery over regional

transports with coarse-grained CoS [4 classes]– Options: return receipt, “traceroute”-like function,

alternative reply-to field, custody transfer– Supportable on nearly any type of network

• Applications send/receive messages– “Application data units” of possibly-large size– May require framing above some transport protocols– API supports response processing long after request

was sent (application re-animation)

Page 13: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1313 Berkeley

So, is this just eSo, is this just e--mail?mail?naming/ routing flow multi- security reliable prioritylate binding contrl app delivery

e-mail Y N N(Y) N(Y) opt Y N(Y)DTN Y Y Y Y opt opt Y

• Many similarities to (abstract) e-mail service• Primary difference involves routing/restart and API• E-mail depends on an underlying layer’s routing:

– Cannot generally move messages closer to their destinations in a partitioned network

– In the Internet (SMTP) case, not disconnection-tolerant or efficient for long RTTs due to “chattiness”

• E-mail security authenticates only user-to-user

Page 14: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1414 Berkeley

Village Region

Internet Region

City

bike

Example Routing ProblemExample Routing Problem2

3 1

Page 15: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1515 Berkeley

time (days)bike (data mule)

intermittent high capacity

Geo satellitemedium/low capacity

dial-up linklow capacity

City

Village 1

Village 2

Connectivity: Village 1 – City

ban

dw

idth

bikesatellitephone

Example Graph AbstractionExample Graph Abstraction

Page 16: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1616 Berkeley

Routing on Dynamic GraphsRouting on Dynamic Graphs

• DTN routing takes place on a time-varying topology– Links come and go, sometimes predictably– Use any/all links that can possibly help

• Scheduled, Predicted, or Unscheduled Links– May be direction specific [e.g. ISP dialup]– May learn from history to predict schedule

• Messages fragmented based on dynamics– Proactive fragmentation: optimize contact volume– Reactive fragmentation: resume where you failed– Both are important for high utilization of precious link

resources

Page 17: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1717 Berkeley

The DTN Routing ProblemThe DTN Routing Problem

• Inputs: topology (multi)graph, vertex buffer limits, contact set, message demand matrix (w/priorities)

• An edge is a possible opportunity to communicate:– One-way: (S, D, c(t), d(t))– (S, D): source/destination ordered pair of contact– c(t): capacity (rate); d(t): delay– A Contact is when c(t) > 0 for some period [ik,ik+1]

• Vertices have buffer limits; edges in graph if ever in any contact, multigraph for multiple physical connections

• Problem: optimize some metric of delivery on this structure– Sub-question: what metric to optimize?

Page 18: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1818 Berkeley

Use of Knowledge Oracles

Conc

eptu

al P

erfo

rman

ce

SummaryContacts

Contacts+

LocalQueuing

Knowledge Knowledge vsvs PerformancePerformance

MED

ED

EDLQEDAQ

LPLocal knowledge

Global knowledge

Contacts+

GlobalQueuing

Contacts+

GlobalQueuing

+Traffic

Demand

Algorithm

None

FC

S. Jain (UW): SIGCOMM 2004

Page 19: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

1919 Berkeley

‘‘DTN2DTN2’’ ImplementationImplementation

RegistrationStore

BundleStore

Persistent Storage

RegistrationStore

RegistrationStore

BundleStore

BundleStore

BundleRouter

ApplicationIPC

Management Interface

TclConsole /

Config

ContactManager

FragmentationManager Bundle

Forwarder

Convergence Layers

UDP File ...TCP

Page 20: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2020 Berkeley

Experiment SetupExperiment Setup

• Compare robustness to interruption / link errors• Approaches compared

– End-to-end TCP (kernel routing)– Proxied (TCP ‘plug proxies’)– Store-and-forward (Sendmail, no ckpoint/restart)– DTN (store-and-forward with restart)

• Link up/down patterns: aligned, shifted, sequential, random

E2E

HOP

Page 21: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2121 Berkeley

BW EfficiencyBW Efficiency

No disruptions: DTN does well for small msgs, modest overhead overall

Page 22: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2222 Berkeley

Interruption ToleranceInterruption Tolerance

Up/down 1m/3min; 40kb messages; shift: 10s

Zero throughput for e2eZero throughput

Page 23: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2323 Berkeley

ConclusionsConclusions• DTN foundational concepts appear to have wide

applicability• DTN Routing is a rich and challenging problem • Reference implementation can be tricky• Early performance results suggest our approach to

disruption tolerance is effective

Page 24: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2424 Berkeley

StatusStatus

• IETF/IRTF DTNRG formed end of 2002– See http://www.dtnrg.org

• DTN1 Agent Source code released 3/2003• SIGCOMM Papers: 2003 [arch], 2004 [routing]• Several other documents (currently ID’s):

– DTNRG Architecture document– Bundle specification– Application of DTN in the IPN

• Basis for new DARPA DTN program• Part of NSF ‘ICT4B’ Project (with UCB)

Page 25: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2525 Berkeley

On to an application…

Page 26: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2626 Berkeley

ICT for Billions (ICT4B)ICT for Billions (ICT4B)

• Information and Communication Technologies for Developing Regions of the World

• Networking focus: intermittent networking– Mission-specific architecture and API– Multiple layers of network

intermittency

Page 27: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2727 Berkeley

ICT4B Application AreasICT4B Application Areas

• E-Government– Forms, status updates, certifications

• Health– Early screening

• Trade– Price dissemination, market making

• Education– Various topics: health, agriculture, microfinance, etc.

• Alerts / News / Weather• General communication

Page 28: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2828 Berkeley

ICT4B Technology AreasICT4B Technology Areas• Task-Specific Devices

– Hand-held with speech recognition– Local wireless– Sensors– Uses: Medical, data entry, information, etc.

• Intermittent Networking– DTN forms the underlying networking technology– Capable of supporting async messaging over most any comms

technology• Distributed System Architecture

– Back-end services in data center (databases, trading system, etc.)– Village-level kiosks (cache, I/O capability with devices, printer)

• Speech Recognition– Speaker-independent small-vocabulary approach– (currently taking samples in Tamil)

• Very Low Cost Displays– Using ink-jet printing approach

Page 29: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

2929 Berkeley

Some of The TeamSome of The Team……[7/2004][7/2004]

Page 30: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

3030 Berkeley

MSSRF (MSSRF (VillianurVillianur))……[7/2004][7/2004]

Page 31: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

3131 Berkeley

MSSRF (MSSRF (KizhurKizhur?)?)……[7/2004][7/2004]

Page 32: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

3232 Berkeley

MSSRF (MSSRF (VeerampattinamVeerampattinam))……[7/2004][7/2004]

Page 33: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

3333 Berkeley

ICT4B Project StatusICT4B Project Status

• ICT4B NSF ITR funded 10/2003 (5yr)• DTN forwarding layer and early apps being tested (code

released 3/2003)• Joint UCB/Intel attendance at ‘ICT for Sustainable

Development’ conference Jan 2004/Bangalore; ‘Bridging the Divide’ conference Mar 2004/Berkeley; ‘Digital Rally’Apr 2004/San Jose; PolicyMaker’s Workshop July 2004/Delhi

• Fellow travelers: HP Labs India, IIT Bombay/Kanpur/Madras, Univ. of Washington, MITRE, DARPA, NSF, CMU, UCLA, JPL, U Waterloo, MCI

Page 34: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

3434 Berkeley

AcknowledgementsAcknowledgements

• DTN/ICT4B People:– Eric Brewer, Mike Demmer, Rabin Patra (UCB)– Bob Durst, Keith Scott (MITRE)– Kevin Fall, Melissa Ho (Intel Research Berkeley)– Sushant Jain (UW Intern)– S. Keshav (U Waterloo)– Ting Liu (Princeton)

• Other DTN (IPN) People:– Vint Cerf (MCI)– Scott Burleigh, Adrian Hooke (NASA/JPL)– Forrest Warthman (Warththman)– Stephen Farrell (Trinity College, Ireland)– The dtn-interest mailing list

Page 35: Delay-Tolerant Networkingkfall.com/talks/dtn-UCR-Nov-2004.pdf · 2013-11-30 · Delay-Tolerant Networking: Architecture & Applications Kevin Fall Intel Research, Berkeley ... –

3535 Berkeley

http://tier.cs.berkeley.edu

http://www.dtnrg.org