Jump to content

Direct memory access

From Simple English Wikipedia, the free encyclopedia
Revision as of 14:55, 23 March 2016 by ChenzwBot (talk | changes) (Reverted edits by 195.194.86.46 (talk) to last version by DARIO SEVERI)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Direct memory access (usually shortened to DMA) is a technology used in Computers and microprocessors. With it, certain hardware components can use parts of the main memory for their applications, without the need to ask the CPU. The CPU will request data from memory once and the DMA will continue to fetch the data, freeing the CPU to do other work. This way, the CPU does not have to request every byte.