Difference between the fork and vfork system call
Write a short note on the difference between the fork() and vfork() system call?
Expert
All through the fork() system call the Kernel creates a copy of the parent process's address space and attaches it to the child process.However the vfork() system call don’t creates any copy of the parent's address space, therefore it is faster than the fork() system call. The child process as a outcome of the vfork() system call executes exec() system call. Child process from vfork() system call executes in the parent's address space (or this can overwrite the parent's data and stack) that suspends the parent process till the child process ways out.
Write down the need for reduced instruction chip.
What are the main bits which support the demand paging?
What is Upgrading the memory?
Describe briefly window of the working set of a process?
In Photoshop how do we crop an image?
Explain what you understand by the term Resistors.
Write down the various units of the computer.
In what condition the Kernel handles the fork() system call in System V Unix and in the traditional Unix, while swapping?
Give a brief explanation of the term peripheral.
Write down component diagrams in the UML.
18,76,764
1924068 Asked
3,689
Active Tutors
1458136
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!