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 asynchronous transmission.
By default which steps are involved in a sequential workflow.
Explain the consideration that required to be taken before upgrading/replacing the motherboard.
Briefly describe all the addressing modes of the 8085 microprocessor with the aid of examples?
Explain what do you understand by the Solid State Drive?
Write socket LGA 775 is apt for which type of Intel Processors?
Specify which chipset is required for the Intel Core i7 and Core i5 processors?
The CPU is busy but you want to stop it and do other tasks. How do you stop it?
Is there is USB HDD? If yes what is the speed?
What are Solid State Drive means?
18,76,764
1956078 Asked
3,689
Active Tutors
1453846
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!