retagged by
658 views
0 votes
0 votes
The advantage of write (copy) back data cache organization over write through organization is

(a) Main memory consistency

(b) Write allocate on write miss

(c) Less memory bandwidth

(d) Higher capacity requirement
retagged by

1 Answer

0 votes
0 votes
Answer would be c option as in write back technique when the block to be replaced is dirty block either due to case of read allocate or write allocate then it is written to main memory however in case of write through technique every time whether it is dirty block or nt when ever it is replaced it is written to main memory simultaneously so lesser memory bandwidth in first case here

Related questions

0 votes
0 votes
1 answer
1
sh!va asked Feb 28, 2017
405 views
A microprocessor has a cache memory with access time of 2 ns and a main memory with access time of 10 ns. If the cache miss ratio is 0.6, what is the average memory acces...
0 votes
0 votes
1 answer
2
sh!va asked Mar 2, 2017
626 views
Digital signal processors use a computer architecture derived from(a) Harvard Architecture(b) Von-Neumann Architecture(c) Cray Architecture(d) None of the above
1 votes
1 votes
2 answers
3
sh!va asked Mar 2, 2017
675 views
Assuming ideal conditions, the speed up obtained from a balanced N stage pipeline is(a) $2N$(b) $N^ 2$(c) $N$(d) $N!$
1 votes
1 votes
1 answer
4