what about the initial process sequence while the system
boots up?



what about the initial process sequence while the system boots up?..

Answer / shilpa

While booting, special process called the 'swapper'
or 'scheduler' is created by the Process-ID 0. The swapper
manages memory allocation for processes and influences CPU
allocation. The swapper in turn creates 3 children: the
process dispatcher, vhand, etc...

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Unix IPC Interview Questions

In Unix inter process communication take place using?

2 Answers  


What are two different models of ipc differentiate both?

0 Answers  


What is an advantage of executing a process in background?

2 Answers  


Please explain fork() system call?

0 Answers  


What is a Daemon?

3 Answers  


What are various IDs associated with a process?

3 Answers  


What is the full form of ipc?

0 Answers  


Explain fork() system call?

12 Answers   ASAS, IBM,


What is Inode.

2 Answers   HCL,


Explain the advantage of executing a process in background?

0 Answers  


What are the system calls used for process management:

5 Answers  


Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


Categories