ExamGecko
Question list
Search
Search

Question 28 - NSE7_NST-7.2 discussion

Report
Export

Refer to the exhibit, which shows the omitted output of FortiOS kernel slabs.

Which statement is true?

A.
The total slab size of the tcp_sessior. slab Is 7500 kB and is associated with the kernel.
Answers
A.
The total slab size of the tcp_sessior. slab Is 7500 kB and is associated with the kernel.
B.
The total slab size of the ip6_session slab is 1300 kB and is associated with the kernel.
Answers
B.
The total slab size of the ip6_session slab is 1300 kB and is associated with the kernel.
C.
The total slab size of the sctp_session slab is 0 kB and is associated with the user space
Answers
C.
The total slab size of the sctp_session slab is 0 kB and is associated with the user space
D.
The total slab size of the ip_session slab is 3600 kB and is associated with the user space.
Answers
D.
The total slab size of the ip_session slab is 3600 kB and is associated with the user space.
Suggested answer: B

Explanation:

Kernel Slabs Overview:

The slab allocator in the Linux kernel is used for efficient memory management. It groups objects of the same type into caches, which are divided into slabs.

Each slab contains multiple objects and helps to minimize fragmentation and enhance memory allocation efficiency.

Interpreting the Exhibit:

The exhibit shows output related to various kernel slab caches.

The line for ip6_session indicates that there are 1300 kB allocated for this slab, which means the total memory size allocated for IPv6 session objects in the kernel is 1300 kB.

Fortinet Community: Explanation of kernel slab allocation and usage (Welcome to the Fortinet Community!) (Hammertux).

Linux Kernel Documentation: Slab Allocator details (Hammertux).

asked 18/09/2024
Kabi Bashala
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first