Download High-Performance Data Transfer for Hybrid Optical

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Wake-on-LAN wikipedia , lookup

Passive optical network wikipedia , lookup

Net bias wikipedia , lookup

Asynchronous Transfer Mode wikipedia , lookup

Zero-configuration networking wikipedia , lookup

CAN bus wikipedia , lookup

Distributed firewall wikipedia , lookup

Deep packet inspection wikipedia , lookup

TCP congestion control wikipedia , lookup

Piggybacking (Internet access) wikipedia , lookup

Internet protocol suite wikipedia , lookup

Computer network wikipedia , lookup

Cracking of wireless networks wikipedia , lookup

IEEE 1355 wikipedia , lookup

Network tap wikipedia , lookup

Peer-to-peer wikipedia , lookup

Recursive InterNetwork Architecture (RINA) wikipedia , lookup

UniPro protocol stack wikipedia , lookup

Airborne Networking wikipedia , lookup

Transcript
High-Performance Data Transfer
for Hybrid Optical / Packet
Networks
Guy Almes, Aaron Brown,
Martin Swany
Introduction and Motivation
Networks are increasingly critical for
science and education
Data Movement is a key problem
Network speeds
can increase
dramatically but
users’ throughput
increases much
more slowly

Source: DOE
The Phoebus project aims to help bridge
the performance gap by bringing
revolutionary networks to users

Phoebus is another name for the mythical
Apollo in his role as the “sun god”
Phoebus is based on the concept of a
“session” that enables multiple adaptation
points in the network to be composed
Phoebus provides a gateway for
applications to use Internet2’s Network
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
End-to-End
Session
Optical Net

QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
End-to-End
Session
Optical Net
Session Layer
A session is the end-to-end composition of
segment-specific transports and signaling



More responsive control loop via reduction of
signaling latency
Adapt to local conditions with greater specificity
Buffering in the network means retransmissions need
not come from the source
Session
User Space
Session
Transport
Transport
Transport
Network
Network
Network
Data Link
Data Link
Data Link
Physical
Physical
Physical
Session Layer Benefits
A session layer provides explicit control over
adaptation points in the network
Transport protocol


Rate-based to congestion based
Shorter feedback loops
Traffic engineering

Map between provider-specific DiffServ Code Points /
VLANs
Authorization and Authentication

Rich expression of policy via e.g. the Security
Assertion Markup Language (SAML)
Phoebus Signaling
Phoebus speaks to the DRAGON control plane
to provision network resources


We speak to the ASTB currently
Working now on the MCNC “Baby Dragon” testbed
Once the connection is established to the
Phoebus node, traffic can begin to flow

Could be sent over an existing link if unable to
provision
Phoebus can finish the connection over the
commodity network if the allocation times out
Phoebus Authentication
Password

SQLite/MySQL/File backends
Trusted Host/Subnet
GSI

Globus-based
Anonymous

The session has no identifying information
Accepted authentication handler can be
set on a per host/per subnet basis
Implementation - Library
The client library provides compatibility
with current socket applications

Although more functionality is available using
the API directly
On Linux, LD_PRELOAD is used for
function override
socket(), bind(), connect(),
setsockopt()…
 Allows Un*x binaries to use the system
without recompilation

Implementation - Intercept
Intercept the TCP
connection with IP Tables
(on Linux)
Redirect to local
forwarding process
Establish connection with
appropriate service nodes
or end node

Based on policy
Transparent to end hosts
The Logistical Session Layer
LSL allows systems to exploit “logistics” in
stream-oriented communication
LSL Service Nodes (depots) provide
short-term logistical storage and
cooperative data forwarding
The primary focus is improved throughput
for reliable data streams

Both unicast and multicast
The Logistical Session Layer
Initial Deployment
QuickTime™ and a
TIFF (LZW) decompressor
are needed to see this picture.
Test Deployment
LSL Performance Improvement
LSL vs. Direct Transfers from U. Del to UCSB
Observed Bandwidth
(Mbits/second)
LSL Nodes in Washington D.C. (WASH ) and Los Angeles (LOSA)
100
90
80
70
60
50
40
30
20
10
0
16M
64M
128M
Data Transferred in Bytes
LSL
Direct
512M
Initial Performance Results
In very early tests:
SDSC to losa: about 900 Mb/s
 losa to nycm: about 5.1 Gb/s
 nycm to Columbia: about 900 Mb/s
 direct: 380 ± 88 Mb/s
 Phoebus: 762 ± 36 Mb/s

In later tests with a variety of file sizes,
SDSC to losa performance became worse
Initial Performance Results
Bandwidth Comparison
600
Megabits/second
500
400
300
200
100
0
32
64
128
256
512
1024
Transfer Size in Megabytes
Direct
Phoebus
2048
4096
TCP Overview
TCP provides reliable transmission of byte streams over best-effort
packet networks




Sequence number to identify stream position inside segments
Segments are buffered until acknowledged
Congestion (sender) and flow control (receiver) “windows”
Everyone obeys the same rules to promote stability, fairness, and
friendliness
Congestion-control loop uses ACKs to clock segment transmission

Round Trip Time (RTT) critical to responsiveness
Conservative congestion windows




Start with window O(1) and grow exponentially then linearly
Additive increase, multiplicative decrease (AIMD) congestion window
based on loss inference
“Sawtooth” steady-state
Problems with high bandwidth
delay product networks
mss
BW 
*C
rtt p
Internet2 Deployment Plan
Phoebus nodes will be deployed in all
router POPs in the Internet2 Network
2x 10Gb Myricom NICs
Programmable to optimize the protocol

Our Intel IXP efforts have had limited results
Acknowledgements
UD Students

Aaron Brown, Matt Rein, Jason Zurawski
Internet2:

Guy Almes (now at Texas A&M), Eric Boyd, Rick
Summerhill, Matt Zekauskas, Jeff Boote
HOPI Testbed Support Center (TSC) Team

MCNC, IU NOC
US Department of Energy Office of Science,
Mathematical, Information and Computational
Sciences (MICS) Program

Early Career Principal Investigator program
End
Thank you for your attention
Questions?
The End to End Arguments
Why aren’t techniques like this already in use?
Recall the “End-to-End Arguments”

E2E Integrity



Fate sharing


Network elements can’t be trusted
Duplication of function is inefficient
State in the network related to a user
Scalability
Network transparency
Network opacity
The original assumptions regarding network
scalability and complexity may not hold true any
longer