Computer Science, asked by Mohini6273, 1 year ago

Which of the following topologies implement a "front cache" and a "back cache" that automatically and transparently communicate with each other by using a read-through/write-through approach?

Answers

Answered by PoojaBurra
2

Distributed/partitioned cache is a fault-tolerant as well as clustered cache that has linear scalability.  Data is divided between all the computers inside cluster.  

Partitioned caches can be configured for fault-tolerance place every bit of data on multiple unique computers inside a particlular cluster.  Coherence the maximum used caches are distributed caches .

Coherence states that distributed cache is collection of data that is given/partitioned through enormous number of cluster nodes in such a way that one node is responsible for every bit of data.


Answered by topanswers
2

Cache: The memory that stores data so that future requests can be served faster is called the cache memory.  

The data stored in a cache might be the result of a computation or a copy of data.

Near cache: The near cache is capable of providing high performance and also increases scalability.

It uses the most frequently used and most recently used data to cache the necessary data.

They implement a front cache and a back cache that automatically and transparently communicate with each other by using a read-through /write-through approach.

Hence, Near cache is the answer.

Read more on Brainly.in - https://brainly.in/question/6729049

Similar questions