what is the difference between service and process?
Answers were Sorted based on User's Feedback
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 |
Answer / hrishikesh
Services is system Base
Process is User Base
| Is This Answer Correct ? | 28 Yes | 7 No |
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 |
Answer / hrishikesh
Process is user based & service is system based.
| Is This Answer Correct ? | 3 Yes | 4 No |
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 |
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 does chmod 644 do?
Hi guys, I am working in MNC from 1 and half year as Software Engg but not in programming, its in Information Security. Now I am doing RHEL 5(Red Hat certification) to move into Linux Admin. Can anyone please give me the future scope of this field and please send me the interview questions or links to get the idea. Thanks, Sushant.
Which daemon is used for scheduling of the commands?
what is user mode & kernel mode?
What is the difference between find and locate command in linux?
What command would you use to create an empty file without opening it to edit it?
What is the pwd command?
What is tty in linux process?
Who am I command in linux?
what is the UID and GID of root user? Can a normal user can change the ownership of a file? what is the command to change ownership of a file?
our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?
How would you monitor real-time system performance in Linux?