in Operating System retagged by
1,842 views
1 vote
1 vote
On early computers, every byte of data read or written was handled by the CPU (i.e., there was no DMA). What implications does this have for multiprogramming?
in Operating System retagged by
by
1.8k views

2 Answers

3 votes
3 votes

Answer: 

The main reason for providing DMA is to give the CPU flexibility to perform any other task while the I/O is being performed by CPU. 

If there is no DMA in the multiprogramming system then the CPU will be fully occupied by the I/O devices, eventually leading no advantage of having a multiprogramming system benefit.

by

2 Comments

Yeah. By the way, multiprogramming is still possible without DMA but it will be very slow because of I/O interrupts.

Read it more.

2
2
Yes, right.
1
1
0 votes
0 votes
1)The main thing is that the the I/O operations will be very slow.

2)In case if a data block is to be transferred to main memory , data block first gets transferred to cpu which then transfers the data to the main memory .This process is extremely slow and will increase the overall time  required by processes.

Related questions