Windows Sevice Definition :
In Windows NT operating systems, a Windows
service is a computer program that operates in the background. It is similar in
concept to a Unix daemon. A Windows service must conform to the interface rules
and protocols of the Service Control Manager, the component responsible for
managing Windows services.
- Start service automatically along with system
- On service failure, it takes action restart service, restart the server and execute/run a program
- There are 4 Service startup types - Automatic, Manual, Disabled and Automatic ( Delayed Start)
- There is no user interface associated with services - you cannot give any input values - like in the calculator you provide inputs.
- It is the program that runs in the background.
- Service behavior can be controlled.
- Services consumes systems resources - how much? -is dependent upon program they are executing.
- It is the core component of operating system
- Only one instance of windows services run on the device.
- Run services with specific user or with local system accounts.
- It can run forever unless interrupted by some inputs or interruption.
Services are broadly
Categories as below :
- Local Service
- Network Service
- System
There are
3 basic states of service:
- Running
- Stopped
- Paused
Services
can also repot below status :
- Started
- Stopped
- Start pending
- Stop pending

No comments:
Post a Comment