About 904,000 results
Open links in new tab
  1. Direct Memory Access (DMA) Controller in Computer Architecture

    Apr 18, 2025 · Direct Memory Access (DMA) uses hardware for accessing the memory. This hardware is called a DMA Controller. It has the work of transferring the data between input, output devices and main memory with very less interaction with the processor. The Direct Memory Access Controller is a control unit, which has the work of transferring data.

  2. Direct memory access - Wikipedia

    Direct memory access (DMA) is a feature of computer systems that allows certain hardware subsystems to access main system memory independently of the central processing unit (CPU). [1]

  3. Direct Memory Access (DMA): Working, Principles, and

    Mar 14, 2024 · Direct memory access (DMA) allows hardware devices to transfer data between themselves and memory without involving the CPU. Learn from this article how DMA works, the principles, the types of DMA, and some of its benefits and limitations.

  4. Direct Memory Access (DMA) - TechTarget

    Direct Memory Access (DMA) is a capability provided by some computer bus architectures that enables data to be sent directly from an attached device, such as a disk drive, to the main memory on the computer's motherboard.

  5. How Do DMA Controllers Work? | Baeldung on Computer Science

    Jun 28, 2024 · DMA is a feature in computers and devices with microprocessors that transfer data directly from main memory to an auxiliary device or vice versa. Additionally, a DMA controller facilitates direct data transfer between computer components operating at different speeds.

  6. What is Direct Memory Access (DMA)? - Techopedia

    Oct 29, 2024 · Direct memory access (DMA) is a standard hardware feature that allows a peripheral device to interact directly with its host’s main memory without requiring the central processing unit (CPU) to manage every step of the data transfer process.

  7. Direct Memory Access (DMA) - Binary Terms

    Oct 10, 2019 · Direct memory access (DMA) is a mode of data transfer between the memory and I/O devices. This happens without the involvement of the processor. We have two other methods of data transfer, programmed I/O and Interrupt driven I/O. Let’s revise each and get acknowledge with their drawbacks.

  8. What Is Direct Memory Access (DMA) - ITU Online IT Training

    Direct Memory Access (DMA) is a feature of computer systems that allows certain hardware subsystems to access main system memory independently of the central processing unit (CPU).

  9. Direct memory access (DMA) - Computer Notes

    DMA stands for “ Direct Memory Access ” and is a method of transferring data from the computer ‘s RAM to another part of the computer without processing it using the CPU. While most data that is input or output from your computer is processed by the CPU, some data does not require processing, or can be processed by another device.

  10. What Is Direct Memory Access (DMA) and How Does It Work?

    Nov 28, 2022 · Direct Memory Access can be abbreviated to DMA, which is a feature of computer systems. It allows input/output (I/O) devices to access the main system memory (random-access memory), independent of the central processing unit (CPU), which speeds up memory operations.