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.
Give a brief explanation of the term divide overflow.
How SATA is different from IDE in terms of speed?
Explain the term jumper. Also describe its need.
What is ECC/EPP?
Explain what do you mean by the term ATX? Also explain how it is different from the AT? Nowadays which is mostly used?
What is SCSI? Is the SCSI Hard Disk is needed for a home purpose?
Explain briefly in what technique the Interrupt handlers and the Fault Handlers are dissimilar?
Write down the various ways of hard drive failure?
What is ATX? How it is different from AT? Which is using now?
What do you understand by the term interactive multimedia?
18,76,764
1949690 Asked
3,689
Active Tutors
1427389
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!