Direct Memory Access
Direct Memory Access Direct Memory Access (DMA) is a technique that permits an input or output (I/O) device to receive or send data directly to or from the primary memory,…
Direct Memory Access Direct Memory Access (DMA) is a technique that permits an input or output (I/O) device to receive or send data directly to or from the primary memory,…
Virtual Memory Virtual memory is a procedure that permits the execution of processes that are not entirely available in memory. The main visible benefit of this system is that programs…
Main Memory The main memory refers to the physical memory that is internal to the computer. The main word is used to distinguish it from external mass storage devices such…
Page Replacement Algorithms The page replacement algorithms actually elects which memory page is to be replaced. The replacement process is sometimes called as swap out/write to disk. Page replacement is…
Deadlock Detection and Recovery Deadlock Detection- In case if a system does not work either a deadlock avoidance algorithm or, a deadlock-prevention then a deadlock situation might occur. In this…
Deadlock Avoidance Algorithms There are two types of deadlock avoidance algorithms on the basis of their resources Algorithm which is used for single instance of a resource type is: –Resource-allocation…
Deadlock Handling Methods A protocol can use to prevent or avoid deadlocks, making sure that system will never enter in a deadlock state. There are two deadlock handling methods: Deadlock…
Deadlock In case of multiprogramming environment multiple processes may compete for a finite number of resources. When a process requests for resources and if the resources are unavailable at that…
Segmentation An essential feature of memory management that became mandatory with paging is the separation of the view of memory by the user and the actual physical memory. The view…
Paging The scheme which permits the physical address space of a process to be non-contagious is called as paging. It is use to solve the problem of external fragmentation. It…