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 is mkdir m in linux?
what is a command to display top 10 users who are using Huge Space?
What is cmake in linux?
What is df command in unix?
Explain difference between swap partition and swap file?
What is command grouping and how does it work?
What command is used to check the number of files, disk space, and each user’s defined quota?
In Linux how you set time a limit on quota?
How do I change directories in linux command line?
What command should you use to check your file system?
how do you port scaning with netcat command?
1 Answers Qseap Technologies, Wipro,
In my linux machine, i lost /etc/passwd file and /etc/shadow file, then how can i recover it?