A daemon is a process that runs continuously in the "background" on your computer, and is often designed to respond to requests from other processes across a network. The word "daemon" is a common term for UNIX, but not on Windows. Daemon comes form the Greek word "ghost". On Windows NT, daemons are called "services". When services respond to requests, they are known as the "SERVER" half of a client/server architecture.