nerdexam
Docker

DCA · Question #131

Is this a type of Linux kernel namespace that provides container isolation? Solution: Storage

The correct answer is B. No. Linux kernel namespaces provide isolation for containers, but "Storage" is not a direct namespace type for this purpose.

Submitted by wei.xz· Apr 18, 2026Storage

Question

Is this a type of Linux kernel namespace that provides container isolation? Solution: Storage

Options

  • AYes
  • BNo

How the community answered

(30 responses)
  • A
    10% (3)
  • B
    90% (27)

Why each option

Linux kernel namespaces provide isolation for containers, but "Storage" is not a direct namespace type for this purpose.

AYes

"Storage" does not correspond to a defined Linux kernel namespace type that isolates resources for containers.

BNoCorrect

While containers interact with storage and mount namespaces provide filesystem isolation, there isn't a dedicated "Storage" Linux kernel namespace type that provides container isolation.

Concept tested: Linux kernel namespaces for container isolation

Source: https://man7.org/linux/man-pages/man7/namespaces.7.html

Topics

#Linux Namespaces#Container Isolation#Storage#Kernel Features

Community Discussion

No community discussion yet for this question.

Full DCA Practice