Kernel & User Space Flashcards
How many modes Does a computer has and name them.
User Mode
Kernel Mode
User Mode
Applications Run in user mode. This run in private virtual address space. Each application has its own space and if it crashes only that application crashes.
Kernel Mode
System components run in kernel mode. All code that run in kernel model shares a single virtual address space.
Draw the separation of User mode and kernel mode.
Application API ||| Drivers Hardware.
What are the standard run levels and their #..
0 – shutdown
1 – Run single mode
6 – reboot
How many linux run levels are there? and name them.
0 - System halt. The system could be shut down
1 - Single User Mode
2 - Multiple user mode with no NFS
3 - Multiple user mode under the command line interface and no under GUI
4 - user definable
5 - Multiple user mode under guidelines and this is the stand run level for most of the linux based systems.
6 - Reboot which is used to restart the system