What are the primary design considerations of caches? Discuss how these considerations influence the different levels of the memory hierarchy.
What will be an ideal response?
Primary design considerations of caches include are the amount of space for the cache, the speed of the memory used, the performance desired, the profiles of the programs that will be run on them (programs with or without tight loops), the amount of money allocated for the cache, and the amount and type of memory sharing needed for the system. As always, the primary concern is money. If money is not an issue, the entire memory can be built with the same circuitry as a cache and thus there will be no need for an actual cache. Some systems need multiple processors to communicate with each other and to ensure that cached data is coherent with data assumed to be valid in other caches. Some caches are made of slower circuitry but have the benefit of allowing for more space for the same cost as a faster, smaller cache. These types of caches are suitable for lower level caching (L2, L3). Sometimes physical space on the chip is also a concern. A processor chip only has enough heat and board space for a certain amount of circuitry, so an appropriately sized cache is required.
You might also like to view...
Answer the following statements true (T) or false (F)
1. A computer’s internal components are physically linked by a bus, a ribbon-like set of electrical lines (or wires) that carries several bits at a time, in parallel. 2. Many personal computers feature a local I/O bus that follows the ISA (industry standard architecture) standard and a slower PCI (peripheral component interconnect) bus. 3. On most systems the internal components are designed around a common word size. 4. A computer’s word size affects its processing speed, memory capacity, precision, and instruction set size, but not its cost. 5. As a computer's word size increases, its speed generally increases.
The statement when = "noon"; is ___________
Fill in the blank(s) with the appropriate word(s).
____________________ order refers to a "real" order for storage.
Fill in the blank(s) with the appropriate word(s).
What DNS record type is used for an IPv6 host record?
A. A B. AAAA C. MX D. SRV