Quiz Challenges
100
Question 77 of 100
77%
77
What is the primary purpose of Node.js's built-in cluster module?
A
It automatically load-balances HTTP requests across multiple physical servers on the network
B
It creates multiple threads within a single process that share memory directly, similar to threads in Java
C
It forks multiple worker processes that can share the same server port, letting a Node app use multiple CPU cores despite JavaScript running single-threaded
D
It replaces the need for a reverse proxy like Nginx in production deployments
Submit Answer
Previous
77
/
100
Next