Certified Network Defender (CND) — Question 80
In ______ method, event logs are arranged in the form of a circular buffer.
Answer options
- A. Non-wrapping method
- B. LIFO method
- C. Wrapping method
- D. FIFO method
Correct answer: C
Explanation
The correct answer is C, as the wrapping method is specifically designed to overwrite the oldest logs in a circular buffer when the buffer is full. The other options, such as Non-wrapping and LIFO methods, do not utilize a circular buffer structure, and FIFO refers to a first-in-first-out approach rather than a circular arrangement.