ELI5: Explain Like I'm 5

Direct memory access

Direct Memory Access (DMA) is a way for a computer to give certain devices access to its memory. The device can then read or write to the computer's memory without going through the computer's processor first. Instead, the device can send its requests directly to the memory. This allow devices to work faster and can also help the processor work faster because it can keep doing what it was doing without having to worry about the device's requests.