Computer Hacking Forensic Investigator (CHFI v10) — Question 101
What is the role of Alloc.c in Apache core?
Answer options
- A. It handles allocation of resource pools
- B. It is useful for reading and handling of the configuration files
- C. It takes care of all the data exchange and socket connections between the client and the server
- D. It handles server start-ups and timeouts
Correct answer: A
Explanation
The correct answer is A because Alloc.c is responsible for managing resource pool allocations in Apache. The other options refer to different components or functionalities within Apache, such as configuration handling, data exchange, and server startup processes, which are not the primary role of Alloc.c.