What is the name of the high-speed data transfer mechanism that allows specific hardware subsystems to access main system memory independently of the central processing unit?
Explanation:
DMA (Direct Memory Access) allows peripherals like network cards or graphics adapters to read/write directly to system RAM without routing the data through the CPU, reducing processor overhead.
Explanation:
A buffer (or disk cache) in a hard disk is a small amount of RAM used to temporarily hold data being read from or written to the disk, improving performance by reducing access time.
No comments yet. Be the first to start the discussion!