DMA

Stands for "Direct Memory Access."

DMA is a method of transferring data between a computer's system memory and another hardware component that does not require the CPU to process the data. It uses the CPU only to initiate a data transfer; after that, the other component can communicate with the system RAM directly without any further involvement from the CPU. DMA reduces the overhead involved in data transfers, freeing up the CPU to continue processing other operations instead.

DMA is used by many types of hardware that have their own data processing capabilities. For example, a GPU rendering a 3D scene in a game uses DMA to load textures directly from system memory, leaving the CPU free to calculate physics and AI instead. Without DMA, the CPU needs to be involved in every read-and-write action, occupying processing resources that could be used for other tasks. Storage controllers, sound cards, and network interface cards also use DMA during data transfers.

Early computers used dedicated DMA controller chips to manage data transfers. These controllers assigned a limited number of DMA addresses to devices capable of DMA transfers. In modern computers, each DMA-compatible device includes an integrated DMA engine responsible for coordinating with other devices and managing data transfers over the PCI Express bus.

Updated October 30, 2023 by Brian P.

quizTest Your Knowledge

What key combination is used to reset the PRAM on a Mac at startup?

A
Command+Z
0%
B
Option+Shift+M
0%
C
Command+Option+P+R
0%
D
Command+Shift+Option+Space Bar
0%
Correct! Incorrect!     View the PRAM definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of DMA on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation bar directly below the definition.

Our goal to explain computer terminology in a way that is easy to understand. We strive for accuracy and simplicity with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

TechTerms Newsletter

Improve your technical knowledge with our daily or weekly newsletter! Subscribe today and get new terms and quizzes delivered to your inbox.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.