Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Alpine: A User-Level Infrastructure for Network Protocol Development

In traditional operating systems, modifying the network protocol code is a tedious and error-prone task, largely because the networking stack resides in the kernel. For this reason, among others, many have proposed moving the net-working stack to user-level. Unfortunately, implementations of this design have never entered widespread use due to the impractical requirements they place on the user: either the kernel or applications must be modified; or code cannot be moved seamlessly between the user-level and kernel stacks. In this paper, we present Alpine, a user-level networking in-frastructure free from these drawbacks. Alpine supports a FreeBSD networking stack on top of a Unix operating system. It is freely available as source code. In this paper, we discuss the challenges we faced in virtualizing the FreeBSD networking stack without compromising on kernel, networking stack, and application compatibility. We then show how Alpine is effective at easing the burden of debugging and testing protocol modifications or new network protocols. In our experience, Alpine can reduce the overhead of modifying a protocol from hours to minutes.

David Ely, University of Washington

Stefan Savage, University of Washington

David Wetherall, University of Washington

BibTeX
@inproceedings {271025,
author = {David Ely and Stefan Savage and David Wetherall},
title = {Alpine: A {User-Level} Infrastructure for Network Protocol Development},
booktitle = {3rd USENIX Symposium on Internet Technologies and Systems (USITS 01)},
year = {2001},
address = {San Francisco, CA},
url = {https://www.usenix.org/conference/usits-01/alpine-user-level-infrastructure-network-protocol-development},
publisher = {USENIX Association},
month = mar
}
Download

Links

Paper: 
http://www.usenix.org/events/usits01/full_papers/ely/ely.pdf
Slides: 
http://www.usenix.org/events/usits01/full_papers/ely/alpineUs.pdf
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us