I read this in a book:
If the DMA controller in a system functions at a maximum rate of 5 MHz and we still use 100 ns memory, the maximum transfer rate is 5 MHz because the DMA controller is slower than the memory. In many cases, the DMA controller slows the speed of the system when DMA transfers occur.
I thought the whole reason for a DMA controller is to speed things up, not slow things down. So how is it helpful if it slows things down? Why not make the DMA controller as fast as the memory?