Advanced Operating Systems
Q82 / 100

What is kernel-bypass networking (e.g., DPDK)?

Correct! Well done.

Incorrect.

The correct answer is B) User-space networking that bypasses the OS kernel for packet processing, reducing latency by avoiding system calls and context switches

B

Correct Answer

User-space networking that bypasses the OS kernel for packet processing, reducing latency by avoiding system calls and context switches

Explanation

DPDK (Data Plane Development Kit) maps NIC registers into user space. Polling instead of interrupts and lockless data structures achieve single-digit microsecond packet processing at line rate.

Progress
82/100