Intel Corporation Interview Question

What is DMA? Why DMA?

Interview Answers

Anonymous

Mar 17, 2011

Direct Memory Access

Anonymous

Sep 19, 2014

direct memory access is used to bypass the processor in order to allow peripheral devices to directly access the memory. this approach can be faster than have to go through the processor. The drawback, however, is it requires more complexity is the data bus and addressing lines and could require and DMA controller.