Research and Implementation of User-level Communication Protocol

Bin LI,Haihong XIN,Mingzeng HU
DOI: https://doi.org/10.3969/j.issn.1000-3428.2006.01.052
2006-01-01
Abstract:This paper describes the design and implementation of a user-level communication protocol based on zero copy. According to analyzing on several times of copying when data transmit in the traditional operating system. It designs a memory mapping, by which the applications avoid the intervening of the operating system and communicate with network interface directly. The data can be exchanged between the kernel and user space efficiently. So the overhead and latency in communication can be reduced.
What problem does this paper attempt to address?