Final PPT Week2 (2) (1) Windows
Final PPT Week2 (2) (1) Windows
Team Members:
Poojasritha
Senthilkumar
Swamulu Bolla
Roshin Chandra
Haritha Govindan
Saiteja Potluri
Sudheer Reddy
Rushikesh Dane
Table of Content
• CPU
• Windows OS
• Windows Kernel
• Windows Booting Process
• Windows Process Manager
• Windows Memory Manager
• Windows File System
• Registry & services
• Windows Device Management
•Control Unit(CU)
•Arithmetic Logic Unit(ALU)
•Registers
•Cache
•Buses
•Clock
Distributed OS Multitasking OS
Distributed OS Multitasking OS
While windows are less efficient. Linux is more efficient in comparison of windows.
While there is back slash is used for Separating the There is forward slash is used for Separating the
directories. directories.
While it provides less security than linux. Linux provides more security than windows.
While windows does not provide much efficiency in Linux is widely used in hacking purpose based
hacking. systems.
It can be used to provide services to multiple client. It can obtain services from a server.
It runs on the server. It runs on the client devices like laptop, computer etc.
RAM: 512MB
DISK SPACE: 32GB
PROCESSOR: 1.4GHz 64bit
• Recommended installation requirements
RAM: 4GB
DISK SPACE: 60GB
PROCESSOR: 2.4GHz 64bit
Monolithic Kernel:
• Kernels where the user services and the kernel
services are implemented in the same memory
space
Microkernel:
• The user services and kernel services are
implemented into different spaces.
Hybrid Kernel:
• A Hybrid Kernel is a combination of both
Monolithic Kernel and Microkernel.
Booting:
Set of operations that loads and starts the operating system.
Windows Safe Mode bypasses startup programs and drivers that are not required for Windows to
load and will allow you to fix Windows problems .
Thread:
A Thread is the unit of execution within a process. A Process can have anywhere from just
one thread to many threads.
● Multiprogramming
● Multiprocessing
● Multitasking
● Multithreading
● Hyper threading
● Arrival time
● Completion time
● Burst time
● Turn Around time
● Waiting time
● Preemptive Scheduling
● Non-preemptive scheduling
• Virtual memory consists of physical memory plus the amount of space in the page file, which is
stored but is no longer in use now.
•Cached memory holds data or program code that has been fetched into memory during the current
session but is no longer in use.
•Free memory represents RAM that does not contain any data or program code and is free for use
immediately.
•Hard page fault must be resolved by reading page contents from the page’s backing store, which is in
the system paging file.
• A soft page fault can be resolved without accessing the page file.
•Private working set is the amount of memory that is dedicated to that process and that can not be
shared to other process .
•Shareable working set can be surrendered if physical RAM begins to run scares.