what is the difference between service and process?

Answers were Sorted based on User's Feedback



what is the difference between service and process?..

Answer / sivakumar

A process is any piece of software that is running on a
computer. For example, your anti-virus software runs in the
background as a process, which was automatically started
when the computer booted. Some processes start when your
computer boots, others are started manually when needed.

Some processes are services that publish methods to access
them, so other programs can call them as needed. Printing
services would be an example of a service type of process,
where your email program can just call the print services
process to say it wants to print, and the service does the
actual work.

Is This Answer Correct ?    64 Yes 7 No

what is the difference between service and process?..

Answer / hrishikesh

Services is system Base
Process is User Base

Is This Answer Correct ?    28 Yes 7 No

what is the difference between service and process?..

Answer / aakash

I agree with Sivakumar's answer. but could you please tell
me what is the difference of having the same application to
run as a process and to run as a service?

Is This Answer Correct ?    4 Yes 1 No

what is the difference between service and process?..

Answer / hrishikesh

Process is user based & service is system based.

Is This Answer Correct ?    3 Yes 4 No

what is the difference between service and process?..

Answer / ramskops

A service is something that is defined in the language of a
customer, and that they would be willing to pay for.
A process is something that supports the development of a
service.
For example, I buy Home Internet connectivity as a service
from an ISP.
In providing this service, the ISP provides processes to
support this service, monitoring, problem resolution,
installation, etc

Is This Answer Correct ?    5 Yes 7 No

what is the difference between service and process?..

Answer / rajdeep

A process is any piece of software that is running on a
computer. For example, your anti-virus software runs in the
background as a process, which was automatically started
when the computer booted. Some processes start when your
computer boots, others are started manually when needed.

services are provide all the resources to run a process.
services are robust.they are self explanatory.

Is This Answer Correct ?    2 Yes 6 No

what is the difference between service and process?..

Answer / tester

test post

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Linux Commands Interview Questions

How do I change shell in linux?

0 Answers  


how do u find remote machine operating system and version?

10 Answers   Wipro,


How do you run command every time a file is modified?

0 Answers  


What is the command can be run to remove all the rules in an iptable table?

0 Answers  


What does && mean in bash?

0 Answers  






What is the command to change from /etc/passwd file to /etc/shadow file?

4 Answers  


What is the command to calculate the size of a folder?

0 Answers  


How to shuffle the GRUB booting from one Disk to other?

1 Answers  


What does cd – command do?

0 Answers  


Explain about kernel file in linux?

7 Answers  


How do you sort cpu in top command?

0 Answers  


What is the use of ls command?

0 Answers  


Categories