DMA

Updated: 09/12/2023 by Computer Hope

DMA may refer to any of the following:

direct memory access

1. DMA (direct memory access) is a feature of some computer bus architectures that allows data to be sent from a storage device to memory without using the CPU (central processing unit). Because DMA frees the processor from involvement in the transfer process, it tends to be faster than PIO (programmed input/output) mode.

2. With an ISA (Industry Standard Architecture) bus, DMA is channels used by communications devices, such as SCSI (small computer system interface), sound cards, and tape backup adapters. Below is a listing of the different channels and their availability.

Channel Availability
00 Available.
01 Sound device.
02 Standard floppy disk controller.
03 Available.
04 Direct memory access controller (not usable).
05 Available, although sometimes used for sound devices.
06 Available.
07 Available.

Architecture, Bus mastering, Computer abbreviations, DMAC, Hardware conflict, Hardware terms, I/O port, IRQ, Memory terms, Resource, UDMA