What is a ‘Daemon/Service’?
ABackground process
BApplication
CDriver
DUI
Explanation
• Services (Windows) or Daemons (Linux) run without user UI.
• They keep systems functioning.
• E.g., print spoolers or web servers.

No Comments