Background process in the context of Windows Vista


Background process in the context of Windows Vista

Background process Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Background process in the context of "Windows Vista"


⭐ Core Definition: Background process

A background process is a computer process that runs behind the scenes (i.e., in the background) and without user intervention. Typical tasks for these processes include logging, system monitoring, scheduling, and user notification.

On a Windows system, a background process is either a computer program that does not create a user interface, or a Windows service. The former are started just as any other program is started, e.g., via Start menu. Windows services, on the other hand, are started by Service Control Manager. In Windows Vista and later, they are run in a separate session.

↓ Menu
HINT:

In this Dossier

Background process in the context of Daemon (computing)

In computing, a daemon is a program that runs as a background process, rather than being under the direct control of an interactive user. Customary convention is to name a daemon process with the letter d as a suffix to indicate that it's a daemon. For example, syslogd is a daemon that implements system logging facility, and sshd is a daemon that serves incoming SSH connections.

Even though the concept can apply to many computing systems, the term daemon is used almost exclusively in the context of Unix-based systems. In other contexts, different terms are used for the same concept.

View the full Wikipedia page for Daemon (computing)
↑ Return to Menu