Presentation is loading. Please wait.

Presentation is loading. Please wait.

Anant Mudambi, U. Virginia

Similar presentations


Presentation on theme: "Anant Mudambi, U. Virginia"— Presentation transcript:

1 Anant Mudambi, U. Virginia
Web100 and Net100 5/19/2019 Anant Mudambi, U. Virginia

2 Outline The Problem The Web100 solution Web100 design
Web100 components/ implementation Net100 Net100 design Net100 components 5/19/2019

3 THE PROBLEM TCP’s simple, uniform, reliable data delivery service is a good fit for most applications but … Applications unable to utilize full network bandwidth because … TCP hides details of lower layers/ implementation so difficult to “tweak” Overly cautious default parameter values Implementation bugs 5/19/2019

4 PURPOSE OF WEB100 Ordinary network users able to get performance that is orders of magnitude lower than experts : “Wizard Gap” Web100 aims to close this gap By making TCP’s internal parameter values accessible at user level By providing an interface to modify settable parameters Diagnosis and solution (to an extent) 5/19/2019

5 WEB100 DESIGN Kernel network stack modifications to collect per-connection statistics on significant protocol events : TCP instrumentation API to access instruments; implemented as a library Set of application tools to read/ visualize these instruments and set parameters 5/19/2019

6 WEB100 DESIGN 5/19/2019 Figure taken from [1]

7 WEB100 COMPONENTS Kernel Instrument Set (KIS)
Implemented on Linux kernels Each connected TCP socket has a structure attached to collect state information (variables) and change parameters (controls) Variables, controls exposed using the /proc interface More than 130 variables; more than 10 controls 5/19/2019

8 KIS Examples Variables: Local address/ port, remote address/ port
TCP state, SACK/ Timestamps enabled Packets out/ in, bytes out/ in Sequence numbers : oldest unACKed, initial, next to be sent, next expected Congestion signals, current cwnd/ ssthresh # Fast retx, # timeouts, packets/ bytes retxed Sample/ smoothed RTT, RTT variance, RTO Controls: Socket send/ receive buffer, Max. ssthresh, AI, MD 5/19/2019

9 WEB100 COMPONENTS API Library
Each TCP connection assigned a Connection ID : CID Directory /proc/web100/<CID> for each connection Variables collected into ‘groups’; one file for each group in /proc/web100/<CID>/ API provides routines to read individual variables or the whole group atomically (snapshot) 5/19/2019

10 WEB100 COMPONENTS Application Tools
Some tools developed to use the web100 API Command line tools to read/ write values; useful in scripts GUI tools to see how variables evolve over time GUI triage tool to estimate where performance bottleneck lies: sender, receiver or network 5/19/2019

11 NET100 Web100 – Allows user to see inside/ below the TCP layer
But to use the full network capacity, user must know what to look for and what to tune Net100 goal = OS directly tunes network flows, so application/ user need not be network aware : Network Aware OS Accelerate TCP over high-speed, long delay networks by reducing packet loss and speeding recovery from loss 5/19/2019

12 NET100 DESIGN Instrumented kernel : Web100
Network probes & monitors : Network Tool Analysis Framework (NTAF) TCP modifications and a daemon to tune TCP flows : Work Around Daemon (WAD) 5/19/2019

13 INSTRUMENTED KERNEL Net100 leverages the KIS implemented in the Web100 kernel Web100 kernel extended to permit tuning of more than just send/ receive buffers Slow start and congestion avoidance/ recovery schemes made tunable 5/19/2019

14 NETWORK TOOL ANALYSIS FRAMEWORK
The WAD, in order to work around specific network problems, requires external information not available to regular flows NTAF provides this tuning information for specific paths Framework for running network test tools (enhanced to collect Web100 data), storing results in a database Currently 5 NTAF servers deployed Tools : ping, pipechar, iperf, netest, GridFTP etc. 5/19/2019

15 WORK AROUND DAEMON A daemon to tune TCP flows as they come up
Written in C (a python version also exists) Tuning controlled by a configuration file Static tuning : parameters specified in config. file are used Dynamic tuning : tuning uses information from the NTAF 5/19/2019

16 WAD IMPLEMENTATION To be able to tune TCP flows WAD needs to know when a flow starts; 2 ways: Kernel notifies WAD of connection tear down/ establishment using a netlink socket WAD periodically checks for new/ closed connections by walking /proc/web100 On noticing a new connection, WAD checks in the config. file if it is tunable If so use Web100 API to tune the flow 5/19/2019

17 WAD CONFIGURATION Src address/ port, Dst address/ port
Send buffer, Rcv buffer size AI, MD factors Max. ssthresh : used in modified slow start Scalable TCP AI Floyd AIMD calculation 5/19/2019

18 REFERENCES [1] M. Mathis, J. Heffner, R. Reddy, Web100: Extended TCP Instrumentation, ACM Computer Communications Review, July 2003 [2] B. Tierney, T. Dunigan, M. Mathis, Net100: Developing Network-aware Operating Systems, MICS Final Report, Sept. 2004 [3] T. Dunigan, M. Mathis, B. Tierney, A TCP Tuning Daemon, SuperComputing 2002 [4] [5] 5/19/2019 Thank you!


Download ppt "Anant Mudambi, U. Virginia"

Similar presentations


Ads by Google