Sciweavers

LCN
2006
IEEE

Efficient Packet Processing in User-Level OSes: A Study of UML

13 years 10 months ago
Efficient Packet Processing in User-Level OSes: A Study of UML
Network server consolidation has become popular through recent virtualization technology that builds secure, isolated network systems on shared hardware. One of the virtualization techniques used is that of User-level Operating Systems. (ULOSes) However, the isolation and security they bring comes at the price of performance, as virtualization introduces a number of overheads into the system. Such overheads can be surprisingly large, especially for complex OS modules like network protocol stacks. Our studies of the TCP/IP stack in User-mode Linux (UML), an implementation of a ULOS, attribute the resulting slow-downs to three main sources: the execution of privileged code, memory management across layers, and additional instructions to execute. To mitigate these bottlenecks, we present five optimization techniques, improving the network performance significantly, reducing packet processing latency by 60% and increasing network throughput by three folds. Furthermore, the network through...
Younggyun Koh, Calton Pu, Sapan Bhatia, Charles Co
Added 12 Jun 2010
Updated 12 Jun 2010
Type Conference
Year 2006
Where LCN
Authors Younggyun Koh, Calton Pu, Sapan Bhatia, Charles Consel
Comments (0)