Changes

Jump to: navigation, search

Containers/Network virtualization

18 bytes added, 15:37, 1 November 2006
m
no edit summary
== Approaches ==
* '''virtualization on the 2nd level (OpenVZ)''';
: For input packets context switching is performed in device xmit code, requires virtual device for performing. For output, context is inherited from socket one.
* '''virtualization on the 3d level (IBM)''';
: For input packets context switching is performed in routing code, for output - inherited from socket one.
* '''socket virtualization (Linux-VServer)'''.
: There is no context switching for packets at all, checks are performed between process and socket contexts.

Navigation menu