what is the difference between user APIs and kernel system
calls ?
Answer / noor alam
Application Programming Interface (API) is a set of
functions, objects, protocols or datastructures for the
support of application development for
developers/programmers. It is actually a kind of function
definition which specifies how to make available of a
specific service of the system/OS. The API's are available
from library or from Operating system itself. Whenever a
programmer need a specific service from OS, he/she can use
appropriate API to do that.
Processes in a system are run in different modes, process
run in user mode have no access to the privileged
instructions. If they want perform any privileged
instructions or need of any services they request kernal for
that service through System Calls. System calls are made by
way of software interrupt. This is actually a request for
the service whereas API is a function description that can
be used by the programmer for his programs, its like a tool
used to obtain a specific task in his programs.
| Is This Answer Correct ? | 5 Yes | 1 No |
what is nis server
how to configure http server on red hat linux4.0?
what is the diff b/w MUTEX and semaphore?
How to get microseconds of system time from Redhat Linux 4.0
I would like to know whether Simado and Setu products are they EPBX or not ?
What do fork() internally call?
What is the Diffrent between Redhat linux And suse linux
Port number is already in use .. how to fix for apache..?
if root user forget the password how to change it?
how to configure ftp server on redhat linux?
What is atomic function / atomic variable ?
What are system calls used for process management in linux?