Operating System

I/O System

Objectives of I/O system: Take an application I/O request and send it to the physical device. Take whatever response comes

Read More

What is paging?

Paging is static memory allocation technique that permits the physical address space of a process to be non contiguous. The

Read More

What is Thread?

A thread is a light weight process. Here light weight means the instructions and context (attributes) will be lesser than

Read More